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 ( 1a0eb5...73c106 )
by
unknown
10:23 queued 02:55
created

EditRoutineConf::withName()   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 CommitStagingRoutineCode commitStagingRoutineCode(array $options = [])
18
 * @method CreateDcdnCertificateSigningRequest createDcdnCertificateSigningRequest(array $options = [])
19
 * @method CreateDcdnDeliverTask createDcdnDeliverTask(array $options = [])
20
 * @method CreateDcdnDomainOfflineLogDelivery createDcdnDomainOfflineLogDelivery(array $options = [])
21
 * @method CreateDcdnSubTask createDcdnSubTask(array $options = [])
22
 * @method CreateRoutine createRoutine(array $options = [])
23
 * @method DeleteDcdnDeliverTask deleteDcdnDeliverTask(array $options = [])
24
 * @method DeleteDcdnDomain deleteDcdnDomain(array $options = [])
25
 * @method DeleteDcdnIpaDomain deleteDcdnIpaDomain(array $options = [])
26
 * @method DeleteDcdnIpaSpecificConfig deleteDcdnIpaSpecificConfig(array $options = [])
27
 * @method DeleteDcdnSpecificConfig deleteDcdnSpecificConfig(array $options = [])
28
 * @method DeleteDcdnSpecificStagingConfig deleteDcdnSpecificStagingConfig(array $options = [])
29
 * @method DeleteDcdnSubTask deleteDcdnSubTask(array $options = [])
30
 * @method DeleteRoutine deleteRoutine(array $options = [])
31
 * @method DeleteRoutineCodeRevision deleteRoutineCodeRevision(array $options = [])
32
 * @method DeleteRoutineConfEnvs deleteRoutineConfEnvs(array $options = [])
33
 * @method DescribeDcdnBgpBpsData describeDcdnBgpBpsData(array $options = [])
34
 * @method DescribeDcdnBgpTrafficData describeDcdnBgpTrafficData(array $options = [])
35
 * @method DescribeDcdnBlockedRegions describeDcdnBlockedRegions(array $options = [])
36
 * @method DescribeDcdnCertificateDetail describeDcdnCertificateDetail(array $options = [])
37
 * @method DescribeDcdnCertificateList describeDcdnCertificateList(array $options = [])
38
 * @method DescribeDcdnConfigOfVersion describeDcdnConfigOfVersion(array $options = [])
39
 * @method DescribeDcdnDeletedDomains describeDcdnDeletedDomains(array $options = [])
40
 * @method DescribeDcdnDeliverList describeDcdnDeliverList(array $options = [])
41
 * @method DescribeDcdnDomainBpsData describeDcdnDomainBpsData(array $options = [])
42
 * @method DescribeDcdnDomainByCertificate describeDcdnDomainByCertificate(array $options = [])
43
 * @method DescribeDcdnDomainCcActivityLog describeDcdnDomainCcActivityLog(array $options = [])
44
 * @method DescribeDcdnDomainCertificateInfo describeDcdnDomainCertificateInfo(array $options = [])
45
 * @method DescribeDcdnDomainCname describeDcdnDomainCname(array $options = [])
46
 * @method DescribeDcdnDomainConfigs describeDcdnDomainConfigs(array $options = [])
47
 * @method DescribeDcdnDomainDetail describeDcdnDomainDetail(array $options = [])
48
 * @method DescribeDcdnDomainHitRateData describeDcdnDomainHitRateData(array $options = [])
49
 * @method DescribeDcdnDomainHttpCodeData describeDcdnDomainHttpCodeData(array $options = [])
50
 * @method DescribeDcdnDomainIpaBpsData describeDcdnDomainIpaBpsData(array $options = [])
51
 * @method DescribeDcdnDomainIpaTrafficData describeDcdnDomainIpaTrafficData(array $options = [])
52
 * @method DescribeDcdnDomainIspData describeDcdnDomainIspData(array $options = [])
53
 * @method DescribeDcdnDomainLog describeDcdnDomainLog(array $options = [])
54
 * @method DescribeDcdnDomainMultiUsageData describeDcdnDomainMultiUsageData(array $options = [])
55
 * @method DescribeDcdnDomainOriginBpsData describeDcdnDomainOriginBpsData(array $options = [])
56
 * @method DescribeDcdnDomainOriginTrafficData describeDcdnDomainOriginTrafficData(array $options = [])
57
 * @method DescribeDcdnDomainProperty describeDcdnDomainProperty(array $options = [])
58
 * @method DescribeDcdnDomainPvData describeDcdnDomainPvData(array $options = [])
59
 * @method DescribeDcdnDomainQpsData describeDcdnDomainQpsData(array $options = [])
60
 * @method DescribeDcdnDomainRealTimeBpsData describeDcdnDomainRealTimeBpsData(array $options = [])
61
 * @method DescribeDcdnDomainRealTimeByteHitRateData describeDcdnDomainRealTimeByteHitRateData(array $options = [])
62
 * @method DescribeDcdnDomainRealTimeDetailData describeDcdnDomainRealTimeDetailData(array $options = [])
63
 * @method DescribeDcdnDomainRealTimeHttpCodeData describeDcdnDomainRealTimeHttpCodeData(array $options = [])
64
 * @method DescribeDcdnDomainRealTimeQpsData describeDcdnDomainRealTimeQpsData(array $options = [])
65
 * @method DescribeDcdnDomainRealTimeReqHitRateData describeDcdnDomainRealTimeReqHitRateData(array $options = [])
66
 * @method DescribeDcdnDomainRealTimeSrcBpsData describeDcdnDomainRealTimeSrcBpsData(array $options = [])
67
 * @method DescribeDcdnDomainRealTimeSrcHttpCodeData describeDcdnDomainRealTimeSrcHttpCodeData(array $options = [])
68
 * @method DescribeDcdnDomainRealTimeSrcTrafficData describeDcdnDomainRealTimeSrcTrafficData(array $options = [])
69
 * @method DescribeDcdnDomainRealTimeTrafficData describeDcdnDomainRealTimeTrafficData(array $options = [])
70
 * @method DescribeDcdnDomainRegionData describeDcdnDomainRegionData(array $options = [])
71
 * @method DescribeDcdnDomainStagingConfig describeDcdnDomainStagingConfig(array $options = [])
72
 * @method DescribeDcdnDomainTopReferVisit describeDcdnDomainTopReferVisit(array $options = [])
73
 * @method DescribeDcdnDomainTopUrlVisit describeDcdnDomainTopUrlVisit(array $options = [])
74
 * @method DescribeDcdnDomainTrafficData describeDcdnDomainTrafficData(array $options = [])
75
 * @method DescribeDcdnDomainUsageData describeDcdnDomainUsageData(array $options = [])
76
 * @method DescribeDcdnDomainUvData describeDcdnDomainUvData(array $options = [])
77
 * @method DescribeDcdnDomainWebsocketBpsData describeDcdnDomainWebsocketBpsData(array $options = [])
78
 * @method DescribeDcdnDomainWebsocketHttpCodeData describeDcdnDomainWebsocketHttpCodeData(array $options = [])
79
 * @method DescribeDcdnDomainWebsocketTrafficData describeDcdnDomainWebsocketTrafficData(array $options = [])
80
 * @method DescribeDcdnHttpsDomainList describeDcdnHttpsDomainList(array $options = [])
81
 * @method DescribeDcdnIpaDomainConfigs describeDcdnIpaDomainConfigs(array $options = [])
82
 * @method DescribeDcdnIpaDomainDetail describeDcdnIpaDomainDetail(array $options = [])
83
 * @method DescribeDcdnIpaService describeDcdnIpaService(array $options = [])
84
 * @method DescribeDcdnIpaUserDomains describeDcdnIpaUserDomains(array $options = [])
85
 * @method DescribeDcdnIpInfo describeDcdnIpInfo(array $options = [])
86
 * @method DescribeDcdnOfflineLogDelivery describeDcdnOfflineLogDelivery(array $options = [])
87
 * @method DescribeDcdnOfflineLogDeliveryField describeDcdnOfflineLogDeliveryField(array $options = [])
88
 * @method DescribeDcdnOfflineLogDeliveryRegions describeDcdnOfflineLogDeliveryRegions(array $options = [])
89
 * @method DescribeDcdnOfflineLogDeliveryStatus describeDcdnOfflineLogDeliveryStatus(array $options = [])
90
 * @method DescribeDcdnRefreshQuota describeDcdnRefreshQuota(array $options = [])
91
 * @method DescribeDcdnRefreshTaskById describeDcdnRefreshTaskById(array $options = [])
92
 * @method DescribeDcdnRefreshTasks describeDcdnRefreshTasks(array $options = [])
93
 * @method DescribeDcdnRegionAndIsp describeDcdnRegionAndIsp(array $options = [])
94
 * @method DescribeDcdnReport describeDcdnReport(array $options = [])
95
 * @method DescribeDcdnReportList describeDcdnReportList(array $options = [])
96
 * @method DescribeDcdnSecFuncInfo describeDcdnSecFuncInfo(array $options = [])
97
 * @method DescribeDcdnsecService describeDcdnsecService(array $options = [])
98
 * @method DescribeDcdnService describeDcdnService(array $options = [])
99
 * @method DescribeDcdnStagingIp describeDcdnStagingIp(array $options = [])
100
 * @method DescribeDcdnSubList describeDcdnSubList(array $options = [])
101
 * @method DescribeDcdnTagResources describeDcdnTagResources(array $options = [])
102
 * @method DescribeDcdnTopDomainsByFlow describeDcdnTopDomainsByFlow(array $options = [])
103
 * @method DescribeDcdnUserBillHistory describeDcdnUserBillHistory(array $options = [])
104
 * @method DescribeDcdnUserBillType describeDcdnUserBillType(array $options = [])
105
 * @method DescribeDcdnUserDomains describeDcdnUserDomains(array $options = [])
106
 * @method DescribeDcdnUserDomainsByFunc describeDcdnUserDomainsByFunc(array $options = [])
107
 * @method DescribeDcdnUserQuota describeDcdnUserQuota(array $options = [])
108
 * @method DescribeDcdnUserResourcePackage describeDcdnUserResourcePackage(array $options = [])
109
 * @method DescribeDcdnUserSecDrop describeDcdnUserSecDrop(array $options = [])
110
 * @method DescribeDcdnUserSecDropByMinute describeDcdnUserSecDropByMinute(array $options = [])
111
 * @method DescribeDcdnUserTags describeDcdnUserTags(array $options = [])
112
 * @method DescribeDcdnVerifyContent describeDcdnVerifyContent(array $options = [])
113
 * @method DescribeDcdnWafDomain describeDcdnWafDomain(array $options = [])
114
 * @method DescribeRoutine describeRoutine(array $options = [])
115
 * @method DescribeRoutineCanaryEnvs describeRoutineCanaryEnvs(array $options = [])
116
 * @method DescribeRoutineCodeRevision describeRoutineCodeRevision(array $options = [])
117
 * @method DescribeRoutineSpec describeRoutineSpec(array $options = [])
118
 * @method DescribeRoutineUserInfo describeRoutineUserInfo(array $options = [])
119
 * @method DescribeUserDcdnIpaStatus describeUserDcdnIpaStatus(array $options = [])
120
 * @method DescribeUserDcdnStatus describeUserDcdnStatus(array $options = [])
121
 * @method DescribeUserErStatus describeUserErStatus(array $options = [])
122
 * @method DescribeUserLogserviceStatus describeUserLogserviceStatus(array $options = [])
123
 * @method DisableDcdnDomainOfflineLogDelivery disableDcdnDomainOfflineLogDelivery(array $options = [])
124
 * @method DisableDcdnOfflineLogDelivery disableDcdnOfflineLogDelivery(array $options = [])
125
 * @method EditRoutineConf editRoutineConf(array $options = [])
126
 * @method EnableDcdnDomainOfflineLogDelivery enableDcdnDomainOfflineLogDelivery(array $options = [])
127
 * @method ModifyDCdnDomainSchdmByProperty modifyDCdnDomainSchdmByProperty(array $options = [])
128
 * @method OpenDcdnService openDcdnService(array $options = [])
129
 * @method PreloadDcdnObjectCaches preloadDcdnObjectCaches(array $options = [])
130
 * @method PublishDcdnStagingConfigToProduction publishDcdnStagingConfigToProduction(array $options = [])
