GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Failed
Push — master ( 9c662b...fd0f3f )
by
unknown
06:55 queued 25s
created

CreateDcdnDomainOfflineLogDelivery::withFieldId()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 6
c 0
b 0
f 0
rs 10
cc 1
nc 1
nop 1
1
<?php
2
3
namespace AlibabaCloud\Dcdn\V20180115;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AddDcdnDomain addDcdnDomain(array $options = [])
9
 * @method AddDcdnIpaDomain addDcdnIpaDomain(array $options = [])
10
 * @method BatchAddDcdnDomain batchAddDcdnDomain(array $options = [])
11
 * @method BatchDeleteDcdnDomainConfigs batchDeleteDcdnDomainConfigs(array $options = [])
12
 * @method BatchSetDcdnDomainCertificate batchSetDcdnDomainCertificate(array $options = [])
13
 * @method BatchSetDcdnDomainConfigs batchSetDcdnDomainConfigs(array $options = [])
14
 * @method BatchSetDcdnIpaDomainConfigs batchSetDcdnIpaDomainConfigs(array $options = [])
15
 * @method BatchStartDcdnDomain batchStartDcdnDomain(array $options = [])
16
 * @method BatchStopDcdnDomain batchStopDcdnDomain(array $options = [])
17
 * @method CreateDcdnCertificateSigningRequest createDcdnCertificateSigningRequest(array $options = [])
18
 * @method CreateDcdnDomainOfflineLogDelivery createDcdnDomainOfflineLogDelivery(array $options = [])
19
 * @method DeleteDcdnDomain deleteDcdnDomain(array $options = [])
20
 * @method DeleteDcdnIpaDomain deleteDcdnIpaDomain(array $options = [])
21
 * @method DeleteDcdnIpaSpecificConfig deleteDcdnIpaSpecificConfig(array $options = [])
22
 * @method DeleteDcdnSpecificConfig deleteDcdnSpecificConfig(array $options = [])
23
 * @method DeleteDcdnSpecificStagingConfig deleteDcdnSpecificStagingConfig(array $options = [])
24
 * @method DescribeDcdnBgpBpsData describeDcdnBgpBpsData(array $options = [])
25
 * @method DescribeDcdnBgpTrafficData describeDcdnBgpTrafficData(array $options = [])
26
 * @method DescribeDcdnCertificateDetail describeDcdnCertificateDetail(array $options = [])
27
 * @method DescribeDcdnCertificateList describeDcdnCertificateList(array $options = [])
28
 * @method DescribeDcdnConfigOfVersion describeDcdnConfigOfVersion(array $options = [])
29
 * @method DescribeDcdnDomainBpsData describeDcdnDomainBpsData(array $options = [])
30
 * @method DescribeDcdnDomainByCertificate describeDcdnDomainByCertificate(array $options = [])
31
 * @method DescribeDcdnDomainCertificateInfo describeDcdnDomainCertificateInfo(array $options = [])
32
 * @method DescribeDcdnDomainCname describeDcdnDomainCname(array $options = [])
33
 * @method DescribeDcdnDomainConfigs describeDcdnDomainConfigs(array $options = [])
34
 * @method DescribeDcdnDomainDetail describeDcdnDomainDetail(array $options = [])
35
 * @method DescribeDcdnDomainHitRateData describeDcdnDomainHitRateData(array $options = [])
36
 * @method DescribeDcdnDomainHttpCodeData describeDcdnDomainHttpCodeData(array $options = [])
37
 * @method DescribeDcdnDomainIpaBpsData describeDcdnDomainIpaBpsData(array $options = [])
38
 * @method DescribeDcdnDomainIpaTrafficData describeDcdnDomainIpaTrafficData(array $options = [])
39
 * @method DescribeDcdnDomainIspData describeDcdnDomainIspData(array $options = [])
40
 * @method DescribeDcdnDomainLog describeDcdnDomainLog(array $options = [])
41
 * @method DescribeDcdnDomainMultiUsageData describeDcdnDomainMultiUsageData(array $options = [])
42
 * @method DescribeDcdnDomainOriginBpsData describeDcdnDomainOriginBpsData(array $options = [])
43
 * @method DescribeDcdnDomainOriginTrafficData describeDcdnDomainOriginTrafficData(array $options = [])
44
 * @method DescribeDcdnDomainProperty describeDcdnDomainProperty(array $options = [])
45
 * @method DescribeDcdnDomainPvData describeDcdnDomainPvData(array $options = [])
46
 * @method DescribeDcdnDomainQpsData describeDcdnDomainQpsData(array $options = [])
47
 * @method DescribeDcdnDomainRealTimeBpsData describeDcdnDomainRealTimeBpsData(array $options = [])
48
 * @method DescribeDcdnDomainRealTimeByteHitRateData describeDcdnDomainRealTimeByteHitRateData(array $options = [])
49
 * @method DescribeDcdnDomainRealTimeDetailData describeDcdnDomainRealTimeDetailData(array $options = [])
50
 * @method DescribeDcdnDomainRealTimeHttpCodeData describeDcdnDomainRealTimeHttpCodeData(array $options = [])
51
 * @method DescribeDcdnDomainRealTimeQpsData describeDcdnDomainRealTimeQpsData(array $options = [])
52
 * @method DescribeDcdnDomainRealTimeReqHitRateData describeDcdnDomainRealTimeReqHitRateData(array $options = [])
53
 * @method DescribeDcdnDomainRealTimeSrcBpsData describeDcdnDomainRealTimeSrcBpsData(array $options = [])
54
 * @method DescribeDcdnDomainRealTimeSrcHttpCodeData describeDcdnDomainRealTimeSrcHttpCodeData(array $options = [])
55
 * @method DescribeDcdnDomainRealTimeSrcTrafficData describeDcdnDomainRealTimeSrcTrafficData(array $options = [])
56
 * @method DescribeDcdnDomainRealTimeTrafficData describeDcdnDomainRealTimeTrafficData(array $options = [])
57
 * @method DescribeDcdnDomainRegionData describeDcdnDomainRegionData(array $options = [])
58
 * @method DescribeDcdnDomainStagingConfig describeDcdnDomainStagingConfig(array $options = [])
59
 * @method DescribeDcdnDomainTopReferVisit describeDcdnDomainTopReferVisit(array $options = [])
60
 * @method DescribeDcdnDomainTopUrlVisit describeDcdnDomainTopUrlVisit(array $options = [])
61
 * @method DescribeDcdnDomainTrafficData describeDcdnDomainTrafficData(array $options = [])
62
 * @method DescribeDcdnDomainUvData describeDcdnDomainUvData(array $options = [])
63
 * @method DescribeDcdnDomainWebsocketBpsData describeDcdnDomainWebsocketBpsData(array $options = [])
64
 * @method DescribeDcdnDomainWebsocketHttpCodeData describeDcdnDomainWebsocketHttpCodeData(array $options = [])
65
 * @method DescribeDcdnDomainWebsocketTrafficData describeDcdnDomainWebsocketTrafficData(array $options = [])
66
 * @method DescribeDcdnHttpsDomainList describeDcdnHttpsDomainList(array $options = [])
67
 * @method DescribeDcdnIpaDomainConfigs describeDcdnIpaDomainConfigs(array $options = [])
68
 * @method DescribeDcdnIpaDomainDetail describeDcdnIpaDomainDetail(array $options = [])
69
 * @method DescribeDcdnIpaService describeDcdnIpaService(array $options = [])
70
 * @method DescribeDcdnIpaUserDomains describeDcdnIpaUserDomains(array $options = [])
71
 * @method DescribeDcdnIpInfo describeDcdnIpInfo(array $options = [])
72
 * @method DescribeDcdnOfflineLogDelivery describeDcdnOfflineLogDelivery(array $options = [])
73
 * @method DescribeDcdnOfflineLogDeliveryField describeDcdnOfflineLogDeliveryField(array $options = [])
74
 * @method DescribeDcdnOfflineLogDeliveryRegions describeDcdnOfflineLogDeliveryRegions(array $options = [])
75
 * @method DescribeDcdnOfflineLogDeliveryStatus describeDcdnOfflineLogDeliveryStatus(array $options = [])
76
 * @method DescribeDcdnRefreshQuota describeDcdnRefreshQuota(array $options = [])
77
 * @method DescribeDcdnRefreshTasks describeDcdnRefreshTasks(array $options = [])
78
 * @method DescribeDcdnService describeDcdnService(array $options = [])
79
 * @method DescribeDcdnStagingIp describeDcdnStagingIp(array $options = [])
80
 * @method DescribeDcdnTagResources describeDcdnTagResources(array $options = [])
81
 * @method DescribeDcdnTopDomainsByFlow describeDcdnTopDomainsByFlow(array $options = [])
