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 ( 73c106...28fc56 )
by
unknown
15:15 queued 08:43
created

UpdateFCTrigger::withFunctionARN()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 0
CRAP Score 2

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 6
ccs 0
cts 0
cp 0
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 1
crap 2
1
<?php
2
3
namespace AlibabaCloud\Cdn\V20180510;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AddCdnDomain addCdnDomain(array $options = [])
9
 * @method AddFCTrigger addFCTrigger(array $options = [])
10
 * @method BatchAddCdnDomain batchAddCdnDomain(array $options = [])
11
 * @method BatchDeleteCdnDomainConfig batchDeleteCdnDomainConfig(array $options = [])
12
 * @method BatchSetCdnDomainConfig batchSetCdnDomainConfig(array $options = [])
13
 * @method BatchSetCdnDomainServerCertificate batchSetCdnDomainServerCertificate(array $options = [])
14
 * @method BatchStartCdnDomain batchStartCdnDomain(array $options = [])
15
 * @method BatchStopCdnDomain batchStopCdnDomain(array $options = [])
16
 * @method BatchUpdateCdnDomain batchUpdateCdnDomain(array $options = [])
17
 * @method CreateCdnCertificateSigningRequest createCdnCertificateSigningRequest(array $options = [])
18
 * @method CreateCdnDeliverTask createCdnDeliverTask(array $options = [])
19
 * @method CreateCdnSubTask createCdnSubTask(array $options = [])
20
 * @method CreateIllegalUrlExportTask createIllegalUrlExportTask(array $options = [])
21
 * @method CreateRealTimeLogDelivery createRealTimeLogDelivery(array $options = [])
22
 * @method CreateUsageDetailDataExportTask createUsageDetailDataExportTask(array $options = [])
23
 * @method CreateUserUsageDataExportTask createUserUsageDataExportTask(array $options = [])
24
 * @method DeleteCdnDeliverTask deleteCdnDeliverTask(array $options = [])
25
 * @method DeleteCdnDomain deleteCdnDomain(array $options = [])
26
 * @method DeleteCdnSubTask deleteCdnSubTask(array $options = [])
27
 * @method DeleteFCTrigger deleteFCTrigger(array $options = [])
28
 * @method DeleteRealtimeLogDelivery deleteRealtimeLogDelivery(array $options = [])
29
 * @method DeleteSpecificConfig deleteSpecificConfig(array $options = [])
30
 * @method DeleteSpecificStagingConfig deleteSpecificStagingConfig(array $options = [])
31
 * @method DeleteUsageDetailDataExportTask deleteUsageDetailDataExportTask(array $options = [])
32
 * @method DeleteUserUsageDataExportTask deleteUserUsageDataExportTask(array $options = [])
33
 * @method DescribeActiveVersionOfConfigGroup describeActiveVersionOfConfigGroup(array $options = [])
34
 * @method DescribeCdnCertificateDetail describeCdnCertificateDetail(array $options = [])
35
 * @method DescribeCdnCertificateList describeCdnCertificateList(array $options = [])
36
 * @method DescribeCdnDeletedDomains describeCdnDeletedDomains(array $options = [])
37
 * @method DescribeCdnDeliverList describeCdnDeliverList(array $options = [])
38
 * @method DescribeCdnDomainByCertificate describeCdnDomainByCertificate(array $options = [])
39
 * @method DescribeCdnDomainConfigs describeCdnDomainConfigs(array $options = [])
40
 * @method DescribeCdnDomainDetail describeCdnDomainDetail(array $options = [])
41
 * @method DescribeCdnDomainLogs describeCdnDomainLogs(array $options = [])
42
 * @method DescribeCdnDomainStagingConfig describeCdnDomainStagingConfig(array $options = [])
43
 * @method DescribeCdnHttpsDomainList describeCdnHttpsDomainList(array $options = [])
44
 * @method DescribeCdnRegionAndIsp describeCdnRegionAndIsp(array $options = [])
45
 * @method DescribeCdnReport describeCdnReport(array $options = [])
46
 * @method DescribeCdnReportList describeCdnReportList(array $options = [])
47
 * @method DescribeCdnService describeCdnService(array $options = [])
48
 * @method DescribeCdnSubList describeCdnSubList(array $options = [])
49
 * @method DescribeCdnUserBillHistory describeCdnUserBillHistory(array $options = [])
50
 * @method DescribeCdnUserBillPrediction describeCdnUserBillPrediction(array $options = [])
51
 * @method DescribeCdnUserBillType describeCdnUserBillType(array $options = [])
52
 * @method DescribeCdnUserConfigs describeCdnUserConfigs(array $options = [])
53
 * @method DescribeCdnUserDomainsByFunc describeCdnUserDomainsByFunc(array $options = [])
54
 * @method DescribeCdnUserQuota describeCdnUserQuota(array $options = [])
55
 * @method DescribeCdnUserResourcePackage describeCdnUserResourcePackage(array $options = [])
56
 * @method DescribeCdnWafDomain describeCdnWafDomain(array $options = [])
57
 * @method DescribeCertificateInfoByID describeCertificateInfoByID(array $options = [])
58
 * @method DescribeConfigOfVersion describeConfigOfVersion(array $options = [])
59
 * @method DescribeCustomLogConfig describeCustomLogConfig(array $options = [])
60
 * @method DescribeDomainAverageResponseTime describeDomainAverageResponseTime(array $options = [])
61
 * @method DescribeDomainBpsData describeDomainBpsData(array $options = [])
62
 * @method DescribeDomainBpsDataByLayer describeDomainBpsDataByLayer(array $options = [])
63
 * @method DescribeDomainBpsDataByTimeStamp describeDomainBpsDataByTimeStamp(array $options = [])
64
 * @method DescribeDomainCcActivityLog describeDomainCcActivityLog(array $options = [])
65
 * @method DescribeDomainCertificateInfo describeDomainCertificateInfo(array $options = [])
66
 * @method DescribeDomainCustomLogConfig describeDomainCustomLogConfig(array $options = [])
67
 * @method DescribeDomainDetailDataByLayer describeDomainDetailDataByLayer(array $options = [])
68
 * @method DescribeDomainFileSizeProportionData describeDomainFileSizeProportionData(array $options = [])
69
 * @method DescribeDomainHitRateData describeDomainHitRateData(array $options = [])
70
 * @method DescribeDomainHttpCodeData describeDomainHttpCodeData(array $options = [])
71
 * @method DescribeDomainHttpCodeDataByLayer describeDomainHttpCodeDataByLayer(array $options = [])
72
 * @method DescribeDomainISPData describeDomainISPData(array $options = [])
73
 * @method DescribeDomainMax95BpsData describeDomainMax95BpsData(array $options = [])
74
 * @method DescribeDomainMultiUsageData describeDomainMultiUsageData(array $options = [])
75
 * @method DescribeDomainNamesOfVersion describeDomainNamesOfVersion(array $options = [])
76
 * @method DescribeDomainPathData describeDomainPathData(array $options = [])
77
 * @method DescribeDomainPvData describeDomainPvData(array $options = [])
78
 * @method DescribeDomainQpsData describeDomainQpsData(array $options = [])
79
 * @method DescribeDomainQpsDataByLayer describeDomainQpsDataByLayer(array $options = [])
80
 * @method DescribeDomainRealTimeBpsData describeDomainRealTimeBpsData(array $options = [])
81
 * @method DescribeDomainRealTimeByteHitRateData describeDomainRealTimeByteHitRateData(array $options = [])
82
 * @method DescribeDomainRealTimeDetailData describeDomainRealTimeDetailData(array $options = [])
83
 * @method DescribeDomainRealTimeHttpCodeData describeDomainRealTimeHttpCodeData(array $options = [])
84
 * @method DescribeDomainRealtimeLogDelivery describeDomainRealtimeLogDelivery(array $options = [])
85
 * @method DescribeDomainRealTimeQpsData describeDomainRealTimeQpsData(array $options = [])
86
 * @method DescribeDomainRealTimeReqHitRateData describeDomainRealTimeReqHitRateData(array $options = [])
87
 * @method DescribeDomainRealTimeSrcBpsData describeDomainRealTimeSrcBpsData(array $options = [])
88
 * @method DescribeDomainRealTimeSrcHttpCodeData describeDomainRealTimeSrcHttpCodeData(array $options = [])
89
 * @method DescribeDomainRealTimeSrcTrafficData describeDomainRealTimeSrcTrafficData(array $options = [])
90
 * @method DescribeDomainRealTimeTrafficData describeDomainRealTimeTrafficData(array $options = [])
91
 * @method DescribeDomainRegionData describeDomainRegionData(array $options = [])
92
 * @method DescribeDomainReqHitRateData describeDomainReqHitRateData(array $options = [])
93
 * @method DescribeDomainsBySource describeDomainsBySource(array $options = [])
94
 * @method DescribeDomainSrcBpsData describeDomainSrcBpsData(array $options = [])
95
 * @method DescribeDomainSrcHttpCodeData describeDomainSrcHttpCodeData(array $options = [])
96
 * @method DescribeDomainSrcQpsData describeDomainSrcQpsData(array $options = [])
97
 * @method DescribeDomainSrcTopUrlVisit describeDomainSrcTopUrlVisit(array $options = [])
98
 * @method DescribeDomainSrcTrafficData describeDomainSrcTrafficData(array $options = [])
99
 * @method DescribeDomainsUsageByDay describeDomainsUsageByDay(array $options = [])
100
 * @method DescribeDomainTopClientIpVisit describeDomainTopClientIpVisit(array $options = [])
101
 * @method DescribeDomainTopReferVisit describeDomainTopReferVisit(array $options = [])
102
 * @method DescribeDomainTopUrlVisit describeDomainTopUrlVisit(array $options = [])
103
 * @method DescribeDomainTrafficData describeDomainTrafficData(array $options = [])
104
 * @method DescribeDomainUsageData describeDomainUsageData(array $options = [])
105
 * @method DescribeDomainUvData describeDomainUvData(array $options = [])
106
 * @method DescribeEsExceptionData describeEsExceptionData(array $options = [])
107
 * @method DescribeEsExecuteData describeEsExecuteData(array $options = [])
108
 * @method DescribeFCTrigger describeFCTrigger(array $options = [])
109
 * @method DescribeIllegalUrlExportTask describeIllegalUrlExportTask(array $options = [])
110
 * @method DescribeIpInfo describeIpInfo(array $options = [])
111
 * @method DescribeL2VipsByDomain describeL2VipsByDomain(array $options = [])
112
 * @method DescribeRangeDataByLocateAndIspService describeRangeDataByLocateAndIspService(array $options = [])
113
 * @method DescribeRealtimeDeliveryAcc describeRealtimeDeliveryAcc(array $options = [])
114
 * @method DescribeRefreshQuota describeRefreshQuota(array $options = [])
115
 * @method DescribeRefreshTaskById describeRefreshTaskById(array $options = [])
116
 * @method DescribeRefreshTasks describeRefreshTasks(array $options = [])
117
 * @method DescribeStagingIp describeStagingIp(array $options = [])
118
 * @method DescribeTagResources describeTagResources(array $options = [])
119
 * @method DescribeTopDomainsByFlow describeTopDomainsByFlow(array $options = [])
120
 * @method DescribeUserCertificateExpireCount describeUserCertificateExpireCount(array $options = [])
121
 * @method DescribeUserConfigs describeUserConfigs(array $options = [])
122
 * @method DescribeUserDomains describeUserDomains(array $options = [])
123
 * @method DescribeUserTags describeUserTags(array $options = [])
124
 * @method DescribeUserUsageDataExportTask describeUserUsageDataExportTask(array $options = [])
125
 * @method DescribeUserUsageDetailDataExportTask describeUserUsageDetailDataExportTask(array $options = [])
126
 * @method DescribeUserVipsByDomain describeUserVipsByDomain(array $options = [])
127
 * @method DescribeVerifyContent describeVerifyContent(array $options = [])
128
 * @method DisableRealtimeLogDelivery disableRealtimeLogDelivery(array $options = [])
129
 * @method EnableRealtimeLogDelivery enableRealtimeLogDelivery(array $options = [])
130
 * @method ListDomainsByLogConfigId listDomainsByLogConfigId(array $options = [])
131
 * @method ListFCTrigger listFCTrigger(array $options = [])
132
 * @method ListRealtimeLogDeliveryDomains listRealtimeLogDeliveryDomains(array $options = [])
133
 * @method ListRealtimeLogDeliveryInfos listRealtimeLogDeliveryInfos(array $options = [])
134
 * @method ListUserCustomLogConfig listUserCustomLogConfig(array $options = [])
135
 * @method ModifyCdnDomain modifyCdnDomain(array $options = [])
136
 * @method ModifyCdnDomainSchdmByProperty modifyCdnDomainSchdmByProperty(array $options = [])
137
 * @method ModifyDomainCustomLogConfig modifyDomainCustomLogConfig(array $options = [])
138
 * @method ModifyRealtimeLogDelivery modifyRealtimeLogDelivery(array $options = [])
139
 * @method OpenCdnService openCdnService(array $options = [])
140
 * @method PublishStagingConfigToProduction publishStagingConfigToProduction(array $options = [])
141
 * @method PushObjectCache pushObjectCache(array $options = [])
142
 * @method RefreshObjectCaches refreshObjectCaches(array $options = [])
143
 * @method RollbackStagingConfig rollbackStagingConfig(array $options = [])
144
 * @method SetCcConfig setCcConfig(array $options = [])
145
 * @method SetCdnDomainCSRCertificate setCdnDomainCSRCertificate(array $options = [])
146
 * @method SetCdnDomainStagingConfig setCdnDomainStagingConfig(array $options = [])
147
 * @method SetConfigOfVersion setConfigOfVersion(array $options = [])
