tencentcloud-sdk-bma 1.0.364 → 3.0.380
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210624/client.rb +432 -0
- data/lib/v20210624/models.rb +1376 -28
- metadata +9 -9
data/lib/v20210624/models.rb
CHANGED
@@ -17,6 +17,246 @@
|
|
17
17
|
module TencentCloud
|
18
18
|
module Bma
|
19
19
|
module V20210624
|
20
|
+
# 商标信息
|
21
|
+
class BrandData < TencentCloud::Common::AbstractModel
|
22
|
+
# @param BrandName: xxx
|
23
|
+
# @type BrandName: String
|
24
|
+
# @param BrandCertificateName: xxx
|
25
|
+
# @type BrandCertificateName: String
|
26
|
+
# @param BrandStatus: xxx
|
27
|
+
# @type BrandStatus: Integer
|
28
|
+
# @param BrandNote: xxx
|
29
|
+
# @type BrandNote: String
|
30
|
+
# @param TransferName: xxx
|
31
|
+
# @type TransferName: String
|
32
|
+
# @param TransferStatus: xxx
|
33
|
+
# @type TransferStatus: Integer
|
34
|
+
# @param TransferNote: xxx
|
35
|
+
# @type TransferNote: String
|
36
|
+
|
37
|
+
attr_accessor :BrandName, :BrandCertificateName, :BrandStatus, :BrandNote, :TransferName, :TransferStatus, :TransferNote
|
38
|
+
|
39
|
+
def initialize(brandname=nil, brandcertificatename=nil, brandstatus=nil, brandnote=nil, transfername=nil, transferstatus=nil, transfernote=nil)
|
40
|
+
@BrandName = brandname
|
41
|
+
@BrandCertificateName = brandcertificatename
|
42
|
+
@BrandStatus = brandstatus
|
43
|
+
@BrandNote = brandnote
|
44
|
+
@TransferName = transfername
|
45
|
+
@TransferStatus = transferstatus
|
46
|
+
@TransferNote = transfernote
|
47
|
+
end
|
48
|
+
|
49
|
+
def deserialize(params)
|
50
|
+
@BrandName = params['BrandName']
|
51
|
+
@BrandCertificateName = params['BrandCertificateName']
|
52
|
+
@BrandStatus = params['BrandStatus']
|
53
|
+
@BrandNote = params['BrandNote']
|
54
|
+
@TransferName = params['TransferName']
|
55
|
+
@TransferStatus = params['TransferStatus']
|
56
|
+
@TransferNote = params['TransferNote']
|
57
|
+
end
|
58
|
+
end
|
59
|
+
|
60
|
+
# CreateBPFakeURL请求参数结构体
|
61
|
+
class CreateBPFakeURLRequest < TencentCloud::Common::AbstractModel
|
62
|
+
# @param ProtectURLId: xxx
|
63
|
+
# @type ProtectURLId: Integer
|
64
|
+
# @param FakeURL: xxx
|
65
|
+
# @type FakeURL: String
|
66
|
+
# @param SnapshotNames: xxx
|
67
|
+
# @type SnapshotNames: Array
|
68
|
+
# @param Note: xxx
|
69
|
+
# @type Note: String
|
70
|
+
|
71
|
+
attr_accessor :ProtectURLId, :FakeURL, :SnapshotNames, :Note
|
72
|
+
|
73
|
+
def initialize(protecturlid=nil, fakeurl=nil, snapshotnames=nil, note=nil)
|
74
|
+
@ProtectURLId = protecturlid
|
75
|
+
@FakeURL = fakeurl
|
76
|
+
@SnapshotNames = snapshotnames
|
77
|
+
@Note = note
|
78
|
+
end
|
79
|
+
|
80
|
+
def deserialize(params)
|
81
|
+
@ProtectURLId = params['ProtectURLId']
|
82
|
+
@FakeURL = params['FakeURL']
|
83
|
+
@SnapshotNames = params['SnapshotNames']
|
84
|
+
@Note = params['Note']
|
85
|
+
end
|
86
|
+
end
|
87
|
+
|
88
|
+
# CreateBPFakeURL返回参数结构体
|
89
|
+
class CreateBPFakeURLResponse < TencentCloud::Common::AbstractModel
|
90
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
91
|
+
# @type RequestId: String
|
92
|
+
|
93
|
+
attr_accessor :RequestId
|
94
|
+
|
95
|
+
def initialize(requestid=nil)
|
96
|
+
@RequestId = requestid
|
97
|
+
end
|
98
|
+
|
99
|
+
def deserialize(params)
|
100
|
+
@RequestId = params['RequestId']
|
101
|
+
end
|
102
|
+
end
|
103
|
+
|
104
|
+
# CreateBPFalseTicket请求参数结构体
|
105
|
+
class CreateBPFalseTicketRequest < TencentCloud::Common::AbstractModel
|
106
|
+
# @param FakeURL: xxx
|
107
|
+
# @type FakeURL: String
|
108
|
+
|
109
|
+
attr_accessor :FakeURL
|
110
|
+
|
111
|
+
def initialize(fakeurl=nil)
|
112
|
+
@FakeURL = fakeurl
|
113
|
+
end
|
114
|
+
|
115
|
+
def deserialize(params)
|
116
|
+
@FakeURL = params['FakeURL']
|
117
|
+
end
|
118
|
+
end
|
119
|
+
|
120
|
+
# CreateBPFalseTicket返回参数结构体
|
121
|
+
class CreateBPFalseTicketResponse < TencentCloud::Common::AbstractModel
|
122
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
123
|
+
# @type RequestId: String
|
124
|
+
|
125
|
+
attr_accessor :RequestId
|
126
|
+
|
127
|
+
def initialize(requestid=nil)
|
128
|
+
@RequestId = requestid
|
129
|
+
end
|
130
|
+
|
131
|
+
def deserialize(params)
|
132
|
+
@RequestId = params['RequestId']
|
133
|
+
end
|
134
|
+
end
|
135
|
+
|
136
|
+
# CreateBPOfflineAttachment请求参数结构体
|
137
|
+
class CreateBPOfflineAttachmentRequest < TencentCloud::Common::AbstractModel
|
138
|
+
# @param BrandName: xxx
|
139
|
+
# @type BrandName: String
|
140
|
+
# @param BrandCertificateName: xx
|
141
|
+
# @type BrandCertificateName: String
|
142
|
+
# @param TransferName: xx
|
143
|
+
# @type TransferName: String
|
144
|
+
# @param AuthorizationName: xx
|
145
|
+
# @type AuthorizationName: String
|
146
|
+
|
147
|
+
attr_accessor :BrandName, :BrandCertificateName, :TransferName, :AuthorizationName
|
148
|
+
|
149
|
+
def initialize(brandname=nil, brandcertificatename=nil, transfername=nil, authorizationname=nil)
|
150
|
+
@BrandName = brandname
|
151
|
+
@BrandCertificateName = brandcertificatename
|
152
|
+
@TransferName = transfername
|
153
|
+
@AuthorizationName = authorizationname
|
154
|
+
end
|
155
|
+
|
156
|
+
def deserialize(params)
|
157
|
+
@BrandName = params['BrandName']
|
158
|
+
@BrandCertificateName = params['BrandCertificateName']
|
159
|
+
@TransferName = params['TransferName']
|
160
|
+
@AuthorizationName = params['AuthorizationName']
|
161
|
+
end
|
162
|
+
end
|
163
|
+
|
164
|
+
# CreateBPOfflineAttachment返回参数结构体
|
165
|
+
class CreateBPOfflineAttachmentResponse < TencentCloud::Common::AbstractModel
|
166
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
167
|
+
# @type RequestId: String
|
168
|
+
|
169
|
+
attr_accessor :RequestId
|
170
|
+
|
171
|
+
def initialize(requestid=nil)
|
172
|
+
@RequestId = requestid
|
173
|
+
end
|
174
|
+
|
175
|
+
def deserialize(params)
|
176
|
+
@RequestId = params['RequestId']
|
177
|
+
end
|
178
|
+
end
|
179
|
+
|
180
|
+
# CreateBPOfflineTicket请求参数结构体
|
181
|
+
class CreateBPOfflineTicketRequest < TencentCloud::Common::AbstractModel
|
182
|
+
# @param FakeURLId: xxx
|
183
|
+
# @type FakeURLId: Integer
|
184
|
+
|
185
|
+
attr_accessor :FakeURLId
|
186
|
+
|
187
|
+
def initialize(fakeurlid=nil)
|
188
|
+
@FakeURLId = fakeurlid
|
189
|
+
end
|
190
|
+
|
191
|
+
def deserialize(params)
|
192
|
+
@FakeURLId = params['FakeURLId']
|
193
|
+
end
|
194
|
+
end
|
195
|
+
|
196
|
+
# CreateBPOfflineTicket返回参数结构体
|
197
|
+
class CreateBPOfflineTicketResponse < TencentCloud::Common::AbstractModel
|
198
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
199
|
+
# @type RequestId: String
|
200
|
+
|
201
|
+
attr_accessor :RequestId
|
202
|
+
|
203
|
+
def initialize(requestid=nil)
|
204
|
+
@RequestId = requestid
|
205
|
+
end
|
206
|
+
|
207
|
+
def deserialize(params)
|
208
|
+
@RequestId = params['RequestId']
|
209
|
+
end
|
210
|
+
end
|
211
|
+
|
212
|
+
# CreateBPProtectURLs请求参数结构体
|
213
|
+
class CreateBPProtectURLsRequest < TencentCloud::Common::AbstractModel
|
214
|
+
# @param CompanyName: xxx
|
215
|
+
# @type CompanyName: String
|
216
|
+
# @param Phone: xxx
|
217
|
+
# @type Phone: String
|
218
|
+
# @param LicenseName: xxx
|
219
|
+
# @type LicenseName: String
|
220
|
+
# @param ProtectURLs: xxx
|
221
|
+
# @type ProtectURLs: Array
|
222
|
+
# @param ProtectWebs: xxx
|
223
|
+
# @type ProtectWebs: Array
|
224
|
+
|
225
|
+
attr_accessor :CompanyName, :Phone, :LicenseName, :ProtectURLs, :ProtectWebs
|
226
|
+
|
227
|
+
def initialize(companyname=nil, phone=nil, licensename=nil, protecturls=nil, protectwebs=nil)
|
228
|
+
@CompanyName = companyname
|
229
|
+
@Phone = phone
|
230
|
+
@LicenseName = licensename
|
231
|
+
@ProtectURLs = protecturls
|
232
|
+
@ProtectWebs = protectwebs
|
233
|
+
end
|
234
|
+
|
235
|
+
def deserialize(params)
|
236
|
+
@CompanyName = params['CompanyName']
|
237
|
+
@Phone = params['Phone']
|
238
|
+
@LicenseName = params['LicenseName']
|
239
|
+
@ProtectURLs = params['ProtectURLs']
|
240
|
+
@ProtectWebs = params['ProtectWebs']
|
241
|
+
end
|
242
|
+
end
|
243
|
+
|
244
|
+
# CreateBPProtectURLs返回参数结构体
|
245
|
+
class CreateBPProtectURLsResponse < TencentCloud::Common::AbstractModel
|
246
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
247
|
+
# @type RequestId: String
|
248
|
+
|
249
|
+
attr_accessor :RequestId
|
250
|
+
|
251
|
+
def initialize(requestid=nil)
|
252
|
+
@RequestId = requestid
|
253
|
+
end
|
254
|
+
|
255
|
+
def deserialize(params)
|
256
|
+
@RequestId = params['RequestId']
|
257
|
+
end
|
258
|
+
end
|
259
|
+
|
20
260
|
# CreateCRBlock请求参数结构体
|
21
261
|
class CreateCRBlockRequest < TencentCloud::Common::AbstractModel
|
22
262
|
# @param WorkId: 已存证的作品ID
|
@@ -109,6 +349,8 @@ module TencentCloud
|
|
109
349
|
class CreateCRCompanyVerifyRequest < TencentCloud::Common::AbstractModel
|
110
350
|
# @param CompanyName: 企业名称
|
111
351
|
# @type CompanyName: String
|
352
|
+
# @param CompanyIDType: 企业认证号码类型 1:社会信用代码 2:组织机构代码 3:企业工商注册码 4:其他 默认为1
|
353
|
+
# @type CompanyIDType: String
|
112
354
|
# @param CompanyID: 企业证件号码
|
113
355
|
# @type CompanyID: String
|
114
356
|
# @param CompanyLegalName: 企业法人姓名
|
@@ -119,32 +361,30 @@ module TencentCloud
|
|
119
361
|
# @type ManagerPhone: String
|
120
362
|
# @param VerificationCode: 手机验证码
|
121
363
|
# @type VerificationCode: String
|
122
|
-
# @param CompanyIDType: 企业认证号码类型 1:社会信用代码 2:组织机构代码 3:企业工商注册码 4:其他 默认为1
|
123
|
-
# @type CompanyIDType: String
|
124
364
|
# @param Type: xxx
|
125
365
|
# @type Type: String
|
126
366
|
|
127
|
-
attr_accessor :CompanyName, :CompanyID, :CompanyLegalName, :ManagerName, :ManagerPhone, :VerificationCode, :
|
367
|
+
attr_accessor :CompanyName, :CompanyIDType, :CompanyID, :CompanyLegalName, :ManagerName, :ManagerPhone, :VerificationCode, :Type
|
128
368
|
|
129
|
-
def initialize(companyname=nil, companyid=nil, companylegalname=nil, managername=nil, managerphone=nil, verificationcode=nil,
|
369
|
+
def initialize(companyname=nil, companyidtype=nil, companyid=nil, companylegalname=nil, managername=nil, managerphone=nil, verificationcode=nil, type=nil)
|
130
370
|
@CompanyName = companyname
|
371
|
+
@CompanyIDType = companyidtype
|
131
372
|
@CompanyID = companyid
|
132
373
|
@CompanyLegalName = companylegalname
|
133
374
|
@ManagerName = managername
|
134
375
|
@ManagerPhone = managerphone
|
135
376
|
@VerificationCode = verificationcode
|
136
|
-
@CompanyIDType = companyidtype
|
137
377
|
@Type = type
|
138
378
|
end
|
139
379
|
|
140
380
|
def deserialize(params)
|
141
381
|
@CompanyName = params['CompanyName']
|
382
|
+
@CompanyIDType = params['CompanyIDType']
|
142
383
|
@CompanyID = params['CompanyID']
|
143
384
|
@CompanyLegalName = params['CompanyLegalName']
|
144
385
|
@ManagerName = params['ManagerName']
|
145
386
|
@ManagerPhone = params['ManagerPhone']
|
146
387
|
@VerificationCode = params['VerificationCode']
|
147
|
-
@CompanyIDType = params['CompanyIDType']
|
148
388
|
@Type = params['Type']
|
149
389
|
end
|
150
390
|
end
|
@@ -269,50 +509,583 @@ module TencentCloud
|
|
269
509
|
end
|
270
510
|
end
|
271
511
|
|
272
|
-
#
|
273
|
-
class
|
274
|
-
# @param
|
512
|
+
# CreateCRWork请求参数结构体
|
513
|
+
class CreateCRWorkRequest < TencentCloud::Common::AbstractModel
|
514
|
+
# @param WorkName: 作品名称
|
515
|
+
# @type WorkName: String
|
516
|
+
# @param WorkCategory: 作品分类
|
517
|
+
# @type WorkCategory: String
|
518
|
+
# @param WorkType: 作品内容类型
|
519
|
+
# @type WorkType: String
|
520
|
+
# @param WorkSign: 作品标签
|
521
|
+
# @type WorkSign: String
|
522
|
+
# @param WorkPic: 作品图片
|
523
|
+
# @type WorkPic: String
|
524
|
+
# @param WorkDesc: 创作描述
|
525
|
+
# @type WorkDesc: String
|
526
|
+
# @param IsOriginal: 是否原创 0:否 1:是
|
527
|
+
# @type IsOriginal: String
|
528
|
+
# @param IsRelease: 是否发布 0:未发布 1:已发布
|
529
|
+
# @type IsRelease: String
|
530
|
+
# @param ProducerID: 著作权人ID
|
531
|
+
# @type ProducerID: Integer
|
532
|
+
# @param ProduceTime: 创作时间
|
533
|
+
# @type ProduceTime: String
|
534
|
+
# @param SampleContentURL: 样品文件路径
|
535
|
+
# @type SampleContentURL: String
|
536
|
+
# @param SampleDownloadURL: 样本下载Url
|
537
|
+
# @type SampleDownloadURL: String
|
538
|
+
# @param GrantType: 授予类型
|
539
|
+
# @type GrantType: String
|
540
|
+
# @param SamplePublicURL: 作品发布Url
|
541
|
+
# @type SamplePublicURL: String
|
542
|
+
# @param IsMonitor: 是否启用监测 0:不启用 1:启用 默认为0
|
543
|
+
# @type IsMonitor: String
|
544
|
+
# @param IsCert: 是否启用存证0:不启用 1:启用 默认为1
|
545
|
+
# @type IsCert: String
|
546
|
+
# @param CertUrl: 存证回调地址
|
547
|
+
# @type CertUrl: String
|
548
|
+
# @param MonitorUrl: 监测回调地址
|
549
|
+
# @type MonitorUrl: String
|
550
|
+
# @param ProduceType: 创作性质(原创,改编,翻译,汇编,注释,整理,其他)
|
551
|
+
# @type ProduceType: String
|
552
|
+
# @param WhiteLists: xxx
|
553
|
+
# @type WhiteLists: Array
|
554
|
+
# @param WorkId: x
|
275
555
|
# @type WorkId: Integer
|
556
|
+
# @param ProducerName: xx
|
557
|
+
# @type ProducerName: String
|
558
|
+
# @param Nickname: xx
|
559
|
+
# @type Nickname: String
|
560
|
+
# @param Authorization: x
|
561
|
+
# @type Authorization: String
|
562
|
+
# @param AuthorizationStartTime: x
|
563
|
+
# @type AuthorizationStartTime: String
|
564
|
+
# @param AuthorizationEndTime: x
|
565
|
+
# @type AuthorizationEndTime: String
|
566
|
+
# @param ContentType: x
|
567
|
+
# @type ContentType: String
|
568
|
+
# @param Content: x
|
569
|
+
# @type Content: String
|
276
570
|
|
277
|
-
attr_accessor :WorkId
|
571
|
+
attr_accessor :WorkName, :WorkCategory, :WorkType, :WorkSign, :WorkPic, :WorkDesc, :IsOriginal, :IsRelease, :ProducerID, :ProduceTime, :SampleContentURL, :SampleDownloadURL, :GrantType, :SamplePublicURL, :IsMonitor, :IsCert, :CertUrl, :MonitorUrl, :ProduceType, :WhiteLists, :WorkId, :ProducerName, :Nickname, :Authorization, :AuthorizationStartTime, :AuthorizationEndTime, :ContentType, :Content
|
278
572
|
|
279
|
-
def initialize(workid=nil)
|
573
|
+
def initialize(workname=nil, workcategory=nil, worktype=nil, worksign=nil, workpic=nil, workdesc=nil, isoriginal=nil, isrelease=nil, producerid=nil, producetime=nil, samplecontenturl=nil, sampledownloadurl=nil, granttype=nil, samplepublicurl=nil, ismonitor=nil, iscert=nil, certurl=nil, monitorurl=nil, producetype=nil, whitelists=nil, workid=nil, producername=nil, nickname=nil, authorization=nil, authorizationstarttime=nil, authorizationendtime=nil, contenttype=nil, content=nil)
|
574
|
+
@WorkName = workname
|
575
|
+
@WorkCategory = workcategory
|
576
|
+
@WorkType = worktype
|
577
|
+
@WorkSign = worksign
|
578
|
+
@WorkPic = workpic
|
579
|
+
@WorkDesc = workdesc
|
580
|
+
@IsOriginal = isoriginal
|
581
|
+
@IsRelease = isrelease
|
582
|
+
@ProducerID = producerid
|
583
|
+
@ProduceTime = producetime
|
584
|
+
@SampleContentURL = samplecontenturl
|
585
|
+
@SampleDownloadURL = sampledownloadurl
|
586
|
+
@GrantType = granttype
|
587
|
+
@SamplePublicURL = samplepublicurl
|
588
|
+
@IsMonitor = ismonitor
|
589
|
+
@IsCert = iscert
|
590
|
+
@CertUrl = certurl
|
591
|
+
@MonitorUrl = monitorurl
|
592
|
+
@ProduceType = producetype
|
593
|
+
@WhiteLists = whitelists
|
280
594
|
@WorkId = workid
|
595
|
+
@ProducerName = producername
|
596
|
+
@Nickname = nickname
|
597
|
+
@Authorization = authorization
|
598
|
+
@AuthorizationStartTime = authorizationstarttime
|
599
|
+
@AuthorizationEndTime = authorizationendtime
|
600
|
+
@ContentType = contenttype
|
601
|
+
@Content = content
|
281
602
|
end
|
282
603
|
|
283
604
|
def deserialize(params)
|
605
|
+
@WorkName = params['WorkName']
|
606
|
+
@WorkCategory = params['WorkCategory']
|
607
|
+
@WorkType = params['WorkType']
|
608
|
+
@WorkSign = params['WorkSign']
|
609
|
+
@WorkPic = params['WorkPic']
|
610
|
+
@WorkDesc = params['WorkDesc']
|
611
|
+
@IsOriginal = params['IsOriginal']
|
612
|
+
@IsRelease = params['IsRelease']
|
613
|
+
@ProducerID = params['ProducerID']
|
614
|
+
@ProduceTime = params['ProduceTime']
|
615
|
+
@SampleContentURL = params['SampleContentURL']
|
616
|
+
@SampleDownloadURL = params['SampleDownloadURL']
|
617
|
+
@GrantType = params['GrantType']
|
618
|
+
@SamplePublicURL = params['SamplePublicURL']
|
619
|
+
@IsMonitor = params['IsMonitor']
|
620
|
+
@IsCert = params['IsCert']
|
621
|
+
@CertUrl = params['CertUrl']
|
622
|
+
@MonitorUrl = params['MonitorUrl']
|
623
|
+
@ProduceType = params['ProduceType']
|
624
|
+
@WhiteLists = params['WhiteLists']
|
284
625
|
@WorkId = params['WorkId']
|
626
|
+
@ProducerName = params['ProducerName']
|
627
|
+
@Nickname = params['Nickname']
|
628
|
+
@Authorization = params['Authorization']
|
629
|
+
@AuthorizationStartTime = params['AuthorizationStartTime']
|
630
|
+
@AuthorizationEndTime = params['AuthorizationEndTime']
|
631
|
+
@ContentType = params['ContentType']
|
632
|
+
@Content = params['Content']
|
285
633
|
end
|
286
634
|
end
|
287
635
|
|
288
|
-
#
|
289
|
-
class
|
290
|
-
# @param
|
291
|
-
# @type
|
636
|
+
# CreateCRWork返回参数结构体
|
637
|
+
class CreateCRWorkResponse < TencentCloud::Common::AbstractModel
|
638
|
+
# @param WorkId: 作品ID
|
639
|
+
# @type WorkId: Integer
|
640
|
+
# @param EvidenceId: x
|
641
|
+
# @type EvidenceId: Integer
|
642
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
643
|
+
# @type RequestId: String
|
644
|
+
|
645
|
+
attr_accessor :WorkId, :EvidenceId, :RequestId
|
646
|
+
|
647
|
+
def initialize(workid=nil, evidenceid=nil, requestid=nil)
|
648
|
+
@WorkId = workid
|
649
|
+
@EvidenceId = evidenceid
|
650
|
+
@RequestId = requestid
|
651
|
+
end
|
652
|
+
|
653
|
+
def deserialize(params)
|
654
|
+
@WorkId = params['WorkId']
|
655
|
+
@EvidenceId = params['EvidenceId']
|
656
|
+
@RequestId = params['RequestId']
|
657
|
+
end
|
658
|
+
end
|
659
|
+
|
660
|
+
# DescribeBPCompanyInfo请求参数结构体
|
661
|
+
class DescribeBPCompanyInfoRequest < TencentCloud::Common::AbstractModel
|
662
|
+
|
663
|
+
|
664
|
+
def initialize()
|
665
|
+
end
|
666
|
+
|
667
|
+
def deserialize(params)
|
668
|
+
end
|
669
|
+
end
|
670
|
+
|
671
|
+
# DescribeBPCompanyInfo返回参数结构体
|
672
|
+
class DescribeBPCompanyInfoResponse < TencentCloud::Common::AbstractModel
|
673
|
+
# @param CompanyName: xx
|
674
|
+
# @type CompanyName: String
|
675
|
+
# @param Phone: xx
|
676
|
+
# @type Phone: String
|
677
|
+
# @param LicenseName: xx
|
678
|
+
# @type LicenseName: String
|
679
|
+
# @param LicenseStatus: xx
|
680
|
+
# @type LicenseStatus: Integer
|
681
|
+
# @param LicenseNote: xx
|
682
|
+
# @type LicenseNote: String
|
683
|
+
# @param AuthorizationName: xx
|
684
|
+
# @type AuthorizationName: String
|
685
|
+
# @param AuthorizationStatus: xx
|
686
|
+
# @type AuthorizationStatus: Integer
|
687
|
+
# @param AuthorizationNote: xx
|
688
|
+
# @type AuthorizationNote: String
|
689
|
+
# @param BrandDatas: xx
|
690
|
+
# @type BrandDatas: Array
|
691
|
+
# @param CompanyId: xx
|
692
|
+
# @type CompanyId: Integer
|
693
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
694
|
+
# @type RequestId: String
|
695
|
+
|
696
|
+
attr_accessor :CompanyName, :Phone, :LicenseName, :LicenseStatus, :LicenseNote, :AuthorizationName, :AuthorizationStatus, :AuthorizationNote, :BrandDatas, :CompanyId, :RequestId
|
697
|
+
|
698
|
+
def initialize(companyname=nil, phone=nil, licensename=nil, licensestatus=nil, licensenote=nil, authorizationname=nil, authorizationstatus=nil, authorizationnote=nil, branddatas=nil, companyid=nil, requestid=nil)
|
699
|
+
@CompanyName = companyname
|
700
|
+
@Phone = phone
|
701
|
+
@LicenseName = licensename
|
702
|
+
@LicenseStatus = licensestatus
|
703
|
+
@LicenseNote = licensenote
|
704
|
+
@AuthorizationName = authorizationname
|
705
|
+
@AuthorizationStatus = authorizationstatus
|
706
|
+
@AuthorizationNote = authorizationnote
|
707
|
+
@BrandDatas = branddatas
|
708
|
+
@CompanyId = companyid
|
709
|
+
@RequestId = requestid
|
710
|
+
end
|
711
|
+
|
712
|
+
def deserialize(params)
|
713
|
+
@CompanyName = params['CompanyName']
|
714
|
+
@Phone = params['Phone']
|
715
|
+
@LicenseName = params['LicenseName']
|
716
|
+
@LicenseStatus = params['LicenseStatus']
|
717
|
+
@LicenseNote = params['LicenseNote']
|
718
|
+
@AuthorizationName = params['AuthorizationName']
|
719
|
+
@AuthorizationStatus = params['AuthorizationStatus']
|
720
|
+
@AuthorizationNote = params['AuthorizationNote']
|
721
|
+
unless params['BrandDatas'].nil?
|
722
|
+
@BrandDatas = []
|
723
|
+
params['BrandDatas'].each do |i|
|
724
|
+
branddata_tmp = BrandData.new
|
725
|
+
branddata_tmp.deserialize(i)
|
726
|
+
@BrandDatas << branddata_tmp
|
727
|
+
end
|
728
|
+
end
|
729
|
+
@CompanyId = params['CompanyId']
|
730
|
+
@RequestId = params['RequestId']
|
731
|
+
end
|
732
|
+
end
|
733
|
+
|
734
|
+
# DescribeBPFakeURLs请求参数结构体
|
735
|
+
class DescribeBPFakeURLsRequest < TencentCloud::Common::AbstractModel
|
736
|
+
# @param Filters: xxx
|
737
|
+
# @type Filters: Array
|
738
|
+
# @param PageSize: xxx
|
739
|
+
# @type PageSize: Integer
|
740
|
+
# @param PageNumber: xxx
|
741
|
+
# @type PageNumber: Integer
|
742
|
+
|
743
|
+
attr_accessor :Filters, :PageSize, :PageNumber
|
744
|
+
|
745
|
+
def initialize(filters=nil, pagesize=nil, pagenumber=nil)
|
746
|
+
@Filters = filters
|
747
|
+
@PageSize = pagesize
|
748
|
+
@PageNumber = pagenumber
|
749
|
+
end
|
750
|
+
|
751
|
+
def deserialize(params)
|
752
|
+
unless params['Filters'].nil?
|
753
|
+
@Filters = []
|
754
|
+
params['Filters'].each do |i|
|
755
|
+
filter_tmp = Filter.new
|
756
|
+
filter_tmp.deserialize(i)
|
757
|
+
@Filters << filter_tmp
|
758
|
+
end
|
759
|
+
end
|
760
|
+
@PageSize = params['PageSize']
|
761
|
+
@PageNumber = params['PageNumber']
|
762
|
+
end
|
763
|
+
end
|
764
|
+
|
765
|
+
# DescribeBPFakeURLs返回参数结构体
|
766
|
+
class DescribeBPFakeURLsResponse < TencentCloud::Common::AbstractModel
|
767
|
+
# @param FakeURLInfos: xxx
|
768
|
+
# @type FakeURLInfos: Array
|
769
|
+
# @param TotalCount: xxx
|
770
|
+
# @type TotalCount: Integer
|
771
|
+
# @param ExportURL: xxx
|
772
|
+
# @type ExportURL: String
|
773
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
774
|
+
# @type RequestId: String
|
775
|
+
|
776
|
+
attr_accessor :FakeURLInfos, :TotalCount, :ExportURL, :RequestId
|
777
|
+
|
778
|
+
def initialize(fakeurlinfos=nil, totalcount=nil, exporturl=nil, requestid=nil)
|
779
|
+
@FakeURLInfos = fakeurlinfos
|
780
|
+
@TotalCount = totalcount
|
781
|
+
@ExportURL = exporturl
|
782
|
+
@RequestId = requestid
|
783
|
+
end
|
784
|
+
|
785
|
+
def deserialize(params)
|
786
|
+
unless params['FakeURLInfos'].nil?
|
787
|
+
@FakeURLInfos = []
|
788
|
+
params['FakeURLInfos'].each do |i|
|
789
|
+
fakeurlinfo_tmp = FakeURLInfo.new
|
790
|
+
fakeurlinfo_tmp.deserialize(i)
|
791
|
+
@FakeURLInfos << fakeurlinfo_tmp
|
792
|
+
end
|
793
|
+
end
|
794
|
+
@TotalCount = params['TotalCount']
|
795
|
+
@ExportURL = params['ExportURL']
|
796
|
+
@RequestId = params['RequestId']
|
797
|
+
end
|
798
|
+
end
|
799
|
+
|
800
|
+
# DescribeBPProtectURLs请求参数结构体
|
801
|
+
class DescribeBPProtectURLsRequest < TencentCloud::Common::AbstractModel
|
802
|
+
# @param PageSize: xxx
|
803
|
+
# @type PageSize: Integer
|
804
|
+
# @param PageNumber: xxx
|
805
|
+
# @type PageNumber: Integer
|
806
|
+
|
807
|
+
attr_accessor :PageSize, :PageNumber
|
808
|
+
|
809
|
+
def initialize(pagesize=nil, pagenumber=nil)
|
810
|
+
@PageSize = pagesize
|
811
|
+
@PageNumber = pagenumber
|
812
|
+
end
|
813
|
+
|
814
|
+
def deserialize(params)
|
815
|
+
@PageSize = params['PageSize']
|
816
|
+
@PageNumber = params['PageNumber']
|
817
|
+
end
|
818
|
+
end
|
819
|
+
|
820
|
+
# DescribeBPProtectURLs返回参数结构体
|
821
|
+
class DescribeBPProtectURLsResponse < TencentCloud::Common::AbstractModel
|
822
|
+
# @param ProtectURLInfos: xxx
|
823
|
+
# @type ProtectURLInfos: Array
|
824
|
+
# @param TotalCount: xxx
|
825
|
+
# @type TotalCount: Integer
|
826
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
827
|
+
# @type RequestId: String
|
828
|
+
|
829
|
+
attr_accessor :ProtectURLInfos, :TotalCount, :RequestId
|
830
|
+
|
831
|
+
def initialize(protecturlinfos=nil, totalcount=nil, requestid=nil)
|
832
|
+
@ProtectURLInfos = protecturlinfos
|
833
|
+
@TotalCount = totalcount
|
834
|
+
@RequestId = requestid
|
835
|
+
end
|
836
|
+
|
837
|
+
def deserialize(params)
|
838
|
+
unless params['ProtectURLInfos'].nil?
|
839
|
+
@ProtectURLInfos = []
|
840
|
+
params['ProtectURLInfos'].each do |i|
|
841
|
+
protecturlinfo_tmp = ProtectURLInfo.new
|
842
|
+
protecturlinfo_tmp.deserialize(i)
|
843
|
+
@ProtectURLInfos << protecturlinfo_tmp
|
844
|
+
end
|
845
|
+
end
|
846
|
+
@TotalCount = params['TotalCount']
|
847
|
+
@RequestId = params['RequestId']
|
848
|
+
end
|
849
|
+
end
|
850
|
+
|
851
|
+
# DescribeBPReportFakeURLs请求参数结构体
|
852
|
+
class DescribeBPReportFakeURLsRequest < TencentCloud::Common::AbstractModel
|
853
|
+
# @param Filters: xxx
|
854
|
+
# @type Filters: Array
|
855
|
+
# @param PageSize: xxx
|
856
|
+
# @type PageSize: Integer
|
857
|
+
# @param PageNumber: xxx
|
858
|
+
# @type PageNumber: Integer
|
859
|
+
|
860
|
+
attr_accessor :Filters, :PageSize, :PageNumber
|
861
|
+
|
862
|
+
def initialize(filters=nil, pagesize=nil, pagenumber=nil)
|
863
|
+
@Filters = filters
|
864
|
+
@PageSize = pagesize
|
865
|
+
@PageNumber = pagenumber
|
866
|
+
end
|
867
|
+
|
868
|
+
def deserialize(params)
|
869
|
+
unless params['Filters'].nil?
|
870
|
+
@Filters = []
|
871
|
+
params['Filters'].each do |i|
|
872
|
+
filter_tmp = Filter.new
|
873
|
+
filter_tmp.deserialize(i)
|
874
|
+
@Filters << filter_tmp
|
875
|
+
end
|
876
|
+
end
|
877
|
+
@PageSize = params['PageSize']
|
878
|
+
@PageNumber = params['PageNumber']
|
879
|
+
end
|
880
|
+
end
|
881
|
+
|
882
|
+
# DescribeBPReportFakeURLs返回参数结构体
|
883
|
+
class DescribeBPReportFakeURLsResponse < TencentCloud::Common::AbstractModel
|
884
|
+
# @param ReportFakeURLInfos: xxx
|
885
|
+
# @type ReportFakeURLInfos: Array
|
886
|
+
# @param TotalCount: xxx
|
887
|
+
# @type TotalCount: Integer
|
888
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
889
|
+
# @type RequestId: String
|
890
|
+
|
891
|
+
attr_accessor :ReportFakeURLInfos, :TotalCount, :RequestId
|
892
|
+
|
893
|
+
def initialize(reportfakeurlinfos=nil, totalcount=nil, requestid=nil)
|
894
|
+
@ReportFakeURLInfos = reportfakeurlinfos
|
895
|
+
@TotalCount = totalcount
|
896
|
+
@RequestId = requestid
|
897
|
+
end
|
898
|
+
|
899
|
+
def deserialize(params)
|
900
|
+
unless params['ReportFakeURLInfos'].nil?
|
901
|
+
@ReportFakeURLInfos = []
|
902
|
+
params['ReportFakeURLInfos'].each do |i|
|
903
|
+
reportfakeurlinfo_tmp = ReportFakeURLInfo.new
|
904
|
+
reportfakeurlinfo_tmp.deserialize(i)
|
905
|
+
@ReportFakeURLInfos << reportfakeurlinfo_tmp
|
906
|
+
end
|
907
|
+
end
|
908
|
+
@TotalCount = params['TotalCount']
|
909
|
+
@RequestId = params['RequestId']
|
910
|
+
end
|
911
|
+
end
|
912
|
+
|
913
|
+
# DescribeCRMonitorDetail请求参数结构体
|
914
|
+
class DescribeCRMonitorDetailRequest < TencentCloud::Common::AbstractModel
|
915
|
+
# @param WorkId: 作品ID
|
916
|
+
# @type WorkId: Integer
|
917
|
+
# @param PageSize: 页数
|
918
|
+
# @type PageSize: Integer
|
919
|
+
# @param PageNumber: 页码
|
920
|
+
# @type PageNumber: Integer
|
921
|
+
# @param Filters: x
|
922
|
+
# @type Filters: Array
|
923
|
+
|
924
|
+
attr_accessor :WorkId, :PageSize, :PageNumber, :Filters
|
925
|
+
|
926
|
+
def initialize(workid=nil, pagesize=nil, pagenumber=nil, filters=nil)
|
927
|
+
@WorkId = workid
|
928
|
+
@PageSize = pagesize
|
929
|
+
@PageNumber = pagenumber
|
930
|
+
@Filters = filters
|
931
|
+
end
|
932
|
+
|
933
|
+
def deserialize(params)
|
934
|
+
@WorkId = params['WorkId']
|
935
|
+
@PageSize = params['PageSize']
|
936
|
+
@PageNumber = params['PageNumber']
|
937
|
+
unless params['Filters'].nil?
|
938
|
+
@Filters = []
|
939
|
+
params['Filters'].each do |i|
|
940
|
+
filter_tmp = Filter.new
|
941
|
+
filter_tmp.deserialize(i)
|
942
|
+
@Filters << filter_tmp
|
943
|
+
end
|
944
|
+
end
|
945
|
+
end
|
946
|
+
end
|
947
|
+
|
948
|
+
# DescribeCRMonitorDetail返回参数结构体
|
949
|
+
class DescribeCRMonitorDetailResponse < TencentCloud::Common::AbstractModel
|
950
|
+
# @param Torts: MonitorTort数组
|
951
|
+
# @type Torts: Array
|
952
|
+
# @param TotalCount: 总记录数
|
953
|
+
# @type TotalCount: Integer
|
292
954
|
# @param MonitorStatus: x
|
293
955
|
# @type MonitorStatus: Integer
|
294
|
-
# @param AuthStatus: x
|
295
|
-
# @type AuthStatus: Integer
|
296
|
-
# @param CommStatus: x
|
297
|
-
# @type CommStatus: Integer
|
298
|
-
# @param IsProducer: x
|
299
|
-
# @type IsProducer: Integer
|
300
956
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
301
957
|
# @type RequestId: String
|
302
958
|
|
303
|
-
attr_accessor :
|
959
|
+
attr_accessor :Torts, :TotalCount, :MonitorStatus, :RequestId
|
304
960
|
|
305
|
-
def initialize(
|
306
|
-
@
|
961
|
+
def initialize(torts=nil, totalcount=nil, monitorstatus=nil, requestid=nil)
|
962
|
+
@Torts = torts
|
963
|
+
@TotalCount = totalcount
|
307
964
|
@MonitorStatus = monitorstatus
|
308
|
-
@AuthStatus = authstatus
|
309
|
-
@CommStatus = commstatus
|
310
|
-
@IsProducer = isproducer
|
311
965
|
@RequestId = requestid
|
312
966
|
end
|
313
967
|
|
314
968
|
def deserialize(params)
|
315
|
-
|
969
|
+
unless params['Torts'].nil?
|
970
|
+
@Torts = []
|
971
|
+
params['Torts'].each do |i|
|
972
|
+
monitortort_tmp = MonitorTort.new
|
973
|
+
monitortort_tmp.deserialize(i)
|
974
|
+
@Torts << monitortort_tmp
|
975
|
+
end
|
976
|
+
end
|
977
|
+
@TotalCount = params['TotalCount']
|
978
|
+
@MonitorStatus = params['MonitorStatus']
|
979
|
+
@RequestId = params['RequestId']
|
980
|
+
end
|
981
|
+
end
|
982
|
+
|
983
|
+
# DescribeCRMonitors请求参数结构体
|
984
|
+
class DescribeCRMonitorsRequest < TencentCloud::Common::AbstractModel
|
985
|
+
# @param Filters: 过滤条件
|
986
|
+
# @type Filters: Array
|
987
|
+
# @param PageSize: 页数
|
988
|
+
# @type PageSize: Integer
|
989
|
+
# @param PageNumber: 页码
|
990
|
+
# @type PageNumber: Integer
|
991
|
+
|
992
|
+
attr_accessor :Filters, :PageSize, :PageNumber
|
993
|
+
|
994
|
+
def initialize(filters=nil, pagesize=nil, pagenumber=nil)
|
995
|
+
@Filters = filters
|
996
|
+
@PageSize = pagesize
|
997
|
+
@PageNumber = pagenumber
|
998
|
+
end
|
999
|
+
|
1000
|
+
def deserialize(params)
|
1001
|
+
unless params['Filters'].nil?
|
1002
|
+
@Filters = []
|
1003
|
+
params['Filters'].each do |i|
|
1004
|
+
filter_tmp = Filter.new
|
1005
|
+
filter_tmp.deserialize(i)
|
1006
|
+
@Filters << filter_tmp
|
1007
|
+
end
|
1008
|
+
end
|
1009
|
+
@PageSize = params['PageSize']
|
1010
|
+
@PageNumber = params['PageNumber']
|
1011
|
+
end
|
1012
|
+
end
|
1013
|
+
|
1014
|
+
# DescribeCRMonitors返回参数结构体
|
1015
|
+
class DescribeCRMonitorsResponse < TencentCloud::Common::AbstractModel
|
1016
|
+
# @param Monitors: 监测结果
|
1017
|
+
# @type Monitors: Array
|
1018
|
+
# @param TotalCount: 记录总条数
|
1019
|
+
# @type TotalCount: Integer
|
1020
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1021
|
+
# @type RequestId: String
|
1022
|
+
|
1023
|
+
attr_accessor :Monitors, :TotalCount, :RequestId
|
1024
|
+
|
1025
|
+
def initialize(monitors=nil, totalcount=nil, requestid=nil)
|
1026
|
+
@Monitors = monitors
|
1027
|
+
@TotalCount = totalcount
|
1028
|
+
@RequestId = requestid
|
1029
|
+
end
|
1030
|
+
|
1031
|
+
def deserialize(params)
|
1032
|
+
unless params['Monitors'].nil?
|
1033
|
+
@Monitors = []
|
1034
|
+
params['Monitors'].each do |i|
|
1035
|
+
monitor_tmp = Monitor.new
|
1036
|
+
monitor_tmp.deserialize(i)
|
1037
|
+
@Monitors << monitor_tmp
|
1038
|
+
end
|
1039
|
+
end
|
1040
|
+
@TotalCount = params['TotalCount']
|
1041
|
+
@RequestId = params['RequestId']
|
1042
|
+
end
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
# DescribeCRWorkInfo请求参数结构体
|
1046
|
+
class DescribeCRWorkInfoRequest < TencentCloud::Common::AbstractModel
|
1047
|
+
# @param WorkId: xxx
|
1048
|
+
# @type WorkId: Integer
|
1049
|
+
|
1050
|
+
attr_accessor :WorkId
|
1051
|
+
|
1052
|
+
def initialize(workid=nil)
|
1053
|
+
@WorkId = workid
|
1054
|
+
end
|
1055
|
+
|
1056
|
+
def deserialize(params)
|
1057
|
+
@WorkId = params['WorkId']
|
1058
|
+
end
|
1059
|
+
end
|
1060
|
+
|
1061
|
+
# DescribeCRWorkInfo返回参数结构体
|
1062
|
+
class DescribeCRWorkInfoResponse < TencentCloud::Common::AbstractModel
|
1063
|
+
# @param WorkName: x
|
1064
|
+
# @type WorkName: String
|
1065
|
+
# @param MonitorStatus: x
|
1066
|
+
# @type MonitorStatus: Integer
|
1067
|
+
# @param AuthStatus: x
|
1068
|
+
# @type AuthStatus: Integer
|
1069
|
+
# @param CommStatus: x
|
1070
|
+
# @type CommStatus: Integer
|
1071
|
+
# @param IsProducer: x
|
1072
|
+
# @type IsProducer: Integer
|
1073
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1074
|
+
# @type RequestId: String
|
1075
|
+
|
1076
|
+
attr_accessor :WorkName, :MonitorStatus, :AuthStatus, :CommStatus, :IsProducer, :RequestId
|
1077
|
+
|
1078
|
+
def initialize(workname=nil, monitorstatus=nil, authstatus=nil, commstatus=nil, isproducer=nil, requestid=nil)
|
1079
|
+
@WorkName = workname
|
1080
|
+
@MonitorStatus = monitorstatus
|
1081
|
+
@AuthStatus = authstatus
|
1082
|
+
@CommStatus = commstatus
|
1083
|
+
@IsProducer = isproducer
|
1084
|
+
@RequestId = requestid
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
def deserialize(params)
|
1088
|
+
@WorkName = params['WorkName']
|
316
1089
|
@MonitorStatus = params['MonitorStatus']
|
317
1090
|
@AuthStatus = params['AuthStatus']
|
318
1091
|
@CommStatus = params['CommStatus']
|
@@ -321,6 +1094,581 @@ module TencentCloud
|
|
321
1094
|
end
|
322
1095
|
end
|
323
1096
|
|
1097
|
+
# 仿冒网站信息
|
1098
|
+
class FakeURLInfo < TencentCloud::Common::AbstractModel
|
1099
|
+
# @param FakeURLId: xxx
|
1100
|
+
# @type FakeURLId: Integer
|
1101
|
+
# @param ProtectWeb: xxx
|
1102
|
+
# @type ProtectWeb: String
|
1103
|
+
# @param DetectTime: xxx
|
1104
|
+
# @type DetectTime: String
|
1105
|
+
# @param FakeURL: xxx
|
1106
|
+
# @type FakeURL: String
|
1107
|
+
# @param Snapshot: xxx
|
1108
|
+
# @type Snapshot: String
|
1109
|
+
# @param IP: xxx
|
1110
|
+
# @type IP: String
|
1111
|
+
# @param IPLoc: xxx
|
1112
|
+
# @type IPLoc: String
|
1113
|
+
# @param Heat: xxx
|
1114
|
+
# @type Heat: Integer
|
1115
|
+
# @param Status: xxx
|
1116
|
+
# @type Status: Integer
|
1117
|
+
# @param Note: xxx
|
1118
|
+
# @type Note: String
|
1119
|
+
# @param FakeURLCompany: xxx
|
1120
|
+
# @type FakeURLCompany: String
|
1121
|
+
# @param FakeURLAttr: xxx
|
1122
|
+
# @type FakeURLAttr: String
|
1123
|
+
# @param FakeURLName: xxx
|
1124
|
+
# @type FakeURLName: String
|
1125
|
+
# @param FakeURLICP: xxx
|
1126
|
+
# @type FakeURLICP: String
|
1127
|
+
# @param FakeURLCreateTime: xxx
|
1128
|
+
# @type FakeURLCreateTime: String
|
1129
|
+
# @param FakeURLExpireTime: xxx
|
1130
|
+
# @type FakeURLExpireTime: String
|
1131
|
+
|
1132
|
+
attr_accessor :FakeURLId, :ProtectWeb, :DetectTime, :FakeURL, :Snapshot, :IP, :IPLoc, :Heat, :Status, :Note, :FakeURLCompany, :FakeURLAttr, :FakeURLName, :FakeURLICP, :FakeURLCreateTime, :FakeURLExpireTime
|
1133
|
+
|
1134
|
+
def initialize(fakeurlid=nil, protectweb=nil, detecttime=nil, fakeurl=nil, snapshot=nil, ip=nil, iploc=nil, heat=nil, status=nil, note=nil, fakeurlcompany=nil, fakeurlattr=nil, fakeurlname=nil, fakeurlicp=nil, fakeurlcreatetime=nil, fakeurlexpiretime=nil)
|
1135
|
+
@FakeURLId = fakeurlid
|
1136
|
+
@ProtectWeb = protectweb
|
1137
|
+
@DetectTime = detecttime
|
1138
|
+
@FakeURL = fakeurl
|
1139
|
+
@Snapshot = snapshot
|
1140
|
+
@IP = ip
|
1141
|
+
@IPLoc = iploc
|
1142
|
+
@Heat = heat
|
1143
|
+
@Status = status
|
1144
|
+
@Note = note
|
1145
|
+
@FakeURLCompany = fakeurlcompany
|
1146
|
+
@FakeURLAttr = fakeurlattr
|
1147
|
+
@FakeURLName = fakeurlname
|
1148
|
+
@FakeURLICP = fakeurlicp
|
1149
|
+
@FakeURLCreateTime = fakeurlcreatetime
|
1150
|
+
@FakeURLExpireTime = fakeurlexpiretime
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
def deserialize(params)
|
1154
|
+
@FakeURLId = params['FakeURLId']
|
1155
|
+
@ProtectWeb = params['ProtectWeb']
|
1156
|
+
@DetectTime = params['DetectTime']
|
1157
|
+
@FakeURL = params['FakeURL']
|
1158
|
+
@Snapshot = params['Snapshot']
|
1159
|
+
@IP = params['IP']
|
1160
|
+
@IPLoc = params['IPLoc']
|
1161
|
+
@Heat = params['Heat']
|
1162
|
+
@Status = params['Status']
|
1163
|
+
@Note = params['Note']
|
1164
|
+
@FakeURLCompany = params['FakeURLCompany']
|
1165
|
+
@FakeURLAttr = params['FakeURLAttr']
|
1166
|
+
@FakeURLName = params['FakeURLName']
|
1167
|
+
@FakeURLICP = params['FakeURLICP']
|
1168
|
+
@FakeURLCreateTime = params['FakeURLCreateTime']
|
1169
|
+
@FakeURLExpireTime = params['FakeURLExpireTime']
|
1170
|
+
end
|
1171
|
+
end
|
1172
|
+
|
1173
|
+
# 过滤参数
|
1174
|
+
class Filter < TencentCloud::Common::AbstractModel
|
1175
|
+
|
1176
|
+
|
1177
|
+
def initialize()
|
1178
|
+
end
|
1179
|
+
|
1180
|
+
def deserialize(params)
|
1181
|
+
end
|
1182
|
+
end
|
1183
|
+
|
1184
|
+
# ModifyBPOfflineAttachment请求参数结构体
|
1185
|
+
class ModifyBPOfflineAttachmentRequest < TencentCloud::Common::AbstractModel
|
1186
|
+
# @param LicenseName: xx
|
1187
|
+
# @type LicenseName: String
|
1188
|
+
# @param AuthorizationName: xx
|
1189
|
+
# @type AuthorizationName: String
|
1190
|
+
# @param BrandName: xx
|
1191
|
+
# @type BrandName: String
|
1192
|
+
# @param BrandCertificateName: xx
|
1193
|
+
# @type BrandCertificateName: String
|
1194
|
+
# @param TransferName: xx
|
1195
|
+
# @type TransferName: String
|
1196
|
+
|
1197
|
+
attr_accessor :LicenseName, :AuthorizationName, :BrandName, :BrandCertificateName, :TransferName
|
1198
|
+
|
1199
|
+
def initialize(licensename=nil, authorizationname=nil, brandname=nil, brandcertificatename=nil, transfername=nil)
|
1200
|
+
@LicenseName = licensename
|
1201
|
+
@AuthorizationName = authorizationname
|
1202
|
+
@BrandName = brandname
|
1203
|
+
@BrandCertificateName = brandcertificatename
|
1204
|
+
@TransferName = transfername
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
def deserialize(params)
|
1208
|
+
@LicenseName = params['LicenseName']
|
1209
|
+
@AuthorizationName = params['AuthorizationName']
|
1210
|
+
@BrandName = params['BrandName']
|
1211
|
+
@BrandCertificateName = params['BrandCertificateName']
|
1212
|
+
@TransferName = params['TransferName']
|
1213
|
+
end
|
1214
|
+
end
|
1215
|
+
|
1216
|
+
# ModifyBPOfflineAttachment返回参数结构体
|
1217
|
+
class ModifyBPOfflineAttachmentResponse < TencentCloud::Common::AbstractModel
|
1218
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1219
|
+
# @type RequestId: String
|
1220
|
+
|
1221
|
+
attr_accessor :RequestId
|
1222
|
+
|
1223
|
+
def initialize(requestid=nil)
|
1224
|
+
@RequestId = requestid
|
1225
|
+
end
|
1226
|
+
|
1227
|
+
def deserialize(params)
|
1228
|
+
@RequestId = params['RequestId']
|
1229
|
+
end
|
1230
|
+
end
|
1231
|
+
|
1232
|
+
# ModifyCRBlockStatus请求参数结构体
|
1233
|
+
class ModifyCRBlockStatusRequest < TencentCloud::Common::AbstractModel
|
1234
|
+
# @param TortId: 侵权ID
|
1235
|
+
# @type TortId: Integer
|
1236
|
+
# @param BlockUrl: 拦截结果回调地址
|
1237
|
+
# @type BlockUrl: String
|
1238
|
+
|
1239
|
+
attr_accessor :TortId, :BlockUrl
|
1240
|
+
|
1241
|
+
def initialize(tortid=nil, blockurl=nil)
|
1242
|
+
@TortId = tortid
|
1243
|
+
@BlockUrl = blockurl
|
1244
|
+
end
|
1245
|
+
|
1246
|
+
def deserialize(params)
|
1247
|
+
@TortId = params['TortId']
|
1248
|
+
@BlockUrl = params['BlockUrl']
|
1249
|
+
end
|
1250
|
+
end
|
1251
|
+
|
1252
|
+
# ModifyCRBlockStatus返回参数结构体
|
1253
|
+
class ModifyCRBlockStatusResponse < TencentCloud::Common::AbstractModel
|
1254
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1255
|
+
# @type RequestId: String
|
1256
|
+
|
1257
|
+
attr_accessor :RequestId
|
1258
|
+
|
1259
|
+
def initialize(requestid=nil)
|
1260
|
+
@RequestId = requestid
|
1261
|
+
end
|
1262
|
+
|
1263
|
+
def deserialize(params)
|
1264
|
+
@RequestId = params['RequestId']
|
1265
|
+
end
|
1266
|
+
end
|
1267
|
+
|
1268
|
+
# ModifyCRMonitor请求参数结构体
|
1269
|
+
class ModifyCRMonitorRequest < TencentCloud::Common::AbstractModel
|
1270
|
+
# @param WorkId: 作品ID
|
1271
|
+
# @type WorkId: Integer
|
1272
|
+
# @param MonitorStatus: 监测状态 1-开启监测 2-关闭监测 默认为1
|
1273
|
+
# @type MonitorStatus: String
|
1274
|
+
|
1275
|
+
attr_accessor :WorkId, :MonitorStatus
|
1276
|
+
|
1277
|
+
def initialize(workid=nil, monitorstatus=nil)
|
1278
|
+
@WorkId = workid
|
1279
|
+
@MonitorStatus = monitorstatus
|
1280
|
+
end
|
1281
|
+
|
1282
|
+
def deserialize(params)
|
1283
|
+
@WorkId = params['WorkId']
|
1284
|
+
@MonitorStatus = params['MonitorStatus']
|
1285
|
+
end
|
1286
|
+
end
|
1287
|
+
|
1288
|
+
# ModifyCRMonitor返回参数结构体
|
1289
|
+
class ModifyCRMonitorResponse < TencentCloud::Common::AbstractModel
|
1290
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1291
|
+
# @type RequestId: String
|
1292
|
+
|
1293
|
+
attr_accessor :RequestId
|
1294
|
+
|
1295
|
+
def initialize(requestid=nil)
|
1296
|
+
@RequestId = requestid
|
1297
|
+
end
|
1298
|
+
|
1299
|
+
def deserialize(params)
|
1300
|
+
@RequestId = params['RequestId']
|
1301
|
+
end
|
1302
|
+
end
|
1303
|
+
|
1304
|
+
# ModifyCRObtainStatus请求参数结构体
|
1305
|
+
class ModifyCRObtainStatusRequest < TencentCloud::Common::AbstractModel
|
1306
|
+
# @param TortId: xxx
|
1307
|
+
# @type TortId: Integer
|
1308
|
+
# @param ObtainType: xxx
|
1309
|
+
# @type ObtainType: Integer
|
1310
|
+
# @param ObtainDuration: xxx
|
1311
|
+
# @type ObtainDuration: Integer
|
1312
|
+
# @param ObtainUrl: xxx
|
1313
|
+
# @type ObtainUrl: String
|
1314
|
+
|
1315
|
+
attr_accessor :TortId, :ObtainType, :ObtainDuration, :ObtainUrl
|
1316
|
+
|
1317
|
+
def initialize(tortid=nil, obtaintype=nil, obtainduration=nil, obtainurl=nil)
|
1318
|
+
@TortId = tortid
|
1319
|
+
@ObtainType = obtaintype
|
1320
|
+
@ObtainDuration = obtainduration
|
1321
|
+
@ObtainUrl = obtainurl
|
1322
|
+
end
|
1323
|
+
|
1324
|
+
def deserialize(params)
|
1325
|
+
@TortId = params['TortId']
|
1326
|
+
@ObtainType = params['ObtainType']
|
1327
|
+
@ObtainDuration = params['ObtainDuration']
|
1328
|
+
@ObtainUrl = params['ObtainUrl']
|
1329
|
+
end
|
1330
|
+
end
|
1331
|
+
|
1332
|
+
# ModifyCRObtainStatus返回参数结构体
|
1333
|
+
class ModifyCRObtainStatusResponse < TencentCloud::Common::AbstractModel
|
1334
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1335
|
+
# @type RequestId: String
|
1336
|
+
|
1337
|
+
attr_accessor :RequestId
|
1338
|
+
|
1339
|
+
def initialize(requestid=nil)
|
1340
|
+
@RequestId = requestid
|
1341
|
+
end
|
1342
|
+
|
1343
|
+
def deserialize(params)
|
1344
|
+
@RequestId = params['RequestId']
|
1345
|
+
end
|
1346
|
+
end
|
1347
|
+
|
1348
|
+
# ModifyCRRightStatus请求参数结构体
|
1349
|
+
class ModifyCRRightStatusRequest < TencentCloud::Common::AbstractModel
|
1350
|
+
# @param TortId: 侵权ID
|
1351
|
+
# @type TortId: Integer
|
1352
|
+
# @param RightUrl: 发函结果回调地址
|
1353
|
+
# @type RightUrl: String
|
1354
|
+
|
1355
|
+
attr_accessor :TortId, :RightUrl
|
1356
|
+
|
1357
|
+
def initialize(tortid=nil, righturl=nil)
|
1358
|
+
@TortId = tortid
|
1359
|
+
@RightUrl = righturl
|
1360
|
+
end
|
1361
|
+
|
1362
|
+
def deserialize(params)
|
1363
|
+
@TortId = params['TortId']
|
1364
|
+
@RightUrl = params['RightUrl']
|
1365
|
+
end
|
1366
|
+
end
|
1367
|
+
|
1368
|
+
# ModifyCRRightStatus返回参数结构体
|
1369
|
+
class ModifyCRRightStatusResponse < TencentCloud::Common::AbstractModel
|
1370
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1371
|
+
# @type RequestId: String
|
1372
|
+
|
1373
|
+
attr_accessor :RequestId
|
1374
|
+
|
1375
|
+
def initialize(requestid=nil)
|
1376
|
+
@RequestId = requestid
|
1377
|
+
end
|
1378
|
+
|
1379
|
+
def deserialize(params)
|
1380
|
+
@RequestId = params['RequestId']
|
1381
|
+
end
|
1382
|
+
end
|
1383
|
+
|
1384
|
+
# 版权保护-监测结果
|
1385
|
+
class Monitor < TencentCloud::Common::AbstractModel
|
1386
|
+
# @param WorkId: 作品ID
|
1387
|
+
# @type WorkId: Integer
|
1388
|
+
# @param WorkName: 作品名称
|
1389
|
+
# @type WorkName: String
|
1390
|
+
# @param WorkType: 作品内容类型 01-视频 02-音频 03-文本 04-图片
|
1391
|
+
# @type WorkType: String
|
1392
|
+
# @param TortPlatNum: 侵权平台数量
|
1393
|
+
# @type TortPlatNum: Integer
|
1394
|
+
# @param TortURLNum: 侵权链接数量
|
1395
|
+
# @type TortURLNum: Integer
|
1396
|
+
# @param MonitorTime: 监测时间
|
1397
|
+
# @type MonitorTime: String
|
1398
|
+
# @param MonitorStatus: 0-待监测 1-监测中 2-不监测 3-暂停监测
|
1399
|
+
# @type MonitorStatus: Integer
|
1400
|
+
# @param WorkCategory: 作品类型
|
1401
|
+
# @type WorkCategory: String
|
1402
|
+
# @param InsertTime: xx
|
1403
|
+
# @type InsertTime: String
|
1404
|
+
# @param MonitorNote: xx
|
1405
|
+
# @type MonitorNote: String
|
1406
|
+
|
1407
|
+
attr_accessor :WorkId, :WorkName, :WorkType, :TortPlatNum, :TortURLNum, :MonitorTime, :MonitorStatus, :WorkCategory, :InsertTime, :MonitorNote
|
1408
|
+
|
1409
|
+
def initialize(workid=nil, workname=nil, worktype=nil, tortplatnum=nil, torturlnum=nil, monitortime=nil, monitorstatus=nil, workcategory=nil, inserttime=nil, monitornote=nil)
|
1410
|
+
@WorkId = workid
|
1411
|
+
@WorkName = workname
|
1412
|
+
@WorkType = worktype
|
1413
|
+
@TortPlatNum = tortplatnum
|
1414
|
+
@TortURLNum = torturlnum
|
1415
|
+
@MonitorTime = monitortime
|
1416
|
+
@MonitorStatus = monitorstatus
|
1417
|
+
@WorkCategory = workcategory
|
1418
|
+
@InsertTime = inserttime
|
1419
|
+
@MonitorNote = monitornote
|
1420
|
+
end
|
1421
|
+
|
1422
|
+
def deserialize(params)
|
1423
|
+
@WorkId = params['WorkId']
|
1424
|
+
@WorkName = params['WorkName']
|
1425
|
+
@WorkType = params['WorkType']
|
1426
|
+
@TortPlatNum = params['TortPlatNum']
|
1427
|
+
@TortURLNum = params['TortURLNum']
|
1428
|
+
@MonitorTime = params['MonitorTime']
|
1429
|
+
@MonitorStatus = params['MonitorStatus']
|
1430
|
+
@WorkCategory = params['WorkCategory']
|
1431
|
+
@InsertTime = params['InsertTime']
|
1432
|
+
@MonitorNote = params['MonitorNote']
|
1433
|
+
end
|
1434
|
+
end
|
1435
|
+
|
1436
|
+
# 监测侵权信息详情
|
1437
|
+
class MonitorTort < TencentCloud::Common::AbstractModel
|
1438
|
+
# @param TortId: 侵权信息ID
|
1439
|
+
# @type TortId: Integer
|
1440
|
+
# @param TortTitle: 侵权标题
|
1441
|
+
# @type TortTitle: String
|
1442
|
+
# @param TortPlat: 侵权平台
|
1443
|
+
# @type TortPlat: String
|
1444
|
+
# @param TortURL: 侵权链接
|
1445
|
+
# @type TortURL: String
|
1446
|
+
# @param PubTime: 侵权链接发布时间
|
1447
|
+
# @type PubTime: String
|
1448
|
+
# @param Author: 作者
|
1449
|
+
# @type Author: String
|
1450
|
+
# @param DetectTime: xxx
|
1451
|
+
# @type DetectTime: String
|
1452
|
+
# @param ObtainStatus: 1
|
1453
|
+
# @type ObtainStatus: Integer
|
1454
|
+
# @param RightStatus: 1
|
1455
|
+
# @type RightStatus: Integer
|
1456
|
+
# @param BlockStatus: 1
|
1457
|
+
# @type BlockStatus: Integer
|
1458
|
+
# @param TortNum: 1
|
1459
|
+
# @type TortNum: String
|
1460
|
+
# @param ObtainNote: 1
|
1461
|
+
# @type ObtainNote: String
|
1462
|
+
# @param WorkTitle: 1
|
1463
|
+
# @type WorkTitle: String
|
1464
|
+
|
1465
|
+
attr_accessor :TortId, :TortTitle, :TortPlat, :TortURL, :PubTime, :Author, :DetectTime, :ObtainStatus, :RightStatus, :BlockStatus, :TortNum, :ObtainNote, :WorkTitle
|
1466
|
+
|
1467
|
+
def initialize(tortid=nil, torttitle=nil, tortplat=nil, torturl=nil, pubtime=nil, author=nil, detecttime=nil, obtainstatus=nil, rightstatus=nil, blockstatus=nil, tortnum=nil, obtainnote=nil, worktitle=nil)
|
1468
|
+
@TortId = tortid
|
1469
|
+
@TortTitle = torttitle
|
1470
|
+
@TortPlat = tortplat
|
1471
|
+
@TortURL = torturl
|
1472
|
+
@PubTime = pubtime
|
1473
|
+
@Author = author
|
1474
|
+
@DetectTime = detecttime
|
1475
|
+
@ObtainStatus = obtainstatus
|
1476
|
+
@RightStatus = rightstatus
|
1477
|
+
@BlockStatus = blockstatus
|
1478
|
+
@TortNum = tortnum
|
1479
|
+
@ObtainNote = obtainnote
|
1480
|
+
@WorkTitle = worktitle
|
1481
|
+
end
|
1482
|
+
|
1483
|
+
def deserialize(params)
|
1484
|
+
@TortId = params['TortId']
|
1485
|
+
@TortTitle = params['TortTitle']
|
1486
|
+
@TortPlat = params['TortPlat']
|
1487
|
+
@TortURL = params['TortURL']
|
1488
|
+
@PubTime = params['PubTime']
|
1489
|
+
@Author = params['Author']
|
1490
|
+
@DetectTime = params['DetectTime']
|
1491
|
+
@ObtainStatus = params['ObtainStatus']
|
1492
|
+
@RightStatus = params['RightStatus']
|
1493
|
+
@BlockStatus = params['BlockStatus']
|
1494
|
+
@TortNum = params['TortNum']
|
1495
|
+
@ObtainNote = params['ObtainNote']
|
1496
|
+
@WorkTitle = params['WorkTitle']
|
1497
|
+
end
|
1498
|
+
end
|
1499
|
+
|
1500
|
+
# 保护网站信息
|
1501
|
+
class ProtectURLInfo < TencentCloud::Common::AbstractModel
|
1502
|
+
# @param ProtectURLId: xxx
|
1503
|
+
# @type ProtectURLId: Integer
|
1504
|
+
# @param ProtectURL: xxx
|
1505
|
+
# @type ProtectURL: String
|
1506
|
+
# @param ProtectWeb: xxx
|
1507
|
+
# @type ProtectWeb: String
|
1508
|
+
# @param ProtectURLStatus: xxx
|
1509
|
+
# @type ProtectURLStatus: Integer
|
1510
|
+
# @param ProtectURLNote: xxx
|
1511
|
+
# @type ProtectURLNote: String
|
1512
|
+
# @param CreateTime: xxx
|
1513
|
+
# @type CreateTime: String
|
1514
|
+
|
1515
|
+
attr_accessor :ProtectURLId, :ProtectURL, :ProtectWeb, :ProtectURLStatus, :ProtectURLNote, :CreateTime
|
1516
|
+
|
1517
|
+
def initialize(protecturlid=nil, protecturl=nil, protectweb=nil, protecturlstatus=nil, protecturlnote=nil, createtime=nil)
|
1518
|
+
@ProtectURLId = protecturlid
|
1519
|
+
@ProtectURL = protecturl
|
1520
|
+
@ProtectWeb = protectweb
|
1521
|
+
@ProtectURLStatus = protecturlstatus
|
1522
|
+
@ProtectURLNote = protecturlnote
|
1523
|
+
@CreateTime = createtime
|
1524
|
+
end
|
1525
|
+
|
1526
|
+
def deserialize(params)
|
1527
|
+
@ProtectURLId = params['ProtectURLId']
|
1528
|
+
@ProtectURL = params['ProtectURL']
|
1529
|
+
@ProtectWeb = params['ProtectWeb']
|
1530
|
+
@ProtectURLStatus = params['ProtectURLStatus']
|
1531
|
+
@ProtectURLNote = params['ProtectURLNote']
|
1532
|
+
@CreateTime = params['CreateTime']
|
1533
|
+
end
|
1534
|
+
end
|
1535
|
+
|
1536
|
+
# 举报网址信息
|
1537
|
+
class ReportFakeURLInfo < TencentCloud::Common::AbstractModel
|
1538
|
+
# @param FakeURLId: xxx
|
1539
|
+
# @type FakeURLId: Integer
|
1540
|
+
# @param DetectTime: xxx
|
1541
|
+
# @type DetectTime: String
|
1542
|
+
# @param ProtectURL: xxx
|
1543
|
+
# @type ProtectURL: String
|
1544
|
+
# @param ProtectWeb: xxx
|
1545
|
+
# @type ProtectWeb: String
|
1546
|
+
# @param FakeURL: xxx
|
1547
|
+
# @type FakeURL: String
|
1548
|
+
# @param Snapshot: xxx
|
1549
|
+
# @type Snapshot: String
|
1550
|
+
# @param IP: xxx
|
1551
|
+
# @type IP: String
|
1552
|
+
# @param IPLoc: xxx
|
1553
|
+
# @type IPLoc: String
|
1554
|
+
# @param Heat: xxx
|
1555
|
+
# @type Heat: Integer
|
1556
|
+
# @param Status: xxx
|
1557
|
+
# @type Status: Integer
|
1558
|
+
# @param Note: xxx
|
1559
|
+
# @type Note: String
|
1560
|
+
# @param FakeURLCompany: xxx
|
1561
|
+
# @type FakeURLCompany: String
|
1562
|
+
# @param FakeURLAttr: xxx
|
1563
|
+
# @type FakeURLAttr: String
|
1564
|
+
# @param FakeURLName: xxx
|
1565
|
+
# @type FakeURLName: String
|
1566
|
+
# @param FakeURLICP: xxx
|
1567
|
+
# @type FakeURLICP: String
|
1568
|
+
# @param FakeURLCreateTime: xxx
|
1569
|
+
# @type FakeURLCreateTime: String
|
1570
|
+
# @param FakeURLExpireTime: xxx
|
1571
|
+
# @type FakeURLExpireTime: String
|
1572
|
+
# @param BlockTime: xxx
|
1573
|
+
# @type BlockTime: String
|
1574
|
+
|
1575
|
+
attr_accessor :FakeURLId, :DetectTime, :ProtectURL, :ProtectWeb, :FakeURL, :Snapshot, :IP, :IPLoc, :Heat, :Status, :Note, :FakeURLCompany, :FakeURLAttr, :FakeURLName, :FakeURLICP, :FakeURLCreateTime, :FakeURLExpireTime, :BlockTime
|
1576
|
+
|
1577
|
+
def initialize(fakeurlid=nil, detecttime=nil, protecturl=nil, protectweb=nil, fakeurl=nil, snapshot=nil, ip=nil, iploc=nil, heat=nil, status=nil, note=nil, fakeurlcompany=nil, fakeurlattr=nil, fakeurlname=nil, fakeurlicp=nil, fakeurlcreatetime=nil, fakeurlexpiretime=nil, blocktime=nil)
|
1578
|
+
@FakeURLId = fakeurlid
|
1579
|
+
@DetectTime = detecttime
|
1580
|
+
@ProtectURL = protecturl
|
1581
|
+
@ProtectWeb = protectweb
|
1582
|
+
@FakeURL = fakeurl
|
1583
|
+
@Snapshot = snapshot
|
1584
|
+
@IP = ip
|
1585
|
+
@IPLoc = iploc
|
1586
|
+
@Heat = heat
|
1587
|
+
@Status = status
|
1588
|
+
@Note = note
|
1589
|
+
@FakeURLCompany = fakeurlcompany
|
1590
|
+
@FakeURLAttr = fakeurlattr
|
1591
|
+
@FakeURLName = fakeurlname
|
1592
|
+
@FakeURLICP = fakeurlicp
|
1593
|
+
@FakeURLCreateTime = fakeurlcreatetime
|
1594
|
+
@FakeURLExpireTime = fakeurlexpiretime
|
1595
|
+
@BlockTime = blocktime
|
1596
|
+
end
|
1597
|
+
|
1598
|
+
def deserialize(params)
|
1599
|
+
@FakeURLId = params['FakeURLId']
|
1600
|
+
@DetectTime = params['DetectTime']
|
1601
|
+
@ProtectURL = params['ProtectURL']
|
1602
|
+
@ProtectWeb = params['ProtectWeb']
|
1603
|
+
@FakeURL = params['FakeURL']
|
1604
|
+
@Snapshot = params['Snapshot']
|
1605
|
+
@IP = params['IP']
|
1606
|
+
@IPLoc = params['IPLoc']
|
1607
|
+
@Heat = params['Heat']
|
1608
|
+
@Status = params['Status']
|
1609
|
+
@Note = params['Note']
|
1610
|
+
@FakeURLCompany = params['FakeURLCompany']
|
1611
|
+
@FakeURLAttr = params['FakeURLAttr']
|
1612
|
+
@FakeURLName = params['FakeURLName']
|
1613
|
+
@FakeURLICP = params['FakeURLICP']
|
1614
|
+
@FakeURLCreateTime = params['FakeURLCreateTime']
|
1615
|
+
@FakeURLExpireTime = params['FakeURLExpireTime']
|
1616
|
+
@BlockTime = params['BlockTime']
|
1617
|
+
end
|
1618
|
+
end
|
1619
|
+
|
1620
|
+
# UpdateCRWork请求参数结构体
|
1621
|
+
class UpdateCRWorkRequest < TencentCloud::Common::AbstractModel
|
1622
|
+
# @param WorkId: xx
|
1623
|
+
# @type WorkId: Integer
|
1624
|
+
# @param ContentType: xx
|
1625
|
+
# @type ContentType: String
|
1626
|
+
# @param Content: xx
|
1627
|
+
# @type Content: String
|
1628
|
+
# @param CertType: xx
|
1629
|
+
# @type CertType: String
|
1630
|
+
|
1631
|
+
attr_accessor :WorkId, :ContentType, :Content, :CertType
|
1632
|
+
|
1633
|
+
def initialize(workid=nil, contenttype=nil, content=nil, certtype=nil)
|
1634
|
+
@WorkId = workid
|
1635
|
+
@ContentType = contenttype
|
1636
|
+
@Content = content
|
1637
|
+
@CertType = certtype
|
1638
|
+
end
|
1639
|
+
|
1640
|
+
def deserialize(params)
|
1641
|
+
@WorkId = params['WorkId']
|
1642
|
+
@ContentType = params['ContentType']
|
1643
|
+
@Content = params['Content']
|
1644
|
+
@CertType = params['CertType']
|
1645
|
+
end
|
1646
|
+
end
|
1647
|
+
|
1648
|
+
# UpdateCRWork返回参数结构体
|
1649
|
+
class UpdateCRWorkResponse < TencentCloud::Common::AbstractModel
|
1650
|
+
# @param WorkId: xx
|
1651
|
+
# @type WorkId: Integer
|
1652
|
+
# @param EvidenceId: xx
|
1653
|
+
# @type EvidenceId: Integer
|
1654
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1655
|
+
# @type RequestId: String
|
1656
|
+
|
1657
|
+
attr_accessor :WorkId, :EvidenceId, :RequestId
|
1658
|
+
|
1659
|
+
def initialize(workid=nil, evidenceid=nil, requestid=nil)
|
1660
|
+
@WorkId = workid
|
1661
|
+
@EvidenceId = evidenceid
|
1662
|
+
@RequestId = requestid
|
1663
|
+
end
|
1664
|
+
|
1665
|
+
def deserialize(params)
|
1666
|
+
@WorkId = params['WorkId']
|
1667
|
+
@EvidenceId = params['EvidenceId']
|
1668
|
+
@RequestId = params['RequestId']
|
1669
|
+
end
|
1670
|
+
end
|
1671
|
+
|
324
1672
|
end
|
325
1673
|
end
|
326
1674
|
end
|