82
 * @method DescribeDcdnUserBillHistory describeDcdnUserBillHistory(array $options = [])
83
 * @method DescribeDcdnUserBillType describeDcdnUserBillType(array $options = [])
84
 * @method DescribeDcdnUserDomains describeDcdnUserDomains(array $options = [])
85
 * @method DescribeDcdnUserDomainsByFunc describeDcdnUserDomainsByFunc(array $options = [])
86
 * @method DescribeDcdnUserQuota describeDcdnUserQuota(array $options = [])
87
 * @method DescribeDcdnUserResourcePackage describeDcdnUserResourcePackage(array $options = [])
88
 * @method DescribeDcdnUserTags describeDcdnUserTags(array $options = [])
89
 * @method DescribeDcdnVerifyContent describeDcdnVerifyContent(array $options = [])
90
 * @method DescribeDcdnWafDomain describeDcdnWafDomain(array $options = [])
91
 * @method DescribeUserDcdnIpaStatus describeUserDcdnIpaStatus(array $options = [])
92
 * @method DescribeUserDcdnStatus describeUserDcdnStatus(array $options = [])
93
 * @method DisableDcdnDomainOfflineLogDelivery disableDcdnDomainOfflineLogDelivery(array $options = [])
94
 * @method DisableDcdnOfflineLogDelivery disableDcdnOfflineLogDelivery(array $options = [])
95
 * @method EnableDcdnDomainOfflineLogDelivery enableDcdnDomainOfflineLogDelivery(array $options = [])
96
 * @method ModifyDCdnDomainSchdmByProperty modifyDCdnDomainSchdmByProperty(array $options = [])
97
 * @method ModifyDcdnService modifyDcdnService(array $options = [])
98
 * @method OpenDcdnService openDcdnService(array $options = [])
99
 * @method PreloadDcdnObjectCaches preloadDcdnObjectCaches(array $options = [])
100
 * @method PublishDcdnStagingConfigToProduction publishDcdnStagingConfigToProduction(array $options = [])
101
 * @method RefreshDcdnObjectCaches refreshDcdnObjectCaches(array $options = [])
102
 * @method RollbackDcdnStagingConfig rollbackDcdnStagingConfig(array $options = [])
103
 * @method SetDcdnConfigOfVersion setDcdnConfigOfVersion(array $options = [])
104
 * @method SetDcdnDomainCertificate setDcdnDomainCertificate(array $options = [])
105
 * @method SetDcdnDomainCSRCertificate setDcdnDomainCSRCertificate(array $options = [])
106
 * @method SetDcdnDomainStagingConfig setDcdnDomainStagingConfig(array $options = [])
107
 * @method StartDcdnDomain startDcdnDomain(array $options = [])
108
 * @method StartDcdnIpaDomain startDcdnIpaDomain(array $options = [])
109
 * @method StopDcdnDomain stopDcdnDomain(array $options = [])
110
 * @method StopDcdnIpaDomain stopDcdnIpaDomain(array $options = [])
111
 * @method TagDcdnResources tagDcdnResources(array $options = [])
112
 * @method UntagDcdnResources untagDcdnResources(array $options = [])
113
 * @method UpdateDcdnDomain updateDcdnDomain(array $options = [])
114
 * @method UpdateDcdnIpaDomain updateDcdnIpaDomain(array $options = [])
115
 * @method VerifyDcdnDomainOwner verifyDcdnDomainOwner(array $options = [])
116
 */
117
class DcdnApiResolver extends ApiResolver
118
{
119
}
120
121
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
122
{
123
    /** @var string */
124
    public $product = 'dcdn';
125
126
    /** @var string */
127
    public $version = '2018-01-15';
128
129
    /** @var string */
130
    public $method = 'POST';
131
}
132
133
/**
134
 * @method string getSources()
135
 * @method $this withSources($value)
136
 * @method string getResourceGroupId()
137
 * @method $this withResourceGroupId($value)
138
 * @method string getSecurityToken()
139
 * @method $this withSecurityToken($value)
140
 * @method string getScope()
141
 * @method $this withScope($value)
142
 * @method string getTopLevelDomain()
143
 * @method $this withTopLevelDomain($value)
144
 * @method string getOwnerAccount()
145
 * @method $this withOwnerAccount($value)
146
 * @method string getDomainName()
147
 * @method $this withDomainName($value)
148
 * @method string getOwnerId()
149
 * @method $this withOwnerId($value)
150
 * @method string getCheckUrl()
151
 * @method $this withCheckUrl($value)
152
 */
153
class AddDcdnDomain extends Rpc
154
{
155
}
156
157
/**
158
 * @method string getSources()
159
 * @method $this withSources($value)
160
 * @method string getResourceGroupId()
161
 * @method $this withResourceGroupId($value)
162
 * @method string getProtocol()
163
 * @method $this withProtocol($value)
164
 * @method string getSecurityToken()
165
 * @method $this withSecurityToken($value)
166
 * @method string getScope()
167
 * @method $this withScope($value)
168
 * @method string getTopLevelDomain()
169
 * @method $this withTopLevelDomain($value)
170
 * @method string getOwnerAccount()
171
 * @method $this withOwnerAccount($value)
172
 * @method string getDomainName()
173
 * @method $this withDomainName($value)
174
 * @method string getOwnerId()
175
 * @method $this withOwnerId($value)
176
 * @method string getCheckUrl()
177
 * @method $this withCheckUrl($value)
178
 */
179
class AddDcdnIpaDomain extends Rpc
180
{
181
}
182
183
/**
184
 * @method string getSources()
185
 * @method $this withSources($value)
186
 * @method string getResourceGroupId()
187
 * @method $this withResourceGroupId($value)
188
 * @method string getSecurityToken()
189
 * @method $this withSecurityToken($value)
190
 * @method string getScope()
191
 * @method $this withScope($value)
192
 * @method string getTopLevelDomain()
193
 * @method $this withTopLevelDomain($value)
194
 * @method string getOwnerAccount()
195
 * @method $this withOwnerAccount($value)
196
 * @method string getDomainName()
197
 * @method $this withDomainName($value)
198
 * @method string getOwnerId()
199
 * @method $this withOwnerId($value)
200
 * @method string getCheckUrl()
201
 * @method $this withCheckUrl($value)
202
 */
203
class BatchAddDcdnDomain extends Rpc
204
{
205
}
206
207
/**
208
 * @method string getFunctionNames()
209
 * @method $this withFunctionNames($value)
210
 * @method string getDomainNames()
211
 * @method $this withDomainNames($value)
212
 * @method string getOwnerAccount()
213
 * @method $this withOwnerAccount($value)
214
 * @method string getOwnerId()
215
 * @method $this withOwnerId($value)
216
 * @method string getSecurityToken()
217
 * @method $this withSecurityToken($value)
218
 */
219
class BatchDeleteDcdnDomainConfigs extends Rpc
220
{
221
}
222
223
/**
224
 * @method string getSSLProtocol()
225
 * @method $this withSSLProtocol($value)
226
 * @method string getSecurityToken()
227
 * @method $this withSecurityToken($value)
228
 * @method string getCertType()
229
 * @method $this withCertType($value)
230
 * @method string getSSLPri()
231
 * @method $this withSSLPri($value)
232
 * @method string getCertName()
233
 * @method $this withCertName($value)
234
 * @method string getDomainName()
235
 * @method $this withDomainName($value)
236
 * @method string getOwnerId()
237
 * @method $this withOwnerId($value)
238
 * @method string getSSLPub()
239
 * @method $this withSSLPub($value)
240
 * @method string getRegion()
241
 * @method $this withRegion($value)
242
 */
243
class BatchSetDcdnDomainCertificate extends Rpc
244
{
245
}
246
247
/**
248
 * @method string getFunctions()
249
 * @method $this withFunctions($value)
250
 * @method string getDomainNames()
251
 * @method $this withDomainNames($value)
252
 * @method string getOwnerAccount()
253
 * @method $this withOwnerAccount($value)
254
 * @method string getOwnerId()
255
 * @method $this withOwnerId($value)
256
 * @method string getSecurityToken()
257
 * @method $this withSecurityToken($value)
258
 */
259
class BatchSetDcdnDomainConfigs extends Rpc
260
{
261
}
262
263
/**
264
 * @method string getFunctions()
265
 * @method $this withFunctions($value)
266
 * @method string getDomainNames()
267
 * @method $this withDomainNames($value)
268
 * @method string getSecurityToken()
269
 * @method $this withSecurityToken($value)
270
 * @method string getOwnerAccount()
271
 * @method $this withOwnerAccount($value)
272
 * @method string getOwnerId()
273
 * @method $this withOwnerId($value)
274
 */