148
 * @method SetDomainServerCertificate setDomainServerCertificate(array $options = [])
149
 * @method SetFileCacheExpiredConfig setFileCacheExpiredConfig(array $options = [])
150
 * @method SetForceRedirectConfig setForceRedirectConfig(array $options = [])
151
 * @method SetForwardSchemeConfig setForwardSchemeConfig(array $options = [])
152
 * @method SetHttpHeaderConfig setHttpHeaderConfig(array $options = [])
153
 * @method SetHttpsOptionConfig setHttpsOptionConfig(array $options = [])
154
 * @method SetIgnoreQueryStringConfig setIgnoreQueryStringConfig(array $options = [])
155
 * @method SetIpAllowListConfig setIpAllowListConfig(array $options = [])
156
 * @method SetIpBlackListConfig setIpBlackListConfig(array $options = [])
157
 * @method SetOptimizeConfig setOptimizeConfig(array $options = [])
158
 * @method SetPageCompressConfig setPageCompressConfig(array $options = [])
159
 * @method SetRangeConfig setRangeConfig(array $options = [])
160
 * @method SetRefererConfig setRefererConfig(array $options = [])
161
 * @method SetRemoveQueryStringConfig setRemoveQueryStringConfig(array $options = [])
162
 * @method SetReqAuthConfig setReqAuthConfig(array $options = [])
163
 * @method SetReqHeaderConfig setReqHeaderConfig(array $options = [])
164
 * @method SetSourceHostConfig setSourceHostConfig(array $options = [])
165
 * @method SetUserGreenManagerConfig setUserGreenManagerConfig(array $options = [])
166
 * @method SetWaitingRoomConfig setWaitingRoomConfig(array $options = [])
167
 * @method StartCdnDomain startCdnDomain(array $options = [])
168
 * @method StopCdnDomain stopCdnDomain(array $options = [])
169
 * @method TagResources tagResources(array $options = [])
170
 * @method UntagResources untagResources(array $options = [])
171
 * @method UpdateCdnDeliverTask updateCdnDeliverTask(array $options = [])
172
 * @method UpdateCdnSubTask updateCdnSubTask(array $options = [])
173
 * @method UpdateFCTrigger updateFCTrigger(array $options = [])
174
 * @method VerifyDomainOwner verifyDomainOwner(array $options = [])
175
 */
176
class CdnApiResolver extends ApiResolver
177
{
178
}
179
180
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
181
{
182
    /** @var string */
183
    public $product = 'Cdn';
184
185
    /** @var string */
186
    public $version = '2018-05-10';
187
188
    /** @var string */
189
    public $method = 'POST';
190
}
191
192
/**
193
 * @method string getSources()
194
 * @method $this withSources($value)
195
 * @method string getResourceGroupId()
196
 * @method $this withResourceGroupId($value)
197
 * @method string getSecurityToken()
198
 * @method $this withSecurityToken($value)
199
 * @method string getCdnType()
200
 * @method $this withCdnType($value)
201
 * @method string getScope()
202
 * @method $this withScope($value)
203
 * @method string getTopLevelDomain()
204
 * @method $this withTopLevelDomain($value)
205
 * @method string getOwnerAccount()
206
 * @method $this withOwnerAccount($value)
207
 * @method string getDomainName()
208
 * @method $this withDomainName($value)
209
 * @method string getOwnerId()
210
 * @method $this withOwnerId($value)
211
 * @method string getCheckUrl()
212
 * @method $this withCheckUrl($value)
213
 */
214
class AddCdnDomain extends Rpc
215
{
216
}
217
218
/**
219
 * @method string getNotes()
220
 * @method string getEventMetaVersion()
221
 * @method string getTriggerARN()
222
 * @method $this withTriggerARN($value)
223
 * @method string getSourceARN()
224
 * @method string getOwnerId()
225
 * @method $this withOwnerId($value)
226
 * @method string getRoleARN()
227
 * @method string getEventMetaName()
228
 * @method string getFunctionARN()
229
 */
230
class AddFCTrigger extends Rpc
231
{
232
233
    /**
234
     * @param string $value
235
     *
236
     * @return $this
237
     */
238
    public function withNotes($value)
239
    {
240
        $this->data['Notes'] = $value;
241
        $this->options['form_params']['Notes'] = $value;
242
243
        return $this;
244
    }
245
246
    /**
247
     * @param string $value
248
     *
249
     * @return $this
250
     */
251
    public function withEventMetaVersion($value)
252
    {
253
        $this->data['EventMetaVersion'] = $value;
254
        $this->options['form_params']['EventMetaVersion'] = $value;
255
256
        return $this;
257
    }
258
259
    /**
260
     * @param string $value
261
     *
262
     * @return $this
263
     */
264
    public function withSourceARN($value)
265
    {
266
        $this->data['SourceARN'] = $value;
267
        $this->options['form_params']['SourceARN'] = $value;
268
269
        return $this;
270
    }
271
272
    /**
273
     * @param string $value
274
     *
275
     * @return $this
276
     */
277
    public function withRoleARN($value)
278
    {
279
        $this->data['RoleARN'] = $value;
280
        $this->options['form_params']['RoleARN'] = $value;
281
282
        return $this;
283
    }
284
285
    /**
286
     * @param string $value
287
     *
288
     * @return $this
289
     */
290
    public function withEventMetaName($value)
291
    {
292
        $this->data['EventMetaName'] = $value;
293
        $this->options['form_params']['EventMetaName'] = $value;
294
295
        return $this;
296
    }
297
298
    /**
299
     * @param string $value
300
     *
301
     * @return $this
302
     */
303
    public function withFunctionARN($value)
304
    {
305
        $this->data['FunctionARN'] = $value;
306
        $this->options['form_params']['FunctionARN'] = $value;
307
308
        return $this;
309
    }
310
}
311
312
/**
313
 * @method string getSources()
314
 * @method $this withSources($value)
315
 * @method string getResourceGroupId()
316
 * @method $this withResourceGroupId($value)
317
 * @method string getSecurityToken()
318
 * @method $this withSecurityToken($value)
319
 * @method string getCdnType()
320
 * @method $this withCdnType($value)
321
 * @method string getScope()
322
 * @method $this withScope($value)
323
 * @method string getTopLevelDomain()
324
 * @method $this withTopLevelDomain($value)
325
 * @method string getOwnerAccount()
326
 * @method $this withOwnerAccount($value)
327
 * @method string getDomainName()
328
 * @method $this withDomainName($value)
329
 * @method string getOwnerId()
330
 * @method $this withOwnerId($value)
331
 * @method string getCheckUrl()
332
 * @method $this withCheckUrl($value)
333
 */
334
class BatchAddCdnDomain extends Rpc
335
{
336
}
337
338
/**
339
 * @method string getFunctionNames()
340
 * @method $this withFunctionNames($value)
341
 * @method string getDomainNames()
342
 * @method $this withDomainNames($value)
343
 * @method string getOwnerAccount()
344
 * @method $this withOwnerAccount($value)
345
 * @method string getOwnerId()
346
 * @method $this withOwnerId($value)
347
 * @method string getSecurityToken()
348
 * @method $this withSecurityToken($value)
349
 */
350
class BatchDeleteCdnDomainConfig extends Rpc
351
{
352
}
353
354
/**
355
 * @method string getFunctions()
356
 * @method $this withFunctions($value)
357
 * @method string getDomainNames()
358
 * @method $this withDomainNames($value)
359
 * @method string getSecurityToken()
360
 * @method $this withSecurityToken($value)
361
 * @method string getOwnerAccount()
362
 * @method $this withOwnerAccount($value)
363
 * @method string getOwnerId()
364
 * @method $this withOwnerId($value)
365
 */
366
class BatchSetCdnDomainConfig extends Rpc
367
{
368
}
369
370
/**
371
 * @method string getSSLProtocol()
372
 * @method $this withSSLProtocol($value)
373
 * @method string getSecurityToken()
374
 * @method $this withSecurityToken($value)
375
 * @method string getCertType()
376
 * @method $this withCertType($value)
377
 * @method string getSSLPri()
378
 * @method $this withSSLPri($value)
379
 * @method string getForceSet()
380
 * @method $this withForceSet($value)
381
 * @method string getCertName()
382
 * @method $this withCertName($value)
383
 * @method string getDomainName()
384
 * @method $this withDomainName($value)
385
 * @method string getOwnerId()
386
 * @method $this withOwnerId($value)
387
 * @method string getSSLPub()
388
 * @method $this withSSLPub($value)
389
 * @method string getRegion()
390
 * @method $this withRegion($value)
391
 */
392
class BatchSetCdnDomainServerCertificate extends Rpc
393
{
394
}
395
396
/**
397
 * @method string getDomainNames()
398
 * @method $this withDomainNames($value)
399
 * @method string getOwnerId()
400
 * @method $this withOwnerId($value)
401
 * @method string getSecurityToken()
402
 * @method $this withSecurityToken($value)
403
 */
404
class BatchStartCdnDomain extends Rpc
405
{
406
}
407
408
/**
409
 * @method string getDomainNames()
410
 * @method $this withDomainNames($value)
411
 * @method string getOwnerId()
412
 * @method $this withOwnerId($value)
413
 * @method string getSecurityToken()
414
 * @method $this withSecurityToken($value)
415
 */
416
class BatchStopCdnDomain extends Rpc
417
{
418
}
419
420
/**
421
 * @method string getSources()
422
 * @method $this withSources($value)
423
 * @method string getResourceGroupId()
424
 * @method $this withResourceGroupId($value)
425
 * @method string getSecurityToken()
426
 * @method $this withSecurityToken($value)
427
 * @method string getTopLevelDomain()
428
 * @method $this withTopLevelDomain($value)
429
 * @method string getDomainName()
430
 * @method $this withDomainName($value)
431
 * @method string getOwnerId()
432
 * @method $this withOwnerId($value)
433
 */
434
class BatchUpdateCdnDomain extends Rpc
435
{
436
}
437
438
/**
439
 * @method string getCountry()
440
 * @method $this withCountry($value)
441
 * @method string getCity()
442
 * @method $this withCity($value)
443
 * @method string getCommonName()
444
 * @method $this withCommonName($value)
445
 * @method string getState()
446
 * @method $this withState($value)
447
 * @method string getEmail()
448
 * @method $this withEmail($value)
449
 * @method string getSANs()
450
 * @method $this withSANs($value)
451
 * @method string getOwnerId()
452
 * @method $this withOwnerId($value)
453
 * @method string getOrganization()
454
 * @method $this withOrganization($value)
455
 * @method string getOrganizationUnit()
456
 * @method $this withOrganizationUnit($value)
457
 */
458
class CreateCdnCertificateSigningRequest extends Rpc
459
{
460
}
461
462
/**
463
 * @method string getReports()
464
 * @method string getDeliver()
465
 * @method string getDomainName()
466
 * @method string getOwnerId()
467
 * @method $this withOwnerId($value)
468
 * @method string getSchedule()
469
 * @method string getName()
470
 */
471
class CreateCdnDeliverTask extends Rpc
472
{
473
474
    /**
475
     * @param string $value
476
     *
477
     * @return $this
478
     */
479
    public function withReports($value)
480
    {
481
        $this->data['Reports'] = $value;
482
        $this->options['form_params']['Reports'] = $value;
483
484
        return $this;
485
    }
486
487
    /**
488
     * @param string $value
489
     *
490
     * @return $this
491
     */
492
    public function withDeliver($value)
493
    {
494
        $this->data['Deliver'] = $value;
495
        $this->options['form_params']['Deliver'] = $value;
496
497
        return $this;
498
    }
499
500
    /**
501
     * @param string $value
502
     *
503
     * @return $this
504
     */
505
    public function withDomainName($value)
506
    {
507
        $this->data['DomainName'] = $value;
508
        $this->options['form_params']['DomainName'] = $value;
509
510
        return $this;
511
    }
512
513
    /**
514
     * @param string $value
515
     *
516
     * @return $this
517
     */
518
    public function withSchedule($value)
519
    {
520
        $this->data['Schedule'] = $value;
521
        $this->options['form_params']['Schedule'] = $value;
522
523
        return $this;
524
    }
525
526
    /**
527
     * @param string $value
528
     *
529
     * @return $this
530
     */
531
    public function withName($value)
532
    {
533
        $this->data['Name'] = $value;
534
        $this->options['form_params']['Name'] = $value;
535
536
        return $this;
537
    }
538
}
539
540
/**
541
 * @method string getDomainName()
542
 * @method string getOwnerId()
543
 * @method $this withOwnerId($value)
544
 * @method string getReportIds()
545
 */
546
class CreateCdnSubTask extends Rpc
547
{
548
549
    /**
550
     * @param string $value
551
     *
552
     * @return $this
553
     */
554
    public function withDomainName($value)
555
    {
556
        $this->data['DomainName'] = $value;
557
        $this->options['form_params']['DomainName'] = $value;
558
559
        return $this;
560
    }
561
562
    /**
563
     * @param string $value
564
     *
565
     * @return $this
566
     */
567
    public function withReportIds($value)
568
    {
569
        $this->data['ReportIds'] = $value;
570
        $this->options['form_params']['ReportIds'] = $value;
571
572
        return $this;
573
    }
574
}
575
576
/**
577
 * @method string getTaskName()
578
 * @method $this withTaskName($value)
579
 * @method string getOwnerId()
580
 * @method $this withOwnerId($value)
581
 * @method string getTimePoint()
582
 * @method $this withTimePoint($value)
583
 */
584
class CreateIllegalUrlExportTask extends Rpc
585
{
586
}
587
588
/**
589
 * @method string getProject()
590
 * @method $this withProject($value)
591
 * @method string getOwnerId()
592
 * @method $this withOwnerId($value)
593
 * @method string getDomain()
594
 * @method $this withDomain($value)
595
 * @method string getRegion()
596
 * @method $this withRegion($value)
597
 * @method string getLogstore()
598
 * @method $this withLogstore($value)
599
 */
