Class: TencentCloud::Bma::V20210624::Monitor
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::Monitor
- Defined in:
- lib/v20210624/models.rb
Overview
版权保护-监测结果
Instance Attribute Summary collapse
- #AutoRenew ⇒ Object
- #EvidenceNote ⇒ Object
- #EvidenceStatus ⇒ Object
- #InsertTime ⇒ Object
- #MonitorEndTime ⇒ Object
- #MonitorNote ⇒ Object
- #MonitorStatus ⇒ Object
- #MonitorTime ⇒ Object
- #TortPlatNum ⇒ Object
- #TortSiteNum ⇒ Object
- #TortURLNum ⇒ Object
- #WorkCategory ⇒ Object
- #WorkCategoryAll ⇒ Object
- #WorkId ⇒ Object
- #WorkName ⇒ Object
- #WorkType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workid = nil, workname = nil, worktype = nil, tortplatnum = nil, torturlnum = nil, monitortime = nil, monitorstatus = nil, workcategory = nil, inserttime = nil, monitornote = nil, workcategoryall = nil, evidencestatus = nil, evidencenote = nil, tortsitenum = nil, monitorendtime = nil, autorenew = nil) ⇒ Monitor
constructor
A new instance of Monitor.
Constructor Details
#initialize(workid = nil, workname = nil, worktype = nil, tortplatnum = nil, torturlnum = nil, monitortime = nil, monitorstatus = nil, workcategory = nil, inserttime = nil, monitornote = nil, workcategoryall = nil, evidencestatus = nil, evidencenote = nil, tortsitenum = nil, monitorendtime = nil, autorenew = nil) ⇒ Monitor
Returns a new instance of Monitor.
1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/v20210624/models.rb', line 1932 def initialize(workid=nil, workname=nil, worktype=nil, tortplatnum=nil, torturlnum=nil, monitortime=nil, monitorstatus=nil, workcategory=nil, inserttime=nil, monitornote=nil, workcategoryall=nil, evidencestatus=nil, evidencenote=nil, tortsitenum=nil, monitorendtime=nil, autorenew=nil) @WorkId = workid @WorkName = workname @WorkType = worktype @TortPlatNum = tortplatnum @TortURLNum = torturlnum @MonitorTime = monitortime @MonitorStatus = monitorstatus @WorkCategory = workcategory @InsertTime = inserttime @MonitorNote = monitornote @WorkCategoryAll = workcategoryall @EvidenceStatus = evidencestatus @EvidenceNote = evidencenote @TortSiteNum = tortsitenum @MonitorEndTime = monitorendtime @AutoRenew = autorenew end |
Instance Attribute Details
#AutoRenew ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def AutoRenew @AutoRenew end |
#EvidenceNote ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def EvidenceNote @EvidenceNote end |
#EvidenceStatus ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def EvidenceStatus @EvidenceStatus end |
#InsertTime ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def InsertTime @InsertTime end |
#MonitorEndTime ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def MonitorEndTime @MonitorEndTime end |
#MonitorNote ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def MonitorNote @MonitorNote end |
#MonitorStatus ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def MonitorStatus @MonitorStatus end |
#MonitorTime ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def MonitorTime @MonitorTime end |
#TortPlatNum ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def TortPlatNum @TortPlatNum end |
#TortSiteNum ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def TortSiteNum @TortSiteNum end |
#TortURLNum ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def TortURLNum @TortURLNum end |
#WorkCategory ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def WorkCategory @WorkCategory end |
#WorkCategoryAll ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def WorkCategoryAll @WorkCategoryAll end |
#WorkId ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def WorkId @WorkId end |
#WorkName ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def WorkName @WorkName end |
#WorkType ⇒ Object
1930 1931 1932 |
# File 'lib/v20210624/models.rb', line 1930 def WorkType @WorkType end |
Instance Method Details
#deserialize(params) ⇒ Object
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 |
# File 'lib/v20210624/models.rb', line 1951 def deserialize(params) @WorkId = params['WorkId'] @WorkName = params['WorkName'] @WorkType = params['WorkType'] @TortPlatNum = params['TortPlatNum'] @TortURLNum = params['TortURLNum'] @MonitorTime = params['MonitorTime'] @MonitorStatus = params['MonitorStatus'] @WorkCategory = params['WorkCategory'] @InsertTime = params['InsertTime'] @MonitorNote = params['MonitorNote'] @WorkCategoryAll = params['WorkCategoryAll'] @EvidenceStatus = params['EvidenceStatus'] @EvidenceNote = params['EvidenceNote'] @TortSiteNum = params['TortSiteNum'] @MonitorEndTime = params['MonitorEndTime'] @AutoRenew = params['AutoRenew'] end |