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 ( ed14f4...ae4731 )
by
unknown
07:25
created

UpdateFCTrigger::withNotes()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 6
c 0
b 0
f 0
rs 10
cc 1
nc 1
nop 1
1
<?php
2
3
namespace AlibabaCloud\Cdn\V20141111;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AddCdnDomain addCdnDomain(array $options = [])
9
 * @method AddLiveAppRecordConfig addLiveAppRecordConfig(array $options = [])
10
 * @method AddLiveStreamTranscode addLiveStreamTranscode(array $options = [])
11
 * @method BatchDeleteCdnDomainConfig batchDeleteCdnDomainConfig(array $options = [])
12
 * @method BatchSetCdnDomainConfig batchSetCdnDomainConfig(array $options = [])
13
 * @method CreateLiveStreamRecordIndexFiles createLiveStreamRecordIndexFiles(array $options = [])
14
 * @method DeleteCacheExpiredConfig deleteCacheExpiredConfig(array $options = [])
15
 * @method DeleteCdnDomain deleteCdnDomain(array $options = [])
16
 * @method DeleteHttpHeaderConfig deleteHttpHeaderConfig(array $options = [])
17
 * @method DeleteSpecificConfig deleteSpecificConfig(array $options = [])
18
 * @method DescribeCdnDomainConfigs describeCdnDomainConfigs(array $options = [])
19
 * @method DescribeCdnDomainDetail describeCdnDomainDetail(array $options = [])
20
 * @method DescribeCdnDomainLogs describeCdnDomainLogs(array $options = [])
21
 * @method DescribeCdnMonitorData describeCdnMonitorData(array $options = [])
22
 * @method DescribeCdnRegionAndIsp describeCdnRegionAndIsp(array $options = [])
23
 * @method DescribeCdnService describeCdnService(array $options = [])
24
 * @method DescribeCdnTypes describeCdnTypes(array $options = [])
25
 * @method DescribeCdnUserQuota describeCdnUserQuota(array $options = [])
26
 * @method DescribeCustomLogConfig describeCustomLogConfig(array $options = [])
27
 * @method DescribeDomainAverageResponseTime describeDomainAverageResponseTime(array $options = [])
28
 * @method DescribeDomainBpsData describeDomainBpsData(array $options = [])
29
 * @method DescribeDomainBpsDataByTimeStamp describeDomainBpsDataByTimeStamp(array $options = [])
30
 * @method DescribeDomainCertificateInfo describeDomainCertificateInfo(array $options = [])
31
 * @method DescribeDomainConfigs describeDomainConfigs(array $options = [])
32
 * @method DescribeDomainCustomLogConfig describeDomainCustomLogConfig(array $options = [])
33
 * @method DescribeDomainFileSizeProportionData describeDomainFileSizeProportionData(array $options = [])
34
 * @method DescribeDomainFlowData describeDomainFlowData(array $options = [])
35
 * @method DescribeDomainHitRateData describeDomainHitRateData(array $options = [])
36
 * @method DescribeDomainHttpCodeData describeDomainHttpCodeData(array $options = [])
37
 * @method DescribeDomainISPData describeDomainISPData(array $options = [])
38
 * @method DescribeDomainMax95BpsData describeDomainMax95BpsData(array $options = [])
39
 * @method DescribeDomainPathData describeDomainPathData(array $options = [])
40
 * @method DescribeDomainPvData describeDomainPvData(array $options = [])
41
 * @method DescribeDomainQpsData describeDomainQpsData(array $options = [])
42
 * @method DescribeDomainRealTimeBpsData describeDomainRealTimeBpsData(array $options = [])
43
 * @method DescribeDomainRealTimeByteHitRateData describeDomainRealTimeByteHitRateData(array $options = [])
44
 * @method DescribeDomainRealTimeHttpCodeData describeDomainRealTimeHttpCodeData(array $options = [])
45
 * @method DescribeDomainRealTimeQpsData describeDomainRealTimeQpsData(array $options = [])
46
 * @method DescribeDomainRealTimeReqHitRateData describeDomainRealTimeReqHitRateData(array $options = [])
47
 * @method DescribeDomainRealTimeSrcBpsData describeDomainRealTimeSrcBpsData(array $options = [])
48
 * @method DescribeDomainRealTimeSrcTrafficData describeDomainRealTimeSrcTrafficData(array $options = [])
49
 * @method DescribeDomainRegionData describeDomainRegionData(array $options = [])
50
 * @method DescribeDomainReqHitRateData describeDomainReqHitRateData(array $options = [])
51
 * @method DescribeDomainsBySource describeDomainsBySource(array $options = [])
52
 * @method DescribeDomainSlowRatio describeDomainSlowRatio(array $options = [])
53
 * @method DescribeDomainSrcBpsData describeDomainSrcBpsData(array $options = [])
54
 * @method DescribeDomainSrcFlowData describeDomainSrcFlowData(array $options = [])
55
 * @method DescribeDomainsUsageByDay describeDomainsUsageByDay(array $options = [])
56
 * @method DescribeDomainTopReferVisit describeDomainTopReferVisit(array $options = [])
57
 * @method DescribeDomainTopUrlVisit describeDomainTopUrlVisit(array $options = [])
58
 * @method DescribeDomainUvData describeDomainUvData(array $options = [])
59
 * @method DescribeFCTrigger describeFCTrigger(array $options = [])
60
 * @method DescribeIpInfo describeIpInfo(array $options = [])
61
 * @method DescribeL2VipsByDomain describeL2VipsByDomain(array $options = [])
62
 * @method DescribeL2VipsByDynamicDomain describeL2VipsByDynamicDomain(array $options = [])
63
 * @method DescribeLivePullStreamConfig describeLivePullStreamConfig(array $options = [])
64
 * @method DescribeLiveRecordConfig describeLiveRecordConfig(array $options = [])
65
 * @method DescribeLiveSnapshotConfig describeLiveSnapshotConfig(array $options = [])
66
 * @method DescribeLiveStreamBitRateData describeLiveStreamBitRateData(array $options = [])
67
 * @method DescribeLiveStreamOnlineUserNum describeLiveStreamOnlineUserNum(array $options = [])
68
 * @method DescribeLiveStreamRecordContent describeLiveStreamRecordContent(array $options = [])
69
 * @method DescribeLiveStreamRecordIndexFile describeLiveStreamRecordIndexFile(array $options = [])
70
 * @method DescribeLiveStreamRecordIndexFiles describeLiveStreamRecordIndexFiles(array $options = [])
71
 * @method DescribeLiveStreamsBlockList describeLiveStreamsBlockList(array $options = [])
72
 * @method DescribeLiveStreamsControlHistory describeLiveStreamsControlHistory(array $options = [])
73
 * @method DescribeLiveStreamsFrameRateAndBitRateData describeLiveStreamsFrameRateAndBitRateData(array $options = [])
74
 * @method DescribeLiveStreamSnapshotInfo describeLiveStreamSnapshotInfo(array $options = [])
75
 * @method DescribeLiveStreamsOnlineList describeLiveStreamsOnlineList(array $options = [])
76
 * @method DescribeLiveStreamsPublishList describeLiveStreamsPublishList(array $options = [])
77
 * @method DescribeLiveStreamTranscodeInfo describeLiveStreamTranscodeInfo(array $options = [])
78
 * @method DescribeRangeDataByLocateAndIspService describeRangeDataByLocateAndIspService(array $options = [])
79
 * @method DescribeRefreshQuota describeRefreshQuota(array $options = [])
80
 * @method DescribeRefreshTasks describeRefreshTasks(array $options = [])
81
 * @method DescribeTopDomainsByFlow describeTopDomainsByFlow(array $options = [])
82
 * @method DescribeUserConfigs describeUserConfigs(array $options = [])
83
 * @method DescribeUserCustomerLabels describeUserCustomerLabels(array $options = [])
84
 * @method DescribeUserCustomLogConfig describeUserCustomLogConfig(array $options = [])
85
 * @method DescribeUserDomains describeUserDomains(array $options = [])
86
 * @method ForbidLiveStream forbidLiveStream(array $options = [])
87
 * @method ListDomainsByLogConfigId listDomainsByLogConfigId(array $options = [])
88
 * @method ModifyCdnDomain modifyCdnDomain(array $options = [])
89
 * @method ModifyPathCacheExpiredConfig modifyPathCacheExpiredConfig(array $options = [])
90
 * @method OpenCdnService openCdnService(array $options = [])
91
 * @method PushObjectCache pushObjectCache(array $options = [])
92
 * @method RefreshObjectCaches refreshObjectCaches(array $options = [])
93
 * @method ResumeLiveStream resumeLiveStream(array $options = [])
94
 * @method SetCcConfig setCcConfig(array $options = [])