131
 * @method PublishRoutineCodeRevision publishRoutineCodeRevision(array $options = [])
132
 * @method RefreshDcdnObjectCaches refreshDcdnObjectCaches(array $options = [])
133
 * @method RollbackDcdnStagingConfig rollbackDcdnStagingConfig(array $options = [])
134
 * @method SetDcdnConfigOfVersion setDcdnConfigOfVersion(array $options = [])
135
 * @method SetDcdnDomainCertificate setDcdnDomainCertificate(array $options = [])
136
 * @method SetDcdnDomainCSRCertificate setDcdnDomainCSRCertificate(array $options = [])
137
 * @method SetDcdnDomainStagingConfig setDcdnDomainStagingConfig(array $options = [])
138
 * @method SetDcdnUserConfig setDcdnUserConfig(array $options = [])
139
 * @method SetRoutineSubdomain setRoutineSubdomain(array $options = [])
140
 * @method StartDcdnDomain startDcdnDomain(array $options = [])
141
 * @method StartDcdnIpaDomain startDcdnIpaDomain(array $options = [])
142
 * @method StopDcdnDomain stopDcdnDomain(array $options = [])
143
 * @method StopDcdnIpaDomain stopDcdnIpaDomain(array $options = [])
144
 * @method TagDcdnResources tagDcdnResources(array $options = [])
145
 * @method UntagDcdnResources untagDcdnResources(array $options = [])
146
 * @method UpdateDcdnDeliverTask updateDcdnDeliverTask(array $options = [])
147
 * @method UpdateDcdnDomain updateDcdnDomain(array $options = [])
148
 * @method UpdateDcdnIpaDomain updateDcdnIpaDomain(array $options = [])
149
 * @method UpdateDcdnSubTask updateDcdnSubTask(array $options = [])
150
 * @method UploadRoutineCode uploadRoutineCode(array $options = [])
151
 * @method UploadStagingRoutineCode uploadStagingRoutineCode(array $options = [])
152
 * @method VerifyDcdnDomainOwner verifyDcdnDomainOwner(array $options = [])
153
 */
154
class DcdnApiResolver extends ApiResolver
155
{
156
}
157
158
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
159
{
160
    /** @var string */
161
    public $product = 'dcdn';
162
163
    /** @var string */
164
    public $version = '2018-01-15';
165
166
    /** @var string */
167
    public $method = 'POST';
168
}
169
170
/**
171
 * @method string getSources()
172
 * @method $this withSources($value)
173
 * @method string getResourceGroupId()
174
 * @method $this withResourceGroupId($value)
175
 * @method string getSecurityToken()
176
 * @method $this withSecurityToken($value)
177
 * @method string getScope()
178
 * @method $this withScope($value)
179
 * @method string getTopLevelDomain()
180
 * @method $this withTopLevelDomain($value)
181
 * @method string getOwnerAccount()
182
 * @method $this withOwnerAccount($value)
183
 * @method string getDomainName()
184
 * @method $this withDomainName($value)
185
 * @method string getOwnerId()
186
 * @method $this withOwnerId($value)
187
 * @method string getCheckUrl()
188
 * @method $this withCheckUrl($value)
189
 */
190
class AddDcdnDomain extends Rpc
191
{
192
}
193
194
/**
195
 * @method string getSources()
196
 * @method $this withSources($value)
197
 * @method string getResourceGroupId()
198
 * @method $this withResourceGroupId($value)
199
 * @method string getProtocol()
200
 * @method $this withProtocol($value)
201
 * @method string getSecurityToken()
202
 * @method $this withSecurityToken($value)
203
 * @method string getScope()
204
 * @method $this withScope($value)
205
 * @method string getTopLevelDomain()
206
 * @method $this withTopLevelDomain($value)
207
 * @method string getOwnerAccount()
208
 * @method $this withOwnerAccount($value)
209
 * @method string getDomainName()
210
 * @method $this withDomainName($value)
211
 * @method string getOwnerId()
212
 * @method $this withOwnerId($value)
213
 * @method string getCheckUrl()
214
 * @method $this withCheckUrl($value)
215
 */
216
class AddDcdnIpaDomain extends Rpc
217
{
218
}
219
220
/**
221
 * @method string getSources()
222
 * @method $this withSources($value)
223
 * @method string getResourceGroupId()
224
 * @method $this withResourceGroupId($value)
225
 * @method string getSecurityToken()
226
 * @method $this withSecurityToken($value)
227
 * @method string getScope()
228
 * @method $this withScope($value)
229
 * @method string getTopLevelDomain()
230
 * @method $this withTopLevelDomain($value)
231
 * @method string getOwnerAccount()
232
 * @method $this withOwnerAccount($value)
233
 * @method string getDomainName()
234
 * @method $this withDomainName($value)
235
 * @method string getOwnerId()
236
 * @method $this withOwnerId($value)
237
 * @method string getCheckUrl()
238
 * @method $this withCheckUrl($value)
239
 */
240
class BatchAddDcdnDomain extends Rpc
241
{
242
}
243
244
/**
245
 * @method string getFunctionNames()
246
 * @method $this withFunctionNames($value)
247
 * @method string getDomainNames()
248
 * @method $this withDomainNames($value)
249
 * @method string getOwnerAccount()
250
 * @method $this withOwnerAccount($value)
251
 * @method string getOwnerId()
252
 * @method $this withOwnerId($value)
253
 * @method string getSecurityToken()
254
 * @method $this withSecurityToken($value)
255
 */
256
class BatchDeleteDcdnDomainConfigs extends Rpc
257
{
258
}
259
260
/**
261
 * @method string getSSLProtocol()
262
 * @method $this withSSLProtocol($value)
263
 * @method string getSecurityToken()
264
 * @method $this withSecurityToken($value)
265
 * @method string getCertType()
266
 * @method $this withCertType($value)
267
 * @method string getSSLPri()
268
 * @method $this withSSLPri($value)
269
 * @method string getCertName()
270
 * @method $this withCertName($value)
271
 * @method string getDomainName()
272
 * @method $this withDomainName($value)
273
 * @method string getOwnerId()
274
 * @method $this withOwnerId($value)
275
 * @method string getSSLPub()
276
 * @method $this withSSLPub($value)
277
 * @method string getRegion()
278
 * @method $this withRegion($value)
279
 */
280
class BatchSetDcdnDomainCertificate extends Rpc
281
{
282
}
283
284
/**
285
 * @method string getFunctions()
286
 * @method $this withFunctions($value)
287
 * @method string getDomainNames()
288
 * @method $this withDomainNames($value)
289
 * @method string getOwnerAccount()
290
 * @method $this withOwnerAccount($value)
291
 * @method string getOwnerId()
292
 * @method $this withOwnerId($value)
293
 * @method string getSecurityToken()
294
 * @method $this withSecurityToken($value)
295
 */
296
class BatchSetDcdnDomainConfigs extends Rpc
297
{
298
}
299
300
/**
301
 * @method string getFunctions()
302
 * @method $this withFunctions($value)
303
 * @method string getDomainNames()
304
 * @method $this withDomainNames($value)
305
 * @method string getSecurityToken()
306
 * @method $this withSecurityToken($value)
307
 * @method string getOwnerAccount()
308
 * @method $this withOwnerAccount($value)
309
 * @method string getOwnerId()
310
 * @method $this withOwnerId($value)
311
 */
312
class BatchSetDcdnIpaDomainConfigs extends Rpc
313
{
314
}
315
316
/**
317
 * @method string getDomainNames()
318
 * @method $this withDomainNames($value)
319
 * @method string getOwnerId()
320
 * @method $this withOwnerId($value)
321
 * @method string getSecurityToken()
322
 * @method $this withSecurityToken($value)
323
 */
324
class BatchStartDcdnDomain extends Rpc
325
{
326
}
327
328
/**
329
 * @method string getDomainNames()
330
 * @method $this withDomainNames($value)
331
 * @method string getOwnerId()
332
 * @method $this withOwnerId($value)
333
 * @method string getSecurityToken()
334
 * @method $this withSecurityToken($value)
335
 */
336
class BatchStopDcdnDomain extends Rpc
337
{
338
}
339
340
/**
341
 * @method string getCodeDescription()
342
 * @method string getOwnerId()
343
 * @method $this withOwnerId($value)
344
 * @method string getName()
345
 */
346
class CommitStagingRoutineCode extends Rpc
347
{
348
349
    /**
350
     * @param string $value
351
     *
352
     * @return $this
353
     */
354
    public function withCodeDescription($value)
355
    {
356
        $this->data['CodeDescription'] = $value;
357
        $this->options['form_params']['CodeDescription'] = $value;
358
359
        return $this;
360
    }
361
362
    /**
363
     * @param string $value
364
     *
365
     * @return $this
366
     */
367
    public function withName($value)
368
    {
369
        $this->data['Name'] = $value;
370
        $this->options['form_params']['Name'] = $value;
371
372
        return $this;
373
    }
374
}
375
376
/**
377
 * @method string getCountry()
378
 * @method $this withCountry($value)
379
 * @method string getCity()
380
 * @method $this withCity($value)
381
 * @method string getCommonName()
382
 * @method $this withCommonName($value)
383
 * @method string getState()
384
 * @method $this withState($value)
385
 * @method string getEmail()
386
 * @method $this withEmail($value)
387
 * @method string getSANs()
388
 * @method $this withSANs($value)
389
 * @method string getOwnerId()
390
 * @method $this withOwnerId($value)
391
 * @method string getOrganization()
392
 * @method $this withOrganization($value)
393
 * @method string getOrganizationUnit()
394
 * @method $this withOrganizationUnit($value)
395
 */
396
class CreateDcdnCertificateSigningRequest extends Rpc
397
{
398
}
399
400
/**
401
 * @method string getReports()
402
 * @method string getDeliver()
403
 * @method string getDomainName()
404
 * @method string getOwnerId()
405
 * @method $this withOwnerId($value)
406
 * @method string getSchedule()
407
 * @method string getName()
408
 */
409
class CreateDcdnDeliverTask extends Rpc
410
{
411
412
    /**
413
     * @param string $value
414
     *
415
     * @return $this
416
     */
417
    public function withReports($value)
418
    {
419
        $this->data['Reports'] = $value;
420
        $this->options['form_params']['Reports'] = $value;
421
422
        return $this;
423
    }
424
425
    /**
426
     * @param string $value
427
     *
428
     * @return $this
429
     */
430
    public function withDeliver($value)
431
    {
432
        $this->data['Deliver'] = $value;
433
        $this->options['form_params']['Deliver'] = $value;
434
435
        return $this;
436
    }
437
438
    /**
439
     * @param string $value
440
     *
441
     * @return $this
442
     */
443
    public function withDomainName($value)
444
    {
445
        $this->data['DomainName'] = $value;
446
        $this->options['form_params']['DomainName'] = $value;
447
448
        return $this;
449
    }
450
451
    /**
452
     * @param string $value
453
     *
454
     * @return $this
455
     */
456
    public function withSchedule($value)
457
    {
458
        $this->data['Schedule'] = $value;
459
        $this->options['form_params']['Schedule'] = $value;
460
461
        return $this;
462
    }
463
464
    /**
465
     * @param string $value
466
     *
467
     * @return $this
468
     */
469
    public function withName($value)
470
    {
471
        $this->data['Name'] = $value;
472
        $this->options['form_params']['Name'] = $value;
473
474
        return $this;
475
    }
476
}
477
478
/**
479
 * @method string getDomainName()
480
 * @method string getOwnerId()
481
 * @method $this withOwnerId($value)
482
 * @method string getFieldId()
483
 */
484
class CreateDcdnDomainOfflineLogDelivery extends Rpc
485
{
486
487
    /**
488
     * @param string $value
489
     *
490
     * @return $this
491
     */
492
    public function withDomainName($value)
493
    {
494
        $this->data['DomainName'] = $value;
495
        $this->options['form_params']['DomainName'] = $value;
496
497
        return $this;
498
    }
499
500
    /**
501
     * @param string $value
502
     *
503
     * @return $this
504
     */
505
    public function withFieldId($value)
506
    {
507
        $this->data['FieldId'] = $value;
508
        $this->options['form_params']['FieldId'] = $value;
509
510
        return $this;
511
    }
512
}
513
514
/**
515
 * @method string getDomainName()
516
 * @method string getOwnerId()
517
 * @method $this withOwnerId($value)
518
 * @method string getReportIds()
519
 */
