Class: TencentCloud::Dbbrain::V20210527::EventInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::EventInfo
- Defined in:
- lib/v20210527/models.rb
Overview
异常事件信息。
Instance Attribute Summary collapse
- #Count ⇒ Object
- #DiagType ⇒ Object
- #EndTime ⇒ Object
- #EventId ⇒ Object
- #Metric ⇒ Object
- #Outline ⇒ Object
- #ScoreLost ⇒ Object
- #Severity ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventid = nil, diagtype = nil, starttime = nil, endtime = nil, outline = nil, severity = nil, scorelost = nil, metric = nil, count = nil) ⇒ EventInfo
constructor
A new instance of EventInfo.
Constructor Details
#initialize(eventid = nil, diagtype = nil, starttime = nil, endtime = nil, outline = nil, severity = nil, scorelost = nil, metric = nil, count = nil) ⇒ EventInfo
Returns a new instance of EventInfo.
5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 |
# File 'lib/v20210527/models.rb', line 5260 def initialize(eventid=nil, diagtype=nil, starttime=nil, endtime=nil, outline=nil, severity=nil, scorelost=nil, metric=nil, count=nil) @EventId = eventid @DiagType = diagtype @StartTime = starttime @EndTime = endtime @Outline = outline @Severity = severity @ScoreLost = scorelost @Metric = metric @Count = count end |
Instance Attribute Details
#Count ⇒ Object
5258 5259 5260 |
# File 'lib/v20210527/models.rb', line 5258 def Count @Count end |
#DiagType ⇒ Object
5258 5259 5260 |
# File 'lib/v20210527/models.rb', line 5258 def DiagType @DiagType end |
#EndTime ⇒ Object
5258 5259 5260 |
# File 'lib/v20210527/models.rb', line 5258 def EndTime @EndTime end |
#EventId ⇒ Object
5258 5259 5260 |
# File 'lib/v20210527/models.rb', line 5258 def EventId @EventId end |
#Metric ⇒ Object
5258 5259 5260 |
# File 'lib/v20210527/models.rb', line 5258 def Metric @Metric end |
#Outline ⇒ Object
5258 5259 5260 |
# File 'lib/v20210527/models.rb', line 5258 def Outline @Outline end |
#ScoreLost ⇒ Object
5258 5259 5260 |
# File 'lib/v20210527/models.rb', line 5258 def ScoreLost @ScoreLost end |
#Severity ⇒ Object
5258 5259 5260 |
# File 'lib/v20210527/models.rb', line 5258 def Severity @Severity end |
#StartTime ⇒ Object
5258 5259 5260 |
# File 'lib/v20210527/models.rb', line 5258 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 |
# File 'lib/v20210527/models.rb', line 5272 def deserialize(params) @EventId = params['EventId'] @DiagType = params['DiagType'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Outline = params['Outline'] @Severity = params['Severity'] @ScoreLost = params['ScoreLost'] @Metric = params['Metric'] @Count = params['Count'] end |