95
 * @method SetDomainServerCertificate setDomainServerCertificate(array $options = [])
96
 * @method SetForceRedirectConfig setForceRedirectConfig(array $options = [])
97
 * @method SetHttpHeaderConfig setHttpHeaderConfig(array $options = [])
98
 * @method SetHttpsOptionConfig setHttpsOptionConfig(array $options = [])
99
 * @method SetIgnoreQueryStringConfig setIgnoreQueryStringConfig(array $options = [])
100
 * @method SetIpAllowListConfig setIpAllowListConfig(array $options = [])
101
 * @method SetIpBlackListConfig setIpBlackListConfig(array $options = [])
102
 * @method SetOptimizeConfig setOptimizeConfig(array $options = [])
103
 * @method SetPageCompressConfig setPageCompressConfig(array $options = [])
104
 * @method SetPathCacheExpiredConfig setPathCacheExpiredConfig(array $options = [])
105
 * @method SetRangeConfig setRangeConfig(array $options = [])
106
 * @method SetRefererConfig setRefererConfig(array $options = [])
107
 * @method SetRemoveQueryStringConfig setRemoveQueryStringConfig(array $options = [])
108
 * @method SetReqAuthConfig setReqAuthConfig(array $options = [])
109
 * @method SetReqHeaderConfig setReqHeaderConfig(array $options = [])
110
 * @method SetSourceHostConfig setSourceHostConfig(array $options = [])
111
 * @method SetVideoSeekConfig setVideoSeekConfig(array $options = [])
112
 * @method StartCdnDomain startCdnDomain(array $options = [])
113
 * @method StopCdnDomain stopCdnDomain(array $options = [])
114
 */
115
class CdnApiResolver extends ApiResolver
116
{
117
}
118
119
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
120
{
121
    /** @var string */
122
    public $product = 'Cdn';
123
124
    /** @var string */
125
    public $version = '2014-11-11';
126
127
    /** @var string */
128
    public $method = 'POST';
129
}
130
131
/**
132
 * @method string getSources()
133
 * @method $this withSources($value)
134
 * @method string getResourceGroupId()
135
 * @method $this withResourceGroupId($value)
136
 * @method string getSourcePort()
137
 * @method $this withSourcePort($value)
138
 * @method string getPriorities()
139
 * @method $this withPriorities($value)
140
 * @method string getSecurityToken()
141
 * @method $this withSecurityToken($value)
142
 * @method string getCdnType()
143
 * @method $this withCdnType($value)
144
 * @method string getScope()
145
 * @method $this withScope($value)
146
 * @method string getSourceType()
147
 * @method $this withSourceType($value)
148
 * @method string getTopLevelDomain()
149
 * @method $this withTopLevelDomain($value)
150
 * @method string getOwnerAccount()
151
 * @method $this withOwnerAccount($value)
152
 * @method string getDomainName()
153
 * @method $this withDomainName($value)
154
 * @method string getOwnerId()
155
 * @method $this withOwnerId($value)
156
 * @method string getCheckUrl()
157
 * @method $this withCheckUrl($value)
158
 * @method string getRegion()
159
 * @method $this withRegion($value)
160
 */
161
class AddCdnDomain extends Rpc
162
{
163
}
164
165
/**
166
 * @method string getOssEndpoint()
167
 * @method $this withOssEndpoint($value)
168
 * @method string getAppName()
169
 * @method $this withAppName($value)
170
 * @method string getSecurityToken()
171
 * @method $this withSecurityToken($value)
172
 * @method string getOssBucket()
173
 * @method $this withOssBucket($value)
174
 * @method string getDomainName()
175
 * @method $this withDomainName($value)
176
 * @method string getOwnerId()
177
 * @method $this withOwnerId($value)
178
 * @method string getOssObjectPrefix()
179
 * @method $this withOssObjectPrefix($value)
180
 */
181
class AddLiveAppRecordConfig extends Rpc
182
{
183
}
184
185
/**
186
 * @method string getTemplate()
187
 * @method $this withTemplate($value)
188
 * @method string getSecurityToken()
189
 * @method $this withSecurityToken($value)
190
 * @method string getRecord()
191
 * @method $this withRecord($value)
192
 * @method string getApp()
193
 * @method $this withApp($value)
194
 * @method string getOwnerAccount()
195
 * @method $this withOwnerAccount($value)
196
 * @method string getOwnerId()
197
 * @method $this withOwnerId($value)
198
 * @method string getDomain()
199
 * @method $this withDomain($value)
200
 * @method string getSnapshot()
201
 * @method $this withSnapshot($value)
202
 */
203
class AddLiveStreamTranscode extends Rpc
204
{
205
}
206
207
/**
208
 * @method string getFunctionNames()
209
 * @method $this withFunctionNames($value)
210
 * @method string getDomainNames()
211
 * @method $this withDomainNames($value)
212
 * @method string getOwnerAccount()
213
 * @method $this withOwnerAccount($value)
214
 * @method string getOwnerId()
215
 * @method $this withOwnerId($value)
216
 * @method string getSecurityToken()
217
 * @method $this withSecurityToken($value)
218
 */
219
class BatchDeleteCdnDomainConfig extends Rpc
220
{
221
}
222
223
/**
224
 * @method string getFunctions()
225
 * @method $this withFunctions($value)
226
 * @method string getDomainNames()
227
 * @method $this withDomainNames($value)
228
 * @method string getOwnerAccount()
229
 * @method $this withOwnerAccount($value)
230
 * @method string getOwnerId()
231
 * @method $this withOwnerId($value)
232
 * @method string getSecurityToken()
233
 * @method $this withSecurityToken($value)
234
 */
235
class BatchSetCdnDomainConfig extends Rpc
236
{
237
}
238
239
/**
240
 * @method string getOssEndpoint()
241
 * @method $this withOssEndpoint($value)
242
 * @method string getStartTime()
243
 * @method $this withStartTime($value)
244
 * @method string getOssObject()
245
 * @method $this withOssObject($value)
246
 * @method string getAppName()
247
 * @method $this withAppName($value)
248
 * @method string getSecurityToken()
249
 * @method $this withSecurityToken($value)
250
 * @method string getStreamName()
251
 * @method $this withStreamName($value)
252
 * @method string getOssBucket()
253
 * @method $this withOssBucket($value)
254
 * @method string getDomainName()
255
 * @method $this withDomainName($value)
256
 * @method string getEndTime()
257
 * @method $this withEndTime($value)
258
 * @method string getOwnerId()
259
 * @method $this withOwnerId($value)
260
 */
261
class CreateLiveStreamRecordIndexFiles extends Rpc
262
{
263
}
264
265
/**
266
 * @method string getDomainName()
267
 * @method $this withDomainName($value)
268
 * @method string getOwnerId()
269
 * @method $this withOwnerId($value)
270
 * @method string getCacheType()
271
 * @method $this withCacheType($value)
272
 * @method string getSecurityToken()
273
 * @method $this withSecurityToken($value)
274
 * @method string getConfigID()
275
 * @method $this withConfigID($value)
276
 */
277
class DeleteCacheExpiredConfig extends Rpc
278
{
279
}
280
281
/**
282
 * @method string getDomainName()
283
 * @method $this withDomainName($value)
284
 * @method string getOwnerId()
285
 * @method $this withOwnerId($value)
286
 * @method string getSecurityToken()
287
 * @method $this withSecurityToken($value)
288
 */
289
class DeleteCdnDomain extends Rpc
290
{
291
}
292
293
/**
294
 * @method string getDomainName()
295
 * @method $this withDomainName($value)
296
 * @method string getOwnerId()
297
 * @method $this withOwnerId($value)
298
 * @method string getSecurityToken()
299
 * @method $this withSecurityToken($value)
300
 * @method string getConfigID()
301
 * @method $this withConfigID($value)
302
 */
303
class DeleteHttpHeaderConfig extends Rpc
304
{
305
}
306
307
/**
308
 * @method string getDomainName()
309
 * @method $this withDomainName($value)
310
 * @method string getOwnerId()
311
 * @method $this withOwnerId($value)
312
 * @method string getSecurityToken()
313
 * @method $this withSecurityToken($value)
314
 * @method string getFunctionName()
315
 * @method $this withFunctionName($value)
316
 * @method string getConfigId()
317
 * @method $this withConfigId($value)
318
 */
319
class DeleteSpecificConfig extends Rpc
320
{
321
}
322
323
/**
324
 * @method string getFunctionNames()
325
 * @method $this withFunctionNames($value)
326
 * @method string getDomainName()
327
 * @method $this withDomainName($value)
328
 * @method string getOwnerId()
329
 * @method $this withOwnerId($value)
330
 * @method string getSecurityToken()
331
 * @method $this withSecurityToken($value)
332
 */