520
class CreateDcdnSubTask extends Rpc
521
{
522
523
    /**
524
     * @param string $value
525
     *
526
     * @return $this
527
     */
528
    public function withDomainName($value)
529
    {
530
        $this->data['DomainName'] = $value;
531
        $this->options['form_params']['DomainName'] = $value;
532
533
        return $this;
534
    }
535
536
    /**
537
     * @param string $value
538
     *
539
     * @return $this
540
     */
541
    public function withReportIds($value)
542
    {
543
        $this->data['ReportIds'] = $value;
544
        $this->options['form_params']['ReportIds'] = $value;
545
546
        return $this;
547
    }
548
}
549
550
/**
551
 * @method string getDescription()
552
 * @method string getEnvConf()
553
 * @method string getOwnerId()
554
 * @method $this withOwnerId($value)
555
 * @method string getName()
556
 */
557
class CreateRoutine extends Rpc
558
{
559
560
    /**
561
     * @param string $value
562
     *
563
     * @return $this
564
     */
565
    public function withDescription($value)
566
    {
567
        $this->data['Description'] = $value;
568
        $this->options['form_params']['Description'] = $value;
569
570
        return $this;
571
    }
572
573
    /**
574
     * @param string $value
575
     *
576
     * @return $this
577
     */
578
    public function withEnvConf($value)
579
    {
580
        $this->data['EnvConf'] = $value;
581
        $this->options['form_params']['EnvConf'] = $value;
582
583
        return $this;
584
    }
585
586
    /**
587
     * @param string $value
588
     *
589
     * @return $this
590
     */
591
    public function withName($value)
592
    {
593
        $this->data['Name'] = $value;
594
        $this->options['form_params']['Name'] = $value;
595
596
        return $this;
597
    }
598
}
599
600
/**
601
 * @method string getDeliverId()
602
 * @method $this withDeliverId($value)
603
 * @method string getOwnerId()
604
 * @method $this withOwnerId($value)
605
 */
606
class DeleteDcdnDeliverTask extends Rpc
607
{
608
}
609
610
/**
611
 * @method string getOwnerAccount()
612
 * @method $this withOwnerAccount($value)
613
 * @method string getDomainName()
614
 * @method $this withDomainName($value)
615
 * @method string getOwnerId()
616
 * @method $this withOwnerId($value)
617
 * @method string getSecurityToken()
618
 * @method $this withSecurityToken($value)
619
 */
620
class DeleteDcdnDomain extends Rpc
621
{
622
}
623
624
/**
625
 * @method string getOwnerAccount()
626
 * @method $this withOwnerAccount($value)
627
 * @method string getDomainName()
628
 * @method $this withDomainName($value)
629
 * @method string getOwnerId()
630
 * @method $this withOwnerId($value)
631
 * @method string getSecurityToken()
632
 * @method $this withSecurityToken($value)
633
 */
634
class DeleteDcdnIpaDomain extends Rpc
635
{
636
}
637
638
/**
639
 * @method string getDomainName()
640
 * @method $this withDomainName($value)
641
 * @method string getOwnerId()
642
 * @method $this withOwnerId($value)
643
 * @method string getSecurityToken()
644
 * @method $this withSecurityToken($value)
645
 * @method string getConfigId()
646
 * @method $this withConfigId($value)
647
 */
648
class DeleteDcdnIpaSpecificConfig extends Rpc
649
{
650
}
651
652
/**
653
 * @method string getDomainName()
654
 * @method $this withDomainName($value)
655
 * @method string getOwnerId()
656
 * @method $this withOwnerId($value)
657
 * @method string getSecurityToken()
658
 * @method $this withSecurityToken($value)
659
 * @method string getConfigId()
660
 * @method $this withConfigId($value)
661
 */
662
class DeleteDcdnSpecificConfig extends Rpc
663
{
664
}
665
666
/**
667
 * @method string getSecurityToken()
668
 * @method $this withSecurityToken($value)
669
 * @method string getDomainName()
670
 * @method $this withDomainName($value)
671
 * @method string getOwnerId()
672
 * @method $this withOwnerId($value)
673
 * @method string getConfigId()
674
 * @method $this withConfigId($value)
675
 */
676
class DeleteDcdnSpecificStagingConfig extends Rpc
677
{
678
}
679
680
/**
681
 * @method string getOwnerId()
682
 * @method $this withOwnerId($value)
683
 */
684
class DeleteDcdnSubTask extends Rpc
685
{
686
}
687
688
/**
689
 * @method string getOwnerId()
690
 * @method $this withOwnerId($value)
691
 * @method string getName()
692
 */
693
class DeleteRoutine extends Rpc
694
{
695
696
    /**
697
     * @param string $value
698
     *
699
     * @return $this
700
     */
701
    public function withName($value)
702
    {
703
        $this->data['Name'] = $value;
704
        $this->options['form_params']['Name'] = $value;
705
706
        return $this;
707
    }
708
}
709
710
/**
711
 * @method string getSelectCodeRevision()
712
 * @method string getOwnerId()
713
 * @method $this withOwnerId($value)
714
 * @method string getName()
715
 */
716
class DeleteRoutineCodeRevision extends Rpc
717
{
718
719
    /**
720
     * @param string $value
721
     *
722
     * @return $this
723
     */
724
    public function withSelectCodeRevision($value)
725
    {
726
        $this->data['SelectCodeRevision'] = $value;
727
        $this->options['form_params']['SelectCodeRevision'] = $value;
728
729
        return $this;
730
    }
731
732
    /**
733
     * @param string $value
734
     *
735
     * @return $this
736
     */
737
    public function withName($value)
738
    {
739
        $this->data['Name'] = $value;
740
        $this->options['form_params']['Name'] = $value;
741
742
        return $this;
743
    }
744
}
745
746
/**
747
 * @method string getEnvs()
748
 * @method string getOwnerId()
749
 * @method $this withOwnerId($value)
750
 * @method string getName()
751
 */
752
class DeleteRoutineConfEnvs extends Rpc
753
{
754
755
    /**
756
     * @param string $value
757
     *
758
     * @return $this
759
     */
760
    public function withEnvs($value)
761
    {
762
        $this->data['Envs'] = $value;
763
        $this->options['form_params']['Envs'] = $value;
764
765
        return $this;
766
    }
767
768
    /**
769
     * @param string $value
770
     *
771
     * @return $this
772
     */
773
    public function withName($value)
774
    {
775
        $this->data['Name'] = $value;
776
        $this->options['form_params']['Name'] = $value;
777
778
        return $this;
779
    }
780
}
781
782
/**
783
 * @method string getIsp()
784
 * @method $this withIsp($value)
785
 * @method string getStartTime()
786
 * @method $this withStartTime($value)
787
 * @method string getEndTime()
788
 * @method $this withEndTime($value)
789
 * @method string getOwnerId()
790
 * @method $this withOwnerId($value)
791
 * @method string getInterval()
792
 * @method $this withInterval($value)
793
 */
794
class DescribeDcdnBgpBpsData extends Rpc
795
{
796
}
797
798
/**
799
 * @method string getIsp()
800
 * @method $this withIsp($value)
801
 * @method string getStartTime()
802
 * @method $this withStartTime($value)
803
 * @method string getEndTime()
804
 * @method $this withEndTime($value)
805
 * @method string getOwnerId()
806
 * @method $this withOwnerId($value)
807
 * @method string getInterval()
808
 * @method $this withInterval($value)
809
 */
810
class DescribeDcdnBgpTrafficData extends Rpc
811
{
812
}
813
814
/**
815
 * @method string getLanguage()
816
 * @method $this withLanguage($value)
817
 * @method string getOwnerId()
818
 * @method $this withOwnerId($value)
819
 */
820
class DescribeDcdnBlockedRegions extends Rpc
821
{
822
823
    /** @var string */
824
    public $method = 'GET';
825
}
826
827
/**
828
 * @method string getCertName()
829
 * @method $this withCertName($value)
830
 * @method string getOwnerId()
831
 * @method $this withOwnerId($value)
832
 * @method string getSecurityToken()
833
 * @method $this withSecurityToken($value)
834
 */
835
class DescribeDcdnCertificateDetail extends Rpc
836
{
837
}
838
839
/**
840
 * @method string getDomainName()
841
 * @method $this withDomainName($value)
842
 * @method string getOwnerId()
843
 * @method $this withOwnerId($value)
844
 * @method string getSecurityToken()
845
 * @method $this withSecurityToken($value)
846
 */
847
class DescribeDcdnCertificateList extends Rpc
848
{
849
}
850
851
/**
852
 * @method string getVersionId()
853
 * @method $this withVersionId($value)
854
 * @method string getSecurityToken()
855
 * @method $this withSecurityToken($value)
856
 * @method string getFunctionName()
857
 * @method $this withFunctionName($value)
858
 * @method string getGroupId()
859
 * @method $this withGroupId($value)
860
 * @method string getOwnerId()
861
 * @method $this withOwnerId($value)
862
 * @method string getFunctionId()
863
 * @method $this withFunctionId($value)
864
 */
865
class DescribeDcdnConfigOfVersion extends Rpc
866
{
867
}
868
869
/**
870
 * @method string getPageNumber()
871
 * @method $this withPageNumber($value)
872
 * @method string getPageSize()
873
 * @method $this withPageSize($value)
874
 * @method string getOwnerId()
875
 * @method $this withOwnerId($value)
876
 */
877
class DescribeDcdnDeletedDomains extends Rpc
878
{
879
}
880
881
/**
882
 * @method string getDeliverId()
883
 * @method $this withDeliverId($value)
884
 * @method string getOwnerId()
885
 * @method $this withOwnerId($value)
886
 */
887
class DescribeDcdnDeliverList extends Rpc
888
{
889
}
890
891
/**
892
 * @method string getLocationNameEn()
893
 * @method $this withLocationNameEn($value)
894
 * @method string getStartTime()
895
 * @method $this withStartTime($value)
896
 * @method string getIspNameEn()
897
 * @method $this withIspNameEn($value)
898
 * @method string getDomainName()
899
 * @method $this withDomainName($value)
900
 * @method string getEndTime()
901
 * @method $this withEndTime($value)
902
 * @method string getOwnerId()
903
 * @method $this withOwnerId($value)
904
 * @method string getInterval()
905
 * @method $this withInterval($value)
906
 */
907
class DescribeDcdnDomainBpsData extends Rpc
908
{
909
}
910
911
/**
912
 * @method string getOwnerId()
913
 * @method $this withOwnerId($value)
914
 * @method string getSSLPub()
915
 * @method $this withSSLPub($value)
916
 */
917
class DescribeDcdnDomainByCertificate extends Rpc
918
{
919
}
920
921
/**
922
 * @method string getRuleName()
923
 * @method $this withRuleName($value)
924
 * @method string getStartTime()
925
 * @method $this withStartTime($value)
926
 * @method string getTriggerObject()
927
 * @method $this withTriggerObject($value)
928
 * @method string getPageNumber()
929
 * @method $this withPageNumber($value)
930
 * @method string getPageSize()
931
 * @method $this withPageSize($value)
932
 * @method string getValue()
933
 * @method $this withValue($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 DescribeDcdnDomainCcActivityLog extends Rpc
942
{
943
}
944
945
/**
946
 * @method string getDomainName()
947
 * @method $this withDomainName($value)
948
 * @method string getOwnerId()
949
 * @method $this withOwnerId($value)
950
 */
951
class DescribeDcdnDomainCertificateInfo extends Rpc
952
{
953
}
954
955
/**
956
 * @method string getDomainName()
957
 * @method $this withDomainName($value)
958
 * @method string getOwnerId()
959
 * @method $this withOwnerId($value)
960
 */
961
class DescribeDcdnDomainCname extends Rpc
962
{
963
964
    /** @var string */
965
    public $method = 'GET';
966
}
967
968
/**
969
 * @method string getFunctionNames()
970
 * @method $this withFunctionNames($value)
971
 * @method string getDomainName()
972
 * @method $this withDomainName($value)
973
 * @method string getOwnerId()
974
 * @method $this withOwnerId($value)
975
 * @method string getSecurityToken()
976
 * @method $this withSecurityToken($value)
977
 * @method string getConfigId()
978
 * @method $this withConfigId($value)
979
 */
