Class: TencentCloud::Yunjing::V20180228::ComponentStatistics
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::ComponentStatistics
- Defined in:
- lib/v20180228/models.rb
Overview
组件统计数据。
Instance Attribute Summary collapse
-
#ComponentName ⇒ Object
- WEB:Web组件
- SYSTEM:系统组件
. -
#ComponentType ⇒ Object
- WEB:Web组件
- SYSTEM:系统组件
. -
#Description ⇒ Object
- WEB:Web组件
- SYSTEM:系统组件
. -
#Id ⇒ Object
- WEB:Web组件
- SYSTEM:系统组件
. -
#MachineNum ⇒ Object
- WEB:Web组件
- SYSTEM:系统组件
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, machinenum = nil, componentname = nil, componenttype = nil, description = nil) ⇒ ComponentStatistics
constructor
A new instance of ComponentStatistics.
Constructor Details
#initialize(id = nil, machinenum = nil, componentname = nil, componenttype = nil, description = nil) ⇒ ComponentStatistics
Returns a new instance of ComponentStatistics.
539 540 541 542 543 544 545 |
# File 'lib/v20180228/models.rb', line 539 def initialize(id=nil, machinenum=nil, componentname=nil, componenttype=nil, description=nil) @Id = id @MachineNum = machinenum @ComponentName = componentname @ComponentType = componenttype @Description = description end |
Instance Attribute Details
#ComponentName ⇒ Object
537 538 539 |
# File 'lib/v20180228/models.rb', line 537 def ComponentName @ComponentName end |
#ComponentType ⇒ Object
537 538 539 |
# File 'lib/v20180228/models.rb', line 537 def ComponentType @ComponentType end |
#Description ⇒ Object
537 538 539 |
# File 'lib/v20180228/models.rb', line 537 def Description @Description end |
#Id ⇒ Object
537 538 539 |
# File 'lib/v20180228/models.rb', line 537 def Id @Id end |
#MachineNum ⇒ Object
537 538 539 |
# File 'lib/v20180228/models.rb', line 537 def MachineNum @MachineNum end |
Instance Method Details
#deserialize(params) ⇒ Object
547 548 549 550 551 552 553 |
# File 'lib/v20180228/models.rb', line 547 def deserialize(params) @Id = params['Id'] @MachineNum = params['MachineNum'] @ComponentName = params['ComponentName'] @ComponentType = params['ComponentType'] @Description = params['Description'] end |