333
class DescribeCdnDomainConfigs extends Rpc
334
{
335
}
336
337
/**
338
 * @method string getDomainName()
339
 * @method $this withDomainName($value)
340
 * @method string getOwnerId()
341
 * @method $this withOwnerId($value)
342
 * @method string getSecurityToken()
343
 * @method $this withSecurityToken($value)
344
 */
345
class DescribeCdnDomainDetail extends Rpc
346
{
347
}
348
349
/**
350
 * @method string getStartTime()
351
 * @method $this withStartTime($value)
352
 * @method string getPageNumber()
353
 * @method $this withPageNumber($value)
354
 * @method string getLogDay()
355
 * @method $this withLogDay($value)
356
 * @method string getSecurityToken()
357
 * @method $this withSecurityToken($value)
358
 * @method string getPageSize()
359
 * @method $this withPageSize($value)
360
 * @method string getDomainName()
361
 * @method $this withDomainName($value)
362
 * @method string getEndTime()
363
 * @method $this withEndTime($value)
364
 * @method string getOwnerId()
365
 * @method $this withOwnerId($value)
366
 */
367
class DescribeCdnDomainLogs extends Rpc
368
{
369
}
370
371
/**
372
 * @method string getStartTime()
373
 * @method $this withStartTime($value)
374
 * @method string getDomainName()
375
 * @method $this withDomainName($value)
376
 * @method string getEndTime()
377
 * @method $this withEndTime($value)
378
 * @method string getOwnerId()
379
 * @method $this withOwnerId($value)
380
 * @method string getInterval()
381
 * @method $this withInterval($value)
382
 */
383
class DescribeCdnMonitorData extends Rpc
384
{
385
}
386
387
/**
388
 * @method string getOwnerId()
389
 * @method $this withOwnerId($value)
390
 * @method string getSecurityToken()
391
 * @method $this withSecurityToken($value)
392
 */
393
class DescribeCdnRegionAndIsp extends Rpc
394
{
395
}
396
397
/**
398
 * @method string getOwnerId()
399
 * @method $this withOwnerId($value)
400
 * @method string getSecurityToken()
401
 * @method $this withSecurityToken($value)
402
 */
403
class DescribeCdnService extends Rpc
404
{
405
}
406
407
/**
408
 * @method string getOwnerAccount()
409
 * @method $this withOwnerAccount($value)
410
 * @method string getOwnerId()
411
 * @method $this withOwnerId($value)
412
 * @method string getSecurityToken()
413
 * @method $this withSecurityToken($value)
414
 */
415
class DescribeCdnTypes extends Rpc
416
{
417
}
418
419
/**
420
 * @method string getOwnerId()
421
 * @method $this withOwnerId($value)
422
 * @method string getSecurityToken()
423
 * @method $this withSecurityToken($value)
424
 */
425
class DescribeCdnUserQuota extends Rpc
426
{
427
}
428
429
/**
430
 * @method string getOwnerId()
431
 * @method $this withOwnerId($value)
432
 * @method string getConfigId()
433
 * @method $this withConfigId($value)
434
 */
435
class DescribeCustomLogConfig extends Rpc
436
{
437
438
    /** @var string */
439
    public $method = 'GET';
440
}
441
442
/**
443
 * @method string getLocationNameEn()
444
 * @method $this withLocationNameEn($value)
445
 * @method string getStartTime()
446
 * @method $this withStartTime($value)
447
 * @method string getIspNameEn()
448
 * @method $this withIspNameEn($value)
449
 * @method string getDomainType()
450
 * @method $this withDomainType($value)
451
 * @method string getOutString()
452
 * @method $this withOutString($value)
453
 * @method string getTimeMerge()
454
 * @method $this withTimeMerge($value)
455
 * @method string getDomainName()
456
 * @method $this withDomainName($value)
457
 * @method string getEndTime()
458
 * @method $this withEndTime($value)
459
 * @method string getOwnerId()
460
 * @method $this withOwnerId($value)
461
 * @method string getInterval()
462
 * @method $this withInterval($value)
463
 */
464
class DescribeDomainAverageResponseTime extends Rpc
465
{
466
}
467
468
/**
469
 * @method string getLocationNameEn()
470
 * @method $this withLocationNameEn($value)
471
 * @method string getStartTime()
472
 * @method $this withStartTime($value)
473
 * @method string getIspNameEn()
474
 * @method $this withIspNameEn($value)
475
 * @method string getDomainType()
476
 * @method $this withDomainType($value)
477
 * @method string getTimeMerge()
478
 * @method $this withTimeMerge($value)
479
 * @method string getDomainName()
480
 * @method $this withDomainName($value)
481
 * @method string getEndTime()
482
 * @method $this withEndTime($value)
483
 * @method string getOwnerId()
484
 * @method $this withOwnerId($value)
485
 * @method string getInterval()
486
 * @method $this withInterval($value)
487
 */
488
class DescribeDomainBpsData extends Rpc
489
{
490
}
491
492
/**
493
 * @method string getLocationNames()
494
 * @method $this withLocationNames($value)
495
 * @method string getIspNames()
496
 * @method $this withIspNames($value)
497
 * @method string getDomainName()
498
 * @method $this withDomainName($value)
499
 * @method string getOwnerId()
500
 * @method $this withOwnerId($value)
501
 * @method string getTimePoint()
502
 * @method $this withTimePoint($value)
503
 */
504
class DescribeDomainBpsDataByTimeStamp extends Rpc
505
{
506
}
507
508
/**
509
 * @method string getDomainName()
510
 * @method $this withDomainName($value)
511
 * @method string getOwnerId()
512
 * @method $this withOwnerId($value)
513
 */
514
class DescribeDomainCertificateInfo extends Rpc
515
{
516
}
517
518
/**
519
 * @method string getDomainName()
520
 * @method $this withDomainName($value)
521
 * @method string getOwnerId()
522
 * @method $this withOwnerId($value)
523
 * @method string getSecurityToken()
524
 * @method $this withSecurityToken($value)
525
 * @method string getConfigList()
526
 * @method $this withConfigList($value)
527
 */
528
class DescribeDomainConfigs extends Rpc
529
{
530
}
531
532
/**
533
 * @method string getDomainName()
534
 * @method $this withDomainName($value)
535
 * @method string getOwnerId()
536
 * @method $this withOwnerId($value)
537
 */
538
class DescribeDomainCustomLogConfig extends Rpc
539
{
540
541
    /** @var string */
542
    public $method = 'GET';
543
}
544
545
/**
546
 * @method string getDomainName()
547
 * @method $this withDomainName($value)
548
 * @method string getEndTime()
549
 * @method $this withEndTime($value)
550
 * @method string getStartTime()
551
 * @method $this withStartTime($value)
552
 * @method string getOwnerId()
553
 * @method $this withOwnerId($value)
554
 * @method string getSecurityToken()
555
 * @method $this withSecurityToken($value)
556
 */
557
class DescribeDomainFileSizeProportionData extends Rpc
558
{
559
}
560
561
/**
562
 * @method string getLocationNameEn()
563
 * @method $this withLocationNameEn($value)
564
 * @method string getStartTime()
565
 * @method $this withStartTime($value)
566
 * @method string getIspNameEn()
567
 * @method $this withIspNameEn($value)
568
 * @method string getDomainType()
569
 * @method $this withDomainType($value)
570
 * @method string getTimeMerge()
571
 * @method $this withTimeMerge($value)
572
 * @method string getDomainName()
573
 * @method $this withDomainName($value)
574
 * @method string getEndTime()
575
 * @method $this withEndTime($value)
576
 * @method string getOwnerId()
577
 * @method $this withOwnerId($value)
578
 * @method string getInterval()
579
 * @method $this withInterval($value)
580
 */
581
class DescribeDomainFlowData extends Rpc
582
{
583
}
584
585
/**
586
 * @method string getStartTime()
587
 * @method $this withStartTime($value)
588
 * @method string getDomainName()
589
 * @method $this withDomainName($value)
590
 * @method string getEndTime()
591
 * @method $this withEndTime($value)
592
 * @method string getOwnerId()
593
 * @method $this withOwnerId($value)
594
 * @method string getInterval()
595
 * @method $this withInterval($value)
596
 */
597
class DescribeDomainHitRateData extends Rpc
598
{
599
}
600
601
/**
602
 * @method string getLocationNameEn()
603
 * @method $this withLocationNameEn($value)
604
 * @method string getStartTime()
605
 * @method $this withStartTime($value)
606
 * @method string getIspNameEn()
607
 * @method $this withIspNameEn($value)
608
 * @method string getTimeMerge()
609
 * @method $this withTimeMerge($value)
610
 * @method string getDomainName()
611
 * @method $this withDomainName($value)
612
 * @method string getEndTime()
613
 * @method $this withEndTime($value)
614
 * @method string getOwnerId()
615
 * @method $this withOwnerId($value)
616
 * @method string getInterval()
617
 * @method $this withInterval($value)
618
 */