980
class DescribeDcdnDomainConfigs extends Rpc
981
{
982
}
983
984
/**
985
 * @method string getDomainName()
986
 * @method $this withDomainName($value)
987
 * @method string getOwnerId()
988
 * @method $this withOwnerId($value)
989
 * @method string getSecurityToken()
990
 * @method $this withSecurityToken($value)
991
 */
992
class DescribeDcdnDomainDetail extends Rpc
993
{
994
}
995
996
/**
997
 * @method string getStartTime()
998
 * @method $this withStartTime($value)
999
 * @method string getDomainName()
1000
 * @method $this withDomainName($value)
1001
 * @method string getEndTime()
1002
 * @method $this withEndTime($value)
1003
 * @method string getOwnerId()
1004
 * @method $this withOwnerId($value)
1005
 * @method string getInterval()
1006
 * @method $this withInterval($value)
1007
 */
1008
class DescribeDcdnDomainHitRateData extends Rpc
1009
{
1010
}
1011
1012
/**
1013
 * @method string getLocationNameEn()
1014
 * @method $this withLocationNameEn($value)
1015
 * @method string getStartTime()
1016
 * @method $this withStartTime($value)
1017
 * @method string getIspNameEn()
1018
 * @method $this withIspNameEn($value)
1019
 * @method string getDomainName()
1020
 * @method $this withDomainName($value)
1021
 * @method string getEndTime()
1022
 * @method $this withEndTime($value)
1023
 * @method string getOwnerId()
1024
 * @method $this withOwnerId($value)
1025
 * @method string getInterval()
1026
 * @method $this withInterval($value)
1027
 */
1028
class DescribeDcdnDomainHttpCodeData extends Rpc
1029
{
1030
}
1031
1032
/**
1033
 * @method string getLocationNameEn()
1034
 * @method $this withLocationNameEn($value)
1035
 * @method string getStartTime()
1036
 * @method $this withStartTime($value)
1037
 * @method string getIspNameEn()
1038
 * @method $this withIspNameEn($value)
1039
 * @method string getFixTimeGap()
1040
 * @method $this withFixTimeGap($value)
1041
 * @method string getTimeMerge()
1042
 * @method $this withTimeMerge($value)
1043
 * @method string getDomainName()
1044
 * @method $this withDomainName($value)
1045
 * @method string getEndTime()
1046
 * @method $this withEndTime($value)
1047
 * @method string getOwnerId()
1048
 * @method $this withOwnerId($value)
1049
 * @method string getInterval()
1050
 * @method $this withInterval($value)
1051
 */
1052
class DescribeDcdnDomainIpaBpsData extends Rpc
1053
{
1054
}
1055
1056
/**
1057
 * @method string getLocationNameEn()
1058
 * @method $this withLocationNameEn($value)
1059
 * @method string getStartTime()
1060
 * @method $this withStartTime($value)
1061
 * @method string getIspNameEn()
1062
 * @method $this withIspNameEn($value)
1063
 * @method string getFixTimeGap()
1064
 * @method $this withFixTimeGap($value)
1065
 * @method string getTimeMerge()
1066
 * @method $this withTimeMerge($value)
1067
 * @method string getDomainName()
1068
 * @method $this withDomainName($value)
1069
 * @method string getEndTime()
1070
 * @method $this withEndTime($value)
1071
 * @method string getOwnerId()
1072
 * @method $this withOwnerId($value)
1073
 * @method string getInterval()
1074
 * @method $this withInterval($value)
1075
 */
1076
class DescribeDcdnDomainIpaTrafficData extends Rpc
1077
{
1078
}
1079
1080
/**
1081
 * @method string getStartTime()
1082
 * @method $this withStartTime($value)
1083
 * @method string getDomainName()
1084
 * @method $this withDomainName($value)
1085
 * @method string getEndTime()
1086
 * @method $this withEndTime($value)
1087
 * @method string getOwnerId()
1088
 * @method $this withOwnerId($value)
1089
 */
1090
class DescribeDcdnDomainIspData extends Rpc
1091
{
1092
}
1093
1094
/**
1095
 * @method string getStartTime()
1096
 * @method $this withStartTime($value)
1097
 * @method string getPageNumber()
1098
 * @method $this withPageNumber($value)
1099
 * @method string getPageSize()
1100
 * @method $this withPageSize($value)
1101
 * @method string getDomainName()
1102
 * @method $this withDomainName($value)
1103
 * @method string getEndTime()
1104
 * @method $this withEndTime($value)
1105
 * @method string getOwnerId()
1106
 * @method $this withOwnerId($value)
1107
 */
1108
class DescribeDcdnDomainLog extends Rpc
1109
{
1110
}
1111
1112
/**
1113
 * @method string getStartTime()
1114
 * @method $this withStartTime($value)
1115
 * @method string getDomainName()
1116
 * @method $this withDomainName($value)
1117
 * @method string getEndTime()
1118
 * @method $this withEndTime($value)
1119
 * @method string getOwnerId()
1120
 * @method $this withOwnerId($value)
1121
 */
1122
class DescribeDcdnDomainMultiUsageData extends Rpc
1123
{
1124
}
1125
1126
/**
1127
 * @method string getStartTime()
1128
 * @method $this withStartTime($value)
1129
 * @method string getDomainName()
1130
 * @method $this withDomainName($value)
1131
 * @method string getEndTime()
1132
 * @method $this withEndTime($value)
1133
 * @method string getOwnerId()
1134
 * @method $this withOwnerId($value)
1135
 * @method string getInterval()
1136
 * @method $this withInterval($value)
1137
 */
1138
class DescribeDcdnDomainOriginBpsData extends Rpc
1139
{
1140
}
1141
1142
/**
1143
 * @method string getStartTime()
1144
 * @method $this withStartTime($value)
1145
 * @method string getDomainName()
1146
 * @method $this withDomainName($value)
1147
 * @method string getEndTime()
1148
 * @method $this withEndTime($value)
1149
 * @method string getOwnerId()
1150
 * @method $this withOwnerId($value)
1151
 * @method string getInterval()
1152
 * @method $this withInterval($value)
1153
 */
1154
class DescribeDcdnDomainOriginTrafficData extends Rpc
1155
{
1156
}
1157
1158
/**
1159
 * @method string getDomainName()
1160
 * @method $this withDomainName($value)
1161
 * @method string getOwnerId()
1162
 * @method $this withOwnerId($value)
1163
 */
1164
class DescribeDcdnDomainProperty extends Rpc
1165
{
1166
}
1167
1168
/**
1169
 * @method string getStartTime()
1170
 * @method $this withStartTime($value)
1171
 * @method string getDomainName()
1172
 * @method $this withDomainName($value)
1173
 * @method string getEndTime()
1174
 * @method $this withEndTime($value)
1175
 * @method string getOwnerId()
1176
 * @method $this withOwnerId($value)
1177
 */
1178
class DescribeDcdnDomainPvData extends Rpc
1179
{
1180
}
1181
1182
/**
1183
 * @method string getLocationNameEn()
1184
 * @method $this withLocationNameEn($value)
1185
 * @method string getStartTime()
1186
 * @method $this withStartTime($value)
1187
 * @method string getIspNameEn()
1188
 * @method $this withIspNameEn($value)
1189
 * @method string getDomainName()
1190
 * @method $this withDomainName($value)
1191
 * @method string getEndTime()
1192
 * @method $this withEndTime($value)
1193
 * @method string getOwnerId()
1194
 * @method $this withOwnerId($value)
1195
 * @method string getInterval()
1196
 * @method $this withInterval($value)
1197
 */
1198
class DescribeDcdnDomainQpsData extends Rpc
1199
{
1200
}
1201
1202
/**
1203
 * @method string getLocationNameEn()
1204
 * @method $this withLocationNameEn($value)
1205
 * @method string getIspNameEn()
1206
 * @method $this withIspNameEn($value)
1207
 * @method string getStartTime()
1208
 * @method $this withStartTime($value)
1209
 * @method string getDomainName()
1210
 * @method $this withDomainName($value)
1211
 * @method string getEndTime()
1212
 * @method $this withEndTime($value)
1213
 * @method string getOwnerId()
1214
 * @method $this withOwnerId($value)
1215
 */
1216
class DescribeDcdnDomainRealTimeBpsData extends Rpc
1217
{
1218
1219
    /** @var string */
1220
    public $method = 'GET';
1221
}
1222
1223
/**
1224
 * @method string getStartTime()
1225
 * @method $this withStartTime($value)
1226
 * @method string getDomainName()
1227
 * @method $this withDomainName($value)
1228
 * @method string getEndTime()
1229
 * @method $this withEndTime($value)
1230
 * @method string getOwnerId()
1231
 * @method $this withOwnerId($value)
1232
 */
1233
class DescribeDcdnDomainRealTimeByteHitRateData extends Rpc
1234
{
1235
1236
    /** @var string */
1237
    public $method = 'GET';
1238
}
1239
1240
/**
1241
 * @method string getLocationNameEn()
1242
 * @method $this withLocationNameEn($value)
1243
 * @method string getStartTime()
1244
 * @method $this withStartTime($value)
1245
 * @method string getIspNameEn()
1246
 * @method $this withIspNameEn($value)
1247
 * @method string getMerge()
1248
 * @method $this withMerge($value)
1249
 * @method string getDomainName()
1250
 * @method $this withDomainName($value)
1251
 * @method string getEndTime()
1252
 * @method $this withEndTime($value)
1253
 * @method string getMergeLocIsp()
1254
 * @method $this withMergeLocIsp($value)
1255
 * @method string getOwnerId()
1256
 * @method $this withOwnerId($value)
1257
 * @method string getField()
1258
 * @method $this withField($value)
1259
 */
1260
class DescribeDcdnDomainRealTimeDetailData extends Rpc
1261
{
1262
1263
    /** @var string */
1264
    public $method = 'GET';
1265
}
1266
1267
/**
1268
 * @method string getLocationNameEn()
1269
 * @method $this withLocationNameEn($value)
1270
 * @method string getStartTime()
1271
 * @method $this withStartTime($value)
1272
 * @method string getIspNameEn()
1273
 * @method $this withIspNameEn($value)
1274
 * @method string getDomainName()
1275
 * @method $this withDomainName($value)
1276
 * @method string getEndTime()
1277
 * @method $this withEndTime($value)
1278
 * @method string getOwnerId()
1279
 * @method $this withOwnerId($value)
1280
 */
1281
class DescribeDcdnDomainRealTimeHttpCodeData extends Rpc
1282
{
1283
}
1284
1285
/**
1286
 * @method string getLocationNameEn()
1287
 * @method $this withLocationNameEn($value)
1288
 * @method string getIspNameEn()
1289
 * @method $this withIspNameEn($value)
1290
 * @method string getStartTime()
1291
 * @method $this withStartTime($value)
1292
 * @method string getDomainName()
1293
 * @method $this withDomainName($value)
1294
 * @method string getEndTime()
1295
 * @method $this withEndTime($value)
1296
 * @method string getOwnerId()
1297
 * @method $this withOwnerId($value)
1298
 */
1299
class DescribeDcdnDomainRealTimeQpsData extends Rpc
1300
{
1301
1302
    /** @var string */
1303
    public $method = 'GET';
1304
}
1305
1306
/**
1307
 * @method string getStartTime()
1308
 * @method $this withStartTime($value)
1309
 * @method string getDomainName()
1310
 * @method $this withDomainName($value)
1311
 * @method string getEndTime()
1312
 * @method $this withEndTime($value)
1313
 * @method string getOwnerId()
1314
 * @method $this withOwnerId($value)
1315
 */
1316
class DescribeDcdnDomainRealTimeReqHitRateData extends Rpc
1317
{
1318
1319
    /** @var string */
1320
    public $method = 'GET';
1321
}
1322
1323
/**
1324
 * @method string getStartTime()
1325
 * @method $this withStartTime($value)
1326
 * @method string getDomainName()
1327
 * @method $this withDomainName($value)
1328
 * @method string getEndTime()
1329
 * @method $this withEndTime($value)
1330
 * @method string getOwnerId()
1331
 * @method $this withOwnerId($value)
1332
 */
