Class: TencentCloud::Iotexplorer::V20190423::GetDeviceSumStatisticsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::GetDeviceSumStatisticsResponse
- Defined in:
- lib/v20190423/models.rb
Overview
GetDeviceSumStatistics返回参数结构体
Instance Attribute Summary collapse
- #ActivationBeforeDay ⇒ Object
- #ActivationBeforeWeekDayCount ⇒ Object
- #ActivationCount ⇒ Object
- #ActivationWeekDayCount ⇒ Object
- #ActiveBeforeDay ⇒ Object
- #ActiveBeforeWeekDayCount ⇒ Object
- #ActiveWeekDayCount ⇒ Object
- #OnlineCount ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(activationcount = nil, onlinecount = nil, activationbeforeday = nil, activebeforeday = nil, activationweekdaycount = nil, activeweekdaycount = nil, activationbeforeweekdaycount = nil, activebeforeweekdaycount = nil, requestid = nil) ⇒ GetDeviceSumStatisticsResponse
constructor
A new instance of GetDeviceSumStatisticsResponse.
Constructor Details
#initialize(activationcount = nil, onlinecount = nil, activationbeforeday = nil, activebeforeday = nil, activationweekdaycount = nil, activeweekdaycount = nil, activationbeforeweekdaycount = nil, activebeforeweekdaycount = nil, requestid = nil) ⇒ GetDeviceSumStatisticsResponse
Returns a new instance of GetDeviceSumStatisticsResponse.
8625 8626 8627 8628 8629 8630 8631 8632 8633 8634 8635 |
# File 'lib/v20190423/models.rb', line 8625 def initialize(activationcount=nil, onlinecount=nil, activationbeforeday=nil, activebeforeday=nil, activationweekdaycount=nil, activeweekdaycount=nil, activationbeforeweekdaycount=nil, activebeforeweekdaycount=nil, requestid=nil) @ActivationCount = activationcount @OnlineCount = onlinecount @ActivationBeforeDay = activationbeforeday @ActiveBeforeDay = activebeforeday @ActivationWeekDayCount = activationweekdaycount @ActiveWeekDayCount = activeweekdaycount @ActivationBeforeWeekDayCount = activationbeforeweekdaycount @ActiveBeforeWeekDayCount = activebeforeweekdaycount @RequestId = requestid end |
Instance Attribute Details
#ActivationBeforeDay ⇒ Object
8623 8624 8625 |
# File 'lib/v20190423/models.rb', line 8623 def ActivationBeforeDay @ActivationBeforeDay end |
#ActivationBeforeWeekDayCount ⇒ Object
8623 8624 8625 |
# File 'lib/v20190423/models.rb', line 8623 def ActivationBeforeWeekDayCount @ActivationBeforeWeekDayCount end |
#ActivationCount ⇒ Object
8623 8624 8625 |
# File 'lib/v20190423/models.rb', line 8623 def ActivationCount @ActivationCount end |
#ActivationWeekDayCount ⇒ Object
8623 8624 8625 |
# File 'lib/v20190423/models.rb', line 8623 def ActivationWeekDayCount @ActivationWeekDayCount end |
#ActiveBeforeDay ⇒ Object
8623 8624 8625 |
# File 'lib/v20190423/models.rb', line 8623 def ActiveBeforeDay @ActiveBeforeDay end |
#ActiveBeforeWeekDayCount ⇒ Object
8623 8624 8625 |
# File 'lib/v20190423/models.rb', line 8623 def ActiveBeforeWeekDayCount @ActiveBeforeWeekDayCount end |
#ActiveWeekDayCount ⇒ Object
8623 8624 8625 |
# File 'lib/v20190423/models.rb', line 8623 def ActiveWeekDayCount @ActiveWeekDayCount end |
#OnlineCount ⇒ Object
8623 8624 8625 |
# File 'lib/v20190423/models.rb', line 8623 def OnlineCount @OnlineCount end |
#RequestId ⇒ Object
8623 8624 8625 |
# File 'lib/v20190423/models.rb', line 8623 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8637 8638 8639 8640 8641 8642 8643 8644 8645 8646 8647 |
# File 'lib/v20190423/models.rb', line 8637 def deserialize(params) @ActivationCount = params['ActivationCount'] @OnlineCount = params['OnlineCount'] @ActivationBeforeDay = params['ActivationBeforeDay'] @ActiveBeforeDay = params['ActiveBeforeDay'] @ActivationWeekDayCount = params['ActivationWeekDayCount'] @ActiveWeekDayCount = params['ActiveWeekDayCount'] @ActivationBeforeWeekDayCount = params['ActivationBeforeWeekDayCount'] @ActiveBeforeWeekDayCount = params['ActiveBeforeWeekDayCount'] @RequestId = params['RequestId'] end |