619
class DescribeDomainHttpCodeData extends Rpc
620
{
621
}
622
623
/**
624
 * @method string getStartTime()
625
 * @method $this withStartTime($value)
626
 * @method string getDomainName()
627
 * @method $this withDomainName($value)
628
 * @method string getEndTime()
629
 * @method $this withEndTime($value)
630
 * @method string getOwnerId()
631
 * @method $this withOwnerId($value)
632
 */
633
class DescribeDomainISPData extends Rpc
634
{
635
}
636
637
/**
638
 * @method string getStartTime()
639
 * @method $this withStartTime($value)
640
 * @method string getCycle()
641
 * @method $this withCycle($value)
642
 * @method string getDomainName()
643
 * @method $this withDomainName($value)
644
 * @method string getEndTime()
645
 * @method $this withEndTime($value)
646
 * @method string getOwnerId()
647
 * @method $this withOwnerId($value)
648
 * @method string getTimePoint()
649
 * @method $this withTimePoint($value)
650
 */
651
class DescribeDomainMax95BpsData extends Rpc
652
{
653
}
654
655
/**
656
 * @method string getStartTime()
657
 * @method $this withStartTime($value)
658
 * @method string getPageNumber()
659
 * @method $this withPageNumber($value)
660
 * @method string getPath()
661
 * @method $this withPath($value)
662
 * @method string getPageSize()
663
 * @method $this withPageSize($value)
664
 * @method string getDomainName()
665
 * @method $this withDomainName($value)
666
 * @method string getEndTime()
667
 * @method $this withEndTime($value)
668
 * @method string getOwnerId()
669
 * @method $this withOwnerId($value)
670
 */
671
class DescribeDomainPathData extends Rpc
672
{
673
674
    /** @var string */
675
    public $method = 'GET';
676
}
677
678
/**
679
 * @method string getDomainName()
680
 * @method $this withDomainName($value)
681
 * @method string getEndTime()
682
 * @method $this withEndTime($value)
683
 * @method string getStartTime()
684
 * @method $this withStartTime($value)
685
 * @method string getOwnerId()
686
 * @method $this withOwnerId($value)
687
 * @method string getSecurityToken()
688
 * @method $this withSecurityToken($value)
689
 */
690
class DescribeDomainPvData extends Rpc
691
{
692
}
693
694
/**
695
 * @method string getLocationNameEn()
696
 * @method $this withLocationNameEn($value)
697
 * @method string getStartTime()
698
 * @method $this withStartTime($value)
699
 * @method string getIspNameEn()
700
 * @method $this withIspNameEn($value)
701
 * @method string getDomainType()
702
 * @method $this withDomainType($value)
703
 * @method string getTimeMerge()
704
 * @method $this withTimeMerge($value)
705
 * @method string getDomainName()
706
 * @method $this withDomainName($value)
707
 * @method string getEndTime()
708
 * @method $this withEndTime($value)
709
 * @method string getOwnerId()
710
 * @method $this withOwnerId($value)
711
 * @method string getInterval()
712
 * @method $this withInterval($value)
713
 */
714
class DescribeDomainQpsData extends Rpc
715
{
716
}
717
718
/**
719
 * @method string getLocationNameEn()
720
 * @method $this withLocationNameEn($value)
721
 * @method string getIspNameEn()
722
 * @method $this withIspNameEn($value)
723
 * @method string getStartTime()
724
 * @method $this withStartTime($value)
725
 * @method string getDomainName()
726
 * @method $this withDomainName($value)
727
 * @method string getEndTime()
728
 * @method $this withEndTime($value)
729
 * @method string getOwnerId()
730
 * @method $this withOwnerId($value)
731
 */
732
class DescribeDomainRealTimeBpsData extends Rpc
733
{
734
735
    /** @var string */
736
    public $method = 'GET';
737
}
738
739
/**
740
 * @method string getStartTime()
741
 * @method $this withStartTime($value)
742
 * @method string getDomainName()
743
 * @method $this withDomainName($value)
744
 * @method string getEndTime()
745
 * @method $this withEndTime($value)
746
 * @method string getOwnerId()
747
 * @method $this withOwnerId($value)
748
 */
749
class DescribeDomainRealTimeByteHitRateData extends Rpc
750
{
751
752
    /** @var string */
753
    public $method = 'GET';
754
}
755
756
/**
757
 * @method string getLocationNameEn()
758
 * @method $this withLocationNameEn($value)
759
 * @method string getStartTime()
760
 * @method $this withStartTime($value)
761
 * @method string getIspNameEn()
762
 * @method $this withIspNameEn($value)
763
 * @method string getDomainName()
764
 * @method $this withDomainName($value)
765
 * @method string getEndTime()
766
 * @method $this withEndTime($value)
767
 * @method string getOwnerId()
768
 * @method $this withOwnerId($value)
769
 */
770
class DescribeDomainRealTimeHttpCodeData extends Rpc
771
{
772
}
773
774
/**
775
 * @method string getLocationNameEn()
776
 * @method $this withLocationNameEn($value)
777
 * @method string getIspNameEn()
778
 * @method $this withIspNameEn($value)
779
 * @method string getStartTime()
780
 * @method $this withStartTime($value)
781
 * @method string getDomainName()
782
 * @method $this withDomainName($value)
783
 * @method string getEndTime()
784
 * @method $this withEndTime($value)
785
 * @method string getOwnerId()
786
 * @method $this withOwnerId($value)
787
 */
788
class DescribeDomainRealTimeQpsData extends Rpc
789
{
790
791
    /** @var string */
792
    public $method = 'GET';
793
}
794
795
/**
796
 * @method string getStartTime()
797
 * @method $this withStartTime($value)
798
 * @method string getDomainName()
799
 * @method $this withDomainName($value)
800
 * @method string getEndTime()
801
 * @method $this withEndTime($value)
802
 * @method string getOwnerId()
803
 * @method $this withOwnerId($value)
804
 */
805
class DescribeDomainRealTimeReqHitRateData extends Rpc
806
{
807
808
    /** @var string */
809
    public $method = 'GET';
810
}
811
812
/**
813
 * @method string getStartTime()
814
 * @method $this withStartTime($value)
815
 * @method string getDomainName()
816
 * @method $this withDomainName($value)
817
 * @method string getEndTime()
818
 * @method $this withEndTime($value)
819
 * @method string getOwnerId()
820
 * @method $this withOwnerId($value)
821
 */
822
class DescribeDomainRealTimeSrcBpsData extends Rpc
823
{
824
}
825
826
/**
827
 * @method string getStartTime()
828
 * @method $this withStartTime($value)
829
 * @method string getDomainName()
830
 * @method $this withDomainName($value)
831
 * @method string getEndTime()
832
 * @method $this withEndTime($value)
833
 * @method string getOwnerId()
834
 * @method $this withOwnerId($value)
835
 */
836
class DescribeDomainRealTimeSrcTrafficData extends Rpc
837
{
838
}
839
840
/**
841
 * @method string getStartTime()
842
 * @method $this withStartTime($value)
843
 * @method string getDomainName()
844
 * @method $this withDomainName($value)
845
 * @method string getEndTime()
846
 * @method $this withEndTime($value)
847
 * @method string getOwnerId()
848
 * @method $this withOwnerId($value)
849
 */
850
class DescribeDomainRegionData extends Rpc
851
{
852
}
853
854
/**
855
 * @method string getStartTime()
856
 * @method $this withStartTime($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
 * @method string getInterval()
864
 * @method $this withInterval($value)
865
 */
866
class DescribeDomainReqHitRateData extends Rpc
867
{
868
}
869
870
/**
871
 * @method string getSources()
872
 * @method $this withSources($value)
873
 * @method string getOwnerId()
874
 * @method $this withOwnerId($value)
875
 * @method string getSecurityToken()
876
 * @method $this withSecurityToken($value)
877
 */
878
class DescribeDomainsBySource extends Rpc
879
{
880
}
881
882
/**
883
 * @method string getStartTime()
884
 * @method $this withStartTime($value)
885
 * @method string getPageNumber()
886
 * @method $this withPageNumber($value)
887
 * @method string getPageSize()
888
 * @method $this withPageSize($value)
889
 * @method string getDomainName()
890
 * @method $this withDomainName($value)
891
 * @method string getEndTime()
892
 * @method $this withEndTime($value)
893
 * @method string getOwnerId()
894
 * @method $this withOwnerId($value)
895
 */