1333
class DescribeDcdnDomainRealTimeSrcBpsData extends Rpc
1334
{
1335
}
1336
1337
/**
1338
 * @method string getLocationNameEn()
1339
 * @method $this withLocationNameEn($value)
1340
 * @method string getStartTime()
1341
 * @method $this withStartTime($value)
1342
 * @method string getIspNameEn()
1343
 * @method $this withIspNameEn($value)
1344
 * @method string getDomainName()
1345
 * @method $this withDomainName($value)
1346
 * @method string getEndTime()
1347
 * @method $this withEndTime($value)
1348
 * @method string getOwnerId()
1349
 * @method $this withOwnerId($value)
1350
 */
1351
class DescribeDcdnDomainRealTimeSrcHttpCodeData extends Rpc
1352
{
1353
}
1354
1355
/**
1356
 * @method string getStartTime()
1357
 * @method $this withStartTime($value)
1358
 * @method string getDomainName()
1359
 * @method $this withDomainName($value)
1360
 * @method string getEndTime()
1361
 * @method $this withEndTime($value)
1362
 * @method string getOwnerId()
1363
 * @method $this withOwnerId($value)
1364
 */
1365
class DescribeDcdnDomainRealTimeSrcTrafficData extends Rpc
1366
{
1367
}
1368
1369
/**
1370
 * @method string getStartTime()
1371
 * @method $this withStartTime($value)
1372
 * @method string getDomainName()
1373
 * @method $this withDomainName($value)
1374
 * @method string getEndTime()
1375
 * @method $this withEndTime($value)
1376
 * @method string getOwnerId()
1377
 * @method $this withOwnerId($value)
1378
 */
1379
class DescribeDcdnDomainRealTimeTrafficData extends Rpc
1380
{
1381
}
1382
1383
/**
1384
 * @method string getStartTime()
1385
 * @method $this withStartTime($value)
1386
 * @method string getDomainName()
1387
 * @method $this withDomainName($value)
1388
 * @method string getEndTime()
1389
 * @method $this withEndTime($value)
1390
 * @method string getOwnerId()
1391
 * @method $this withOwnerId($value)
1392
 */
1393
class DescribeDcdnDomainRegionData extends Rpc
1394
{
1395
}
1396
1397
/**
1398
 * @method string getFunctionNames()
1399
 * @method $this withFunctionNames($value)
1400
 * @method string getDomainName()
1401
 * @method $this withDomainName($value)
1402
 * @method string getOwnerId()
1403
 * @method $this withOwnerId($value)
1404
 */
1405
class DescribeDcdnDomainStagingConfig extends Rpc
1406
{
1407
}
1408
1409
/**
1410
 * @method string getStartTime()
1411
 * @method $this withStartTime($value)
1412
 * @method string getDomainName()
1413
 * @method $this withDomainName($value)
1414
 * @method string getOwnerId()
1415
 * @method $this withOwnerId($value)
1416
 * @method string getSortBy()
1417
 * @method $this withSortBy($value)
1418
 */
1419
class DescribeDcdnDomainTopReferVisit extends Rpc
1420
{
1421
}
1422
1423
/**
1424
 * @method string getStartTime()
1425
 * @method $this withStartTime($value)
1426
 * @method string getDomainName()
1427
 * @method $this withDomainName($value)
1428
 * @method string getOwnerId()
1429
 * @method $this withOwnerId($value)
1430
 * @method string getSortBy()
1431
 * @method $this withSortBy($value)
1432
 */
1433
class DescribeDcdnDomainTopUrlVisit extends Rpc
1434
{
1435
}
1436
1437
/**
1438
 * @method string getLocationNameEn()
1439
 * @method $this withLocationNameEn($value)
1440
 * @method string getStartTime()
1441
 * @method $this withStartTime($value)
1442
 * @method string getIspNameEn()
1443
 * @method $this withIspNameEn($value)
1444
 * @method string getDomainName()
1445
 * @method $this withDomainName($value)
1446
 * @method string getEndTime()
1447
 * @method $this withEndTime($value)
1448
 * @method string getOwnerId()
1449
 * @method $this withOwnerId($value)
1450
 * @method string getInterval()
1451
 * @method $this withInterval($value)
1452
 */
1453
class DescribeDcdnDomainTrafficData extends Rpc
1454
{
1455
}
1456
1457
/**
1458
 * @method string getStartTime()
1459
 * @method $this withStartTime($value)
1460
 * @method string getDataProtocol()
1461
 * @method $this withDataProtocol($value)
1462
 * @method string getArea()
1463
 * @method $this withArea($value)
1464
 * @method string getDomainName()
1465
 * @method $this withDomainName($value)
1466
 * @method string getEndTime()
1467
 * @method $this withEndTime($value)
1468
 * @method string getOwnerId()
1469
 * @method $this withOwnerId($value)
1470
 * @method string getField()
1471
 * @method $this withField($value)
1472
 * @method string getInterval()
1473
 * @method $this withInterval($value)
1474
 */
1475
class DescribeDcdnDomainUsageData extends Rpc
1476
{
1477
}
1478
1479
/**
1480
 * @method string getStartTime()
1481
 * @method $this withStartTime($value)
1482
 * @method string getDomainName()
1483
 * @method $this withDomainName($value)
1484
 * @method string getEndTime()
1485
 * @method $this withEndTime($value)
1486
 * @method string getOwnerId()
1487
 * @method $this withOwnerId($value)
1488
 */
1489
class DescribeDcdnDomainUvData extends Rpc
1490
{
1491
}
1492
1493
/**
1494
 * @method string getLocationNameEn()
1495
 * @method $this withLocationNameEn($value)
1496
 * @method string getStartTime()
1497
 * @method $this withStartTime($value)
1498
 * @method string getIspNameEn()
1499
 * @method $this withIspNameEn($value)
1500
 * @method string getDomainName()
1501
 * @method $this withDomainName($value)
1502
 * @method string getEndTime()
1503
 * @method $this withEndTime($value)
1504
 * @method string getOwnerId()
1505
 * @method $this withOwnerId($value)
1506
 * @method string getInterval()
1507
 * @method $this withInterval($value)
1508
 */
1509
class DescribeDcdnDomainWebsocketBpsData extends Rpc
1510
{
1511
}
1512
1513
/**
1514
 * @method string getLocationNameEn()
1515
 * @method $this withLocationNameEn($value)
1516
 * @method string getStartTime()
1517
 * @method $this withStartTime($value)
1518
 * @method string getIspNameEn()
1519
 * @method $this withIspNameEn($value)
1520
 * @method string getDomainName()
1521
 * @method $this withDomainName($value)
1522
 * @method string getEndTime()
1523
 * @method $this withEndTime($value)
1524
 * @method string getOwnerId()
1525
 * @method $this withOwnerId($value)
1526
 * @method string getInterval()
1527
 * @method $this withInterval($value)
1528
 */
1529
class DescribeDcdnDomainWebsocketHttpCodeData extends Rpc
1530
{
1531
}
1532
1533
/**
1534
 * @method string getLocationNameEn()
1535
 * @method $this withLocationNameEn($value)
1536
 * @method string getStartTime()
1537
 * @method $this withStartTime($value)
1538
 * @method string getIspNameEn()
1539
 * @method $this withIspNameEn($value)
1540
 * @method string getDomainName()
1541
 * @method $this withDomainName($value)
1542
 * @method string getEndTime()
1543
 * @method $this withEndTime($value)
1544
 * @method string getOwnerId()
1545
 * @method $this withOwnerId($value)
1546
 * @method string getInterval()
1547
 * @method $this withInterval($value)
1548
 */
1549
class DescribeDcdnDomainWebsocketTrafficData extends Rpc
1550
{
1551
}
1552
1553
/**
1554
 * @method string getPageNumber()
1555
 * @method $this withPageNumber($value)
1556
 * @method string getPageSize()
1557
 * @method $this withPageSize($value)
1558
 * @method string getKeyword()
1559
 * @method $this withKeyword($value)
1560
 * @method string getOwnerId()
1561
 * @method $this withOwnerId($value)
1562
 */
1563
class DescribeDcdnHttpsDomainList extends Rpc
1564
{
1565
}
1566
1567
/**
1568
 * @method string getFunctionNames()
1569
 * @method $this withFunctionNames($value)
1570
 * @method string getDomainName()
1571
 * @method $this withDomainName($value)
1572
 * @method string getOwnerId()
1573
 * @method $this withOwnerId($value)
1574
 * @method string getSecurityToken()
1575
 * @method $this withSecurityToken($value)
1576
 */
1577
class DescribeDcdnIpaDomainConfigs extends Rpc
1578
{
1579
}
1580
1581
/**
1582
 * @method string getDomainName()
1583
 * @method $this withDomainName($value)
1584
 * @method string getOwnerId()
1585
 * @method $this withOwnerId($value)
1586
 * @method string getSecurityToken()
1587
 * @method $this withSecurityToken($value)
1588
 */
1589
class DescribeDcdnIpaDomainDetail extends Rpc
1590
{
1591
}
1592
1593
/**
1594
 * @method string getOwnerId()
1595
 * @method $this withOwnerId($value)
1596
 * @method string getSecurityToken()
1597
 * @method $this withSecurityToken($value)
1598
 */
1599
class DescribeDcdnIpaService extends Rpc
1600
{
1601
}
1602
1603
/**
1604
 * @method string getPageNumber()
1605
 * @method $this withPageNumber($value)
1606
 * @method string getCheckDomainShow()
1607
 * @method $this withCheckDomainShow($value)
1608
 * @method string getResourceGroupId()
1609
 * @method $this withResourceGroupId($value)
1610
 * @method string getSecurityToken()
1611
 * @method $this withSecurityToken($value)
1612
 * @method string getPageSize()
1613
 * @method $this withPageSize($value)
1614
 * @method array getTag()
1615
 * @method string getFuncFilter()
1616
 * @method $this withFuncFilter($value)
1617
 * @method string getDomainName()
1618
 * @method $this withDomainName($value)
1619
 * @method string getOwnerId()
1620
 * @method $this withOwnerId($value)
1621
 * @method string getFuncId()
1622
 * @method $this withFuncId($value)
1623
 * @method string getDomainStatus()
1624
 * @method $this withDomainStatus($value)
1625
 * @method string getDomainSearchType()
1626
 * @method $this withDomainSearchType($value)
1627
 */
1628
class DescribeDcdnIpaUserDomains extends Rpc
1629
{
1630
1631
    /**
1632
     * @param array $tag
1633
     *
1634
     * @return $this
1635
     */
1636
	public function withTag(array $tag)
1637
	{
1638
	    $this->data['Tag'] = $tag;
1639
		foreach ($tag as $depth1 => $depth1Value) {
1640
			if(isset($depth1Value['Value'])){
1641
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
1642
			}
1643
			if(isset($depth1Value['Key'])){
1644
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
1645
			}
1646
		}
1647
1648
		return $this;
1649
    }
1650
}
1651
1652
/**
1653
 * @method string getIP()
1654
 * @method $this withIP($value)
1655
 * @method string getOwnerId()
1656
 * @method $this withOwnerId($value)
1657
 * @method string getSecurityToken()
1658
 * @method $this withSecurityToken($value)
1659
 */
1660
class DescribeDcdnIpInfo extends Rpc
1661
{
1662
}
1663
1664
/**
1665
 * @method string getOwnerId()
1666
 * @method $this withOwnerId($value)
1667
 */
1668
class DescribeDcdnOfflineLogDelivery extends Rpc
1669
{
1670
}
1671
1672
/**
1673
 * @method string getOwnerId()
1674
 * @method $this withOwnerId($value)
1675
 */
1676
class DescribeDcdnOfflineLogDeliveryField extends Rpc
1677
{
1678
}
1679
1680
/**
1681
 * @method string getOwnerId()
1682
 * @method $this withOwnerId($value)
1683
 */
1684
class DescribeDcdnOfflineLogDeliveryRegions extends Rpc
1685
{
1686
}
1687
1688
/**
1689
 * @method string getOwnerId()
1690
 * @method $this withOwnerId($value)
1691
 */
1692
class DescribeDcdnOfflineLogDeliveryStatus extends Rpc
1693
{
1694
}
1695
1696
/**
1697
 * @method string getOwnerId()
1698
 * @method $this withOwnerId($value)
1699
 * @method string getSecurityToken()
1700
 * @method $this withSecurityToken($value)
1701
 */