275
class BatchSetDcdnIpaDomainConfigs extends Rpc
276
{
277
}
278
279
/**
280
 * @method string getDomainNames()
281
 * @method $this withDomainNames($value)
282
 * @method string getOwnerId()
283
 * @method $this withOwnerId($value)
284
 * @method string getSecurityToken()
285
 * @method $this withSecurityToken($value)
286
 */
287
class BatchStartDcdnDomain extends Rpc
288
{
289
}
290
291
/**
292
 * @method string getDomainNames()
293
 * @method $this withDomainNames($value)
294
 * @method string getOwnerId()
295
 * @method $this withOwnerId($value)
296
 * @method string getSecurityToken()
297
 * @method $this withSecurityToken($value)
298
 */
299
class BatchStopDcdnDomain extends Rpc
300
{
301
}
302
303
/**
304
 * @method string getCountry()
305
 * @method $this withCountry($value)
306
 * @method string getCity()
307
 * @method $this withCity($value)
308
 * @method string getCommonName()
309
 * @method $this withCommonName($value)
310
 * @method string getState()
311
 * @method $this withState($value)
312
 * @method string getEmail()
313
 * @method $this withEmail($value)
314
 * @method string getSANs()
315
 * @method $this withSANs($value)
316
 * @method string getOwnerId()
317
 * @method $this withOwnerId($value)
318
 * @method string getOrganization()
319
 * @method $this withOrganization($value)
320
 * @method string getOrganizationUnit()
321
 * @method $this withOrganizationUnit($value)
322
 */
323
class CreateDcdnCertificateSigningRequest extends Rpc
324
{
325
}
326
327
/**
328
 * @method string getDomainName()
329
 * @method string getOwnerId()
330
 * @method $this withOwnerId($value)
331
 * @method string getFieldId()
332
 */
333
class CreateDcdnDomainOfflineLogDelivery extends Rpc
334
{
335
336
    /**
337
     * @param string $value
338
     *
339
     * @return $this
340
     */
341
    public function withDomainName($value)
342
    {
343
        $this->data['DomainName'] = $value;
344
        $this->options['form_params']['DomainName'] = $value;
345
346
        return $this;
347
    }
348
349
    /**
350
     * @param string $value
351
     *
352
     * @return $this
353
     */
354
    public function withFieldId($value)
355
    {
356
        $this->data['FieldId'] = $value;
357
        $this->options['form_params']['FieldId'] = $value;
358
359
        return $this;
360
    }
361
}
362
363
/**
364
 * @method string getOwnerAccount()
365
 * @method $this withOwnerAccount($value)
366
 * @method string getDomainName()
367
 * @method $this withDomainName($value)
368
 * @method string getOwnerId()
369
 * @method $this withOwnerId($value)
370
 * @method string getSecurityToken()
371
 * @method $this withSecurityToken($value)
372
 */
373
class DeleteDcdnDomain extends Rpc
374
{
375
}
376
377
/**
378
 * @method string getOwnerAccount()
379
 * @method $this withOwnerAccount($value)
380
 * @method string getDomainName()
381
 * @method $this withDomainName($value)
382
 * @method string getOwnerId()
383
 * @method $this withOwnerId($value)
384
 * @method string getSecurityToken()
385
 * @method $this withSecurityToken($value)
386
 */
387
class DeleteDcdnIpaDomain extends Rpc
388
{
389
}
390
391
/**
392
 * @method string getDomainName()
393
 * @method $this withDomainName($value)
394
 * @method string getOwnerId()
395
 * @method $this withOwnerId($value)
396
 * @method string getSecurityToken()
397
 * @method $this withSecurityToken($value)
398
 * @method string getConfigId()
399
 * @method $this withConfigId($value)
400
 */
401
class DeleteDcdnIpaSpecificConfig extends Rpc
402
{
403
}
404
405
/**
406
 * @method string getDomainName()
407
 * @method $this withDomainName($value)
408
 * @method string getOwnerId()
409
 * @method $this withOwnerId($value)
410
 * @method string getSecurityToken()
411
 * @method $this withSecurityToken($value)
412
 * @method string getConfigId()
413
 * @method $this withConfigId($value)
414
 */
415
class DeleteDcdnSpecificConfig extends Rpc
416
{
417
}
418
419
/**
420
 * @method string getSecurityToken()
421
 * @method $this withSecurityToken($value)
422
 * @method string getDomainName()
423
 * @method $this withDomainName($value)
424
 * @method string getOwnerId()
425
 * @method $this withOwnerId($value)
426
 * @method string getConfigId()
427
 * @method $this withConfigId($value)
428
 */
429
class DeleteDcdnSpecificStagingConfig extends Rpc
430
{
431
}
432
433
/**
434
 * @method string getIsp()
435
 * @method $this withIsp($value)
436
 * @method string getStartTime()
437
 * @method $this withStartTime($value)
438
 * @method string getEndTime()
439
 * @method $this withEndTime($value)
440
 * @method string getOwnerId()
441
 * @method $this withOwnerId($value)
442
 * @method string getInterval()
443
 * @method $this withInterval($value)
444
 */
445
class DescribeDcdnBgpBpsData extends Rpc
446
{
447
}
448
449
/**
450
 * @method string getIsp()
451
 * @method $this withIsp($value)
452
 * @method string getStartTime()
453
 * @method $this withStartTime($value)
454
 * @method string getEndTime()
455
 * @method $this withEndTime($value)
456
 * @method string getOwnerId()
457
 * @method $this withOwnerId($value)
458
 * @method string getInterval()
459
 * @method $this withInterval($value)
460
 */
461
class DescribeDcdnBgpTrafficData extends Rpc
462
{
463
}
464
465
/**
466
 * @method string getCertName()
467
 * @method $this withCertName($value)
468
 * @method string getOwnerId()
469
 * @method $this withOwnerId($value)
470
 * @method string getSecurityToken()
471
 * @method $this withSecurityToken($value)
472
 */
473
class DescribeDcdnCertificateDetail extends Rpc
474
{
475
}
476
477
/**
478
 * @method string getDomainName()
479
 * @method $this withDomainName($value)
480
 * @method string getOwnerId()
481
 * @method $this withOwnerId($value)
482
 * @method string getSecurityToken()
483
 * @method $this withSecurityToken($value)
484
 */
485
class DescribeDcdnCertificateList extends Rpc
486
{
487
}
488
489
/**
490
 * @method string getVersionId()
491
 * @method $this withVersionId($value)
492
 * @method string getSecurityToken()
493
 * @method $this withSecurityToken($value)
494
 * @method string getFunctionName()
495
 * @method $this withFunctionName($value)
496
 * @method string getGroupId()
497
 * @method $this withGroupId($value)
498
 * @method string getOwnerId()
499
 * @method $this withOwnerId($value)
500
 * @method string getFunctionId()
501
 * @method $this withFunctionId($value)
502
 */
503
class DescribeDcdnConfigOfVersion extends Rpc
504
{
505
}
506
507
/**
508
 * @method string getLocationNameEn()
509
 * @method $this withLocationNameEn($value)
510
 * @method string getStartTime()
511
 * @method $this withStartTime($value)
512
 * @method string getIspNameEn()
513
 * @method $this withIspNameEn($value)
514
 * @method string getDomainName()
515
 * @method $this withDomainName($value)
516
 * @method string getEndTime()
517
 * @method $this withEndTime($value)
518
 * @method string getOwnerId()
519
 * @method $this withOwnerId($value)
520
 * @method string getInterval()
521
 * @method $this withInterval($value)
522
 */
523
class DescribeDcdnDomainBpsData extends Rpc
524
{
525
}
526
527
/**
528
 * @method string getOwnerId()
529
 * @method $this withOwnerId($value)
530
 * @method string getSSLPub()
531
 * @method $this withSSLPub($value)
532
 */
533
class DescribeDcdnDomainByCertificate extends Rpc
534
{
535
}
536
537
/**
538
 * @method string getDomainName()
539
 * @method $this withDomainName($value)
540
 * @method string getOwnerId()
541
 * @method $this withOwnerId($value)
542
 */
543
class DescribeDcdnDomainCertificateInfo extends Rpc
544
{
545
}
546
547
/**
548
 * @method string getDomainName()
549
 * @method $this withDomainName($value)
550
 * @method string getOwnerId()
551
 * @method $this withOwnerId($value)
552
 */
553
class DescribeDcdnDomainCname extends Rpc
554
{
555
556
    /** @var string */
557
    public $method = 'GET';
558
}
559
560
/**
561
 * @method string getFunctionNames()
562
 * @method $this withFunctionNames($value)
563
 * @method string getDomainName()
564
 * @method $this withDomainName($value)
565
 * @method string getOwnerId()
566
 * @method $this withOwnerId($value)
567
 * @method string getSecurityToken()
568
 * @method $this withSecurityToken($value)
569
 */
