Class: TencentCloud::Dbbrain::V20191016::EventInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20191016::EventInfo
- Defined in:
- lib/v20191016/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
1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 |
# File 'lib/v20191016/models.rb', line 1780 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
1778 1779 1780 |
# File 'lib/v20191016/models.rb', line 1778 def Count @Count end |
#DiagType ⇒ Object
1778 1779 1780 |
# File 'lib/v20191016/models.rb', line 1778 def DiagType @DiagType end |
#EndTime ⇒ Object
1778 1779 1780 |
# File 'lib/v20191016/models.rb', line 1778 def EndTime @EndTime end |
#EventId ⇒ Object
1778 1779 1780 |
# File 'lib/v20191016/models.rb', line 1778 def EventId @EventId end |
#Metric ⇒ Object
1778 1779 1780 |
# File 'lib/v20191016/models.rb', line 1778 def Metric @Metric end |
#Outline ⇒ Object
1778 1779 1780 |
# File 'lib/v20191016/models.rb', line 1778 def Outline @Outline end |
#ScoreLost ⇒ Object
1778 1779 1780 |
# File 'lib/v20191016/models.rb', line 1778 def ScoreLost @ScoreLost end |
#Severity ⇒ Object
1778 1779 1780 |
# File 'lib/v20191016/models.rb', line 1778 def Severity @Severity end |
#StartTime ⇒ Object
1778 1779 1780 |
# File 'lib/v20191016/models.rb', line 1778 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'lib/v20191016/models.rb', line 1792 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 |