600
class CreateRealTimeLogDelivery extends Rpc
601
{
602
603
    /** @var string */
604
    public $method = 'GET';
605
}
606
607
/**
608
 * @method string getDomainNames()
609
 * @method $this withDomainNames($value)
610
 * @method string getTaskName()
611
 * @method $this withTaskName($value)
612
 * @method string getLanguage()
613
 * @method $this withLanguage($value)
614
 * @method string getStartTime()
615
 * @method $this withStartTime($value)
616
 * @method string getType()
617
 * @method $this withType($value)
618
 * @method string getGroup()
619
 * @method $this withGroup($value)
620
 * @method string getEndTime()
621
 * @method $this withEndTime($value)
622
 * @method string getOwnerId()
623
 * @method $this withOwnerId($value)
624
 */
625
class CreateUsageDetailDataExportTask extends Rpc
626
{
627
}
628
629
/**
630
 * @method string getTaskName()
631
 * @method $this withTaskName($value)
632
 * @method string getLanguage()
633
 * @method $this withLanguage($value)
634
 * @method string getStartTime()
635
 * @method $this withStartTime($value)
636
 * @method string getEndTime()
637
 * @method $this withEndTime($value)
638
 * @method string getOwnerId()
639
 * @method $this withOwnerId($value)
640
 */
641
class CreateUserUsageDataExportTask extends Rpc
642
{
643
}
644
645
/**
646
 * @method string getDeliverId()
647
 * @method $this withDeliverId($value)
648
 * @method string getOwnerId()
649
 * @method $this withOwnerId($value)
650
 */
651
class DeleteCdnDeliverTask extends Rpc
652
{
653
}
654
655
/**
656
 * @method string getOwnerAccount()
657
 * @method $this withOwnerAccount($value)
658
 * @method string getDomainName()
659
 * @method $this withDomainName($value)
660
 * @method string getOwnerId()
661
 * @method $this withOwnerId($value)
662
 * @method string getSecurityToken()
663
 * @method $this withSecurityToken($value)
664
 */
665
class DeleteCdnDomain extends Rpc
666
{
667
}
668
669
/**
670
 * @method string getOwnerId()
671
 * @method $this withOwnerId($value)
672
 */
673
class DeleteCdnSubTask extends Rpc
674
{
675
}
676
677
/**
678
 * @method string getTriggerARN()
679
 * @method $this withTriggerARN($value)
680
 * @method string getOwnerId()
681
 * @method $this withOwnerId($value)
682
 */
683
class DeleteFCTrigger extends Rpc
684
{
685
}
686
687
/**
688
 * @method string getProject()
689
 * @method $this withProject($value)
690
 * @method string getOwnerId()
691
 * @method $this withOwnerId($value)
692
 * @method string getDomain()
693
 * @method $this withDomain($value)
694
 * @method string getRegion()
695
 * @method $this withRegion($value)
696
 * @method string getLogstore()
697
 * @method $this withLogstore($value)
698
 */
699
class DeleteRealtimeLogDelivery extends Rpc
700
{
701
702
    /** @var string */
703
    public $method = 'GET';
704
}
705
706
/**
707
 * @method string getDomainName()
708
 * @method $this withDomainName($value)
709
 * @method string getOwnerId()
710
 * @method $this withOwnerId($value)
711
 * @method string getSecurityToken()
712
 * @method $this withSecurityToken($value)
713
 * @method string getConfigId()
714
 * @method $this withConfigId($value)
715
 */
716
class DeleteSpecificConfig extends Rpc
717
{
718
}
719
720
/**
721
 * @method string getSecurityToken()
722
 * @method $this withSecurityToken($value)
723
 * @method string getDomainName()
724
 * @method $this withDomainName($value)
725
 * @method string getOwnerId()
726
 * @method $this withOwnerId($value)
727
 * @method string getConfigId()
728
 * @method $this withConfigId($value)
729
 */
730
class DeleteSpecificStagingConfig extends Rpc
731
{
732
}
733
734
/**
735
 * @method string getOwnerId()
736
 * @method $this withOwnerId($value)
737
 * @method string getTaskId()
738
 * @method $this withTaskId($value)
739
 */
740
class DeleteUsageDetailDataExportTask extends Rpc
741
{
742
}
743
744
/**
745
 * @method string getOwnerId()
746
 * @method $this withOwnerId($value)
747
 * @method string getTaskId()
748
 * @method $this withTaskId($value)
749
 */
750
class DeleteUserUsageDataExportTask extends Rpc
751
{
752
}
753
754
/**
755
 * @method string getOwnerId()
756
 * @method $this withOwnerId($value)
757
 * @method string getEnv()
758
 * @method $this withEnv($value)
759
 * @method string getConfigGroupId()
760
 * @method $this withConfigGroupId($value)
761
 */
762
class DescribeActiveVersionOfConfigGroup extends Rpc
763
{
764
}
765
766
/**
767
 * @method string getCertName()
768
 * @method $this withCertName($value)
769
 * @method string getOwnerId()
770
 * @method $this withOwnerId($value)
771
 * @method string getSecurityToken()
772
 * @method $this withSecurityToken($value)
773
 */
774
class DescribeCdnCertificateDetail extends Rpc
775
{
776
}
777
778
/**
779
 * @method string getDomainName()
780
 * @method $this withDomainName($value)
781
 * @method string getOwnerId()
782
 * @method $this withOwnerId($value)
783
 * @method string getSecurityToken()
784
 * @method $this withSecurityToken($value)
785
 */
786
class DescribeCdnCertificateList extends Rpc
787
{
788
}
789
790
/**
791
 * @method string getPageNumber()
792
 * @method $this withPageNumber($value)
793
 * @method string getPageSize()
794
 * @method $this withPageSize($value)
795
 * @method string getOwnerId()
796
 * @method $this withOwnerId($value)
797
 */
798
class DescribeCdnDeletedDomains extends Rpc
799
{
800
}
801
802
/**
803
 * @method string getDeliverId()
804
 * @method $this withDeliverId($value)
805
 * @method string getOwnerId()
806
 * @method $this withOwnerId($value)
807
 */
808
class DescribeCdnDeliverList extends Rpc
809
{
810
}
811
812
/**
813
 * @method string getOwnerId()
814
 * @method $this withOwnerId($value)
815
 * @method string getSSLPub()
816
 * @method $this withSSLPub($value)
817
 */
818
class DescribeCdnDomainByCertificate extends Rpc
819
{
820
}
821
822
/**
823
 * @method string getFunctionNames()
824
 * @method $this withFunctionNames($value)
825
 * @method string getSecurityToken()
826
 * @method $this withSecurityToken($value)
827
 * @method string getDomainName()
828
 * @method $this withDomainName($value)
829
 * @method string getOwnerId()
830
 * @method $this withOwnerId($value)
831
 * @method string getConfigId()
832
 * @method $this withConfigId($value)
833
 */
834
class DescribeCdnDomainConfigs extends Rpc
835
{
836
}
837
838
/**
839
 * @method string getDomainName()
840
 * @method $this withDomainName($value)
841
 * @method string getOwnerId()
842
 * @method $this withOwnerId($value)
843
 * @method string getSecurityToken()
844
 * @method $this withSecurityToken($value)
845
 */
846
class DescribeCdnDomainDetail extends Rpc
847
{
848
}
849
850
/**
851
 * @method string getStartTime()
852
 * @method $this withStartTime($value)
853
 * @method string getPageNumber()
854
 * @method $this withPageNumber($value)
855
 * @method string getPageSize()
856
 * @method $this withPageSize($value)
857
 * @method string getDomainName()
858
 * @method $this withDomainName($value)
859
 * @method string getEndTime()
860
 * @method $this withEndTime($value)
861
 * @method string getOwnerId()
862
 * @method $this withOwnerId($value)
863
 */
864
class DescribeCdnDomainLogs extends Rpc
865
{
866
}
867
868
/**
869
 * @method string getFunctionNames()
870
 * @method $this withFunctionNames($value)
871
 * @method string getDomainName()
872
 * @method $this withDomainName($value)
873
 * @method string getOwnerId()
874
 * @method $this withOwnerId($value)
875
 */
876
class DescribeCdnDomainStagingConfig extends Rpc
877
{
878
}
879
880
/**
881
 * @method string getPageNumber()
882
 * @method $this withPageNumber($value)
883
 * @method string getPageSize()
884
 * @method $this withPageSize($value)
885
 * @method string getKeyword()
886
 * @method $this withKeyword($value)
887
 * @method string getOwnerId()
888
 * @method $this withOwnerId($value)
889
 */
890
class DescribeCdnHttpsDomainList extends Rpc
891
{
892
}
893
894
/**
895
 * @method string getOwnerId()
896
 * @method $this withOwnerId($value)
897
 * @method string getSecurityToken()
898
 * @method $this withSecurityToken($value)
899
 */
900
class DescribeCdnRegionAndIsp extends Rpc
901
{
902
}
903
904
/**
905
 * @method string getReportId()
906
 * @method $this withReportId($value)
907
 * @method string getStartTime()
908
 * @method $this withStartTime($value)
909
 * @method string getArea()
910
 * @method $this withArea($value)
911
 * @method string getDomainName()
912
 * @method $this withDomainName($value)
913
 * @method string getEndTime()
914
 * @method $this withEndTime($value)
915
 * @method string getOwnerId()
916
 * @method $this withOwnerId($value)
917
 * @method string getHttpCode()
918
 * @method $this withHttpCode($value)
919
 * @method string getIsOverseas()
920
 * @method $this withIsOverseas($value)
921
 */
922
class DescribeCdnReport extends Rpc
923
{
924
}
925
926
/**
927
 * @method string getReportId()
928
 * @method $this withReportId($value)
929
 * @method string getOwnerId()
930
 * @method $this withOwnerId($value)
931
 */
932
class DescribeCdnReportList extends Rpc
933
{
934
}
935
936
/**
937
 * @method string getOwnerId()
938
 * @method $this withOwnerId($value)
939
 * @method string getSecurityToken()
940
 * @method $this withSecurityToken($value)
941
 */
942
class DescribeCdnService extends Rpc
943
{
944
}
945
946
/**
947
 * @method string getOwnerId()
948
 * @method $this withOwnerId($value)
949
 */
950
class DescribeCdnSubList extends Rpc
951
{
952
}
953
954
/**
955
 * @method string getStartTime()
956
 * @method $this withStartTime($value)
957
 * @method string getEndTime()
958
 * @method $this withEndTime($value)
959
 * @method string getOwnerId()
960
 * @method $this withOwnerId($value)
961
 */
962
class DescribeCdnUserBillHistory extends Rpc
963
{
964
}
965
966
/**
967
 * @method string getStartTime()
968
 * @method $this withStartTime($value)
969
 * @method string getDimension()
970
 * @method $this withDimension($value)
971
 * @method string getArea()
972
 * @method $this withArea($value)
973
 * @method string getEndTime()
974
 * @method $this withEndTime($value)
975
 * @method string getOwnerId()
976
 * @method $this withOwnerId($value)
977
 */
978
class DescribeCdnUserBillPrediction extends Rpc
979
{
980
}
981
982
/**
983
 * @method string getStartTime()
984
 * @method $this withStartTime($value)
985
 * @method string getEndTime()
986
 * @method $this withEndTime($value)
987
 * @method string getOwnerId()
988
 * @method $this withOwnerId($value)
989
 */
990
class DescribeCdnUserBillType extends Rpc
991
{
992
}
993
994
/**
995
 * @method string getFunctionName()
996
 * @method $this withFunctionName($value)
997
 * @method string getOwnerId()
998
 * @method $this withOwnerId($value)
999
 */
1000
class DescribeCdnUserConfigs extends Rpc
1001
{
1002
}
1003
1004
/**
1005
 * @method string getPageNumber()
1006
 * @method $this withPageNumber($value)
1007
 * @method string getResourceGroupId()
1008
 * @method $this withResourceGroupId($value)
1009
 * @method string getPageSize()
1010
 * @method $this withPageSize($value)
1011
 * @method string getOwnerId()
1012
 * @method $this withOwnerId($value)
1013
 * @method string getFuncId()
1014
 * @method $this withFuncId($value)
1015
 */
1016
class DescribeCdnUserDomainsByFunc extends Rpc
1017
{
1018
}
1019
1020
/**
1021
 * @method string getOwnerId()
1022
 * @method $this withOwnerId($value)
1023
 * @method string getSecurityToken()
1024
 * @method $this withSecurityToken($value)
1025
 */
1026
class DescribeCdnUserQuota extends Rpc
1027
{
1028
}
1029
1030
/**
1031
 * @method string getOwnerId()
1032
 * @method $this withOwnerId($value)
1033
 * @method string getSecurityToken()
1034
 * @method $this withSecurityToken($value)
1035
 */
1036
class DescribeCdnUserResourcePackage extends Rpc
1037
{
1038
}
1039
1040
/**
1041
 * @method string getResourceGroupId()
1042
 * @method $this withResourceGroupId($value)
1043
 * @method string getDomainName()
1044
 * @method $this withDomainName($value)
1045
 * @method string getOwnerId()
1046
 * @method $this withOwnerId($value)
1047
 */
1048
class DescribeCdnWafDomain extends Rpc
1049
{
1050
}
1051
1052
/**
1053
 * @method string getCertId()
1054
 * @method $this withCertId($value)
1055
 * @method string getOwnerId()
1056
 * @method $this withOwnerId($value)
1057
 */