570
class DescribeDcdnDomainConfigs extends Rpc
571
{
572
}
573
574
/**
575
 * @method string getDomainName()
576
 * @method $this withDomainName($value)
577
 * @method string getOwnerId()
578
 * @method $this withOwnerId($value)
579
 * @method string getSecurityToken()
580
 * @method $this withSecurityToken($value)
581
 */
582
class DescribeDcdnDomainDetail extends Rpc
583
{
584
}
585
586
/**
587
 * @method string getStartTime()
588
 * @method $this withStartTime($value)
589
 * @method string getDomainName()
590
 * @method $this withDomainName($value)
591
 * @method string getEndTime()
592
 * @method $this withEndTime($value)
593
 * @method string getOwnerId()
594
 * @method $this withOwnerId($value)
595
 * @method string getInterval()
596
 * @method $this withInterval($value)
597
 */
598
class DescribeDcdnDomainHitRateData extends Rpc
599
{
600
}
601
602
/**
603
 * @method string getLocationNameEn()
604
 * @method $this withLocationNameEn($value)
605
 * @method string getStartTime()
606
 * @method $this withStartTime($value)
607
 * @method string getIspNameEn()
608
 * @method $this withIspNameEn($value)
609
 * @method string getDomainName()
610
 * @method $this withDomainName($value)
611
 * @method string getEndTime()
612
 * @method $this withEndTime($value)
613
 * @method string getOwnerId()
614
 * @method $this withOwnerId($value)
615
 * @method string getInterval()
616
 * @method $this withInterval($value)
617
 */
618
class DescribeDcdnDomainHttpCodeData extends Rpc
619
{
620
}
621
622
/**
623
 * @method string getLocationNameEn()
624
 * @method $this withLocationNameEn($value)
625
 * @method string getStartTime()
626
 * @method $this withStartTime($value)
627
 * @method string getIspNameEn()
628
 * @method $this withIspNameEn($value)
629
 * @method string getFixTimeGap()
630
 * @method $this withFixTimeGap($value)
631
 * @method string getTimeMerge()
632
 * @method $this withTimeMerge($value)
633
 * @method string getDomainName()
634
 * @method $this withDomainName($value)
635
 * @method string getEndTime()
636
 * @method $this withEndTime($value)
637
 * @method string getOwnerId()
638
 * @method $this withOwnerId($value)
639
 * @method string getInterval()
640
 * @method $this withInterval($value)
641
 */
642
class DescribeDcdnDomainIpaBpsData extends Rpc
643
{
644
}
645
646
/**
647
 * @method string getLocationNameEn()
648
 * @method $this withLocationNameEn($value)
649
 * @method string getStartTime()
650
 * @method $this withStartTime($value)
651
 * @method string getIspNameEn()
652
 * @method $this withIspNameEn($value)
653
 * @method string getFixTimeGap()
654
 * @method $this withFixTimeGap($value)
655
 * @method string getTimeMerge()
656
 * @method $this withTimeMerge($value)
657
 * @method string getDomainName()
658
 * @method $this withDomainName($value)
659
 * @method string getEndTime()
660
 * @method $this withEndTime($value)
661
 * @method string getOwnerId()
662
 * @method $this withOwnerId($value)
663
 * @method string getInterval()
664
 * @method $this withInterval($value)
665
 */
666
class DescribeDcdnDomainIpaTrafficData extends Rpc
667
{
668
}
669
670
/**
671
 * @method string getStartTime()
672
 * @method $this withStartTime($value)
673
 * @method string getDomainName()
674
 * @method $this withDomainName($value)
675
 * @method string getEndTime()
676
 * @method $this withEndTime($value)
677
 * @method string getOwnerId()
678
 * @method $this withOwnerId($value)
679
 */
680
class DescribeDcdnDomainIspData extends Rpc
681
{
682
}
683
684
/**
685
 * @method string getStartTime()
686
 * @method $this withStartTime($value)
687
 * @method string getPageNumber()
688
 * @method $this withPageNumber($value)
689
 * @method string getPageSize()
690
 * @method $this withPageSize($value)
691
 * @method string getDomainName()
692
 * @method $this withDomainName($value)
693
 * @method string getEndTime()
694
 * @method $this withEndTime($value)
695
 * @method string getOwnerId()
696
 * @method $this withOwnerId($value)
697
 */
698
class DescribeDcdnDomainLog extends Rpc
699
{
700
}
701
702
/**
703
 * @method string getStartTime()
704
 * @method $this withStartTime($value)
705
 * @method string getDomainName()
706
 * @method $this withDomainName($value)
707
 * @method string getEndTime()
708
 * @method $this withEndTime($value)
709
 * @method string getOwnerId()
710
 * @method $this withOwnerId($value)
711
 */
712
class DescribeDcdnDomainMultiUsageData extends Rpc
713
{
714
}
715
716
/**
717
 * @method string getStartTime()
718
 * @method $this withStartTime($value)
719
 * @method string getDomainName()
720
 * @method $this withDomainName($value)
721
 * @method string getEndTime()
722
 * @method $this withEndTime($value)
723
 * @method string getOwnerId()
724
 * @method $this withOwnerId($value)
725
 * @method string getInterval()
726
 * @method $this withInterval($value)
727
 */
728
class DescribeDcdnDomainOriginBpsData extends Rpc
729
{
730
}
731
732
/**
733
 * @method string getStartTime()
734
 * @method $this withStartTime($value)
735
 * @method string getDomainName()
736
 * @method $this withDomainName($value)
737
 * @method string getEndTime()
738
 * @method $this withEndTime($value)
739
 * @method string getOwnerId()
740
 * @method $this withOwnerId($value)
741
 * @method string getInterval()
742
 * @method $this withInterval($value)
743
 */
744
class DescribeDcdnDomainOriginTrafficData extends Rpc
745
{
746
}
747
748
/**
749
 * @method string getDomainName()
750
 * @method $this withDomainName($value)
751
 * @method string getOwnerId()
752
 * @method $this withOwnerId($value)
753
 */
754
class DescribeDcdnDomainProperty extends Rpc
755
{
756
}
757
758
/**
759
 * @method string getStartTime()
760
 * @method $this withStartTime($value)
761
 * @method string getDomainName()
762
 * @method $this withDomainName($value)
763
 * @method string getEndTime()
764
 * @method $this withEndTime($value)
765
 * @method string getOwnerId()
766
 * @method $this withOwnerId($value)
767
 */
768
class DescribeDcdnDomainPvData extends Rpc
769
{
770
}
771
772
/**
773
 * @method string getLocationNameEn()
774
 * @method $this withLocationNameEn($value)
775
 * @method string getStartTime()
776
 * @method $this withStartTime($value)
777
 * @method string getIspNameEn()
778
 * @method $this withIspNameEn($value)
779
 * @method string getDomainName()
780
 * @method $this withDomainName($value)
781
 * @method string getEndTime()
782
 * @method $this withEndTime($value)
783
 * @method string getOwnerId()
784
 * @method $this withOwnerId($value)
785
 * @method string getInterval()
786
 * @method $this withInterval($value)
787
 */
788
class DescribeDcdnDomainQpsData extends Rpc
789
{
790
}
791
792
/**
793
 * @method string getLocationNameEn()
794
 * @method $this withLocationNameEn($value)
795
 * @method string getIspNameEn()
796
 * @method $this withIspNameEn($value)
797
 * @method string getStartTime()
798
 * @method $this withStartTime($value)
799
 * @method string getDomainName()
800
 * @method $this withDomainName($value)
801
 * @method string getEndTime()
802
 * @method $this withEndTime($value)
803
 * @method string getOwnerId()
804
 * @method $this withOwnerId($value)
805
 */
806
class DescribeDcdnDomainRealTimeBpsData extends Rpc
807
{
808
809
    /** @var string */
810
    public $method = 'GET';
811
}
812
813
/**
814
 * @method string getStartTime()
815
 * @method $this withStartTime($value)
816
 * @method string getDomainName()
817
 * @method $this withDomainName($value)
818
 * @method string getEndTime()
819
 * @method $this withEndTime($value)
820
 * @method string getOwnerId()
821
 * @method $this withOwnerId($value)
822
 */
823
class DescribeDcdnDomainRealTimeByteHitRateData extends Rpc
824
{
825
826
    /** @var string */
827
    public $method = 'GET';
828
}
829
830
/**
831
 * @method string getLocationNameEn()
832
 * @method $this withLocationNameEn($value)
833
 * @method string getStartTime()
834
 * @method $this withStartTime($value)
835
 * @method string getIspNameEn()
836
 * @method $this withIspNameEn($value)
837
 * @method string getMerge()
838
 * @method $this withMerge($value)
839
 * @method string getDomainName()
840
 * @method $this withDomainName($value)
841
 * @method string getEndTime()
842
 * @method $this withEndTime($value)
843
 * @method string getMergeLocIsp()
844
 * @method $this withMergeLocIsp($value)
845
 * @method string getOwnerId()
846
 * @method $this withOwnerId($value)
847
 * @method string getField()
848
 * @method $this withField($value)
849
 */
