Class: TencentCloud::Ams::V20200608::TrendCount
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ams::V20200608::TrendCount
- Defined in:
- lib/v20200608/models.rb
Overview
识别量统计
Instance Attribute Summary collapse
- #Date ⇒ Object
- #EvilCount ⇒ Object
- #EvilHour ⇒ Object
- #PassCount ⇒ Object
- #PassHour ⇒ Object
- #SuspectCount ⇒ Object
- #SuspectHour ⇒ Object
- #TotalCount ⇒ Object
- #TotalHour ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalcount = nil, totalhour = nil, passcount = nil, passhour = nil, evilcount = nil, evilhour = nil, suspectcount = nil, suspecthour = nil, date = nil) ⇒ TrendCount
constructor
A new instance of TrendCount.
Constructor Details
#initialize(totalcount = nil, totalhour = nil, passcount = nil, passhour = nil, evilcount = nil, evilhour = nil, suspectcount = nil, suspecthour = nil, date = nil) ⇒ TrendCount
1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 |
# File 'lib/v20200608/models.rb', line 1475 def initialize(totalcount=nil, totalhour=nil, passcount=nil, passhour=nil, evilcount=nil, evilhour=nil, suspectcount=nil, suspecthour=nil, date=nil) @TotalCount = totalcount @TotalHour = totalhour @PassCount = passcount @PassHour = passhour @EvilCount = evilcount @EvilHour = evilhour @SuspectCount = suspectcount @SuspectHour = suspecthour @Date = date end |
Instance Attribute Details
#Date ⇒ Object
1473 1474 1475 |
# File 'lib/v20200608/models.rb', line 1473 def Date @Date end |
#EvilCount ⇒ Object
1473 1474 1475 |
# File 'lib/v20200608/models.rb', line 1473 def EvilCount @EvilCount end |
#EvilHour ⇒ Object
1473 1474 1475 |
# File 'lib/v20200608/models.rb', line 1473 def EvilHour @EvilHour end |
#PassCount ⇒ Object
1473 1474 1475 |
# File 'lib/v20200608/models.rb', line 1473 def PassCount @PassCount end |
#PassHour ⇒ Object
1473 1474 1475 |
# File 'lib/v20200608/models.rb', line 1473 def PassHour @PassHour end |
#SuspectCount ⇒ Object
1473 1474 1475 |
# File 'lib/v20200608/models.rb', line 1473 def SuspectCount @SuspectCount end |
#SuspectHour ⇒ Object
1473 1474 1475 |
# File 'lib/v20200608/models.rb', line 1473 def SuspectHour @SuspectHour end |
#TotalCount ⇒ Object
1473 1474 1475 |
# File 'lib/v20200608/models.rb', line 1473 def TotalCount @TotalCount end |
#TotalHour ⇒ Object
1473 1474 1475 |
# File 'lib/v20200608/models.rb', line 1473 def TotalHour @TotalHour end |
Instance Method Details
#deserialize(params) ⇒ Object
1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 |
# File 'lib/v20200608/models.rb', line 1487 def deserialize(params) @TotalCount = params['TotalCount'] @TotalHour = params['TotalHour'] @PassCount = params['PassCount'] @PassHour = params['PassHour'] @EvilCount = params['EvilCount'] @EvilHour = params['EvilHour'] @SuspectCount = params['SuspectCount'] @SuspectHour = params['SuspectHour'] @Date = params['Date'] end |