1058
class DescribeCertificateInfoByID extends Rpc
1059
{
1060
1061
    /** @var string */
1062
    public $method = 'GET';
1063
}
1064
1065
/**
1066
 * @method string getVersionId()
1067
 * @method $this withVersionId($value)
1068
 * @method string getSecurityToken()
1069
 * @method $this withSecurityToken($value)
1070
 * @method string getFunctionName()
1071
 * @method $this withFunctionName($value)
1072
 * @method string getGroupId()
1073
 * @method $this withGroupId($value)
1074
 * @method string getOwnerId()
1075
 * @method $this withOwnerId($value)
1076
 * @method string getFunctionId()
1077
 * @method $this withFunctionId($value)
1078
 */
1079
class DescribeConfigOfVersion extends Rpc
1080
{
1081
}
1082
1083
/**
1084
 * @method string getOwnerId()
1085
 * @method $this withOwnerId($value)
1086
 * @method string getConfigId()
1087
 * @method $this withConfigId($value)
1088
 */
1089
class DescribeCustomLogConfig extends Rpc
1090
{
1091
1092
    /** @var string */
1093
    public $method = 'GET';
1094
}
1095
1096
/**
1097
 * @method string getLocationNameEn()
1098
 * @method $this withLocationNameEn($value)
1099
 * @method string getStartTime()
1100
 * @method $this withStartTime($value)
1101
 * @method string getIspNameEn()
1102
 * @method $this withIspNameEn($value)
1103
 * @method string getDomainType()
1104
 * @method $this withDomainType($value)
1105
 * @method string getTimeMerge()
1106
 * @method $this withTimeMerge($value)
1107
 * @method string getDomainName()
1108
 * @method $this withDomainName($value)
1109
 * @method string getEndTime()
1110
 * @method $this withEndTime($value)
1111
 * @method string getOwnerId()
1112
 * @method $this withOwnerId($value)
1113
 * @method string getInterval()
1114
 * @method $this withInterval($value)
1115
 */
1116
class DescribeDomainAverageResponseTime extends Rpc
1117
{
1118
}
1119
1120
/**
1121
 * @method string getLocationNameEn()
1122
 * @method $this withLocationNameEn($value)
1123
 * @method string getStartTime()
1124
 * @method $this withStartTime($value)
1125
 * @method string getIspNameEn()
1126
 * @method $this withIspNameEn($value)
1127
 * @method string getDomainName()
1128
 * @method $this withDomainName($value)
1129
 * @method string getEndTime()
1130
 * @method $this withEndTime($value)
1131
 * @method string getOwnerId()
1132
 * @method $this withOwnerId($value)
1133
 * @method string getInterval()
1134
 * @method $this withInterval($value)
1135
 */
1136
class DescribeDomainBpsData extends Rpc
1137
{
1138
}
1139
1140
/**
1141
 * @method string getLocationNameEn()
1142
 * @method $this withLocationNameEn($value)
1143
 * @method string getStartTime()
1144
 * @method $this withStartTime($value)
1145
 * @method string getIspNameEn()
1146
 * @method $this withIspNameEn($value)
1147
 * @method string getLayer()
1148
 * @method $this withLayer($value)
1149
 * @method string getDomainName()
1150
 * @method $this withDomainName($value)
1151
 * @method string getEndTime()
1152
 * @method $this withEndTime($value)
1153
 * @method string getOwnerId()
1154
 * @method $this withOwnerId($value)
1155
 * @method string getInterval()
1156
 * @method $this withInterval($value)
1157
 */
1158
class DescribeDomainBpsDataByLayer extends Rpc
1159
{
1160
}
1161
1162
/**
1163
 * @method string getLocationNames()
1164
 * @method $this withLocationNames($value)
1165
 * @method string getIspNames()
1166
 * @method $this withIspNames($value)
1167
 * @method string getDomainName()
1168
 * @method $this withDomainName($value)
1169
 * @method string getOwnerId()
1170
 * @method $this withOwnerId($value)
1171
 * @method string getTimePoint()
1172
 * @method $this withTimePoint($value)
1173
 */
1174
class DescribeDomainBpsDataByTimeStamp extends Rpc
1175
{
1176
}
1177
1178
/**
1179
 * @method string getRuleName()
1180
 * @method $this withRuleName($value)
1181
 * @method string getStartTime()
1182
 * @method $this withStartTime($value)
1183
 * @method string getTriggerObject()
1184
 * @method $this withTriggerObject($value)
1185
 * @method string getPageNumber()
1186
 * @method $this withPageNumber($value)
1187
 * @method string getPageSize()
1188
 * @method $this withPageSize($value)
1189
 * @method string getValue()
1190
 * @method $this withValue($value)
1191
 * @method string getDomainName()
1192
 * @method $this withDomainName($value)
1193
 * @method string getEndTime()
1194
 * @method $this withEndTime($value)
1195
 * @method string getOwnerId()
1196
 * @method $this withOwnerId($value)
1197
 */
1198
class DescribeDomainCcActivityLog extends Rpc
1199
{
1200
}
1201
1202
/**
1203
 * @method string getDomainName()
1204
 * @method $this withDomainName($value)
1205
 * @method string getOwnerId()
1206
 * @method $this withOwnerId($value)
1207
 */
1208
class DescribeDomainCertificateInfo extends Rpc
1209
{
1210
}
1211
1212
/**
1213
 * @method string getDomainName()
1214
 * @method $this withDomainName($value)
1215
 * @method string getOwnerId()
1216
 * @method $this withOwnerId($value)
1217
 */
1218
class DescribeDomainCustomLogConfig extends Rpc
1219
{
1220
1221
    /** @var string */
1222
    public $method = 'GET';
1223
}
1224
1225
/**
1226
 * @method string getLocationNameEn()
1227
 * @method $this withLocationNameEn($value)
1228
 * @method string getStartTime()
1229
 * @method $this withStartTime($value)
1230
 * @method string getIspNameEn()
1231
 * @method $this withIspNameEn($value)
1232
 * @method string getLayer()
1233
 * @method $this withLayer($value)
1234
 * @method string getDomainName()
1235
 * @method $this withDomainName($value)
1236
 * @method string getEndTime()
1237
 * @method $this withEndTime($value)
1238
 * @method string getOwnerId()
1239
 * @method $this withOwnerId($value)
1240
 * @method string getField()
1241
 * @method $this withField($value)
1242
 */
1243
class DescribeDomainDetailDataByLayer extends Rpc
1244
{
1245
1246
    /** @var string */
1247
    public $method = 'GET';
1248
}
1249
1250
/**
1251
 * @method string getStartTime()
1252
 * @method $this withStartTime($value)
1253
 * @method string getSecurityToken()
1254
 * @method $this withSecurityToken($value)
1255
 * @method string getDomainName()
1256
 * @method $this withDomainName($value)
1257
 * @method string getEndTime()
1258
 * @method $this withEndTime($value)
1259
 * @method string getOwnerId()
1260
 * @method $this withOwnerId($value)
1261
 */
1262
class DescribeDomainFileSizeProportionData extends Rpc
1263
{
1264
}
1265
1266
/**
1267
 * @method string getStartTime()
1268
 * @method $this withStartTime($value)
1269
 * @method string getDomainName()
1270
 * @method $this withDomainName($value)
1271
 * @method string getEndTime()
1272
 * @method $this withEndTime($value)
1273
 * @method string getOwnerId()
1274
 * @method $this withOwnerId($value)
1275
 * @method string getInterval()
1276
 * @method $this withInterval($value)
1277
 */
1278
class DescribeDomainHitRateData extends Rpc
1279
{
1280
}
1281
1282
/**
1283
 * @method string getStartTime()
1284
 * @method $this withStartTime($value)
1285
 * @method string getDomainName()
1286
 * @method $this withDomainName($value)
1287
 * @method string getEndTime()
1288
 * @method $this withEndTime($value)
1289
 * @method string getOwnerId()
1290
 * @method $this withOwnerId($value)
1291
 * @method string getInterval()
1292
 * @method $this withInterval($value)
1293
 */
1294
class DescribeDomainHttpCodeData extends Rpc
1295
{
1296
}
1297
1298
/**
1299
 * @method string getLocationNameEn()
1300
 * @method $this withLocationNameEn($value)
1301
 * @method string getStartTime()
1302
 * @method $this withStartTime($value)
1303
 * @method string getIspNameEn()
1304
 * @method $this withIspNameEn($value)
1305
 * @method string getLayer()
1306
 * @method $this withLayer($value)
1307
 * @method string getDomainName()
1308
 * @method $this withDomainName($value)
1309
 * @method string getEndTime()
1310
 * @method $this withEndTime($value)
1311
 * @method string getOwnerId()
1312
 * @method $this withOwnerId($value)
1313
 * @method string getInterval()
1314
 * @method $this withInterval($value)
1315
 */
1316
class DescribeDomainHttpCodeDataByLayer extends Rpc
1317
{
1318
}
1319
1320
/**
1321
 * @method string getStartTime()
1322
 * @method $this withStartTime($value)
1323
 * @method string getDomainName()
1324
 * @method $this withDomainName($value)
1325
 * @method string getEndTime()
1326
 * @method $this withEndTime($value)
1327
 * @method string getOwnerId()
1328
 * @method $this withOwnerId($value)
1329
 */
1330
class DescribeDomainISPData extends Rpc
1331
{
1332
}
1333
1334
/**
1335
 * @method string getStartTime()
1336
 * @method $this withStartTime($value)
1337
 * @method string getCycle()
1338
 * @method $this withCycle($value)
1339
 * @method string getDomainName()
1340
 * @method $this withDomainName($value)
1341
 * @method string getEndTime()
1342
 * @method $this withEndTime($value)
1343
 * @method string getOwnerId()
1344
 * @method $this withOwnerId($value)
1345
 * @method string getTimePoint()
1346
 * @method $this withTimePoint($value)
1347
 */
1348
class DescribeDomainMax95BpsData extends Rpc
1349
{
1350
}
1351
1352
/**
1353
 * @method string getStartTime()
1354
 * @method $this withStartTime($value)
1355
 * @method string getDomainName()
1356
 * @method $this withDomainName($value)
1357
 * @method string getEndTime()
1358
 * @method $this withEndTime($value)
1359
 * @method string getOwnerId()
1360
 * @method $this withOwnerId($value)
1361
 */
1362
class DescribeDomainMultiUsageData extends Rpc
1363
{
1364
}
1365
1366
/**
1367
 * @method string getVersionId()
1368
 * @method $this withVersionId($value)
1369
 * @method string getPageSize()
1370
 * @method $this withPageSize($value)
1371
 * @method string getPageIndex()
1372
 * @method $this withPageIndex($value)
1373
 * @method string getOwnerId()
1374
 * @method $this withOwnerId($value)
1375
 */
1376
class DescribeDomainNamesOfVersion extends Rpc
1377
{
1378
}
1379
1380
/**
1381
 * @method string getStartTime()
1382
 * @method $this withStartTime($value)
1383
 * @method string getPageNumber()
1384
 * @method $this withPageNumber($value)
1385
 * @method string getPath()
1386
 * @method $this withPath($value)
1387
 * @method string getPageSize()
1388
 * @method $this withPageSize($value)
1389
 * @method string getDomainName()
1390
 * @method $this withDomainName($value)
1391
 * @method string getEndTime()
1392
 * @method $this withEndTime($value)
1393
 * @method string getOwnerId()
1394
 * @method $this withOwnerId($value)
1395
 */
1396
class DescribeDomainPathData extends Rpc
1397
{
1398
1399
    /** @var string */
1400
    public $method = 'GET';
1401
}
1402
1403
/**
1404
 * @method string getStartTime()
1405
 * @method $this withStartTime($value)
1406
 * @method string getDomainName()
1407
 * @method $this withDomainName($value)
1408
 * @method string getEndTime()
1409
 * @method $this withEndTime($value)
1410
 * @method string getOwnerId()
1411
 * @method $this withOwnerId($value)
1412
 */
1413
class DescribeDomainPvData extends Rpc
1414
{
1415
}
1416
1417
/**
1418
 * @method string getLocationNameEn()
1419
 * @method $this withLocationNameEn($value)
1420
 * @method string getStartTime()
1421
 * @method $this withStartTime($value)
1422
 * @method string getIspNameEn()
1423
 * @method $this withIspNameEn($value)
1424
 * @method string getDomainName()
1425
 * @method $this withDomainName($value)
1426
 * @method string getEndTime()
1427
 * @method $this withEndTime($value)
1428
 * @method string getOwnerId()
1429
 * @method $this withOwnerId($value)
1430
 * @method string getInterval()
1431
 * @method $this withInterval($value)
1432
 */
1433
class DescribeDomainQpsData 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 getLayer()
1445
 * @method $this withLayer($value)
1446
 * @method string getDomainName()
1447
 * @method $this withDomainName($value)
1448
 * @method string getEndTime()
1449
 * @method $this withEndTime($value)
1450
 * @method string getOwnerId()
1451
 * @method $this withOwnerId($value)
1452
 * @method string getInterval()
1453
 * @method $this withInterval($value)
1454
 */
1455
class DescribeDomainQpsDataByLayer extends Rpc
1456
{
1457
}
1458
1459
/**
1460
 * @method string getLocationNameEn()
1461
 * @method $this withLocationNameEn($value)
1462
 * @method string getIspNameEn()
1463
 * @method $this withIspNameEn($value)
1464
 * @method string getStartTime()
1465
 * @method $this withStartTime($value)
1466
 * @method string getDomainName()
1467
 * @method $this withDomainName($value)
1468
 * @method string getEndTime()
1469
 * @method $this withEndTime($value)
1470
 * @method string getOwnerId()
1471
 * @method $this withOwnerId($value)
1472
 */