850
class DescribeDcdnDomainRealTimeDetailData extends Rpc
851
{
852
853
    /** @var string */
854
    public $method = 'GET';
855
}
856
857
/**
858
 * @method string getLocationNameEn()
859
 * @method $this withLocationNameEn($value)
860
 * @method string getStartTime()
861
 * @method $this withStartTime($value)
862
 * @method string getIspNameEn()
863
 * @method $this withIspNameEn($value)
864
 * @method string getDomainName()
865
 * @method $this withDomainName($value)
866
 * @method string getEndTime()
867
 * @method $this withEndTime($value)
868
 * @method string getOwnerId()
869
 * @method $this withOwnerId($value)
870
 */
871
class DescribeDcdnDomainRealTimeHttpCodeData extends Rpc
872
{
873
}
874
875
/**
876
 * @method string getLocationNameEn()
877
 * @method $this withLocationNameEn($value)
878
 * @method string getIspNameEn()
879
 * @method $this withIspNameEn($value)
880
 * @method string getStartTime()
881
 * @method $this withStartTime($value)
882
 * @method string getDomainName()
883
 * @method $this withDomainName($value)
884
 * @method string getEndTime()
885
 * @method $this withEndTime($value)
886
 * @method string getOwnerId()
887
 * @method $this withOwnerId($value)
888
 */
889
class DescribeDcdnDomainRealTimeQpsData extends Rpc
890
{
891
892
    /** @var string */
893
    public $method = 'GET';
894
}
895
896
/**
897
 * @method string getStartTime()
898
 * @method $this withStartTime($value)
899
 * @method string getDomainName()
900
 * @method $this withDomainName($value)
901
 * @method string getEndTime()
902
 * @method $this withEndTime($value)
903
 * @method string getOwnerId()
904
 * @method $this withOwnerId($value)
905
 */
906
class DescribeDcdnDomainRealTimeReqHitRateData extends Rpc
907
{
908
909
    /** @var string */
910
    public $method = 'GET';
911
}
912
913
/**
914
 * @method string getStartTime()
915
 * @method $this withStartTime($value)
916
 * @method string getDomainName()
917
 * @method $this withDomainName($value)
918
 * @method string getEndTime()
919
 * @method $this withEndTime($value)
920
 * @method string getOwnerId()
921
 * @method $this withOwnerId($value)
922
 */
923
class DescribeDcdnDomainRealTimeSrcBpsData extends Rpc
924
{
925
}
926
927
/**
928
 * @method string getLocationNameEn()
929
 * @method $this withLocationNameEn($value)
930
 * @method string getStartTime()
931
 * @method $this withStartTime($value)
932
 * @method string getIspNameEn()
933
 * @method $this withIspNameEn($value)
934
 * @method string getDomainName()
935
 * @method $this withDomainName($value)
936
 * @method string getEndTime()
937
 * @method $this withEndTime($value)
938
 * @method string getOwnerId()
939
 * @method $this withOwnerId($value)
940
 */
941
class DescribeDcdnDomainRealTimeSrcHttpCodeData extends Rpc
942
{
943
}
944
945
/**
946
 * @method string getStartTime()
947
 * @method $this withStartTime($value)
948
 * @method string getDomainName()
949
 * @method $this withDomainName($value)
950
 * @method string getEndTime()
951
 * @method $this withEndTime($value)
952
 * @method string getOwnerId()
953
 * @method $this withOwnerId($value)
954
 */
955
class DescribeDcdnDomainRealTimeSrcTrafficData extends Rpc
956
{
957
}
958
959
/**
960
 * @method string getStartTime()
961
 * @method $this withStartTime($value)
962
 * @method string getDomainName()
963
 * @method $this withDomainName($value)
964
 * @method string getEndTime()
965
 * @method $this withEndTime($value)
966
 * @method string getOwnerId()
967
 * @method $this withOwnerId($value)
968
 */
969
class DescribeDcdnDomainRealTimeTrafficData extends Rpc
970
{
971
}
972
973
/**
974
 * @method string getStartTime()
975
 * @method $this withStartTime($value)
976
 * @method string getDomainName()
977
 * @method $this withDomainName($value)
978
 * @method string getEndTime()
979
 * @method $this withEndTime($value)
980
 * @method string getOwnerId()
981
 * @method $this withOwnerId($value)
982
 */
983
class DescribeDcdnDomainRegionData extends Rpc
984
{
985
}
986
987
/**
988
 * @method string getFunctionNames()
989
 * @method $this withFunctionNames($value)
990
 * @method string getDomainName()
991
 * @method $this withDomainName($value)
992
 * @method string getOwnerId()
993
 * @method $this withOwnerId($value)
994
 */
995
class DescribeDcdnDomainStagingConfig extends Rpc
996
{
997
}
998
999
/**
1000
 * @method string getStartTime()
1001
 * @method $this withStartTime($value)
1002
 * @method string getDomainName()
1003
 * @method $this withDomainName($value)
1004
 * @method string getOwnerId()
1005
 * @method $this withOwnerId($value)
1006
 * @method string getSortBy()
1007
 * @method $this withSortBy($value)
1008
 */
1009
class DescribeDcdnDomainTopReferVisit extends Rpc
1010
{
1011
}
1012
1013
/**
1014
 * @method string getStartTime()
1015
 * @method $this withStartTime($value)
1016
 * @method string getDomainName()
1017
 * @method $this withDomainName($value)
1018
 * @method string getOwnerId()
1019
 * @method $this withOwnerId($value)
1020
 * @method string getSortBy()
1021
 * @method $this withSortBy($value)
1022
 */
1023
class DescribeDcdnDomainTopUrlVisit extends Rpc
1024
{
1025
}
1026
1027
/**
1028
 * @method string getLocationNameEn()
1029
 * @method $this withLocationNameEn($value)
1030
 * @method string getStartTime()
1031
 * @method $this withStartTime($value)
1032
 * @method string getIspNameEn()
1033
 * @method $this withIspNameEn($value)
1034
 * @method string getDomainName()
1035
 * @method $this withDomainName($value)
1036
 * @method string getEndTime()
1037
 * @method $this withEndTime($value)
1038
 * @method string getOwnerId()
1039
 * @method $this withOwnerId($value)
1040
 * @method string getInterval()
1041
 * @method $this withInterval($value)
1042
 */
1043
class DescribeDcdnDomainTrafficData extends Rpc
1044
{
1045
}
1046
1047
/**
1048
 * @method string getStartTime()
1049
 * @method $this withStartTime($value)
1050
 * @method string getDomainName()
1051
 * @method $this withDomainName($value)
1052
 * @method string getEndTime()
1053
 * @method $this withEndTime($value)
1054
 * @method string getOwnerId()
1055
 * @method $this withOwnerId($value)
1056
 */
1057
class DescribeDcdnDomainUvData extends Rpc
1058
{
1059
}
1060
1061
/**
1062
 * @method string getLocationNameEn()
1063
 * @method $this withLocationNameEn($value)
1064
 * @method string getStartTime()
1065
 * @method $this withStartTime($value)
1066
 * @method string getIspNameEn()
1067
 * @method $this withIspNameEn($value)
1068
 * @method string getDomainName()
1069
 * @method $this withDomainName($value)
1070
 * @method string getEndTime()
1071
 * @method $this withEndTime($value)
1072
 * @method string getOwnerId()
1073
 * @method $this withOwnerId($value)
1074
 * @method string getInterval()
1075
 * @method $this withInterval($value)
1076
 */
1077
class DescribeDcdnDomainWebsocketBpsData extends Rpc
1078
{
1079
}
1080
1081
/**
1082
 * @method string getLocationNameEn()
1083
 * @method $this withLocationNameEn($value)
1084
 * @method string getStartTime()
1085
 * @method $this withStartTime($value)
1086
 * @method string getIspNameEn()
1087
 * @method $this withIspNameEn($value)
1088
 * @method string getDomainName()
1089
 * @method $this withDomainName($value)
1090
 * @method string getEndTime()
1091
 * @method $this withEndTime($value)
1092
 * @method string getOwnerId()
1093
 * @method $this withOwnerId($value)
1094
 * @method string getInterval()
1095
 * @method $this withInterval($value)
1096
 */