896
class DescribeDomainSlowRatio extends Rpc
897
{
898
899
    /** @var string */
900
    public $method = 'GET';
901
}
902
903
/**
904
 * @method string getStartTime()
905
 * @method $this withStartTime($value)
906
 * @method string getFixTimeGap()
907
 * @method $this withFixTimeGap($value)
908
 * @method string getTimeMerge()
909
 * @method $this withTimeMerge($value)
910
 * @method string getDomainName()
911
 * @method $this withDomainName($value)
912
 * @method string getEndTime()
913
 * @method $this withEndTime($value)
914
 * @method string getOwnerId()
915
 * @method $this withOwnerId($value)
916
 * @method string getInterval()
917
 * @method $this withInterval($value)
918
 */
919
class DescribeDomainSrcBpsData extends Rpc
920
{
921
}
922
923
/**
924
 * @method string getStartTime()
925
 * @method $this withStartTime($value)
926
 * @method string getFixTimeGap()
927
 * @method $this withFixTimeGap($value)
928
 * @method string getTimeMerge()
929
 * @method $this withTimeMerge($value)
930
 * @method string getDomainName()
931
 * @method $this withDomainName($value)
932
 * @method string getEndTime()
933
 * @method $this withEndTime($value)
934
 * @method string getOwnerId()
935
 * @method $this withOwnerId($value)
936
 * @method string getInterval()
937
 * @method $this withInterval($value)
938
 */
939
class DescribeDomainSrcFlowData extends Rpc
940
{
941
}
942
943
/**
944
 * @method string getStartTime()
945
 * @method $this withStartTime($value)
946
 * @method string getDomainName()
947
 * @method $this withDomainName($value)
948
 * @method string getEndTime()
949
 * @method $this withEndTime($value)
950
 * @method string getOwnerId()
951
 * @method $this withOwnerId($value)
952
 */
953
class DescribeDomainsUsageByDay extends Rpc
954
{
955
}
956
957
/**
958
 * @method string getDomainName()
959
 * @method $this withDomainName($value)
960
 * @method string getStartTime()
961
 * @method $this withStartTime($value)
962
 * @method string getOwnerId()
963
 * @method $this withOwnerId($value)
964
 * @method string getSecurityToken()
965
 * @method $this withSecurityToken($value)
966
 * @method string getSortBy()
967
 * @method $this withSortBy($value)
968
 */
969
class DescribeDomainTopReferVisit extends Rpc
970
{
971
}
972
973
/**
974
 * @method string getDomainName()
975
 * @method $this withDomainName($value)
976
 * @method string getStartTime()
977
 * @method $this withStartTime($value)
978
 * @method string getOwnerId()
979
 * @method $this withOwnerId($value)
980
 * @method string getSecurityToken()
981
 * @method $this withSecurityToken($value)
982
 * @method string getSortBy()
983
 * @method $this withSortBy($value)
984
 */
985
class DescribeDomainTopUrlVisit extends Rpc
986
{
987
}
988
989
/**
990
 * @method string getDomainName()
991
 * @method $this withDomainName($value)
992
 * @method string getEndTime()
993
 * @method $this withEndTime($value)
994
 * @method string getStartTime()
995
 * @method $this withStartTime($value)
996
 * @method string getOwnerId()
997
 * @method $this withOwnerId($value)
998
 * @method string getSecurityToken()
999
 * @method $this withSecurityToken($value)
1000
 */
1001
class DescribeDomainUvData extends Rpc
1002
{
1003
}
1004
1005
/**
1006
 * @method string getTriggerARN()
1007
 * @method $this withTriggerARN($value)
1008
 * @method string getOwnerId()
1009
 * @method $this withOwnerId($value)
1010
 */
1011
class DescribeFCTrigger extends Rpc
1012
{
1013
1014
    /** @var string */
1015
    public $method = 'GET';
1016
}
1017
1018
/**
1019
 * @method string getIP()
1020
 * @method $this withIP($value)
1021
 * @method string getOwnerId()
1022
 * @method $this withOwnerId($value)
1023
 * @method string getSecurityToken()
1024
 * @method $this withSecurityToken($value)
1025
 */
1026
class DescribeIpInfo extends Rpc
1027
{
1028
}
1029
1030
/**
1031
 * @method string getDomainName()
1032
 * @method $this withDomainName($value)
1033
 * @method string getOwnerId()
1034
 * @method $this withOwnerId($value)
1035
 * @method string getSecurityToken()
1036
 * @method $this withSecurityToken($value)
1037
 */
1038
class DescribeL2VipsByDomain extends Rpc
1039
{
1040
}
1041
1042
/**
1043
 * @method string getDomainName()
1044
 * @method $this withDomainName($value)
1045
 * @method string getOwnerId()
1046
 * @method $this withOwnerId($value)
1047
 */
1048
class DescribeL2VipsByDynamicDomain extends Rpc
1049
{
1050
1051
    /** @var string */
1052
    public $method = 'GET';
1053
}
1054
1055
/**
1056
 * @method string getDomainName()
1057
 * @method $this withDomainName($value)
1058
 * @method string getOwnerId()
1059
 * @method $this withOwnerId($value)
1060
 * @method string getSecurityToken()
1061
 * @method $this withSecurityToken($value)
1062
 */
1063
class DescribeLivePullStreamConfig extends Rpc
1064
{
1065
}
1066
1067
/**
1068
 * @method string getDomainName()
1069
 * @method $this withDomainName($value)
1070
 * @method string getOwnerId()
1071
 * @method $this withOwnerId($value)
1072
 * @method string getSecurityToken()
1073
 * @method $this withSecurityToken($value)
1074
 */
1075
class DescribeLiveRecordConfig extends Rpc
1076
{
1077
}
1078
1079
/**
1080
 * @method string getPageNum()
1081
 * @method $this withPageNum($value)
1082
 * @method string getAppName()
1083
 * @method $this withAppName($value)
1084
 * @method string getSecurityToken()
1085
 * @method $this withSecurityToken($value)
1086
 * @method string getPageSize()
1087
 * @method $this withPageSize($value)
1088
 * @method string getStreamName()
1089
 * @method $this withStreamName($value)
1090
 * @method string getOrder()
1091
 * @method $this withOrder($value)
1092
 * @method string getDomainName()
1093
 * @method $this withDomainName($value)
1094
 * @method string getOwnerId()
1095
 * @method $this withOwnerId($value)
1096
 */
1097
class DescribeLiveSnapshotConfig extends Rpc
1098
{
1099
}
1100
1101
/**
1102
 * @method string getStartTime()
1103
 * @method $this withStartTime($value)
1104
 * @method string getAppName()
1105
 * @method $this withAppName($value)
1106
 * @method string getSecurityToken()
1107
 * @method $this withSecurityToken($value)
1108
 * @method string getStreamName()
1109
 * @method $this withStreamName($value)
1110
 * @method string getDomainName()
1111
 * @method $this withDomainName($value)
1112
 * @method string getEndTime()
1113
 * @method $this withEndTime($value)
1114
 * @method string getOwnerId()
1115
 * @method $this withOwnerId($value)
1116
 */
1117
class DescribeLiveStreamBitRateData extends Rpc
1118
{
1119
}
1120
1121
/**
1122
 * @method string getStartTime()
1123
 * @method $this withStartTime($value)
1124
 * @method string getAppName()
1125
 * @method $this withAppName($value)
1126
 * @method string getSecurityToken()
1127
 * @method $this withSecurityToken($value)
1128
 * @method string getHlsSwitch()
1129
 * @method $this withHlsSwitch($value)
1130
 * @method string getStreamName()
1131
 * @method $this withStreamName($value)
1132
 * @method string getDomainName()
1133
 * @method $this withDomainName($value)
1134
 * @method string getEndTime()
1135
 * @method $this withEndTime($value)
1136
 * @method string getOwnerId()
1137
 * @method $this withOwnerId($value)
1138
 */
1139
class DescribeLiveStreamOnlineUserNum extends Rpc
1140
{
1141
}
1142
1143
/**
1144
 * @method string getStartTime()
1145
 * @method $this withStartTime($value)
1146
 * @method string getAppName()
1147
 * @method $this withAppName($value)
1148
 * @method string getSecurityToken()
1149
 * @method $this withSecurityToken($value)
1150
 * @method string getStreamName()
1151
 * @method $this withStreamName($value)
1152
 * @method string getDomainName()
1153
 * @method $this withDomainName($value)
1154
 * @method string getEndTime()
1155
 * @method $this withEndTime($value)
1156
 * @method string getOwnerId()
1157
 * @method $this withOwnerId($value)
1158
 */
1159
class DescribeLiveStreamRecordContent extends Rpc
1160
{
1161
}
1162
1163
/**
1164
 * @method string getAppName()
1165
 * @method $this withAppName($value)
1166
 * @method string getSecurityToken()
1167
 * @method $this withSecurityToken($value)
1168
 * @method string getStreamName()
1169
 * @method $this withStreamName($value)
1170
 * @method string getDomainName()
1171
 * @method $this withDomainName($value)
1172
 * @method string getOwnerId()
1173
 * @method $this withOwnerId($value)
1174
 * @method string getRecordId()
1175
 * @method $this withRecordId($value)
1176
 */