1473
class DescribeDomainRealTimeBpsData extends Rpc
1474
{
1475
1476
    /** @var string */
1477
    public $method = 'GET';
1478
}
1479
1480
/**
1481
 * @method string getStartTime()
1482
 * @method $this withStartTime($value)
1483
 * @method string getDomainName()
1484
 * @method $this withDomainName($value)
1485
 * @method string getEndTime()
1486
 * @method $this withEndTime($value)
1487
 * @method string getOwnerId()
1488
 * @method $this withOwnerId($value)
1489
 */
1490
class DescribeDomainRealTimeByteHitRateData extends Rpc
1491
{
1492
1493
    /** @var string */
1494
    public $method = 'GET';
1495
}
1496
1497
/**
1498
 * @method string getLocationNameEn()
1499
 * @method $this withLocationNameEn($value)
1500
 * @method string getStartTime()
1501
 * @method $this withStartTime($value)
1502
 * @method string getIspNameEn()
1503
 * @method $this withIspNameEn($value)
1504
 * @method string getMerge()
1505
 * @method $this withMerge($value)
1506
 * @method string getDomainName()
1507
 * @method $this withDomainName($value)
1508
 * @method string getEndTime()
1509
 * @method $this withEndTime($value)
1510
 * @method string getMergeLocIsp()
1511
 * @method $this withMergeLocIsp($value)
1512
 * @method string getOwnerId()
1513
 * @method $this withOwnerId($value)
1514
 * @method string getField()
1515
 * @method $this withField($value)
1516
 */
1517
class DescribeDomainRealTimeDetailData extends Rpc
1518
{
1519
1520
    /** @var string */
1521
    public $method = 'GET';
1522
}
1523
1524
/**
1525
 * @method string getLocationNameEn()
1526
 * @method $this withLocationNameEn($value)
1527
 * @method string getStartTime()
1528
 * @method $this withStartTime($value)
1529
 * @method string getIspNameEn()
1530
 * @method $this withIspNameEn($value)
1531
 * @method string getDomainName()
1532
 * @method $this withDomainName($value)
1533
 * @method string getEndTime()
1534
 * @method $this withEndTime($value)
1535
 * @method string getOwnerId()
1536
 * @method $this withOwnerId($value)
1537
 */
1538
class DescribeDomainRealTimeHttpCodeData extends Rpc
1539
{
1540
}
1541
1542
/**
1543
 * @method string getOwnerId()
1544
 * @method $this withOwnerId($value)
1545
 * @method string getDomain()
1546
 * @method $this withDomain($value)
1547
 */
1548
class DescribeDomainRealtimeLogDelivery extends Rpc
1549
{
1550
1551
    /** @var string */
1552
    public $method = 'GET';
1553
}
1554
1555
/**
1556
 * @method string getLocationNameEn()
1557
 * @method $this withLocationNameEn($value)
1558
 * @method string getIspNameEn()
1559
 * @method $this withIspNameEn($value)
1560
 * @method string getStartTime()
1561
 * @method $this withStartTime($value)
1562
 * @method string getDomainName()
1563
 * @method $this withDomainName($value)
1564
 * @method string getEndTime()
1565
 * @method $this withEndTime($value)
1566
 * @method string getOwnerId()
1567
 * @method $this withOwnerId($value)
1568
 */
1569
class DescribeDomainRealTimeQpsData extends Rpc
1570
{
1571
1572
    /** @var string */
1573
    public $method = 'GET';
1574
}
1575
1576
/**
1577
 * @method string getStartTime()
1578
 * @method $this withStartTime($value)
1579
 * @method string getDomainName()
1580
 * @method $this withDomainName($value)
1581
 * @method string getEndTime()
1582
 * @method $this withEndTime($value)
1583
 * @method string getOwnerId()
1584
 * @method $this withOwnerId($value)
1585
 */
1586
class DescribeDomainRealTimeReqHitRateData extends Rpc
1587
{
1588
1589
    /** @var string */
1590
    public $method = 'GET';
1591
}
1592
1593
/**
1594
 * @method string getStartTime()
1595
 * @method $this withStartTime($value)
1596
 * @method string getDomainName()
1597
 * @method $this withDomainName($value)
1598
 * @method string getEndTime()
1599
 * @method $this withEndTime($value)
1600
 * @method string getOwnerId()
1601
 * @method $this withOwnerId($value)
1602
 */
1603
class DescribeDomainRealTimeSrcBpsData extends Rpc
1604
{
1605
}
1606
1607
/**
1608
 * @method string getLocationNameEn()
1609
 * @method $this withLocationNameEn($value)
1610
 * @method string getStartTime()
1611
 * @method $this withStartTime($value)
1612
 * @method string getIspNameEn()
1613
 * @method $this withIspNameEn($value)
1614
 * @method string getDomainName()
1615
 * @method $this withDomainName($value)
1616
 * @method string getEndTime()
1617
 * @method $this withEndTime($value)
1618
 * @method string getOwnerId()
1619
 * @method $this withOwnerId($value)
1620
 */
1621
class DescribeDomainRealTimeSrcHttpCodeData extends Rpc
1622
{
1623
}
1624
1625
/**
1626
 * @method string getStartTime()
1627
 * @method $this withStartTime($value)
1628
 * @method string getDomainName()
1629
 * @method $this withDomainName($value)
1630
 * @method string getEndTime()
1631
 * @method $this withEndTime($value)
1632
 * @method string getOwnerId()
1633
 * @method $this withOwnerId($value)
1634
 */
1635
class DescribeDomainRealTimeSrcTrafficData extends Rpc
1636
{
1637
}
1638
1639
/**
1640
 * @method string getLocationNameEn()
1641
 * @method $this withLocationNameEn($value)
1642
 * @method string getStartTime()
1643
 * @method $this withStartTime($value)
1644
 * @method string getIspNameEn()
1645
 * @method $this withIspNameEn($value)
1646
 * @method string getDomainName()
1647
 * @method $this withDomainName($value)
1648
 * @method string getEndTime()
1649
 * @method $this withEndTime($value)
1650
 * @method string getOwnerId()
1651
 * @method $this withOwnerId($value)
1652
 */
1653
class DescribeDomainRealTimeTrafficData extends Rpc
1654
{
1655
}
1656
1657
/**
1658
 * @method string getStartTime()
1659
 * @method $this withStartTime($value)
1660
 * @method string getDomainName()
1661
 * @method $this withDomainName($value)
1662
 * @method string getEndTime()
1663
 * @method $this withEndTime($value)
1664
 * @method string getOwnerId()
1665
 * @method $this withOwnerId($value)
1666
 */
1667
class DescribeDomainRegionData extends Rpc
1668
{
1669
}
1670
1671
/**
1672
 * @method string getStartTime()
1673
 * @method $this withStartTime($value)
1674
 * @method string getDomainName()
1675
 * @method $this withDomainName($value)
1676
 * @method string getEndTime()
1677
 * @method $this withEndTime($value)
1678
 * @method string getOwnerId()
1679
 * @method $this withOwnerId($value)
1680
 * @method string getInterval()
1681
 * @method $this withInterval($value)
1682
 */
1683
class DescribeDomainReqHitRateData extends Rpc
1684
{
1685
}
1686
1687
/**
1688
 * @method string getSources()
1689
 * @method $this withSources($value)
1690
 * @method string getOwnerId()
1691
 * @method $this withOwnerId($value)
1692
 * @method string getSecurityToken()
1693
 * @method $this withSecurityToken($value)
1694
 */
1695
class DescribeDomainsBySource extends Rpc
1696
{
1697
}
1698
1699
/**
1700
 * @method string getStartTime()
1701
 * @method $this withStartTime($value)
1702
 * @method string getDomainName()
1703
 * @method $this withDomainName($value)
1704
 * @method string getEndTime()
1705
 * @method $this withEndTime($value)
1706
 * @method string getOwnerId()
1707
 * @method $this withOwnerId($value)
1708
 * @method string getInterval()
1709
 * @method $this withInterval($value)
1710
 */
1711
class DescribeDomainSrcBpsData extends Rpc
1712
{
1713
}
1714
1715
/**
1716
 * @method string getStartTime()
1717
 * @method $this withStartTime($value)
1718
 * @method string getDomainName()
1719
 * @method $this withDomainName($value)
1720
 * @method string getEndTime()
1721
 * @method $this withEndTime($value)
1722
 * @method string getOwnerId()
1723
 * @method $this withOwnerId($value)
1724
 * @method string getInterval()
1725
 * @method $this withInterval($value)
1726
 */
1727
class DescribeDomainSrcHttpCodeData extends Rpc
1728
{
1729
}
1730
1731
/**
1732
 * @method string getStartTime()
1733
 * @method $this withStartTime($value)
1734
 * @method string getDomainName()
1735
 * @method $this withDomainName($value)
1736
 * @method string getEndTime()
1737
 * @method $this withEndTime($value)
1738
 * @method string getOwnerId()
1739
 * @method $this withOwnerId($value)
1740
 * @method string getInterval()
1741
 * @method $this withInterval($value)
1742
 */
1743
class DescribeDomainSrcQpsData extends Rpc
1744
{
1745
}
1746
1747
/**
1748
 * @method string getStartTime()
1749
 * @method $this withStartTime($value)
1750
 * @method string getDomainName()
1751
 * @method $this withDomainName($value)
1752
 * @method string getEndTime()
1753
 * @method $this withEndTime($value)
1754
 * @method string getOwnerId()
1755
 * @method $this withOwnerId($value)
1756
 * @method string getSortBy()
1757
 * @method $this withSortBy($value)
1758
 */
1759
class DescribeDomainSrcTopUrlVisit extends Rpc
1760
{
1761
}
1762
1763
/**
1764
 * @method string getStartTime()
1765
 * @method $this withStartTime($value)
1766
 * @method string getDomainName()
1767
 * @method $this withDomainName($value)
1768
 * @method string getEndTime()
1769
 * @method $this withEndTime($value)
1770
 * @method string getOwnerId()
1771
 * @method $this withOwnerId($value)
1772
 * @method string getInterval()
1773
 * @method $this withInterval($value)
1774
 */
1775
class DescribeDomainSrcTrafficData extends Rpc
1776
{
1777
}
1778
1779
/**
1780
 * @method string getStartTime()
1781
 * @method $this withStartTime($value)
1782
 * @method string getDomainName()
1783
 * @method $this withDomainName($value)
1784
 * @method string getEndTime()
1785
 * @method $this withEndTime($value)
1786
 * @method string getOwnerId()
1787
 * @method $this withOwnerId($value)
1788
 */
1789
class DescribeDomainsUsageByDay extends Rpc
1790
{
1791
}
1792
1793
/**
1794
 * @method string getLocationNameEn()
1795
 * @method $this withLocationNameEn($value)
1796
 * @method string getStartTime()
1797
 * @method $this withStartTime($value)
1798
 * @method string getLimit()
1799
 * @method $this withLimit($value)
1800
 * @method string getDomainName()
1801
 * @method $this withDomainName($value)
1802
 * @method string getEndTime()
1803
 * @method $this withEndTime($value)
1804
 * @method string getOwnerId()
1805
 * @method $this withOwnerId($value)
1806
 * @method string getSortBy()
1807
 * @method $this withSortBy($value)
1808
 */
1809
class DescribeDomainTopClientIpVisit extends Rpc
1810
{
1811
}
1812
1813
/**
1814
 * @method string getStartTime()
1815
 * @method $this withStartTime($value)
1816
 * @method string getPercent()
1817
 * @method $this withPercent($value)
1818
 * @method string getDomainName()
1819
 * @method $this withDomainName($value)
1820
 * @method string getEndTime()
1821
 * @method $this withEndTime($value)
1822
 * @method string getOwnerId()
1823
 * @method $this withOwnerId($value)
1824
 * @method string getSortBy()
1825
 * @method $this withSortBy($value)
1826
 */
1827
class DescribeDomainTopReferVisit extends Rpc
1828
{
1829
}
1830
1831
/**
1832
 * @method string getStartTime()
1833
 * @method $this withStartTime($value)
1834
 * @method string getDomainName()
1835
 * @method $this withDomainName($value)
1836
 * @method string getEndTime()
1837
 * @method $this withEndTime($value)
1838
 * @method string getOwnerId()
1839
 * @method $this withOwnerId($value)
1840
 * @method string getSortBy()
1841
 * @method $this withSortBy($value)
1842
 */
1843
class DescribeDomainTopUrlVisit extends Rpc
1844
{
1845
}
1846
1847
/**
1848
 * @method string getLocationNameEn()
1849
 * @method $this withLocationNameEn($value)
1850
 * @method string getStartTime()
1851
 * @method $this withStartTime($value)
1852
 * @method string getIspNameEn()
1853
 * @method $this withIspNameEn($value)
1854
 * @method string getDomainName()
1855
 * @method $this withDomainName($value)
1856
 * @method string getEndTime()
1857
 * @method $this withEndTime($value)
1858
 * @method string getOwnerId()
1859
 * @method $this withOwnerId($value)
1860
 * @method string getInterval()
1861
 * @method $this withInterval($value)
1862
 */
1863
class DescribeDomainTrafficData extends Rpc
1864
{
1865
}
1866
1867
/**
1868
 * @method string getStartTime()
1869
 * @method $this withStartTime($value)
1870
 * @method string getType()
1871
 * @method $this withType($value)
1872
 * @method string getDataProtocol()
1873
 * @method $this withDataProtocol($value)
1874
 * @method string getArea()
1875
 * @method $this withArea($value)
1876
 * @method string getDomainName()
1877
 * @method $this withDomainName($value)
1878
 * @method string getEndTime()
1879
 * @method $this withEndTime($value)
1880
 * @method string getOwnerId()
1881
 * @method $this withOwnerId($value)
1882
 * @method string getField()
1883
 * @method $this withField($value)
1884
 * @method string getInterval()
1885
 * @method $this withInterval($value)
1886
 */