1097
class DescribeDcdnDomainWebsocketHttpCodeData extends Rpc
1098
{
1099
}
1100
1101
/**
1102
 * @method string getLocationNameEn()
1103
 * @method $this withLocationNameEn($value)
1104
 * @method string getStartTime()
1105
 * @method $this withStartTime($value)
1106
 * @method string getIspNameEn()
1107
 * @method $this withIspNameEn($value)
1108
 * @method string getDomainName()
1109
 * @method $this withDomainName($value)
1110
 * @method string getEndTime()
1111
 * @method $this withEndTime($value)
1112
 * @method string getOwnerId()
1113
 * @method $this withOwnerId($value)
1114
 * @method string getInterval()
1115
 * @method $this withInterval($value)
1116
 */
1117
class DescribeDcdnDomainWebsocketTrafficData extends Rpc
1118
{
1119
}
1120
1121
/**
1122
 * @method string getPageNumber()
1123
 * @method $this withPageNumber($value)
1124
 * @method string getPageSize()
1125
 * @method $this withPageSize($value)
1126
 * @method string getKeyword()
1127
 * @method $this withKeyword($value)
1128
 * @method string getOwnerId()
1129
 * @method $this withOwnerId($value)
1130
 */
1131
class DescribeDcdnHttpsDomainList extends Rpc
1132
{
1133
}
1134
1135
/**
1136
 * @method string getFunctionNames()
1137
 * @method $this withFunctionNames($value)
1138
 * @method string getDomainName()
1139
 * @method $this withDomainName($value)
1140
 * @method string getOwnerId()
1141
 * @method $this withOwnerId($value)
1142
 * @method string getSecurityToken()
1143
 * @method $this withSecurityToken($value)
1144
 */
1145
class DescribeDcdnIpaDomainConfigs extends Rpc
1146
{
1147
}
1148
1149
/**
1150
 * @method string getDomainName()
1151
 * @method $this withDomainName($value)
1152
 * @method string getOwnerId()
1153
 * @method $this withOwnerId($value)
1154
 * @method string getSecurityToken()
1155
 * @method $this withSecurityToken($value)
1156
 */
1157
class DescribeDcdnIpaDomainDetail extends Rpc
1158
{
1159
}
1160
1161
/**
1162
 * @method string getOwnerId()
1163
 * @method $this withOwnerId($value)
1164
 * @method string getSecurityToken()
1165
 * @method $this withSecurityToken($value)
1166
 */
1167
class DescribeDcdnIpaService extends Rpc
1168
{
1169
}
1170
1171
/**
1172
 * @method string getPageNumber()
1173
 * @method $this withPageNumber($value)
1174
 * @method string getCheckDomainShow()
1175
 * @method $this withCheckDomainShow($value)
1176
 * @method string getResourceGroupId()
1177
 * @method $this withResourceGroupId($value)
1178
 * @method string getSecurityToken()
1179
 * @method $this withSecurityToken($value)
1180
 * @method string getPageSize()
1181
 * @method $this withPageSize($value)
1182
 * @method string getFuncFilter()
1183
 * @method $this withFuncFilter($value)
1184
 * @method string getDomainName()
1185
 * @method $this withDomainName($value)
1186
 * @method string getOwnerId()
1187
 * @method $this withOwnerId($value)
1188
 * @method string getFuncId()
1189
 * @method $this withFuncId($value)
1190
 * @method string getDomainStatus()
1191
 * @method $this withDomainStatus($value)
1192
 * @method string getDomainSearchType()
1193
 * @method $this withDomainSearchType($value)
1194
 */
1195
class DescribeDcdnIpaUserDomains extends Rpc
1196
{
1197
}
1198
1199
/**
1200
 * @method string getIP()
1201
 * @method $this withIP($value)
1202
 * @method string getOwnerId()
1203
 * @method $this withOwnerId($value)
1204
 * @method string getSecurityToken()
1205
 * @method $this withSecurityToken($value)
1206
 */
1207
class DescribeDcdnIpInfo extends Rpc
1208
{
1209
}
1210
1211
/**
1212
 * @method string getOwnerId()
1213
 * @method $this withOwnerId($value)
1214
 */
1215
class DescribeDcdnOfflineLogDelivery extends Rpc
1216
{
1217
}
1218
1219
/**
1220
 * @method string getOwnerId()
1221
 * @method $this withOwnerId($value)
1222
 */
1223
class DescribeDcdnOfflineLogDeliveryField extends Rpc
1224
{
1225
}
1226
1227
/**
1228
 * @method string getOwnerId()
1229
 * @method $this withOwnerId($value)
1230
 */
1231
class DescribeDcdnOfflineLogDeliveryRegions extends Rpc
1232
{
1233
}
1234
1235
/**
1236
 * @method string getOwnerId()
1237
 * @method $this withOwnerId($value)
1238
 */
1239
class DescribeDcdnOfflineLogDeliveryStatus extends Rpc
1240
{
1241
}
1242
1243
/**
1244
 * @method string getOwnerId()
1245
 * @method $this withOwnerId($value)
1246
 * @method string getSecurityToken()
1247
 * @method $this withSecurityToken($value)
1248
 */
1249
class DescribeDcdnRefreshQuota extends Rpc
1250
{
1251
}
1252
1253
/**
1254
 * @method string getObjectPath()
1255
 * @method $this withObjectPath($value)
1256
 * @method string getStartTime()
1257
 * @method $this withStartTime($value)
1258
 * @method string getPageNumber()
1259
 * @method $this withPageNumber($value)
1260
 * @method string getSecurityToken()
1261
 * @method $this withSecurityToken($value)
1262
 * @method string getPageSize()
1263
 * @method $this withPageSize($value)
1264
 * @method string getObjectType()
1265
 * @method $this withObjectType($value)
1266
 * @method string getTaskId()
1267
 * @method $this withTaskId($value)
1268
 * @method string getDomainName()
1269
 * @method $this withDomainName($value)
1270
 * @method string getEndTime()
1271
 * @method $this withEndTime($value)
1272
 * @method string getOwnerId()
1273
 * @method $this withOwnerId($value)
1274
 * @method string getStatus()
1275
 * @method $this withStatus($value)
1276
 */
1277
class DescribeDcdnRefreshTasks extends Rpc
1278
{
1279
}
1280
1281
/**
1282
 * @method string getOwnerId()
1283
 * @method $this withOwnerId($value)
1284
 * @method string getSecurityToken()
1285
 * @method $this withSecurityToken($value)
1286
 */
1287
class DescribeDcdnService extends Rpc
1288
{
1289
}
1290
1291
/**
1292
 * @method string getOwnerId()
1293
 * @method $this withOwnerId($value)
1294
 */
1295
class DescribeDcdnStagingIp extends Rpc
1296
{
1297
}
1298
1299
/**
1300
 * @method string getScope()
1301
 * @method $this withScope($value)
1302
 * @method array getTag()
1303
 * @method array getResourceId()
1304
 * @method string getOwnerId()
1305
 * @method $this withOwnerId($value)
1306
 * @method string getResourceType()
1307
 * @method $this withResourceType($value)
1308
 */
1309
class DescribeDcdnTagResources extends Rpc
1310
{
1311
1312
    /**
1313
     * @param array $tag
1314
     *
1315
     * @return $this
1316
     */
1317
	public function withTag(array $tag)
1318
	{
1319
	    $this->data['Tag'] = $tag;
1320
		foreach ($tag as $depth1 => $depth1Value) {
1321
			if(isset($depth1Value['Key'])){
1322
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
1323
			}
1324
			if(isset($depth1Value['Value'])){
1325
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
1326
			}
1327
		}
1328
1329
		return $this;
1330
    }
1331
1332
    /**
1333
     * @param array $resourceId
1334
     *
1335
     * @return $this
1336
     */
1337
	public function withResourceId(array $resourceId)
1338
	{
1339
	    $this->data['ResourceId'] = $resourceId;
1340
		foreach ($resourceId as $i => $iValue) {
1341
			$this->options['query']['ResourceId.' . ($i + 1)] = $iValue;
1342
		}
1343
1344
		return $this;
1345
    }
1346
}
1347
1348
/**
1349
 * @method string getStartTime()
1350
 * @method $this withStartTime($value)
1351
 * @method string getLimit()
1352
 * @method $this withLimit($value)
1353
 * @method string getEndTime()
1354
 * @method $this withEndTime($value)
1355
 * @method string getOwnerId()
1356
 * @method $this withOwnerId($value)
1357
 */
1358
class DescribeDcdnTopDomainsByFlow extends Rpc
1359
{
1360
}
1361
1362
/**
1363
 * @method string getStartTime()
1364
 * @method $this withStartTime($value)
1365
 * @method string getEndTime()
1366
 * @method $this withEndTime($value)
1367
 * @method string getOwnerId()
1368
 * @method $this withOwnerId($value)
1369
 */