1702
class DescribeDcdnRefreshQuota extends Rpc
1703
{
1704
}
1705
1706
/**
1707
 * @method string getTaskId()
1708
 * @method $this withTaskId($value)
1709
 * @method string getOwnerId()
1710
 * @method $this withOwnerId($value)
1711
 */
1712
class DescribeDcdnRefreshTaskById extends Rpc
1713
{
1714
}
1715
1716
/**
1717
 * @method string getObjectPath()
1718
 * @method $this withObjectPath($value)
1719
 * @method string getStartTime()
1720
 * @method $this withStartTime($value)
1721
 * @method string getPageNumber()
1722
 * @method $this withPageNumber($value)
1723
 * @method string getSecurityToken()
1724
 * @method $this withSecurityToken($value)
1725
 * @method string getPageSize()
1726
 * @method $this withPageSize($value)
1727
 * @method string getObjectType()
1728
 * @method $this withObjectType($value)
1729
 * @method string getTaskId()
1730
 * @method $this withTaskId($value)
1731
 * @method string getDomainName()
1732
 * @method $this withDomainName($value)
1733
 * @method string getEndTime()
1734
 * @method $this withEndTime($value)
1735
 * @method string getOwnerId()
1736
 * @method $this withOwnerId($value)
1737
 * @method string getStatus()
1738
 * @method $this withStatus($value)
1739
 */
1740
class DescribeDcdnRefreshTasks extends Rpc
1741
{
1742
}
1743
1744
/**
1745
 * @method string getOwnerId()
1746
 * @method $this withOwnerId($value)
1747
 * @method string getSecurityToken()
1748
 * @method $this withSecurityToken($value)
1749
 */
1750
class DescribeDcdnRegionAndIsp extends Rpc
1751
{
1752
}
1753
1754
/**
1755
 * @method string getReportId()
1756
 * @method $this withReportId($value)
1757
 * @method string getStartTime()
1758
 * @method $this withStartTime($value)
1759
 * @method string getArea()
1760
 * @method $this withArea($value)
1761
 * @method string getDomainName()
1762
 * @method $this withDomainName($value)
1763
 * @method string getEndTime()
1764
 * @method $this withEndTime($value)
1765
 * @method string getOwnerId()
1766
 * @method $this withOwnerId($value)
1767
 * @method string getHttpCode()
1768
 * @method $this withHttpCode($value)
1769
 * @method string getIsOverseas()
1770
 * @method $this withIsOverseas($value)
1771
 */
1772
class DescribeDcdnReport extends Rpc
1773
{
1774
}
1775
1776
/**
1777
 * @method string getReportId()
1778
 * @method $this withReportId($value)
1779
 * @method string getOwnerId()
1780
 * @method $this withOwnerId($value)
1781
 */
1782
class DescribeDcdnReportList extends Rpc
1783
{
1784
}
1785
1786
/**
1787
 * @method string getLang()
1788
 * @method $this withLang($value)
1789
 * @method string getOwnerId()
1790
 * @method $this withOwnerId($value)
1791
 * @method string getSecFuncType()
1792
 * @method $this withSecFuncType($value)
1793
 */
1794
class DescribeDcdnSecFuncInfo extends Rpc
1795
{
1796
}
1797
1798
/**
1799
 * @method string getOwnerId()
1800
 * @method $this withOwnerId($value)
1801
 * @method string getSecurityToken()
1802
 * @method $this withSecurityToken($value)
1803
 */
1804
class DescribeDcdnsecService extends Rpc
1805
{
1806
}
1807
1808
/**
1809
 * @method string getOwnerId()
1810
 * @method $this withOwnerId($value)
1811
 * @method string getSecurityToken()
1812
 * @method $this withSecurityToken($value)
1813
 */
1814
class DescribeDcdnService extends Rpc
1815
{
1816
}
1817
1818
/**
1819
 * @method string getOwnerId()
1820
 * @method $this withOwnerId($value)
1821
 */
1822
class DescribeDcdnStagingIp extends Rpc
1823
{
1824
}
1825
1826
/**
1827
 * @method string getOwnerId()
1828
 * @method $this withOwnerId($value)
1829
 */
1830
class DescribeDcdnSubList extends Rpc
1831
{
1832
}
1833
1834
/**
1835
 * @method string getScope()
1836
 * @method $this withScope($value)
1837
 * @method array getTag()
1838
 * @method array getResourceId()
1839
 * @method string getOwnerId()
1840
 * @method $this withOwnerId($value)
1841
 * @method string getResourceType()
1842
 * @method $this withResourceType($value)
1843
 */
1844
class DescribeDcdnTagResources extends Rpc
1845
{
1846
1847
    /**
1848
     * @param array $tag
1849
     *
1850
     * @return $this
1851
     */
1852
	public function withTag(array $tag)
1853
	{
1854
	    $this->data['Tag'] = $tag;
1855
		foreach ($tag as $depth1 => $depth1Value) {
1856
			if(isset($depth1Value['Key'])){
1857
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
1858
			}
1859
			if(isset($depth1Value['Value'])){
1860
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
1861
			}
1862
		}
1863
1864
		return $this;
1865
    }
1866
1867
    /**
1868
     * @param array $resourceId
1869
     *
1870
     * @return $this
1871
     */
1872
	public function withResourceId(array $resourceId)
1873
	{
1874
	    $this->data['ResourceId'] = $resourceId;
1875
		foreach ($resourceId as $i => $iValue) {
1876
			$this->options['query']['ResourceId.' . ($i + 1)] = $iValue;
1877
		}
1878
1879
		return $this;
1880
    }
1881
}
1882
1883
/**
1884
 * @method string getStartTime()
1885
 * @method $this withStartTime($value)
1886
 * @method string getLimit()
1887
 * @method $this withLimit($value)
1888
 * @method string getEndTime()
1889
 * @method $this withEndTime($value)
1890
 * @method string getOwnerId()
1891
 * @method $this withOwnerId($value)
1892
 */
1893
class DescribeDcdnTopDomainsByFlow extends Rpc
1894
{
1895
}
1896
1897
/**
1898
 * @method string getStartTime()
1899
 * @method $this withStartTime($value)
1900
 * @method string getEndTime()
1901
 * @method $this withEndTime($value)
1902
 * @method string getOwnerId()
1903
 * @method $this withOwnerId($value)
1904
 */
1905
class DescribeDcdnUserBillHistory extends Rpc
1906
{
1907
}
1908
1909
/**
1910
 * @method string getStartTime()
1911
 * @method $this withStartTime($value)
1912
 * @method string getEndTime()
1913
 * @method $this withEndTime($value)
1914
 * @method string getOwnerId()
1915
 * @method $this withOwnerId($value)
1916
 */
1917
class DescribeDcdnUserBillType extends Rpc
1918
{
1919
}
1920
1921
/**
1922
 * @method string getPageNumber()
1923
 * @method $this withPageNumber($value)
1924
 * @method string getCheckDomainShow()
1925
 * @method $this withCheckDomainShow($value)
1926
 * @method string getResourceGroupId()
1927
 * @method $this withResourceGroupId($value)
1928
 * @method string getSecurityToken()
1929
 * @method $this withSecurityToken($value)
1930
 * @method string getChangeEndTime()
1931
 * @method $this withChangeEndTime($value)
1932
 * @method string getPageSize()
1933
 * @method $this withPageSize($value)
1934
 * @method array getTag()
1935
 * @method string getFuncFilter()
1936
 * @method $this withFuncFilter($value)
1937
 * @method string getCoverage()
1938
 * @method $this withCoverage($value)
1939
 * @method string getDomainName()
1940
 * @method $this withDomainName($value)
1941
 * @method string getOwnerId()
1942
 * @method $this withOwnerId($value)
1943
 * @method string getFuncId()
1944
 * @method $this withFuncId($value)
1945
 * @method string getDomainStatus()
1946
 * @method $this withDomainStatus($value)
1947
 * @method string getDomainSearchType()
1948
 * @method $this withDomainSearchType($value)
1949
 * @method string getChangeStartTime()
1950
 * @method $this withChangeStartTime($value)
1951
 */
1952
class DescribeDcdnUserDomains extends Rpc
1953
{
1954
1955
    /**
1956
     * @param array $tag
1957
     *
1958
     * @return $this
1959
     */
1960
	public function withTag(array $tag)
1961
	{
1962
	    $this->data['Tag'] = $tag;
1963
		foreach ($tag as $depth1 => $depth1Value) {
1964
			if(isset($depth1Value['Value'])){
1965
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
1966
			}
1967
			if(isset($depth1Value['Key'])){
1968
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
1969
			}
1970
		}
1971
1972
		return $this;
1973
    }
1974
}
1975
1976
/**
1977
 * @method string getPageNumber()
1978
 * @method $this withPageNumber($value)
1979
 * @method string getResourceGroupId()
1980
 * @method $this withResourceGroupId($value)
1981
 * @method string getPageSize()
1982
 * @method $this withPageSize($value)
1983
 * @method string getFuncFilter()
1984
 * @method $this withFuncFilter($value)
1985
 * @method string getDomainName()
1986
 * @method $this withDomainName($value)
1987
 * @method string getOwnerId()
1988
 * @method $this withOwnerId($value)
1989
 * @method string getFuncId()
1990
 * @method $this withFuncId($value)
1991
 */
1992
class DescribeDcdnUserDomainsByFunc extends Rpc
1993
{
1994
}
1995
1996
/**
1997
 * @method string getOwnerId()
1998
 * @method $this withOwnerId($value)
1999
 * @method string getSecurityToken()
2000
 * @method $this withSecurityToken($value)
2001
 */
2002
class DescribeDcdnUserQuota extends Rpc
2003
{
2004
}
2005
2006
/**
2007
 * @method string getOwnerId()
2008
 * @method $this withOwnerId($value)
2009
 * @method string getSecurityToken()
2010
 * @method $this withSecurityToken($value)
2011
 */
2012
class DescribeDcdnUserResourcePackage extends Rpc
2013
{
2014
}
2015
2016
/**
2017
 * @method string getData()
2018
 * @method $this withData($value)
2019
 * @method string getOwnerId()
2020
 * @method $this withOwnerId($value)
2021
 * @method string getMetric()
2022
 * @method $this withMetric($value)
2023
 * @method string getSecFunc()
2024
 * @method $this withSecFunc($value)
2025
 */
2026
class DescribeDcdnUserSecDrop extends Rpc
2027
{
2028
}
2029
2030
/**
2031
 * @method string getRuleName()
2032
 * @method $this withRuleName($value)
2033
 * @method string getStartTime()
2034
 * @method $this withStartTime($value)
2035
 * @method string getPageNumber()
2036
 * @method $this withPageNumber($value)
2037
 * @method string getPageSize()
2038
 * @method $this withPageSize($value)
2039
 * @method string getLang()
2040
 * @method $this withLang($value)
2041
 * @method string getDomainName()
2042
 * @method $this withDomainName($value)
2043
 * @method string getEndTime()
2044
 * @method $this withEndTime($value)
2045
 * @method string getOwnerId()
2046
 * @method $this withOwnerId($value)
2047
 * @method string getSecFunc()
2048
 * @method $this withSecFunc($value)
2049
 * @method string getObject()
2050
 * @method $this withObject($value)
2051
 */
2052
class DescribeDcdnUserSecDropByMinute extends Rpc
2053
{
2054
}
2055
2056
/**
2057
 * @method string getOwnerId()
2058
 * @method $this withOwnerId($value)
2059
 */
2060
class DescribeDcdnUserTags extends Rpc
2061
{
2062
}
2063
2064
/**
2065
 * @method string getDomainName()
2066
 * @method $this withDomainName($value)
2067
 * @method string getOwnerId()
2068
 * @method $this withOwnerId($value)
2069
 */
2070
class DescribeDcdnVerifyContent extends Rpc
2071
{
2072
}
2073
2074
/**
2075
 * @method string getResourceGroupId()
2076
 * @method $this withResourceGroupId($value)
2077
 * @method string getDomainName()
2078
 * @method $this withDomainName($value)
2079
 * @method string getOwnerId()
2080
 * @method $this withOwnerId($value)
2081
 */
2082
class DescribeDcdnWafDomain extends Rpc
2083
{
2084
}
2085
2086
/**
2087
 * @method string getOwnerId()
2088
 * @method $this withOwnerId($value)
2089
 * @method string getName()
2090
 */