1887
class DescribeDomainUsageData extends Rpc
1888
{
1889
}
1890
1891
/**
1892
 * @method string getStartTime()
1893
 * @method $this withStartTime($value)
1894
 * @method string getDomainName()
1895
 * @method $this withDomainName($value)
1896
 * @method string getEndTime()
1897
 * @method $this withEndTime($value)
1898
 * @method string getOwnerId()
1899
 * @method $this withOwnerId($value)
1900
 */
1901
class DescribeDomainUvData extends Rpc
1902
{
1903
}
1904
1905
/**
1906
 * @method string getStartTime()
1907
 * @method $this withStartTime($value)
1908
 * @method string getEndTime()
1909
 * @method $this withEndTime($value)
1910
 * @method string getOwnerId()
1911
 * @method $this withOwnerId($value)
1912
 * @method string getRuleId()
1913
 * @method $this withRuleId($value)
1914
 */
1915
class DescribeEsExceptionData extends Rpc
1916
{
1917
}
1918
1919
/**
1920
 * @method string getStartTime()
1921
 * @method $this withStartTime($value)
1922
 * @method string getEndTime()
1923
 * @method $this withEndTime($value)
1924
 * @method string getOwnerId()
1925
 * @method $this withOwnerId($value)
1926
 * @method string getRuleId()
1927
 * @method $this withRuleId($value)
1928
 */
1929
class DescribeEsExecuteData extends Rpc
1930
{
1931
}
1932
1933
/**
1934
 * @method string getTriggerARN()
1935
 * @method $this withTriggerARN($value)
1936
 * @method string getOwnerId()
1937
 * @method $this withOwnerId($value)
1938
 */
1939
class DescribeFCTrigger extends Rpc
1940
{
1941
1942
    /** @var string */
1943
    public $method = 'GET';
1944
}
1945
1946
/**
1947
 * @method string getTaskId()
1948
 * @method $this withTaskId($value)
1949
 * @method string getOwnerId()
1950
 * @method $this withOwnerId($value)
1951
 */
1952
class DescribeIllegalUrlExportTask extends Rpc
1953
{
1954
}
1955
1956
/**
1957
 * @method string getIP()
1958
 * @method $this withIP($value)
1959
 * @method string getOwnerId()
1960
 * @method $this withOwnerId($value)
1961
 * @method string getSecurityToken()
1962
 * @method $this withSecurityToken($value)
1963
 */
1964
class DescribeIpInfo extends Rpc
1965
{
1966
}
1967
1968
/**
1969
 * @method string getDomainName()
1970
 * @method $this withDomainName($value)
1971
 * @method string getOwnerId()
1972
 * @method $this withOwnerId($value)
1973
 * @method string getSecurityToken()
1974
 * @method $this withSecurityToken($value)
1975
 */
1976
class DescribeL2VipsByDomain extends Rpc
1977
{
1978
}
1979
1980
/**
1981
 * @method string getDomainNames()
1982
 * @method $this withDomainNames($value)
1983
 * @method string getLocationNames()
1984
 * @method $this withLocationNames($value)
1985
 * @method string getStartTime()
1986
 * @method $this withStartTime($value)
1987
 * @method string getIspNames()
1988
 * @method $this withIspNames($value)
1989
 * @method string getEndTime()
1990
 * @method $this withEndTime($value)
1991
 * @method string getOwnerId()
1992
 * @method $this withOwnerId($value)
1993
 */
1994
class DescribeRangeDataByLocateAndIspService extends Rpc
1995
{
1996
}
1997
1998
/**
1999
 * @method string getProject()
2000
 * @method $this withProject($value)
2001
 * @method string getStartTime()
2002
 * @method $this withStartTime($value)
2003
 * @method string getEndTime()
2004
 * @method $this withEndTime($value)
2005
 * @method string getOwnerId()
2006
 * @method $this withOwnerId($value)
2007
 * @method string getInterval()
2008
 * @method $this withInterval($value)
2009
 * @method string getLogStore()
2010
 * @method $this withLogStore($value)
2011
 */
2012
class DescribeRealtimeDeliveryAcc extends Rpc
2013
{
2014
}
2015
2016
/**
2017
 * @method string getOwnerId()
2018
 * @method $this withOwnerId($value)
2019
 * @method string getSecurityToken()
2020
 * @method $this withSecurityToken($value)
2021
 */
2022
class DescribeRefreshQuota extends Rpc
2023
{
2024
}
2025
2026
/**
2027
 * @method string getTaskId()
2028
 * @method $this withTaskId($value)
2029
 * @method string getOwnerId()
2030
 * @method $this withOwnerId($value)
2031
 */
2032
class DescribeRefreshTaskById extends Rpc
2033
{
2034
}
2035
2036
/**
2037
 * @method string getObjectPath()
2038
 * @method $this withObjectPath($value)
2039
 * @method string getStartTime()
2040
 * @method $this withStartTime($value)
2041
 * @method string getPageNumber()
2042
 * @method $this withPageNumber($value)
2043
 * @method string getResourceGroupId()
2044
 * @method $this withResourceGroupId($value)
2045
 * @method string getSecurityToken()
2046
 * @method $this withSecurityToken($value)
2047
 * @method string getPageSize()
2048
 * @method $this withPageSize($value)
2049
 * @method string getObjectType()
2050
 * @method $this withObjectType($value)
2051
 * @method string getTaskId()
2052
 * @method $this withTaskId($value)
2053
 * @method string getDomainName()
2054
 * @method $this withDomainName($value)
2055
 * @method string getEndTime()
2056
 * @method $this withEndTime($value)
2057
 * @method string getOwnerId()
2058
 * @method $this withOwnerId($value)
2059
 * @method string getStatus()
2060
 * @method $this withStatus($value)
2061
 */
2062
class DescribeRefreshTasks extends Rpc
2063
{
2064
}
2065
2066
/**
2067
 * @method string getOwnerId()
2068
 * @method $this withOwnerId($value)
2069
 */
2070
class DescribeStagingIp extends Rpc
2071
{
2072
}
2073
2074
/**
2075
 * @method string getScope()
2076
 * @method $this withScope($value)
2077
 * @method array getTag()
2078
 * @method array getResourceId()
2079
 * @method string getOwnerId()
2080
 * @method $this withOwnerId($value)
2081
 * @method string getResourceType()
2082
 * @method $this withResourceType($value)
2083
 */
2084
class DescribeTagResources extends Rpc
2085
{
2086
2087
    /**
2088
     * @param array $tag
2089
     *
2090
     * @return $this
2091
     */
2092
	public function withTag(array $tag)
2093
	{
2094
	    $this->data['Tag'] = $tag;
2095
		foreach ($tag as $depth1 => $depth1Value) {
2096
			if(isset($depth1Value['Key'])){
2097
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
2098
			}
2099
			if(isset($depth1Value['Value'])){
2100
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
2101
			}
2102
		}
2103
2104
		return $this;
2105
    }
2106
2107
    /**
2108
     * @param array $resourceId
2109
     *
2110
     * @return $this
2111
     */
2112
	public function withResourceId(array $resourceId)
2113
	{
2114
	    $this->data['ResourceId'] = $resourceId;
2115
		foreach ($resourceId as $i => $iValue) {
2116
			$this->options['query']['ResourceId.' . ($i + 1)] = $iValue;
2117
		}
2118
2119
		return $this;
2120
    }
2121
}
2122
2123
/**
2124
 * @method string getStartTime()
2125
 * @method $this withStartTime($value)
2126
 * @method string getLimit()
2127
 * @method $this withLimit($value)
2128
 * @method string getEndTime()
2129
 * @method $this withEndTime($value)
2130
 * @method string getOwnerId()
2131
 * @method $this withOwnerId($value)
2132
 */
2133
class DescribeTopDomainsByFlow extends Rpc
2134
{
2135
}
2136
2137
/**
2138
 * @method string getOwnerId()
2139
 * @method $this withOwnerId($value)
2140
 */
2141
class DescribeUserCertificateExpireCount extends Rpc
2142
{
2143
}
2144
2145
/**
2146
 * @method string getOwnerId()
2147
 * @method $this withOwnerId($value)
2148
 * @method string getSecurityToken()
2149
 * @method $this withSecurityToken($value)
2150
 * @method string getConfig()
2151
 * @method $this withConfig($value)
2152
 */
2153
class DescribeUserConfigs extends Rpc
2154
{
2155
}
2156
2157
/**
2158
 * @method string getSource()
2159
 * @method $this withSource($value)
2160
 * @method string getPageNumber()
2161
 * @method $this withPageNumber($value)
2162
 * @method string getCheckDomainShow()
2163
 * @method $this withCheckDomainShow($value)
2164
 * @method string getResourceGroupId()
2165
 * @method $this withResourceGroupId($value)
2166
 * @method string getSecurityToken()
2167
 * @method $this withSecurityToken($value)
2168
 * @method string getCdnType()
2169
 * @method $this withCdnType($value)
2170
 * @method string getChangeEndTime()
2171
 * @method $this withChangeEndTime($value)
2172
 * @method string getPageSize()
2173
 * @method $this withPageSize($value)
2174
 * @method array getTag()
2175
 * @method string getFuncFilter()
2176
 * @method $this withFuncFilter($value)
2177
 * @method string getCoverage()
2178
 * @method $this withCoverage($value)
2179
 * @method string getDomainName()
2180
 * @method $this withDomainName($value)
2181
 * @method string getOwnerId()
2182
 * @method $this withOwnerId($value)
2183
 * @method string getFuncId()
2184
 * @method $this withFuncId($value)
2185
 * @method string getDomainStatus()
2186
 * @method $this withDomainStatus($value)
2187
 * @method string getDomainSearchType()
2188
 * @method $this withDomainSearchType($value)
2189
 * @method string getChangeStartTime()
2190
 * @method $this withChangeStartTime($value)
2191
 */
2192
class DescribeUserDomains extends Rpc
2193
{
2194
2195
    /**
2196
     * @param array $tag
2197
     *
2198
     * @return $this
2199
     */
2200
	public function withTag(array $tag)
2201
	{
2202
	    $this->data['Tag'] = $tag;
2203
		foreach ($tag as $depth1 => $depth1Value) {
2204
			if(isset($depth1Value['Value'])){
2205
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
2206
			}
2207
			if(isset($depth1Value['Key'])){
2208
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
2209
			}
2210
		}
2211
2212
		return $this;
2213
    }
2214
}
2215
2216
/**
2217
 * @method string getOwnerId()
2218
 * @method $this withOwnerId($value)
2219
 */
2220
class DescribeUserTags extends Rpc
2221
{
2222
}
2223
2224
/**
2225
 * @method string getPageNumber()
2226
 * @method $this withPageNumber($value)
2227
 * @method string getPageSize()
2228
 * @method $this withPageSize($value)
2229
 * @method string getOwnerId()
2230
 * @method $this withOwnerId($value)
2231
 */
2232
class DescribeUserUsageDataExportTask extends Rpc
2233
{
2234
}
2235
2236
/**
2237
 * @method string getPageNumber()
2238
 * @method $this withPageNumber($value)
2239
 * @method string getPageSize()
2240
 * @method $this withPageSize($value)
2241
 * @method string getOwnerId()
2242
 * @method $this withOwnerId($value)
2243
 */
2244
class DescribeUserUsageDetailDataExportTask extends Rpc
2245
{
2246
}
2247
2248
/**
2249
 * @method string getAvailable()
2250
 * @method $this withAvailable($value)
2251
 * @method string getDomainName()
2252
 * @method $this withDomainName($value)
2253
 * @method string getOwnerId()
2254
 * @method $this withOwnerId($value)
2255
 */
2256
class DescribeUserVipsByDomain extends Rpc
2257
{
2258
2259
    /** @var string */
2260
    public $method = 'GET';
2261
}
2262
2263
/**
2264
 * @method string getDomainName()
2265
 * @method $this withDomainName($value)
2266
 * @method string getOwnerId()
2267
 * @method $this withOwnerId($value)
2268
 */
2269
class DescribeVerifyContent extends Rpc
2270
{
2271
}
2272
2273
/**
2274
 * @method string getOwnerId()
2275
 * @method $this withOwnerId($value)
2276
 * @method string getDomain()
2277
 * @method $this withDomain($value)
2278
 */
2279
class DisableRealtimeLogDelivery extends Rpc
2280
{
2281
2282
    /** @var string */
2283
    public $method = 'GET';
2284
}
2285
2286
/**
2287
 * @method string getOwnerId()
2288
 * @method $this withOwnerId($value)
2289
 * @method string getDomain()
2290
 * @method $this withDomain($value)
2291
 */
2292
class EnableRealtimeLogDelivery extends Rpc
2293
{
2294
2295
    /** @var string */
2296
    public $method = 'GET';
2297
}
2298
2299
/**
2300
 * @method string getOwnerId()
2301
 * @method $this withOwnerId($value)
2302
 * @method string getConfigId()
2303
 * @method $this withConfigId($value)
2304
 */
2305
class ListDomainsByLogConfigId extends Rpc
2306
{
2307
2308
    /** @var string */
2309
    public $method = 'GET';
2310
}
2311
2312
/**
2313
 * @method string getEventMetaVersion()
2314
 * @method $this withEventMetaVersion($value)
2315
 * @method string getOwnerId()
2316
 * @method $this withOwnerId($value)
2317
 * @method string getEventMetaName()
2318
 * @method $this withEventMetaName($value)
2319
 */
2320
class ListFCTrigger extends Rpc
2321
{
2322
2323
    /** @var string */
2324
    public $method = 'GET';
2325
}
2326
2327
/**
2328
 * @method string getProject()
2329
 * @method $this withProject($value)
2330
 * @method string getOwnerId()
2331
 * @method $this withOwnerId($value)
2332
 * @method string getRegion()
2333
 * @method $this withRegion($value)
2334
 * @method string getLogstore()
2335
 * @method $this withLogstore($value)
2336
 */