1370
class DescribeDcdnUserBillHistory extends Rpc
1371
{
1372
}
1373
1374
/**
1375
 * @method string getStartTime()
1376
 * @method $this withStartTime($value)
1377
 * @method string getEndTime()
1378
 * @method $this withEndTime($value)
1379
 * @method string getOwnerId()
1380
 * @method $this withOwnerId($value)
1381
 */
1382
class DescribeDcdnUserBillType extends Rpc
1383
{
1384
}
1385
1386
/**
1387
 * @method string getPageNumber()
1388
 * @method $this withPageNumber($value)
1389
 * @method string getCheckDomainShow()
1390
 * @method $this withCheckDomainShow($value)
1391
 * @method string getResourceGroupId()
1392
 * @method $this withResourceGroupId($value)
1393
 * @method string getSecurityToken()
1394
 * @method $this withSecurityToken($value)
1395
 * @method string getChangeEndTime()
1396
 * @method $this withChangeEndTime($value)
1397
 * @method string getPageSize()
1398
 * @method $this withPageSize($value)
1399
 * @method array getTag()
1400
 * @method string getFuncFilter()
1401
 * @method $this withFuncFilter($value)
1402
 * @method string getDomainName()
1403
 * @method $this withDomainName($value)
1404
 * @method string getOwnerId()
1405
 * @method $this withOwnerId($value)
1406
 * @method string getFuncId()
1407
 * @method $this withFuncId($value)
1408
 * @method string getDomainStatus()
1409
 * @method $this withDomainStatus($value)
1410
 * @method string getDomainSearchType()
1411
 * @method $this withDomainSearchType($value)
1412
 * @method string getChangeStartTime()
1413
 * @method $this withChangeStartTime($value)
1414
 */
1415
class DescribeDcdnUserDomains extends Rpc
1416
{
1417
1418
    /**
1419
     * @param array $tag
1420
     *
1421
     * @return $this
1422
     */
1423
	public function withTag(array $tag)
1424
	{
1425
	    $this->data['Tag'] = $tag;
1426
		foreach ($tag as $depth1 => $depth1Value) {
1427
			if(isset($depth1Value['Value'])){
1428
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
1429
			}
1430
			if(isset($depth1Value['Key'])){
1431
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
1432
			}
1433
		}
1434
1435
		return $this;
1436
    }
1437
}
1438
1439
/**
1440
 * @method string getPageNumber()
1441
 * @method $this withPageNumber($value)
1442
 * @method string getResourceGroupId()
1443
 * @method $this withResourceGroupId($value)
1444
 * @method string getPageSize()
1445
 * @method $this withPageSize($value)
1446
 * @method string getOwnerId()
1447
 * @method $this withOwnerId($value)
1448
 * @method string getFuncId()
1449
 * @method $this withFuncId($value)
1450
 */
1451
class DescribeDcdnUserDomainsByFunc extends Rpc
1452
{
1453
}
1454
1455
/**
1456
 * @method string getOwnerId()
1457
 * @method $this withOwnerId($value)
1458
 * @method string getSecurityToken()
1459
 * @method $this withSecurityToken($value)
1460
 */
1461
class DescribeDcdnUserQuota extends Rpc
1462
{
1463
}
1464
1465
/**
1466
 * @method string getOwnerId()
1467
 * @method $this withOwnerId($value)
1468
 * @method string getSecurityToken()
1469
 * @method $this withSecurityToken($value)
1470
 */
1471
class DescribeDcdnUserResourcePackage extends Rpc
1472
{
1473
}
1474
1475
/**
1476
 * @method string getOwnerId()
1477
 * @method $this withOwnerId($value)
1478
 */
1479
class DescribeDcdnUserTags extends Rpc
1480
{
1481
}
1482
1483
/**
1484
 * @method string getDomainName()
1485
 * @method $this withDomainName($value)
1486
 * @method string getOwnerId()
1487
 * @method $this withOwnerId($value)
1488
 */
1489
class DescribeDcdnVerifyContent extends Rpc
1490
{
1491
}
1492
1493
/**
1494
 * @method string getDomainName()
1495
 * @method $this withDomainName($value)
1496
 * @method string getOwnerId()
1497
 * @method $this withOwnerId($value)
1498
 */
1499
class DescribeDcdnWafDomain extends Rpc
1500
{
1501
}
1502
1503
/**
1504
 * @method string getOwnerId()
1505
 * @method $this withOwnerId($value)
1506
 * @method string getSecurityToken()
1507
 * @method $this withSecurityToken($value)
1508
 */
1509
class DescribeUserDcdnIpaStatus extends Rpc
1510
{
1511
}
1512
1513
/**
1514
 * @method string getOwnerId()
1515
 * @method $this withOwnerId($value)
1516
 * @method string getSecurityToken()
1517
 * @method $this withSecurityToken($value)
1518
 */
1519
class DescribeUserDcdnStatus extends Rpc
1520
{
1521
}
1522
1523
/**
1524
 * @method string getDomainName()
1525
 * @method string getOwnerId()
1526
 * @method $this withOwnerId($value)
1527
 */
1528
class DisableDcdnDomainOfflineLogDelivery extends Rpc
1529
{
1530
1531
    /**
1532
     * @param string $value
1533
     *
1534
     * @return $this
1535
     */
1536
    public function withDomainName($value)
1537
    {
1538
        $this->data['DomainName'] = $value;
1539
        $this->options['form_params']['DomainName'] = $value;
1540
1541
        return $this;
1542
    }
1543
}
1544
1545
/**
1546
 * @method string getOwnerId()
1547
 * @method $this withOwnerId($value)
1548
 */
1549
class DisableDcdnOfflineLogDelivery extends Rpc
1550
{
1551
}
1552
1553
/**
1554
 * @method string getDomainName()
1555
 * @method string getOwnerId()
1556
 * @method $this withOwnerId($value)
1557
 */
1558
class EnableDcdnDomainOfflineLogDelivery extends Rpc
1559
{
1560
1561
    /**
1562
     * @param string $value
1563
     *
1564
     * @return $this
1565
     */
1566
    public function withDomainName($value)
1567
    {
1568
        $this->data['DomainName'] = $value;
1569
        $this->options['form_params']['DomainName'] = $value;
1570
1571
        return $this;
1572
    }
1573
}
1574
1575
/**
1576
 * @method string getProperty()
1577
 * @method $this withProperty($value)
1578
 * @method string getDomainName()
1579
 * @method $this withDomainName($value)
1580
 * @method string getOwnerId()
1581
 * @method $this withOwnerId($value)
1582
 */
1583
class ModifyDCdnDomainSchdmByProperty extends Rpc
1584
{
1585
}
1586
1587
/**
1588
 * @method string getWebsocketBillType()
1589
 * @method $this withWebsocketBillType($value)
1590
 * @method string getBillType()
1591
 * @method $this withBillType($value)
1592
 * @method string getSecurityToken()
1593
 * @method $this withSecurityToken($value)
1594
 * @method string getOwnerId()
1595
 * @method $this withOwnerId($value)
1596
 */
1597
class ModifyDcdnService extends Rpc
1598
{
1599
}
1600
1601
/**
1602
 * @method string getWebsocketBillType()
1603
 * @method $this withWebsocketBillType($value)
1604
 * @method string getBillType()
1605
 * @method $this withBillType($value)
1606
 * @method string getSecurityToken()
1607
 * @method $this withSecurityToken($value)
1608
 * @method string getOwnerId()
1609
 * @method $this withOwnerId($value)
1610
 */
1611
class OpenDcdnService extends Rpc
1612
{
1613
}
1614
1615
/**
1616
 * @method string getArea()
1617
 * @method $this withArea($value)
1618
 * @method string getObjectPath()
1619
 * @method $this withObjectPath($value)
1620
 * @method string getOwnerId()
1621
 * @method $this withOwnerId($value)
1622
 * @method string getSecurityToken()
1623
 * @method $this withSecurityToken($value)
1624
 */
1625
class PreloadDcdnObjectCaches extends Rpc
1626
{
1627
}
1628
1629
/**
1630
 * @method string getFunctionName()
1631
 * @method $this withFunctionName($value)
1632
 * @method string getDomainName()
1633
 * @method $this withDomainName($value)
1634
 * @method string getOwnerId()
1635
 * @method $this withOwnerId($value)
1636
 */
1637
class PublishDcdnStagingConfigToProduction extends Rpc
1638
{
1639
}
1640
1641
/**
1642
 * @method string getObjectPath()
1643
 * @method $this withObjectPath($value)
1644
 * @method string getOwnerId()
1645
 * @method $this withOwnerId($value)
1646
 * @method string getSecurityToken()
1647
 * @method $this withSecurityToken($value)
1648
 * @method string getObjectType()
1649
 * @method $this withObjectType($value)
1650
 */