1177
class DescribeLiveStreamRecordIndexFile extends Rpc
1178
{
1179
}
1180
1181
/**
1182
 * @method string getStartTime()
1183
 * @method $this withStartTime($value)
1184
 * @method string getAppName()
1185
 * @method $this withAppName($value)
1186
 * @method string getSecurityToken()
1187
 * @method $this withSecurityToken($value)
1188
 * @method string getStreamName()
1189
 * @method $this withStreamName($value)
1190
 * @method string getDomainName()
1191
 * @method $this withDomainName($value)
1192
 * @method string getEndTime()
1193
 * @method $this withEndTime($value)
1194
 * @method string getOwnerId()
1195
 * @method $this withOwnerId($value)
1196
 */
1197
class DescribeLiveStreamRecordIndexFiles extends Rpc
1198
{
1199
}
1200
1201
/**
1202
 * @method string getDomainName()
1203
 * @method $this withDomainName($value)
1204
 * @method string getOwnerId()
1205
 * @method $this withOwnerId($value)
1206
 * @method string getSecurityToken()
1207
 * @method $this withSecurityToken($value)
1208
 */
1209
class DescribeLiveStreamsBlockList extends Rpc
1210
{
1211
}
1212
1213
/**
1214
 * @method string getStartTime()
1215
 * @method $this withStartTime($value)
1216
 * @method string getAppName()
1217
 * @method $this withAppName($value)
1218
 * @method string getSecurityToken()
1219
 * @method $this withSecurityToken($value)
1220
 * @method string getDomainName()
1221
 * @method $this withDomainName($value)
1222
 * @method string getEndTime()
1223
 * @method $this withEndTime($value)
1224
 * @method string getOwnerId()
1225
 * @method $this withOwnerId($value)
1226
 */
1227
class DescribeLiveStreamsControlHistory extends Rpc
1228
{
1229
}
1230
1231
/**
1232
 * @method string getStartTime()
1233
 * @method $this withStartTime($value)
1234
 * @method string getAppName()
1235
 * @method $this withAppName($value)
1236
 * @method string getSecurityToken()
1237
 * @method $this withSecurityToken($value)
1238
 * @method string getStreamName()
1239
 * @method $this withStreamName($value)
1240
 * @method string getDomainName()
1241
 * @method $this withDomainName($value)
1242
 * @method string getEndTime()
1243
 * @method $this withEndTime($value)
1244
 * @method string getOwnerId()
1245
 * @method $this withOwnerId($value)
1246
 */
1247
class DescribeLiveStreamsFrameRateAndBitRateData extends Rpc
1248
{
1249
}
1250
1251
/**
1252
 * @method string getStartTime()
1253
 * @method $this withStartTime($value)
1254
 * @method string getAppName()
1255
 * @method $this withAppName($value)
1256
 * @method string getSecurityToken()
1257
 * @method $this withSecurityToken($value)
1258
 * @method string getLimit()
1259
 * @method $this withLimit($value)
1260
 * @method string getStreamName()
1261
 * @method $this withStreamName($value)
1262
 * @method string getDomainName()
1263
 * @method $this withDomainName($value)
1264
 * @method string getEndTime()
1265
 * @method $this withEndTime($value)
1266
 * @method string getOwnerId()
1267
 * @method $this withOwnerId($value)
1268
 */
1269
class DescribeLiveStreamSnapshotInfo extends Rpc
1270
{
1271
}
1272
1273
/**
1274
 * @method string getPageNum()
1275
 * @method $this withPageNum($value)
1276
 * @method string getAppName()
1277
 * @method $this withAppName($value)
1278
 * @method string getSecurityToken()
1279
 * @method $this withSecurityToken($value)
1280
 * @method string getPageSize()
1281
 * @method $this withPageSize($value)
1282
 * @method string getStreamType()
1283
 * @method $this withStreamType($value)
1284
 * @method string getDomainName()
1285
 * @method $this withDomainName($value)
1286
 * @method string getOwnerId()
1287
 * @method $this withOwnerId($value)
1288
 */
1289
class DescribeLiveStreamsOnlineList extends Rpc
1290
{
1291
}
1292
1293
/**
1294
 * @method string getStartTime()
1295
 * @method $this withStartTime($value)
1296
 * @method string getPageNumber()
1297
 * @method $this withPageNumber($value)
1298
 * @method string getAppName()
1299
 * @method $this withAppName($value)
1300
 * @method string getSecurityToken()
1301
 * @method $this withSecurityToken($value)
1302
 * @method string getPageSize()
1303
 * @method $this withPageSize($value)
1304
 * @method string getStreamName()
1305
 * @method $this withStreamName($value)
1306
 * @method string getDomainName()
1307
 * @method $this withDomainName($value)
1308
 * @method string getEndTime()
1309
 * @method $this withEndTime($value)
1310
 * @method string getOwnerId()
1311
 * @method $this withOwnerId($value)
1312
 */
1313
class DescribeLiveStreamsPublishList extends Rpc
1314
{
1315
}
1316
1317
/**
1318
 * @method string getOwnerId()
1319
 * @method $this withOwnerId($value)
1320
 * @method string getDomainTranscodeName()
1321
 * @method $this withDomainTranscodeName($value)
1322
 * @method string getSecurityToken()
1323
 * @method $this withSecurityToken($value)
1324
 */
1325
class DescribeLiveStreamTranscodeInfo extends Rpc
1326
{
1327
}
1328
1329
/**
1330
 * @method string getDomainNames()
1331
 * @method $this withDomainNames($value)
1332
 * @method string getLocationNames()
1333
 * @method $this withLocationNames($value)
1334
 * @method string getStartTime()
1335
 * @method $this withStartTime($value)
1336
 * @method string getIspNames()
1337
 * @method $this withIspNames($value)
1338
 * @method string getEndTime()
1339
 * @method $this withEndTime($value)
1340
 * @method string getOwnerId()
1341
 * @method $this withOwnerId($value)
1342
 */
1343
class DescribeRangeDataByLocateAndIspService extends Rpc
1344
{
1345
}
1346
1347
/**
1348
 * @method string getOwnerId()
1349
 * @method $this withOwnerId($value)
1350
 * @method string getSecurityToken()
1351
 * @method $this withSecurityToken($value)
1352
 */
1353
class DescribeRefreshQuota extends Rpc
1354
{
1355
}
1356
1357
/**
1358
 * @method string getObjectPath()
1359
 * @method $this withObjectPath($value)
1360
 * @method string getStartTime()
1361
 * @method $this withStartTime($value)
1362
 * @method string getPageNumber()
1363
 * @method $this withPageNumber($value)
1364
 * @method string getResourceGroupId()
1365
 * @method $this withResourceGroupId($value)
1366
 * @method string getSecurityToken()
1367
 * @method $this withSecurityToken($value)
1368
 * @method string getPageSize()
1369
 * @method $this withPageSize($value)
1370
 * @method string getObjectType()
1371
 * @method $this withObjectType($value)
1372
 * @method string getTaskId()
1373
 * @method $this withTaskId($value)
1374
 * @method string getDomainName()
1375
 * @method $this withDomainName($value)
1376
 * @method string getEndTime()
1377
 * @method $this withEndTime($value)
1378
 * @method string getOwnerId()
1379
 * @method $this withOwnerId($value)
1380
 * @method string getStatus()
1381
 * @method $this withStatus($value)
1382
 */
1383
class DescribeRefreshTasks extends Rpc
1384
{
1385
}
1386
1387
/**
1388
 * @method string getStartTime()
1389
 * @method $this withStartTime($value)
1390
 * @method string getLimit()
1391
 * @method $this withLimit($value)
1392
 * @method string getProduct()
1393
 * @method $this withProduct($value)
1394
 * @method string getEndTime()
1395
 * @method $this withEndTime($value)
1396
 * @method string getOwnerId()
1397
 * @method $this withOwnerId($value)
1398
 */
1399
class DescribeTopDomainsByFlow extends Rpc
1400
{
1401
}
1402
1403
/**
1404
 * @method string getOwnerId()
1405
 * @method $this withOwnerId($value)
1406
 * @method string getSecurityToken()
1407
 * @method $this withSecurityToken($value)
1408
 * @method string getConfig()
1409
 * @method $this withConfig($value)
1410
 */
1411
class DescribeUserConfigs extends Rpc
1412
{
1413
}
1414
1415
/**
1416
 * @method string getOwnerId()
1417
 * @method $this withOwnerId($value)
1418
 * @method string getUid()
1419
 * @method $this withUid($value)
1420
 * @method string getSecurityToken()
1421
 * @method $this withSecurityToken($value)
1422
 */