2337
class ListRealtimeLogDeliveryDomains extends Rpc
2338
{
2339
2340
    /** @var string */
2341
    public $method = 'GET';
2342
}
2343
2344
/**
2345
 * @method string getOwnerId()
2346
 * @method $this withOwnerId($value)
2347
 */
2348
class ListRealtimeLogDeliveryInfos extends Rpc
2349
{
2350
2351
    /** @var string */
2352
    public $method = 'GET';
2353
}
2354
2355
/**
2356
 * @method string getOwnerId()
2357
 * @method $this withOwnerId($value)
2358
 */
2359
class ListUserCustomLogConfig extends Rpc
2360
{
2361
2362
    /** @var string */
2363
    public $method = 'GET';
2364
}
2365
2366
/**
2367
 * @method string getSources()
2368
 * @method $this withSources($value)
2369
 * @method string getResourceGroupId()
2370
 * @method $this withResourceGroupId($value)
2371
 * @method string getSecurityToken()
2372
 * @method $this withSecurityToken($value)
2373
 * @method string getTopLevelDomain()
2374
 * @method $this withTopLevelDomain($value)
2375
 * @method string getDomainName()
2376
 * @method $this withDomainName($value)
2377
 * @method string getOwnerId()
2378
 * @method $this withOwnerId($value)
2379
 */
2380
class ModifyCdnDomain extends Rpc
2381
{
2382
}
2383
2384
/**
2385
 * @method string getDomainName()
2386
 * @method $this withDomainName($value)
2387
 * @method string getOwnerId()
2388
 * @method $this withOwnerId($value)
2389
 * @method string getProperty()
2390
 * @method $this withProperty($value)
2391
 */
2392
class ModifyCdnDomainSchdmByProperty extends Rpc
2393
{
2394
}
2395
2396
/**
2397
 * @method string getDomainName()
2398
 * @method $this withDomainName($value)
2399
 * @method string getOwnerId()
2400
 * @method $this withOwnerId($value)
2401
 * @method string getConfigId()
2402
 * @method $this withConfigId($value)
2403
 */
2404
class ModifyDomainCustomLogConfig extends Rpc
2405
{
2406
2407
    /** @var string */
2408
    public $method = 'GET';
2409
}
2410
2411
/**
2412
 * @method string getProject()
2413
 * @method $this withProject($value)
2414
 * @method string getOwnerId()
2415
 * @method $this withOwnerId($value)
2416
 * @method string getDomain()
2417
 * @method $this withDomain($value)
2418
 * @method string getRegion()
2419
 * @method $this withRegion($value)
2420
 * @method string getLogstore()
2421
 * @method $this withLogstore($value)
2422
 */
2423
class ModifyRealtimeLogDelivery extends Rpc
2424
{
2425
2426
    /** @var string */
2427
    public $method = 'GET';
2428
}
2429
2430
/**
2431
 * @method string getOwnerId()
2432
 * @method $this withOwnerId($value)
2433
 * @method string getSecurityToken()
2434
 * @method $this withSecurityToken($value)
2435
 * @method string getInternetChargeType()
2436
 * @method $this withInternetChargeType($value)
2437
 */
2438
class OpenCdnService extends Rpc
2439
{
2440
}
2441
2442
/**
2443
 * @method string getFunctionName()
2444
 * @method $this withFunctionName($value)
2445
 * @method string getDomainName()
2446
 * @method $this withDomainName($value)
2447
 * @method string getOwnerId()
2448
 * @method $this withOwnerId($value)
2449
 */
2450
class PublishStagingConfigToProduction extends Rpc
2451
{
2452
}
2453
2454
/**
2455
 * @method string getObjectPath()
2456
 * @method $this withObjectPath($value)
2457
 * @method string getSecurityToken()
2458
 * @method $this withSecurityToken($value)
2459
 * @method string getArea()
2460
 * @method $this withArea($value)
2461
 * @method string getOwnerId()
2462
 * @method $this withOwnerId($value)
2463
 */
2464
class PushObjectCache extends Rpc
2465
{
2466
}
2467
2468
/**
2469
 * @method string getObjectPath()
2470
 * @method $this withObjectPath($value)
2471
 * @method string getSecurityToken()
2472
 * @method $this withSecurityToken($value)
2473
 * @method string getObjectType()
2474
 * @method $this withObjectType($value)
2475
 * @method string getOwnerId()
2476
 * @method $this withOwnerId($value)
2477
 */
2478
class RefreshObjectCaches extends Rpc
2479
{
2480
}
2481
2482
/**
2483
 * @method string getFunctionName()
2484
 * @method $this withFunctionName($value)
2485
 * @method string getDomainName()
2486
 * @method $this withDomainName($value)
2487
 * @method string getOwnerId()
2488
 * @method $this withOwnerId($value)
2489
 */
2490
class RollbackStagingConfig extends Rpc
2491
{
2492
}
2493
2494
/**
2495
 * @method string getDomainName()
2496
 * @method $this withDomainName($value)
2497
 * @method string getOwnerId()
2498
 * @method $this withOwnerId($value)
2499
 * @method string getAllowIps()
2500
 * @method $this withAllowIps($value)
2501
 * @method string getSecurityToken()
2502
 * @method $this withSecurityToken($value)
2503
 * @method string getBlockIps()
2504
 * @method $this withBlockIps($value)
2505
 */
2506
class SetCcConfig extends Rpc
2507
{
2508
}
2509
2510
/**
2511
 * @method string getServerCertificate()
2512
 * @method $this withServerCertificate($value)
2513
 * @method string getDomainName()
2514
 * @method $this withDomainName($value)
2515
 * @method string getOwnerId()
2516
 * @method $this withOwnerId($value)
2517
 */
2518
class SetCdnDomainCSRCertificate extends Rpc
2519
{
2520
}
2521
2522
/**
2523
 * @method string getFunctions()
2524
 * @method $this withFunctions($value)
2525
 * @method string getDomainName()
2526
 * @method $this withDomainName($value)
2527
 * @method string getOwnerId()
2528
 * @method $this withOwnerId($value)
2529
 */
2530
class SetCdnDomainStagingConfig extends Rpc
2531
{
2532
}
2533
2534
/**
2535
 * @method string getFunctionMatches()
2536
 * @method $this withFunctionMatches($value)
2537
 * @method string getVersionId()
2538
 * @method $this withVersionId($value)
2539
 * @method string getSecurityToken()
2540
 * @method $this withSecurityToken($value)
2541
 * @method string getFunctionName()
2542
 * @method $this withFunctionName($value)
2543
 * @method string getFunctionArgs()
2544
 * @method $this withFunctionArgs($value)
2545
 * @method string getOwnerAccount()
2546
 * @method $this withOwnerAccount($value)
2547
 * @method string getOwnerId()
2548
 * @method $this withOwnerId($value)
2549
 * @method string getFunctionId()
2550
 * @method $this withFunctionId($value)
2551
 * @method string getConfigId()
2552
 * @method $this withConfigId($value)
2553
 */
2554
class SetConfigOfVersion extends Rpc
2555
{
2556
}
2557
2558
/**
2559
 * @method string getServerCertificate()
2560
 * @method $this withServerCertificate($value)
2561
 * @method string getPrivateKey()
2562
 * @method $this withPrivateKey($value)
2563
 * @method string getServerCertificateStatus()
2564
 * @method $this withServerCertificateStatus($value)
2565
 * @method string getSecurityToken()
2566
 * @method $this withSecurityToken($value)
2567
 * @method string getCertType()
2568
 * @method $this withCertType($value)
2569
 * @method string getForceSet()
2570
 * @method $this withForceSet($value)
2571
 * @method string getCertName()
2572
 * @method $this withCertName($value)
2573
 * @method string getDomainName()
2574
 * @method $this withDomainName($value)
2575
 * @method string getOwnerId()
2576
 * @method $this withOwnerId($value)
2577
 */
2578
class SetDomainServerCertificate extends Rpc
2579
{
2580
}
2581
2582
/**
2583
 * @method string getSecurityToken()
2584
 * @method $this withSecurityToken($value)
2585
 * @method string getDomainName()
2586
 * @method $this withDomainName($value)
2587
 * @method string getWeight()
2588
 * @method $this withWeight($value)
2589
 * @method string getCacheContent()
2590
 * @method $this withCacheContent($value)
2591
 * @method string getOwnerId()
2592
 * @method $this withOwnerId($value)
2593
 * @method string getTTL()
2594
 * @method $this withTTL($value)
2595
 */
2596
class SetFileCacheExpiredConfig extends Rpc
2597
{
2598
}
2599
2600
/**
2601
 * @method string getDomainName()
2602
 * @method $this withDomainName($value)
2603
 * @method string getRedirectType()
2604
 * @method $this withRedirectType($value)
2605
 * @method string getOwnerId()
2606
 * @method $this withOwnerId($value)
2607
 * @method string getSecurityToken()
2608
 * @method $this withSecurityToken($value)
2609
 */
2610
class SetForceRedirectConfig extends Rpc
2611
{
2612
}
2613
2614
/**
2615
 * @method string getSchemeOriginPort()
2616
 * @method $this withSchemeOriginPort($value)
2617
 * @method string getEnable()
2618
 * @method $this withEnable($value)
2619
 * @method string getSchemeOrigin()
2620
 * @method $this withSchemeOrigin($value)
2621
 * @method string getDomainName()
2622
 * @method $this withDomainName($value)
2623
 * @method string getOwnerId()
2624
 * @method $this withOwnerId($value)
2625
 * @method string getConfigId()
2626
 * @method $this withConfigId($value)
2627
 */
2628
class SetForwardSchemeConfig extends Rpc
2629
{
2630
}
2631
2632
/**
2633
 * @method string getHeaderValue()
2634
 * @method $this withHeaderValue($value)
2635
 * @method string getSecurityToken()
2636
 * @method $this withSecurityToken($value)
2637
 * @method string getDomainName()
2638
 * @method $this withDomainName($value)
2639
 * @method string getOwnerId()
2640
 * @method $this withOwnerId($value)
2641
 * @method string getConfigId()
2642
 * @method $this withConfigId($value)
2643
 * @method string getHeaderKey()
2644
 * @method $this withHeaderKey($value)
2645
 */
2646
class SetHttpHeaderConfig extends Rpc
2647
{
2648
}
2649
2650
/**
2651
 * @method string getHttp2()
2652
 * @method $this withHttp2($value)
2653
 * @method string getDomainName()
2654
 * @method $this withDomainName($value)
2655
 * @method string getOwnerId()
2656
 * @method $this withOwnerId($value)
2657
 * @method string getConfigId()
2658
 * @method $this withConfigId($value)
2659
 */
2660
class SetHttpsOptionConfig extends Rpc
2661
{
2662
}
2663
2664
/**
2665
 * @method string getEnable()
2666
 * @method $this withEnable($value)
2667
 * @method string getKeepOssArgs()
2668
 * @method $this withKeepOssArgs($value)
2669
 * @method string getDomainName()
2670
 * @method $this withDomainName($value)
2671
 * @method string getOwnerId()
2672
 * @method $this withOwnerId($value)
2673
 * @method string getHashKeyArgs()
2674
 * @method $this withHashKeyArgs($value)
2675
 * @method string getConfigId()
2676
 * @method $this withConfigId($value)
2677
 */
2678
class SetIgnoreQueryStringConfig extends Rpc
2679
{
2680
}
2681
2682
/**
2683
 * @method string getDomainName()
2684
 * @method $this withDomainName($value)
2685
 * @method string getOwnerId()
2686
 * @method $this withOwnerId($value)
2687
 * @method string getAllowIps()
2688
 * @method $this withAllowIps($value)
2689
 * @method string getSecurityToken()
2690
 * @method $this withSecurityToken($value)
2691
 */
2692
class SetIpAllowListConfig extends Rpc
2693
{
2694
}
2695
2696
/**
2697
 * @method string getBlockIps()
2698
 * @method $this withBlockIps($value)
2699
 * @method string getDomainName()
2700
 * @method $this withDomainName($value)
2701
 * @method string getOwnerId()
2702
 * @method $this withOwnerId($value)
2703
 * @method string getConfigId()
2704
 * @method $this withConfigId($value)
2705
 */
2706
class SetIpBlackListConfig extends Rpc
2707
{
2708
}
2709
2710
/**
2711
 * @method string getEnable()
2712
 * @method $this withEnable($value)
2713
 * @method string getDomainName()
2714
 * @method $this withDomainName($value)
2715
 * @method string getOwnerId()
2716
 * @method $this withOwnerId($value)
2717
 * @method string getConfigId()
2718
 * @method $this withConfigId($value)
2719
 */
2720
class SetOptimizeConfig extends Rpc
2721
{
2722
}
2723
2724
/**
2725
 * @method string getEnable()
2726
 * @method $this withEnable($value)
2727
 * @method string getDomainName()
2728
 * @method $this withDomainName($value)
2729
 * @method string getOwnerId()
2730
 * @method $this withOwnerId($value)
2731
 * @method string getConfigId()
2732
 * @method $this withConfigId($value)
2733
 */
2734
class SetPageCompressConfig extends Rpc
2735
{
2736
}
2737
2738
/**
2739
 * @method string getEnable()
2740
 * @method $this withEnable($value)
2741
 * @method string getDomainName()
2742
 * @method $this withDomainName($value)
2743
 * @method string getOwnerId()
2744
 * @method $this withOwnerId($value)
2745
 * @method string getConfigId()
2746
 * @method $this withConfigId($value)
2747
 */