1651
class RefreshDcdnObjectCaches extends Rpc
1652
{
1653
}
1654
1655
/**
1656
 * @method string getFunctionName()
1657
 * @method $this withFunctionName($value)
1658
 * @method string getDomainName()
1659
 * @method $this withDomainName($value)
1660
 * @method string getOwnerId()
1661
 * @method $this withOwnerId($value)
1662
 */
1663
class RollbackDcdnStagingConfig extends Rpc
1664
{
1665
}
1666
1667
/**
1668
 * @method string getVersionId()
1669
 * @method $this withVersionId($value)
1670
 * @method string getSecurityToken()
1671
 * @method $this withSecurityToken($value)
1672
 * @method string getFunctionName()
1673
 * @method $this withFunctionName($value)
1674
 * @method string getFunctionArgs()
1675
 * @method $this withFunctionArgs($value)
1676
 * @method string getOwnerAccount()
1677
 * @method $this withOwnerAccount($value)
1678
 * @method string getOwnerId()
1679
 * @method $this withOwnerId($value)
1680
 * @method string getFunctionId()
1681
 * @method $this withFunctionId($value)
1682
 * @method string getConfigId()
1683
 * @method $this withConfigId($value)
1684
 */
1685
class SetDcdnConfigOfVersion extends Rpc
1686
{
1687
}
1688
1689
/**
1690
 * @method string getSSLProtocol()
1691
 * @method $this withSSLProtocol($value)
1692
 * @method string getSecurityToken()
1693
 * @method $this withSecurityToken($value)
1694
 * @method string getCertType()
1695
 * @method $this withCertType($value)
1696
 * @method string getSSLPri()
1697
 * @method $this withSSLPri($value)
1698
 * @method string getForceSet()
1699
 * @method $this withForceSet($value)
1700
 * @method string getCertName()
1701
 * @method $this withCertName($value)
1702
 * @method string getDomainName()
1703
 * @method $this withDomainName($value)
1704
 * @method string getOwnerId()
1705
 * @method $this withOwnerId($value)
1706
 * @method string getSSLPub()
1707
 * @method $this withSSLPub($value)
1708
 * @method string getRegion()
1709
 * @method $this withRegion($value)
1710
 */
1711
class SetDcdnDomainCertificate extends Rpc
1712
{
1713
}
1714
1715
/**
1716
 * @method string getServerCertificate()
1717
 * @method $this withServerCertificate($value)
1718
 * @method string getDomainName()
1719
 * @method $this withDomainName($value)
1720
 * @method string getOwnerId()
1721
 * @method $this withOwnerId($value)
1722
 */
1723
class SetDcdnDomainCSRCertificate extends Rpc
1724
{
1725
}
1726
1727
/**
1728
 * @method string getFunctions()
1729
 * @method $this withFunctions($value)
1730
 * @method string getDomainName()
1731
 * @method $this withDomainName($value)
1732
 * @method string getOwnerId()
1733
 * @method $this withOwnerId($value)
1734
 */
1735
class SetDcdnDomainStagingConfig extends Rpc
1736
{
1737
}
1738
1739
/**
1740
 * @method string getDomainName()
1741
 * @method $this withDomainName($value)
1742
 * @method string getOwnerId()
1743
 * @method $this withOwnerId($value)
1744
 * @method string getSecurityToken()
1745
 * @method $this withSecurityToken($value)
1746
 */
1747
class StartDcdnDomain extends Rpc
1748
{
1749
}
1750
1751
/**
1752
 * @method string getDomainName()
1753
 * @method $this withDomainName($value)
1754
 * @method string getOwnerId()
1755
 * @method $this withOwnerId($value)
1756
 * @method string getSecurityToken()
1757
 * @method $this withSecurityToken($value)
1758
 */
1759
class StartDcdnIpaDomain extends Rpc
1760
{
1761
}
1762
1763
/**
1764
 * @method string getDomainName()
1765
 * @method $this withDomainName($value)
1766
 * @method string getOwnerId()
1767
 * @method $this withOwnerId($value)
1768
 * @method string getSecurityToken()
1769
 * @method $this withSecurityToken($value)
1770
 */
1771
class StopDcdnDomain extends Rpc
1772
{
1773
}
1774
1775
/**
1776
 * @method string getDomainName()
1777
 * @method $this withDomainName($value)
1778
 * @method string getOwnerId()
1779
 * @method $this withOwnerId($value)
1780
 * @method string getSecurityToken()
1781
 * @method $this withSecurityToken($value)
1782
 */
1783
class StopDcdnIpaDomain extends Rpc
1784
{
1785
}
1786
1787
/**
1788
 * @method array getTag()
1789
 * @method array getResourceId()
1790
 * @method string getOwnerId()
1791
 * @method $this withOwnerId($value)
1792
 * @method string getResourceType()
1793
 * @method $this withResourceType($value)
1794
 */
1795
class TagDcdnResources extends Rpc
1796
{
1797
1798
    /**
1799
     * @param array $tag
1800
     *
1801
     * @return $this
1802
     */
1803
	public function withTag(array $tag)
1804
	{
1805
	    $this->data['Tag'] = $tag;
1806
		foreach ($tag as $depth1 => $depth1Value) {
1807
			if(isset($depth1Value['Key'])){
1808
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
1809
			}
1810
			if(isset($depth1Value['Value'])){
1811
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
1812
			}
1813
		}
1814
1815
		return $this;
1816
    }
1817
1818
    /**
1819
     * @param array $resourceId
1820
     *
1821
     * @return $this
1822
     */
1823
	public function withResourceId(array $resourceId)
1824
	{
1825
	    $this->data['ResourceId'] = $resourceId;
1826
		foreach ($resourceId as $i => $iValue) {
1827
			$this->options['query']['ResourceId.' . ($i + 1)] = $iValue;
1828
		}
1829
1830
		return $this;
1831
    }
1832
}
1833
1834
/**
1835
 * @method string getAll()
1836
 * @method $this withAll($value)
1837
 * @method array getResourceId()
1838
 * @method string getOwnerId()
1839
 * @method $this withOwnerId($value)
1840
 * @method string getResourceType()
1841
 * @method $this withResourceType($value)
1842
 * @method array getTagKey()
1843
 */
1844
class UntagDcdnResources extends Rpc
1845
{
1846
1847
    /**
1848
     * @param array $resourceId
1849
     *
1850
     * @return $this
1851
     */
1852
	public function withResourceId(array $resourceId)
1853
	{
1854
	    $this->data['ResourceId'] = $resourceId;
1855
		foreach ($resourceId as $i => $iValue) {
1856
			$this->options['query']['ResourceId.' . ($i + 1)] = $iValue;
1857
		}
1858
1859
		return $this;
1860
    }
1861
1862
    /**
1863
     * @param array $tagKey
1864
     *
1865
     * @return $this
1866
     */
1867
	public function withTagKey(array $tagKey)
1868
	{
1869
	    $this->data['TagKey'] = $tagKey;
1870
		foreach ($tagKey as $i => $iValue) {
1871
			$this->options['query']['TagKey.' . ($i + 1)] = $iValue;
1872
		}
1873
1874
		return $this;
1875
    }
1876
}
1877
1878
/**
1879
 * @method string getSources()
1880
 * @method $this withSources($value)
1881
 * @method string getResourceGroupId()
1882
 * @method $this withResourceGroupId($value)
1883
 * @method string getSecurityToken()
1884
 * @method $this withSecurityToken($value)
1885
 * @method string getTopLevelDomain()
1886
 * @method $this withTopLevelDomain($value)
1887
 * @method string getDomainName()
1888
 * @method $this withDomainName($value)
1889
 * @method string getOwnerId()
1890
 * @method $this withOwnerId($value)
1891
 */
1892
class UpdateDcdnDomain extends Rpc
1893
{
1894
}
1895
1896
/**
1897
 * @method string getSources()
1898
 * @method $this withSources($value)
1899
 * @method string getResourceGroupId()
1900
 * @method $this withResourceGroupId($value)
1901
 * @method string getSecurityToken()
1902
 * @method $this withSecurityToken($value)
1903
 * @method string getTopLevelDomain()
1904
 * @method $this withTopLevelDomain($value)
1905
 * @method string getDomainName()
1906
 * @method $this withDomainName($value)
1907
 * @method string getOwnerId()
1908
 * @method $this withOwnerId($value)
1909
 */
1910
class UpdateDcdnIpaDomain extends Rpc
1911
{
1912
}
1913
1914
/**
1915
 * @method string getVerifyType()
1916
 * @method $this withVerifyType($value)
1917
 * @method string getDomainName()
1918
 * @method $this withDomainName($value)
1919
 * @method string getOwnerId()
1920
 * @method $this withOwnerId($value)
1921
 */
1922
class VerifyDcdnDomainOwner extends Rpc
1923
{
1924
}
1925