1423
class DescribeUserCustomerLabels extends Rpc
1424
{
1425
}
1426
1427
/**
1428
 * @method string getOwnerId()
1429
 * @method $this withOwnerId($value)
1430
 */
1431
class DescribeUserCustomLogConfig extends Rpc
1432
{
1433
1434
    /** @var string */
1435
    public $method = 'GET';
1436
}
1437
1438
/**
1439
 * @method string getSources()
1440
 * @method $this withSources($value)
1441
 * @method string getPageNumber()
1442
 * @method $this withPageNumber($value)
1443
 * @method string getCheckDomainShow()
1444
 * @method $this withCheckDomainShow($value)
1445
 * @method string getResourceGroupId()
1446
 * @method $this withResourceGroupId($value)
1447
 * @method string getSecurityToken()
1448
 * @method $this withSecurityToken($value)
1449
 * @method string getCdnType()
1450
 * @method $this withCdnType($value)
1451
 * @method string getPageSize()
1452
 * @method $this withPageSize($value)
1453
 * @method string getFuncFilter()
1454
 * @method $this withFuncFilter($value)
1455
 * @method string getDomainName()
1456
 * @method $this withDomainName($value)
1457
 * @method string getOwnerId()
1458
 * @method $this withOwnerId($value)
1459
 * @method string getFuncId()
1460
 * @method $this withFuncId($value)
1461
 * @method string getDomainStatus()
1462
 * @method $this withDomainStatus($value)
1463
 * @method string getDomainSearchType()
1464
 * @method $this withDomainSearchType($value)
1465
 */
1466
class DescribeUserDomains extends Rpc
1467
{
1468
}
1469
1470
/**
1471
 * @method string getAppName()
1472
 * @method $this withAppName($value)
1473
 * @method string getSecurityToken()
1474
 * @method $this withSecurityToken($value)
1475
 * @method string getStreamName()
1476
 * @method $this withStreamName($value)
1477
 * @method string getResumeTime()
1478
 * @method $this withResumeTime($value)
1479
 * @method string getLiveStreamType()
1480
 * @method $this withLiveStreamType($value)
1481
 * @method string getDomainName()
1482
 * @method $this withDomainName($value)
1483
 * @method string getOwnerId()
1484
 * @method $this withOwnerId($value)
1485
 */
1486
class ForbidLiveStream extends Rpc
1487
{
1488
}
1489
1490
/**
1491
 * @method string getOwnerId()
1492
 * @method $this withOwnerId($value)
1493
 * @method string getConfigId()
1494
 * @method $this withConfigId($value)
1495
 */
1496
class ListDomainsByLogConfigId extends Rpc
1497
{
1498
1499
    /** @var string */
1500
    public $method = 'GET';
1501
}
1502
1503
/**
1504
 * @method string getSources()
1505
 * @method $this withSources($value)
1506
 * @method string getSourcePort()
1507
 * @method $this withSourcePort($value)
1508
 * @method string getResourceGroupId()
1509
 * @method $this withResourceGroupId($value)
1510
 * @method string getPriorities()
1511
 * @method $this withPriorities($value)
1512
 * @method string getSecurityToken()
1513
 * @method $this withSecurityToken($value)
1514
 * @method string getSourceType()
1515
 * @method $this withSourceType($value)
1516
 * @method string getTopLevelDomain()
1517
 * @method $this withTopLevelDomain($value)
1518
 * @method string getDomainName()
1519
 * @method $this withDomainName($value)
1520
 * @method string getOwnerId()
1521
 * @method $this withOwnerId($value)
1522
 */
1523
class ModifyCdnDomain extends Rpc
1524
{
1525
}
1526
1527
/**
1528
 * @method string getSecurityToken()
1529
 * @method $this withSecurityToken($value)
1530
 * @method string getDomainName()
1531
 * @method $this withDomainName($value)
1532
 * @method string getWeight()
1533
 * @method $this withWeight($value)
1534
 * @method string getCacheContent()
1535
 * @method $this withCacheContent($value)
1536
 * @method string getOwnerId()
1537
 * @method $this withOwnerId($value)
1538
 * @method string getTTL()
1539
 * @method $this withTTL($value)
1540
 * @method string getConfigID()
1541
 * @method $this withConfigID($value)
1542
 */
1543
class ModifyPathCacheExpiredConfig extends Rpc
1544
{
1545
}
1546
1547
/**
1548
 * @method string getOwnerId()
1549
 * @method $this withOwnerId($value)
1550
 * @method string getSecurityToken()
1551
 * @method $this withSecurityToken($value)
1552
 * @method string getInternetChargeType()
1553
 * @method $this withInternetChargeType($value)
1554
 */
1555
class OpenCdnService extends Rpc
1556
{
1557
}
1558
1559
/**
1560
 * @method string getArea()
1561
 * @method $this withArea($value)
1562
 * @method string getObjectPath()
1563
 * @method $this withObjectPath($value)
1564
 * @method string getOwnerId()
1565
 * @method $this withOwnerId($value)
1566
 * @method string getSecurityToken()
1567
 * @method $this withSecurityToken($value)
1568
 */
1569
class PushObjectCache extends Rpc
1570
{
1571
}
1572
1573
/**
1574
 * @method string getObjectPath()
1575
 * @method $this withObjectPath($value)
1576
 * @method string getOwnerId()
1577
 * @method $this withOwnerId($value)
1578
 * @method string getSecurityToken()
1579
 * @method $this withSecurityToken($value)
1580
 * @method string getObjectType()
1581
 * @method $this withObjectType($value)
1582
 */
1583
class RefreshObjectCaches extends Rpc
1584
{
1585
}
1586
1587
/**
1588
 * @method string getAppName()
1589
 * @method $this withAppName($value)
1590
 * @method string getSecurityToken()
1591
 * @method $this withSecurityToken($value)
1592
 * @method string getStreamName()
1593
 * @method $this withStreamName($value)
1594
 * @method string getLiveStreamType()
1595
 * @method $this withLiveStreamType($value)
1596
 * @method string getDomainName()
1597
 * @method $this withDomainName($value)
1598
 * @method string getOwnerId()
1599
 * @method $this withOwnerId($value)
1600
 */
1601
class ResumeLiveStream extends Rpc
1602
{
1603
}
1604
1605
/**
1606
 * @method string getDomainName()
1607
 * @method $this withDomainName($value)
1608
 * @method string getOwnerId()
1609
 * @method $this withOwnerId($value)
1610
 * @method string getAllowIps()
1611
 * @method $this withAllowIps($value)
1612
 * @method string getSecurityToken()
1613
 * @method $this withSecurityToken($value)
1614
 * @method string getBlockIps()
1615
 * @method $this withBlockIps($value)
1616
 */
1617
class SetCcConfig extends Rpc
1618
{
1619
}
1620
1621
/**
1622
 * @method string getServerCertificate()
1623
 * @method $this withServerCertificate($value)
1624
 * @method string getPrivateKey()
1625
 * @method $this withPrivateKey($value)
1626
 * @method string getServerCertificateStatus()
1627
 * @method $this withServerCertificateStatus($value)
1628
 * @method string getSecurityToken()
1629
 * @method $this withSecurityToken($value)
1630
 * @method string getCertType()
1631
 * @method $this withCertType($value)
1632
 * @method string getForceSet()
1633
 * @method $this withForceSet($value)
1634
 * @method string getCertName()
1635
 * @method $this withCertName($value)
1636
 * @method string getDomainName()
1637
 * @method $this withDomainName($value)
1638
 * @method string getOwnerId()
1639
 * @method $this withOwnerId($value)
1640
 * @method string getRegion()
1641
 * @method $this withRegion($value)
1642
 */
1643
class SetDomainServerCertificate extends Rpc
1644
{
1645
}
1646
1647
/**
1648
 * @method string getDomainName()
1649
 * @method $this withDomainName($value)
1650
 * @method string getRedirectType()
1651
 * @method $this withRedirectType($value)
1652
 * @method string getOwnerId()
1653
 * @method $this withOwnerId($value)
1654
 * @method string getSecurityToken()
1655
 * @method $this withSecurityToken($value)
1656
 */
1657
class SetForceRedirectConfig extends Rpc
1658
{
1659
}
1660
1661
/**
1662
 * @method string getHeaderValue()
1663
 * @method $this withHeaderValue($value)
1664
 * @method string getSecurityToken()
1665
 * @method $this withSecurityToken($value)
1666
 * @method string getDomainName()
1667
 * @method $this withDomainName($value)
1668
 * @method string getOwnerId()
1669
 * @method $this withOwnerId($value)
1670
 * @method string getConfigId()
1671
 * @method $this withConfigId($value)
1672
 * @method string getHeaderKey()
1673
 * @method $this withHeaderKey($value)
1674
 */