2091
class DescribeRoutine extends Rpc
2092
{
2093
2094
    /**
2095
     * @param string $value
2096
     *
2097
     * @return $this
2098
     */
2099
    public function withName($value)
2100
    {
2101
        $this->data['Name'] = $value;
2102
        $this->options['form_params']['Name'] = $value;
2103
2104
        return $this;
2105
    }
2106
}
2107
2108
/**
2109
 * @method string getOwnerId()
2110
 * @method $this withOwnerId($value)
2111
 */
2112
class DescribeRoutineCanaryEnvs extends Rpc
2113
{
2114
}
2115
2116
/**
2117
 * @method string getSelectCodeRevision()
2118
 * @method string getOwnerId()
2119
 * @method $this withOwnerId($value)
2120
 * @method string getName()
2121
 */
2122
class DescribeRoutineCodeRevision extends Rpc
2123
{
2124
2125
    /**
2126
     * @param string $value
2127
     *
2128
     * @return $this
2129
     */
2130
    public function withSelectCodeRevision($value)
2131
    {
2132
        $this->data['SelectCodeRevision'] = $value;
2133
        $this->options['form_params']['SelectCodeRevision'] = $value;
2134
2135
        return $this;
2136
    }
2137
2138
    /**
2139
     * @param string $value
2140
     *
2141
     * @return $this
2142
     */
2143
    public function withName($value)
2144
    {
2145
        $this->data['Name'] = $value;
2146
        $this->options['form_params']['Name'] = $value;
2147
2148
        return $this;
2149
    }
2150
}
2151
2152
/**
2153
 * @method string getOwnerId()
2154
 * @method $this withOwnerId($value)
2155
 */
2156
class DescribeRoutineSpec extends Rpc
2157
{
2158
}
2159
2160
/**
2161
 * @method string getOwnerId()
2162
 * @method $this withOwnerId($value)
2163
 */
2164
class DescribeRoutineUserInfo extends Rpc
2165
{
2166
}
2167
2168
/**
2169
 * @method string getOwnerId()
2170
 * @method $this withOwnerId($value)
2171
 * @method string getSecurityToken()
2172
 * @method $this withSecurityToken($value)
2173
 */
2174
class DescribeUserDcdnIpaStatus extends Rpc
2175
{
2176
}
2177
2178
/**
2179
 * @method string getOwnerId()
2180
 * @method $this withOwnerId($value)
2181
 * @method string getSecurityToken()
2182
 * @method $this withSecurityToken($value)
2183
 */
2184
class DescribeUserDcdnStatus extends Rpc
2185
{
2186
}
2187
2188
/**
2189
 * @method string getOwnerId()
2190
 * @method $this withOwnerId($value)
2191
 * @method string getSecurityToken()
2192
 * @method $this withSecurityToken($value)
2193
 */
2194
class DescribeUserErStatus extends Rpc
2195
{
2196
}
2197
2198
/**
2199
 * @method string getOwnerId()
2200
 * @method $this withOwnerId($value)
2201
 * @method string getSecurityToken()
2202
 * @method $this withSecurityToken($value)
2203
 */
2204
class DescribeUserLogserviceStatus extends Rpc
2205
{
2206
}
2207
2208
/**
2209
 * @method string getDomainName()
2210
 * @method string getOwnerId()
2211
 * @method $this withOwnerId($value)
2212
 */
2213
class DisableDcdnDomainOfflineLogDelivery extends Rpc
2214
{
2215
2216
    /**
2217
     * @param string $value
2218
     *
2219
     * @return $this
2220
     */
2221
    public function withDomainName($value)
2222
    {
2223
        $this->data['DomainName'] = $value;
2224
        $this->options['form_params']['DomainName'] = $value;
2225
2226
        return $this;
2227
    }
2228
}
2229
2230
/**
2231
 * @method string getOwnerId()
2232
 * @method $this withOwnerId($value)
2233
 */
2234
class DisableDcdnOfflineLogDelivery extends Rpc
2235
{
2236
}
2237
2238
/**
2239
 * @method string getDescription()
2240
 * @method string getEnvConf()
2241
 * @method string getOwnerId()
2242
 * @method $this withOwnerId($value)
2243
 * @method string getName()
2244
 */
2245
class EditRoutineConf extends Rpc
2246
{
2247
2248
    /**
2249
     * @param string $value
2250
     *
2251
     * @return $this
2252
     */
2253
    public function withDescription($value)
2254
    {
2255
        $this->data['Description'] = $value;
2256
        $this->options['form_params']['Description'] = $value;
2257
2258
        return $this;
2259
    }
2260
2261
    /**
2262
     * @param string $value
2263
     *
2264
     * @return $this
2265
     */
2266
    public function withEnvConf($value)
2267
    {
2268
        $this->data['EnvConf'] = $value;
2269
        $this->options['form_params']['EnvConf'] = $value;
2270
2271
        return $this;
2272
    }
2273
2274
    /**
2275
     * @param string $value
2276
     *
2277
     * @return $this
2278
     */
2279
    public function withName($value)
2280
    {
2281
        $this->data['Name'] = $value;
2282
        $this->options['form_params']['Name'] = $value;
2283
2284
        return $this;
2285
    }
2286
}
2287
2288
/**
2289
 * @method string getDomainName()
2290
 * @method string getOwnerId()
2291
 * @method $this withOwnerId($value)
2292
 */
2293
class EnableDcdnDomainOfflineLogDelivery extends Rpc
2294
{
2295
2296
    /**
2297
     * @param string $value
2298
     *
2299
     * @return $this
2300
     */
2301
    public function withDomainName($value)
2302
    {
2303
        $this->data['DomainName'] = $value;
2304
        $this->options['form_params']['DomainName'] = $value;
2305
2306
        return $this;
2307
    }
2308
}
2309
2310
/**
2311
 * @method string getProperty()
2312
 * @method $this withProperty($value)
2313
 * @method string getDomainName()
2314
 * @method $this withDomainName($value)
2315
 * @method string getOwnerId()
2316
 * @method $this withOwnerId($value)
2317
 */
2318
class ModifyDCdnDomainSchdmByProperty extends Rpc
2319
{
2320
}
2321
2322
/**
2323
 * @method string getWebsocketBillType()
2324
 * @method $this withWebsocketBillType($value)
2325
 * @method string getBillType()
2326
 * @method $this withBillType($value)
2327
 * @method string getSecurityToken()
2328
 * @method $this withSecurityToken($value)
2329
 * @method string getOwnerId()
2330
 * @method $this withOwnerId($value)
2331
 */
2332
class OpenDcdnService extends Rpc
2333
{
2334
}
2335
2336
/**
2337
 * @method string getArea()
2338
 * @method $this withArea($value)
2339
 * @method string getObjectPath()
2340
 * @method $this withObjectPath($value)
2341
 * @method string getOwnerId()
2342
 * @method $this withOwnerId($value)
2343
 * @method string getSecurityToken()
2344
 * @method $this withSecurityToken($value)
2345
 */
2346
class PreloadDcdnObjectCaches extends Rpc
2347
{
2348
}
2349
2350
/**
2351
 * @method string getFunctionName()
2352
 * @method $this withFunctionName($value)
2353
 * @method string getDomainName()
2354
 * @method $this withDomainName($value)
2355
 * @method string getOwnerId()
2356
 * @method $this withOwnerId($value)
2357
 */
2358
class PublishDcdnStagingConfigToProduction extends Rpc
2359
{
2360
}
2361
2362
/**
2363
 * @method string getSelectCodeRevision()
2364
 * @method string getEnvs()
2365
 * @method string getOwnerId()
2366
 * @method $this withOwnerId($value)
2367
 * @method string getName()
2368
 */
2369
class PublishRoutineCodeRevision extends Rpc
2370
{
2371
2372
    /**
2373
     * @param string $value
2374
     *
2375
     * @return $this
2376
     */
2377
    public function withSelectCodeRevision($value)
2378
    {
2379
        $this->data['SelectCodeRevision'] = $value;
2380
        $this->options['form_params']['SelectCodeRevision'] = $value;
2381
2382
        return $this;
2383
    }
2384
2385
    /**
2386
     * @param string $value
2387
     *
2388
     * @return $this
2389
     */
2390
    public function withEnvs($value)
2391
    {
2392
        $this->data['Envs'] = $value;
2393
        $this->options['form_params']['Envs'] = $value;
2394
2395
        return $this;
2396
    }
2397
2398
    /**
2399
     * @param string $value
2400
     *
2401
     * @return $this
2402
     */
2403
    public function withName($value)
2404
    {
2405
        $this->data['Name'] = $value;
2406
        $this->options['form_params']['Name'] = $value;
2407
2408
        return $this;
2409
    }
2410
}
2411
2412
/**
2413
 * @method string getObjectPath()
2414
 * @method $this withObjectPath($value)
2415
 * @method string getOwnerId()
2416
 * @method $this withOwnerId($value)
2417
 * @method string getSecurityToken()
2418
 * @method $this withSecurityToken($value)
2419
 * @method string getObjectType()
2420
 * @method $this withObjectType($value)
2421
 */
2422
class RefreshDcdnObjectCaches extends Rpc
2423
{
2424
}
2425
2426
/**
2427
 * @method string getDomainName()
2428
 * @method $this withDomainName($value)
2429
 * @method string getOwnerId()
2430
 * @method $this withOwnerId($value)
2431
 */
2432
class RollbackDcdnStagingConfig extends Rpc
2433
{
2434
}
2435
2436
/**
2437
 * @method string getVersionId()
2438
 * @method $this withVersionId($value)
2439
 * @method string getSecurityToken()
2440
 * @method $this withSecurityToken($value)
2441
 * @method string getFunctionName()
2442
 * @method $this withFunctionName($value)
2443
 * @method string getFunctionArgs()
2444
 * @method $this withFunctionArgs($value)
2445
 * @method string getOwnerAccount()
2446
 * @method $this withOwnerAccount($value)
2447
 * @method string getOwnerId()
2448
 * @method $this withOwnerId($value)
2449
 * @method string getFunctionId()
2450
 * @method $this withFunctionId($value)
2451
 * @method string getConfigId()
2452
 * @method $this withConfigId($value)
2453
 */
2454
class SetDcdnConfigOfVersion extends Rpc
2455
{
2456
}
2457
2458
/**
2459
 * @method string getSSLProtocol()
2460
 * @method $this withSSLProtocol($value)
2461
 * @method string getSecurityToken()
2462
 * @method $this withSecurityToken($value)
2463
 * @method string getCertType()
2464
 * @method $this withCertType($value)
2465
 * @method string getSSLPri()
2466
 * @method $this withSSLPri($value)
2467
 * @method string getForceSet()
2468
 * @method $this withForceSet($value)
2469
 * @method string getCertName()
2470
 * @method $this withCertName($value)
2471
 * @method string getDomainName()
2472
 * @method $this withDomainName($value)
2473
 * @method string getOwnerId()
2474
 * @method $this withOwnerId($value)
2475
 * @method string getSSLPub()
2476
 * @method $this withSSLPub($value)
2477
 * @method string getRegion()
2478
 * @method $this withRegion($value)
2479
 */
2480
class SetDcdnDomainCertificate extends Rpc
2481
{
2482
}
2483
2484
/**
2485
 * @method string getServerCertificate()
2486
 * @method $this withServerCertificate($value)
2487
 * @method string getDomainName()
2488
 * @method $this withDomainName($value)
2489
 * @method string getOwnerId()
2490
 * @method $this withOwnerId($value)
2491
 */
2492
class SetDcdnDomainCSRCertificate extends Rpc
2493
{
2494
}
2495
2496
/**
2497
 * @method string getFunctions()
2498
 * @method $this withFunctions($value)
2499
 * @method string getDomainName()
2500
 * @method $this withDomainName($value)
2501
 * @method string getOwnerId()
2502
 * @method $this withOwnerId($value)
2503
 */
2504
class SetDcdnDomainStagingConfig extends Rpc
2505
{
2506
}
2507
2508
/**
2509
 * @method string getConfigs()
2510
 * @method $this withConfigs($value)
2511
 * @method string getOwnerAccount()
2512
 * @method $this withOwnerAccount($value)
2513
 * @method string getOwnerId()
2514
 * @method $this withOwnerId($value)
2515
 * @method string getFunctionId()
2516
 * @method $this withFunctionId($value)
2517
 * @method string getSecurityToken()
2518
 * @method $this withSecurityToken($value)
2519
 */