2748
class SetRangeConfig extends Rpc
2749
{
2750
}
2751
2752
/**
2753
 * @method string getReferList()
2754
 * @method $this withReferList($value)
2755
 * @method string getSecurityToken()
2756
 * @method $this withSecurityToken($value)
2757
 * @method string getReferType()
2758
 * @method $this withReferType($value)
2759
 * @method string getDisableAst()
2760
 * @method $this withDisableAst($value)
2761
 * @method string getDomainName()
2762
 * @method $this withDomainName($value)
2763
 * @method string getOwnerId()
2764
 * @method $this withOwnerId($value)
2765
 * @method string getAllowEmpty()
2766
 * @method $this withAllowEmpty($value)
2767
 */
2768
class SetRefererConfig extends Rpc
2769
{
2770
}
2771
2772
/**
2773
 * @method string getAliRemoveArgs()
2774
 * @method $this withAliRemoveArgs($value)
2775
 * @method string getKeepOssArgs()
2776
 * @method $this withKeepOssArgs($value)
2777
 * @method string getDomainName()
2778
 * @method $this withDomainName($value)
2779
 * @method string getOwnerId()
2780
 * @method $this withOwnerId($value)
2781
 * @method string getConfigId()
2782
 * @method $this withConfigId($value)
2783
 */
2784
class SetRemoveQueryStringConfig extends Rpc
2785
{
2786
}
2787
2788
/**
2789
 * @method string getKey1()
2790
 * @method $this withKey1($value)
2791
 * @method string getKey2()
2792
 * @method $this withKey2($value)
2793
 * @method string getTimeOut()
2794
 * @method $this withTimeOut($value)
2795
 * @method string getAuthType()
2796
 * @method $this withAuthType($value)
2797
 * @method string getAuthRemoteDesc()
2798
 * @method $this withAuthRemoteDesc($value)
2799
 * @method string getSecurityToken()
2800
 * @method $this withSecurityToken($value)
2801
 * @method string getDomainName()
2802
 * @method $this withDomainName($value)
2803
 * @method string getOwnerId()
2804
 * @method $this withOwnerId($value)
2805
 */
2806
class SetReqAuthConfig extends Rpc
2807
{
2808
}
2809
2810
/**
2811
 * @method string getSecurityToken()
2812
 * @method $this withSecurityToken($value)
2813
 * @method string getValue()
2814
 * @method $this withValue($value)
2815
 * @method string getKey()
2816
 * @method $this withKey($value)
2817
 * @method string getDomainName()
2818
 * @method $this withDomainName($value)
2819
 * @method string getOwnerId()
2820
 * @method $this withOwnerId($value)
2821
 * @method string getConfigId()
2822
 * @method $this withConfigId($value)
2823
 */
2824
class SetReqHeaderConfig extends Rpc
2825
{
2826
}
2827
2828
/**
2829
 * @method string getDomainName()
2830
 * @method $this withDomainName($value)
2831
 * @method string getOwnerId()
2832
 * @method $this withOwnerId($value)
2833
 * @method string getSecurityToken()
2834
 * @method $this withSecurityToken($value)
2835
 * @method string getEnable()
2836
 * @method $this withEnable($value)
2837
 * @method string getBackSrcDomain()
2838
 * @method $this withBackSrcDomain($value)
2839
 */
2840
class SetSourceHostConfig extends Rpc
2841
{
2842
}
2843
2844
/**
2845
 * @method string getOwnerId()
2846
 * @method $this withOwnerId($value)
2847
 * @method string getSecurityToken()
2848
 * @method $this withSecurityToken($value)
2849
 * @method string getQuota()
2850
 * @method $this withQuota($value)
2851
 * @method string getRatio()
2852
 * @method $this withRatio($value)
2853
 */
2854
class SetUserGreenManagerConfig extends Rpc
2855
{
2856
}
2857
2858
/**
2859
 * @method string getWaitUrl()
2860
 * @method $this withWaitUrl($value)
2861
 * @method string getWaitUri()
2862
 * @method $this withWaitUri($value)
2863
 * @method string getMaxTimeWait()
2864
 * @method $this withMaxTimeWait($value)
2865
 * @method string getDomainName()
2866
 * @method $this withDomainName($value)
2867
 * @method string getAllowPct()
2868
 * @method $this withAllowPct($value)
2869
 * @method string getGapTime()
2870
 * @method $this withGapTime($value)
2871
 * @method string getOwnerId()
2872
 * @method $this withOwnerId($value)
2873
 */
2874
class SetWaitingRoomConfig extends Rpc
2875
{
2876
}
2877
2878
/**
2879
 * @method string getDomainName()
2880
 * @method $this withDomainName($value)
2881
 * @method string getOwnerId()
2882
 * @method $this withOwnerId($value)
2883
 * @method string getSecurityToken()
2884
 * @method $this withSecurityToken($value)
2885
 */
2886
class StartCdnDomain extends Rpc
2887
{
2888
}
2889
2890
/**
2891
 * @method string getDomainName()
2892
 * @method $this withDomainName($value)
2893
 * @method string getOwnerId()
2894
 * @method $this withOwnerId($value)
2895
 * @method string getSecurityToken()
2896
 * @method $this withSecurityToken($value)
2897
 */
2898
class StopCdnDomain extends Rpc
2899
{
2900
}
2901
2902
/**
2903
 * @method array getTag()
2904
 * @method array getResourceId()
2905
 * @method string getOwnerId()
2906
 * @method $this withOwnerId($value)
2907
 * @method string getResourceType()
2908
 * @method $this withResourceType($value)
2909
 */
2910
class TagResources extends Rpc
2911
{
2912
2913
    /**
2914
     * @param array $tag
2915
     *
2916
     * @return $this
2917
     */
2918
	public function withTag(array $tag)
2919
	{
2920
	    $this->data['Tag'] = $tag;
2921
		foreach ($tag as $depth1 => $depth1Value) {
2922
			if(isset($depth1Value['Key'])){
2923
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
2924
			}
2925
			if(isset($depth1Value['Value'])){
2926
				$this->options['query']['Tag.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
2927
			}
2928
		}
2929
2930
		return $this;
2931
    }
2932
2933
    /**
2934
     * @param array $resourceId
2935
     *
2936
     * @return $this
2937
     */
2938
	public function withResourceId(array $resourceId)
2939
	{
2940
	    $this->data['ResourceId'] = $resourceId;
2941
		foreach ($resourceId as $i => $iValue) {
2942
			$this->options['query']['ResourceId.' . ($i + 1)] = $iValue;
2943
		}
2944
2945
		return $this;
2946
    }
2947
}
2948
2949
/**
2950
 * @method string getAll()
2951
 * @method $this withAll($value)
2952
 * @method array getResourceId()
2953
 * @method string getOwnerId()
2954
 * @method $this withOwnerId($value)
2955
 * @method string getResourceType()
2956
 * @method $this withResourceType($value)
2957
 * @method array getTagKey()
2958
 */
2959
class UntagResources extends Rpc
2960
{
2961
2962
    /**
2963
     * @param array $resourceId
2964
     *
2965
     * @return $this
2966
     */
2967
	public function withResourceId(array $resourceId)
2968
	{
2969
	    $this->data['ResourceId'] = $resourceId;
2970
		foreach ($resourceId as $i => $iValue) {
2971
			$this->options['query']['ResourceId.' . ($i + 1)] = $iValue;
2972
		}
2973
2974
		return $this;
2975
    }
2976
2977
    /**
2978
     * @param array $tagKey
2979
     *
2980
     * @return $this
2981
     */
2982
	public function withTagKey(array $tagKey)
2983
	{
2984
	    $this->data['TagKey'] = $tagKey;
2985
		foreach ($tagKey as $i => $iValue) {
2986
			$this->options['query']['TagKey.' . ($i + 1)] = $iValue;
2987
		}
2988
2989
		return $this;
2990
    }
2991
}
2992
2993
/**
2994
 * @method string getReports()
2995
 * @method string getDeliver()
2996
 * @method string getDeliverId()
2997
 * @method string getDomainName()
2998
 * @method string getOwnerId()
2999
 * @method $this withOwnerId($value)
3000
 * @method string getSchedule()
3001
 * @method string getName()
3002
 */
3003
class UpdateCdnDeliverTask extends Rpc
3004
{
3005
3006
    /**
3007
     * @param string $value
3008
     *
3009
     * @return $this
3010
     */
3011
    public function withReports($value)
3012
    {
3013
        $this->data['Reports'] = $value;
3014
        $this->options['form_params']['Reports'] = $value;
3015
3016
        return $this;
3017
    }
3018
3019
    /**
3020
     * @param string $value
3021
     *
3022
     * @return $this
3023
     */
3024
    public function withDeliver($value)
3025
    {
3026
        $this->data['Deliver'] = $value;
3027
        $this->options['form_params']['Deliver'] = $value;
3028
3029
        return $this;
3030
    }
3031
3032
    /**
3033
     * @param string $value
3034
     *
3035
     * @return $this
3036
     */
3037
    public function withDeliverId($value)
3038
    {
3039
        $this->data['DeliverId'] = $value;
3040
        $this->options['form_params']['DeliverId'] = $value;
3041
3042
        return $this;
3043
    }
3044
3045
    /**
3046
     * @param string $value
3047
     *
3048
     * @return $this
3049
     */
3050
    public function withDomainName($value)
3051
    {
3052
        $this->data['DomainName'] = $value;
3053
        $this->options['form_params']['DomainName'] = $value;
3054
3055
        return $this;
3056
    }
3057
3058
    /**
3059
     * @param string $value
3060
     *
3061
     * @return $this
3062
     */
3063
    public function withSchedule($value)
3064
    {
3065
        $this->data['Schedule'] = $value;
3066
        $this->options['form_params']['Schedule'] = $value;
3067
3068
        return $this;
3069
    }
3070
3071
    /**
3072
     * @param string $value
3073
     *
3074
     * @return $this
3075
     */
3076
    public function withName($value)
3077
    {
3078
        $this->data['Name'] = $value;
3079
        $this->options['form_params']['Name'] = $value;
3080
3081
        return $this;
3082
    }
3083
}
3084
3085
/**
3086
 * @method string getStartTime()
3087
 * @method string getDomainName()
3088
 * @method string getEndTime()
3089
 * @method string getOwnerId()
3090
 * @method $this withOwnerId($value)
3091
 * @method string getReportIds()
3092
 */
3093
class UpdateCdnSubTask extends Rpc
3094
{
3095
3096
    /**
3097
     * @param string $value
3098
     *
3099
     * @return $this
3100
     */
3101
    public function withStartTime($value)
3102
    {
3103
        $this->data['StartTime'] = $value;
3104
        $this->options['form_params']['StartTime'] = $value;
3105
3106
        return $this;
3107
    }
3108
3109
    /**
3110
     * @param string $value
3111
     *
3112
     * @return $this
3113
     */
3114
    public function withDomainName($value)
3115
    {
3116
        $this->data['DomainName'] = $value;
3117
        $this->options['form_params']['DomainName'] = $value;
3118
3119
        return $this;
3120
    }
3121
3122
    /**
3123
     * @param string $value
3124
     *
3125
     * @return $this
3126
     */
3127
    public function withEndTime($value)
3128
    {
3129
        $this->data['EndTime'] = $value;
3130
        $this->options['form_params']['EndTime'] = $value;
3131
3132
        return $this;
3133
    }
3134
3135
    /**
3136
     * @param string $value
3137
     *
3138
     * @return $this
3139
     */
3140
    public function withReportIds($value)
3141
    {
3142
        $this->data['ReportIds'] = $value;
3143
        $this->options['form_params']['ReportIds'] = $value;
3144
3145
        return $this;
3146
    }
3147
}
3148
3149
/**
3150
 * @method string getNotes()
3151
 * @method string getTriggerARN()
3152
 * @method $this withTriggerARN($value)
3153
 * @method string getSourceARN()
3154
 * @method string getOwnerId()
3155
 * @method $this withOwnerId($value)
3156
 * @method string getRoleARN()
3157
 * @method string getFunctionARN()
3158
 */
3159
class UpdateFCTrigger extends Rpc
3160
{
3161
3162
    /**
3163
     * @param string $value
3164
     *
3165
     * @return $this
3166
     */
3167
    public function withNotes($value)
3168
    {
3169
        $this->data['Notes'] = $value;
3170
        $this->options['form_params']['Notes'] = $value;
3171
3172
        return $this;
3173
    }
3174
3175
    /**
3176
     * @param string $value
3177
     *
3178
     * @return $this
3179
     */
3180
    public function withSourceARN($value)
3181
    {
3182
        $this->data['SourceARN'] = $value;
3183
        $this->options['form_params']['SourceARN'] = $value;
3184
3185
        return $this;
3186
    }
3187
3188
    /**
3189
     * @param string $value
3190
     *
3191
     * @return $this
3192
     */
3193
    public function withRoleARN($value)
3194
    {
3195
        $this->data['RoleARN'] = $value;
3196
        $this->options['form_params']['RoleARN'] = $value;
3197
3198
        return $this;
3199
    }
3200
3201
    /**
3202
     * @param string $value
3203
     *
3204
     * @return $this
3205
     */
3206
    public function withFunctionARN($value)
3207
    {
3208
        $this->data['FunctionARN'] = $value;
3209
        $this->options['form_params']['FunctionARN'] = $value;
3210
3211
        return $this;
3212
    }
3213
}
3214
3215
/**
3216
 * @method string getVerifyType()
3217
 * @method $this withVerifyType($value)
3218
 * @method string getDomainName()
3219
 * @method $this withDomainName($value)
3220
 * @method string getOwnerId()
3221
 * @method $this withOwnerId($value)
3222
 */
3223
class VerifyDomainOwner extends Rpc
3224
{
3225
}
3226