1675
class SetHttpHeaderConfig extends Rpc
1676
{
1677
}
1678
1679
/**
1680
 * @method string getDomainName()
1681
 * @method $this withDomainName($value)
1682
 * @method string getOwnerId()
1683
 * @method $this withOwnerId($value)
1684
 * @method string getSecurityToken()
1685
 * @method $this withSecurityToken($value)
1686
 * @method string getHttp2()
1687
 * @method $this withHttp2($value)
1688
 */
1689
class SetHttpsOptionConfig extends Rpc
1690
{
1691
}
1692
1693
/**
1694
 * @method string getSecurityToken()
1695
 * @method $this withSecurityToken($value)
1696
 * @method string getEnable()
1697
 * @method $this withEnable($value)
1698
 * @method string getKeepOssArgs()
1699
 * @method $this withKeepOssArgs($value)
1700
 * @method string getDomainName()
1701
 * @method $this withDomainName($value)
1702
 * @method string getOwnerId()
1703
 * @method $this withOwnerId($value)
1704
 * @method string getHashKeyArgs()
1705
 * @method $this withHashKeyArgs($value)
1706
 */
1707
class SetIgnoreQueryStringConfig extends Rpc
1708
{
1709
}
1710
1711
/**
1712
 * @method string getDomainName()
1713
 * @method $this withDomainName($value)
1714
 * @method string getOwnerId()
1715
 * @method $this withOwnerId($value)
1716
 * @method string getAllowIps()
1717
 * @method $this withAllowIps($value)
1718
 * @method string getSecurityToken()
1719
 * @method $this withSecurityToken($value)
1720
 */
1721
class SetIpAllowListConfig extends Rpc
1722
{
1723
}
1724
1725
/**
1726
 * @method string getDomainName()
1727
 * @method $this withDomainName($value)
1728
 * @method string getOwnerId()
1729
 * @method $this withOwnerId($value)
1730
 * @method string getSecurityToken()
1731
 * @method $this withSecurityToken($value)
1732
 * @method string getBlockIps()
1733
 * @method $this withBlockIps($value)
1734
 */
1735
class SetIpBlackListConfig extends Rpc
1736
{
1737
}
1738
1739
/**
1740
 * @method string getDomainName()
1741
 * @method $this withDomainName($value)
1742
 * @method string getOwnerId()
1743
 * @method $this withOwnerId($value)
1744
 * @method string getSecurityToken()
1745
 * @method $this withSecurityToken($value)
1746
 * @method string getEnable()
1747
 * @method $this withEnable($value)
1748
 */
1749
class SetOptimizeConfig extends Rpc
1750
{
1751
}
1752
1753
/**
1754
 * @method string getDomainName()
1755
 * @method $this withDomainName($value)
1756
 * @method string getOwnerId()
1757
 * @method $this withOwnerId($value)
1758
 * @method string getSecurityToken()
1759
 * @method $this withSecurityToken($value)
1760
 * @method string getEnable()
1761
 * @method $this withEnable($value)
1762
 */
1763
class SetPageCompressConfig extends Rpc
1764
{
1765
}
1766
1767
/**
1768
 * @method string getSecurityToken()
1769
 * @method $this withSecurityToken($value)
1770
 * @method string getDomainName()
1771
 * @method $this withDomainName($value)
1772
 * @method string getWeight()
1773
 * @method $this withWeight($value)
1774
 * @method string getCacheContent()
1775
 * @method $this withCacheContent($value)
1776
 * @method string getOwnerId()
1777
 * @method $this withOwnerId($value)
1778
 * @method string getTTL()
1779
 * @method $this withTTL($value)
1780
 */
1781
class SetPathCacheExpiredConfig extends Rpc
1782
{
1783
}
1784
1785
/**
1786
 * @method string getDomainName()
1787
 * @method $this withDomainName($value)
1788
 * @method string getOwnerId()
1789
 * @method $this withOwnerId($value)
1790
 * @method string getSecurityToken()
1791
 * @method $this withSecurityToken($value)
1792
 * @method string getEnable()
1793
 * @method $this withEnable($value)
1794
 */
1795
class SetRangeConfig extends Rpc
1796
{
1797
}
1798
1799
/**
1800
 * @method string getReferList()
1801
 * @method $this withReferList($value)
1802
 * @method string getSecurityToken()
1803
 * @method $this withSecurityToken($value)
1804
 * @method string getReferType()
1805
 * @method $this withReferType($value)
1806
 * @method string getDisableAst()
1807
 * @method $this withDisableAst($value)
1808
 * @method string getDomainName()
1809
 * @method $this withDomainName($value)
1810
 * @method string getOwnerId()
1811
 * @method $this withOwnerId($value)
1812
 * @method string getAllowEmpty()
1813
 * @method $this withAllowEmpty($value)
1814
 */
1815
class SetRefererConfig extends Rpc
1816
{
1817
}
1818
1819
/**
1820
 * @method string getKeepOssArgs()
1821
 * @method $this withKeepOssArgs($value)
1822
 * @method string getDomainName()
1823
 * @method $this withDomainName($value)
1824
 * @method string getOwnerId()
1825
 * @method $this withOwnerId($value)
1826
 * @method string getSecurityToken()
1827
 * @method $this withSecurityToken($value)
1828
 * @method string getAliRemoveArgs()
1829
 * @method $this withAliRemoveArgs($value)
1830
 */
1831
class SetRemoveQueryStringConfig extends Rpc
1832
{
1833
}
1834
1835
/**
1836
 * @method string getKey1()
1837
 * @method $this withKey1($value)
1838
 * @method string getKey2()
1839
 * @method $this withKey2($value)
1840
 * @method string getTimeOut()
1841
 * @method $this withTimeOut($value)
1842
 * @method string getAuthType()
1843
 * @method $this withAuthType($value)
1844
 * @method string getAuthRemoteDesc()
1845
 * @method $this withAuthRemoteDesc($value)
1846
 * @method string getSecurityToken()
1847
 * @method $this withSecurityToken($value)
1848
 * @method string getDomainName()
1849
 * @method $this withDomainName($value)
1850
 * @method string getOwnerId()
1851
 * @method $this withOwnerId($value)
1852
 */
1853
class SetReqAuthConfig extends Rpc
1854
{
1855
}
1856
1857
/**
1858
 * @method string getSecurityToken()
1859
 * @method $this withSecurityToken($value)
1860
 * @method string getValue()
1861
 * @method $this withValue($value)
1862
 * @method string getKey()
1863
 * @method $this withKey($value)
1864
 * @method string getDomainName()
1865
 * @method $this withDomainName($value)
1866
 * @method string getOwnerId()
1867
 * @method $this withOwnerId($value)
1868
 * @method string getConfigId()
1869
 * @method $this withConfigId($value)
1870
 */
1871
class SetReqHeaderConfig extends Rpc
1872
{
1873
}
1874
1875
/**
1876
 * @method string getDomainName()
1877
 * @method $this withDomainName($value)
1878
 * @method string getOwnerId()
1879
 * @method $this withOwnerId($value)
1880
 * @method string getSecurityToken()
1881
 * @method $this withSecurityToken($value)
1882
 * @method string getEnable()
1883
 * @method $this withEnable($value)
1884
 * @method string getBackSrcDomain()
1885
 * @method $this withBackSrcDomain($value)
1886
 */
1887
class SetSourceHostConfig extends Rpc
1888
{
1889
}
1890
1891
/**
1892
 * @method string getDomainName()
1893
 * @method $this withDomainName($value)
1894
 * @method string getOwnerId()
1895
 * @method $this withOwnerId($value)
1896
 * @method string getSecurityToken()
1897
 * @method $this withSecurityToken($value)
1898
 * @method string getEnable()
1899
 * @method $this withEnable($value)
1900
 */
1901
class SetVideoSeekConfig extends Rpc
1902
{
1903
}
1904
1905
/**
1906
 * @method string getDomainName()
1907
 * @method $this withDomainName($value)
1908
 * @method string getOwnerId()
1909
 * @method $this withOwnerId($value)
1910
 * @method string getSecurityToken()
1911
 * @method $this withSecurityToken($value)
1912
 */
1913
class StartCdnDomain extends Rpc
1914
{
1915
}
1916
1917
/**
1918
 * @method string getDomainName()
1919
 * @method $this withDomainName($value)
1920
 * @method string getOwnerId()
1921
 * @method $this withOwnerId($value)
1922
 * @method string getSecurityToken()
1923
 * @method $this withSecurityToken($value)
1924
 */
1925
class StopCdnDomain extends Rpc
1926
{
1927
}
1928