2520
class SetDcdnUserConfig extends Rpc
2521
{
2522
}
2523
2524
/**
2525
 * @method string getSubdomains()
2526
 * @method string getOwnerId()
2527
 * @method $this withOwnerId($value)
2528
 */
2529
class SetRoutineSubdomain extends Rpc
2530
{
2531
2532
    /**
2533
     * @param string $value
2534
     *
2535
     * @return $this
2536
     */
2537
    public function withSubdomains($value)
2538
    {
2539
        $this->data['Subdomains'] = $value;
2540
        $this->options['form_params']['Subdomains'] = $value;
2541
2542
        return $this;
2543
    }
2544
}
2545
2546
/**
2547
 * @method string getDomainName()
2548
 * @method $this withDomainName($value)
2549
 * @method string getOwnerId()
2550
 * @method $this withOwnerId($value)
2551
 * @method string getSecurityToken()
2552
 * @method $this withSecurityToken($value)
2553
 */
2554
class StartDcdnDomain extends Rpc
2555
{
2556
}
2557
2558
/**
2559
 * @method string getDomainName()
2560
 * @method $this withDomainName($value)
2561
 * @method string getOwnerId()
2562
 * @method $this withOwnerId($value)
2563
 * @method string getSecurityToken()
2564
 * @method $this withSecurityToken($value)
2565
 */
2566
class StartDcdnIpaDomain extends Rpc
2567
{
2568
}
2569
2570
/**
2571
 * @method string getDomainName()
2572
 * @method $this withDomainName($value)
2573
 * @method string getOwnerId()
2574
 * @method $this withOwnerId($value)
2575
 * @method string getSecurityToken()
2576
 * @method $this withSecurityToken($value)
2577
 */
2578
class StopDcdnDomain extends Rpc
2579
{
2580
}
2581
2582
/**
2583
 * @method string getDomainName()
2584
 * @method $this withDomainName($value)
2585
 * @method string getOwnerId()
2586
 * @method $this withOwnerId($value)
2587
 * @method string getSecurityToken()
2588
 * @method $this withSecurityToken($value)
2589
 */
2590
class StopDcdnIpaDomain extends Rpc
2591
{
2592
}
2593
2594
/**
2595
 * @method array getTag()
2596
 * @method array getResourceId()
2597
 * @method string getOwnerId()
2598
 * @method $this withOwnerId($value)
2599
 * @method string getResourceType()
2600
 * @method $this withResourceType($value)
2601
 */
2602
class TagDcdnResources extends Rpc
2603
{
2604
2605
    /**
2606
     * @param array $tag
2607
     *
2608
     * @return $this
2609
     */
2610
	public function withTag(array $tag)
2611
	{
2612
	    $this->data['Tag'] = $tag;
2613
		foreach ($tag as $depth1 => $depth1Value) {
2614
			if(isset($depth1Value['Key'])){
2615
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
2616
			}
2617
			if(isset($depth1Value['Value'])){
2618
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
2619
			}
2620
		}
2621
2622
		return $this;
2623
    }
2624
2625
    /**
2626
     * @param array $resourceId
2627
     *
2628
     * @return $this
2629
     */
2630
	public function withResourceId(array $resourceId)
2631
	{
2632
	    $this->data['ResourceId'] = $resourceId;
2633
		foreach ($resourceId as $i => $iValue) {
2634
			$this->options['query']['ResourceId.' . ($i + 1)] = $iValue;
2635
		}
2636
2637
		return $this;
2638
    }
2639
}
2640
2641
/**
2642
 * @method string getAll()
2643
 * @method $this withAll($value)
2644
 * @method array getResourceId()
2645
 * @method string getOwnerId()
2646
 * @method $this withOwnerId($value)
2647
 * @method string getResourceType()
2648
 * @method $this withResourceType($value)
2649
 * @method array getTagKey()
2650
 */
2651
class UntagDcdnResources extends Rpc
2652
{
2653
2654
    /**
2655
     * @param array $resourceId
2656
     *
2657
     * @return $this
2658
     */
2659
	public function withResourceId(array $resourceId)
2660
	{
2661
	    $this->data['ResourceId'] = $resourceId;
2662
		foreach ($resourceId as $i => $iValue) {
2663
			$this->options['query']['ResourceId.' . ($i + 1)] = $iValue;
2664
		}
2665
2666
		return $this;
2667
    }
2668
2669
    /**
2670
     * @param array $tagKey
2671
     *
2672
     * @return $this
2673
     */
2674
	public function withTagKey(array $tagKey)
2675
	{
2676
	    $this->data['TagKey'] = $tagKey;
2677
		foreach ($tagKey as $i => $iValue) {
2678
			$this->options['query']['TagKey.' . ($i + 1)] = $iValue;
2679
		}
2680
2681
		return $this;
2682
    }
2683
}
2684
2685
/**
2686
 * @method string getReports()
2687
 * @method string getDeliver()
2688
 * @method string getDeliverId()
2689
 * @method string getDomainName()
2690
 * @method string getOwnerId()
2691
 * @method $this withOwnerId($value)
2692
 * @method string getSchedule()
2693
 * @method string getName()
2694
 */
2695
class UpdateDcdnDeliverTask extends Rpc
2696
{
2697
2698
    /**
2699
     * @param string $value
2700
     *
2701
     * @return $this
2702
     */
2703
    public function withReports($value)
2704
    {
2705
        $this->data['Reports'] = $value;
2706
        $this->options['form_params']['Reports'] = $value;
2707
2708
        return $this;
2709
    }
2710
2711
    /**
2712
     * @param string $value
2713
     *
2714
     * @return $this
2715
     */
2716
    public function withDeliver($value)
2717
    {
2718
        $this->data['Deliver'] = $value;
2719
        $this->options['form_params']['Deliver'] = $value;
2720
2721
        return $this;
2722
    }
2723
2724
    /**
2725
     * @param string $value
2726
     *
2727
     * @return $this
2728
     */
2729
    public function withDeliverId($value)
2730
    {
2731
        $this->data['DeliverId'] = $value;
2732
        $this->options['form_params']['DeliverId'] = $value;
2733
2734
        return $this;
2735
    }
2736
2737
    /**
2738
     * @param string $value
2739
     *
2740
     * @return $this
2741
     */
2742
    public function withDomainName($value)
2743
    {
2744
        $this->data['DomainName'] = $value;
2745
        $this->options['form_params']['DomainName'] = $value;
2746
2747
        return $this;
2748
    }
2749
2750
    /**
2751
     * @param string $value
2752
     *
2753
     * @return $this
2754
     */
2755
    public function withSchedule($value)
2756
    {
2757
        $this->data['Schedule'] = $value;
2758
        $this->options['form_params']['Schedule'] = $value;
2759
2760
        return $this;
2761
    }
2762
2763
    /**
2764
     * @param string $value
2765
     *
2766
     * @return $this
2767
     */
2768
    public function withName($value)
2769
    {
2770
        $this->data['Name'] = $value;
2771
        $this->options['form_params']['Name'] = $value;
2772
2773
        return $this;
2774
    }
2775
}
2776
2777
/**
2778
 * @method string getSources()
2779
 * @method $this withSources($value)
2780
 * @method string getResourceGroupId()
2781
 * @method $this withResourceGroupId($value)
2782
 * @method string getSecurityToken()
2783
 * @method $this withSecurityToken($value)
2784
 * @method string getTopLevelDomain()
2785
 * @method $this withTopLevelDomain($value)
2786
 * @method string getDomainName()
2787
 * @method $this withDomainName($value)
2788
 * @method string getOwnerId()
2789
 * @method $this withOwnerId($value)
2790
 */
2791
class UpdateDcdnDomain extends Rpc
2792
{
2793
}
2794
2795
/**
2796
 * @method string getSources()
2797
 * @method $this withSources($value)
2798
 * @method string getResourceGroupId()
2799
 * @method $this withResourceGroupId($value)
2800
 * @method string getSecurityToken()
2801
 * @method $this withSecurityToken($value)
2802
 * @method string getTopLevelDomain()
2803
 * @method $this withTopLevelDomain($value)
2804
 * @method string getDomainName()
2805
 * @method $this withDomainName($value)
2806
 * @method string getOwnerId()
2807
 * @method $this withOwnerId($value)
2808
 */
2809
class UpdateDcdnIpaDomain extends Rpc
2810
{
2811
}
2812
2813
/**
2814
 * @method string getStartTime()
2815
 * @method string getDomainName()
2816
 * @method string getEndTime()
2817
 * @method string getOwnerId()
2818
 * @method $this withOwnerId($value)
2819
 * @method string getReportIds()
2820
 */
2821
class UpdateDcdnSubTask extends Rpc
2822
{
2823
2824
    /**
2825
     * @param string $value
2826
     *
2827
     * @return $this
2828
     */
2829
    public function withStartTime($value)
2830
    {
2831
        $this->data['StartTime'] = $value;
2832
        $this->options['form_params']['StartTime'] = $value;
2833
2834
        return $this;
2835
    }
2836
2837
    /**
2838
     * @param string $value
2839
     *
2840
     * @return $this
2841
     */
2842
    public function withDomainName($value)
2843
    {
2844
        $this->data['DomainName'] = $value;
2845
        $this->options['form_params']['DomainName'] = $value;
2846
2847
        return $this;
2848
    }
2849
2850
    /**
2851
     * @param string $value
2852
     *
2853
     * @return $this
2854
     */
2855
    public function withEndTime($value)
2856
    {
2857
        $this->data['EndTime'] = $value;
2858
        $this->options['form_params']['EndTime'] = $value;
2859
2860
        return $this;
2861
    }
2862
2863
    /**
2864
     * @param string $value
2865
     *
2866
     * @return $this
2867
     */
2868
    public function withReportIds($value)
2869
    {
2870
        $this->data['ReportIds'] = $value;
2871
        $this->options['form_params']['ReportIds'] = $value;
2872
2873
        return $this;
2874
    }
2875
}
2876
2877
/**
2878
 * @method string getCodeDescription()
2879
 * @method string getOwnerId()
2880
 * @method $this withOwnerId($value)
2881
 * @method string getName()
2882
 */
2883
class UploadRoutineCode extends Rpc
2884
{
2885
2886
    /**
2887
     * @param string $value
2888
     *
2889
     * @return $this
2890
     */
2891
    public function withCodeDescription($value)
2892
    {
2893
        $this->data['CodeDescription'] = $value;
2894
        $this->options['form_params']['CodeDescription'] = $value;
2895
2896
        return $this;
2897
    }
2898
2899
    /**
2900
     * @param string $value
2901
     *
2902
     * @return $this
2903
     */
2904
    public function withName($value)
2905
    {
2906
        $this->data['Name'] = $value;
2907
        $this->options['form_params']['Name'] = $value;
2908
2909
        return $this;
2910
    }
2911
}
2912
2913
/**
2914
 * @method string getCodeDescription()
2915
 * @method string getOwnerId()
2916
 * @method $this withOwnerId($value)
2917
 * @method string getName()
2918
 */
2919
class UploadStagingRoutineCode extends Rpc
2920
{
2921
2922
    /**
2923
     * @param string $value
2924
     *
2925
     * @return $this
2926
     */
2927
    public function withCodeDescription($value)
2928
    {
2929
        $this->data['CodeDescription'] = $value;
2930
        $this->options['form_params']['CodeDescription'] = $value;
2931
2932
        return $this;
2933
    }
2934
2935
    /**
2936
     * @param string $value
2937
     *
2938
     * @return $this
2939
     */
2940
    public function withName($value)
2941
    {
2942
        $this->data['Name'] = $value;
2943
        $this->options['form_params']['Name'] = $value;
2944
2945
        return $this;
2946
    }
2947
}
2948
2949
/**
2950
 * @method string getVerifyType()
2951
 * @method $this withVerifyType($value)
2952
 * @method string getDomainName()
2953
 * @method $this withDomainName($value)
2954
 * @method string getOwnerId()
2955
 * @method $this withOwnerId($value)
2956
 */
2957
class VerifyDcdnDomainOwner extends Rpc
2958
{
2959
}
2960