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 ( 23fb0f...d03004 )
by
unknown
08:27
created

AddGtmAddressPool::withIspCityNode()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 9
Code Lines 5

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 5
dl 0
loc 9
c 0
b 0
f 0
rs 10
cc 2
nc 2
nop 1
1
<?php
2
3
namespace AlibabaCloud\Alidns\V20150109;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AddDomain addDomain(array $options = [])
9
 * @method AddDomainGroup addDomainGroup(array $options = [])
10
 * @method AddDomainRecord addDomainRecord(array $options = [])
11
 * @method AddGtmAccessStrategy addGtmAccessStrategy(array $options = [])
12
 * @method AddGtmAddressPool addGtmAddressPool(array $options = [])
13
 * @method AddGtmMonitor addGtmMonitor(array $options = [])
14
 * @method AddGtmRecoveryPlan addGtmRecoveryPlan(array $options = [])
15
 * @method ChangeDomainGroup changeDomainGroup(array $options = [])
16
 * @method ChangeDomainOfDnsProduct changeDomainOfDnsProduct(array $options = [])
17
 * @method DeleteDomain deleteDomain(array $options = [])
18
 * @method DeleteDomainGroup deleteDomainGroup(array $options = [])
19
 * @method DeleteDomainRecord deleteDomainRecord(array $options = [])
20
 * @method DeleteGtmAccessStrategy deleteGtmAccessStrategy(array $options = [])
21
 * @method DeleteGtmAddressPool deleteGtmAddressPool(array $options = [])
22
 * @method DeleteGtmRecoveryPlan deleteGtmRecoveryPlan(array $options = [])
23
 * @method DeleteSubDomainRecords deleteSubDomainRecords(array $options = [])
24
 * @method DescribeBatchResultCount describeBatchResultCount(array $options = [])
25
 * @method DescribeBatchResultDetail describeBatchResultDetail(array $options = [])
26
 * @method DescribeDnsProductInstance describeDnsProductInstance(array $options = [])
27
 * @method DescribeDnsProductInstances describeDnsProductInstances(array $options = [])
28
 * @method DescribeDNSSLBSubDomains describeDNSSLBSubDomains(array $options = [])
29
 * @method DescribeDomainGroups describeDomainGroups(array $options = [])
30
 * @method DescribeDomainInfo describeDomainInfo(array $options = [])
31
 * @method DescribeDomainLogs describeDomainLogs(array $options = [])
32
 * @method DescribeDomainNs describeDomainNs(array $options = [])
33
 * @method DescribeDomainRecordInfo describeDomainRecordInfo(array $options = [])
34
 * @method DescribeDomainRecords describeDomainRecords(array $options = [])
35
 * @method DescribeDomains describeDomains(array $options = [])
36
 * @method DescribeDomainStatistics describeDomainStatistics(array $options = [])
37
 * @method DescribeDomainStatisticsSummary describeDomainStatisticsSummary(array $options = [])
38
 * @method DescribeGtmAccessStrategies describeGtmAccessStrategies(array $options = [])
39
 * @method DescribeGtmAccessStrategy describeGtmAccessStrategy(array $options = [])
40
 * @method DescribeGtmAccessStrategyAvailableConfig describeGtmAccessStrategyAvailableConfig(array $options = [])
41
 * @method DescribeGtmAvailableAlertGroup describeGtmAvailableAlertGroup(array $options = [])
42
 * @method DescribeGtmInstance describeGtmInstance(array $options = [])
43
 * @method DescribeGtmInstanceAddressPool describeGtmInstanceAddressPool(array $options = [])
44
 * @method DescribeGtmInstanceAddressPools describeGtmInstanceAddressPools(array $options = [])
45
 * @method DescribeGtmInstances describeGtmInstances(array $options = [])
46
 * @method DescribeGtmInstanceStatus describeGtmInstanceStatus(array $options = [])
47
 * @method DescribeGtmInstanceSystemCname describeGtmInstanceSystemCname(array $options = [])
48
 * @method DescribeGtmLogs describeGtmLogs(array $options = [])
49
 * @method DescribeGtmMonitorAvailableConfig describeGtmMonitorAvailableConfig(array $options = [])
50
 * @method DescribeGtmMonitorConfig describeGtmMonitorConfig(array $options = [])
51
 * @method DescribeGtmRecoveryPlan describeGtmRecoveryPlan(array $options = [])
52
 * @method DescribeGtmRecoveryPlanAvailableConfig describeGtmRecoveryPlanAvailableConfig(array $options = [])
53
 * @method DescribeGtmRecoveryPlans describeGtmRecoveryPlans(array $options = [])
54
 * @method DescribeRecordLogs describeRecordLogs(array $options = [])
55
 * @method DescribeRecordStatistics describeRecordStatistics(array $options = [])
56
 * @method DescribeRecordStatisticsSummary describeRecordStatisticsSummary(array $options = [])
57
 * @method DescribeSubDomainRecords describeSubDomainRecords(array $options = [])
58
 * @method DescribeSupportLines describeSupportLines(array $options = [])
59
 * @method ExecuteGtmRecoveryPlan executeGtmRecoveryPlan(array $options = [])
60
 * @method GetMainDomainName getMainDomainName(array $options = [])
61
 * @method ModifyHichinaDomainDNS modifyHichinaDomainDNS(array $options = [])
62
 * @method OperateBatchDomain operateBatchDomain(array $options = [])
63
 * @method PreviewGtmRecoveryPlan previewGtmRecoveryPlan(array $options = [])
64
 * @method RollbackGtmRecoveryPlan rollbackGtmRecoveryPlan(array $options = [])
65
 * @method SetDNSSLBStatus setDNSSLBStatus(array $options = [])
66
 * @method SetDomainRecordStatus setDomainRecordStatus(array $options = [])
67
 * @method SetGtmAccessMode setGtmAccessMode(array $options = [])
68
 * @method SetGtmMonitorStatus setGtmMonitorStatus(array $options = [])
69
 * @method UpdateDNSSLBWeight updateDNSSLBWeight(array $options = [])
70
 * @method UpdateDomainGroup updateDomainGroup(array $options = [])
71
 * @method UpdateDomainRecord updateDomainRecord(array $options = [])
72
 * @method UpdateDomainRecordRemark updateDomainRecordRemark(array $options = [])
73
 * @method UpdateDomainRemark updateDomainRemark(array $options = [])
74
 * @method UpdateGtmAccessStrategy updateGtmAccessStrategy(array $options = [])
75
 * @method UpdateGtmAddressPool updateGtmAddressPool(array $options = [])
76
 * @method UpdateGtmInstanceGlobalConfig updateGtmInstanceGlobalConfig(array $options = [])
77
 * @method UpdateGtmMonitor updateGtmMonitor(array $options = [])
78
 * @method UpdateGtmRecoveryPlan updateGtmRecoveryPlan(array $options = [])
79
 */
80
class AlidnsApiResolver extends ApiResolver
81
{
82
}
83
84
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
85
{
86
    /** @var string */
87
    public $product = 'Alidns';
88
89
    /** @var string */
90
    public $version = '2015-01-09';
91
92
    /** @var string */
93
    public $method = 'POST';
94
95
    /** @var string */
96
    public $serviceCode = 'alidns';
97
}
98
99
/**
100
 * @method string getGroupId()
101
 * @method $this withGroupId($value)
102
 * @method string getDomainName()
103
 * @method $this withDomainName($value)
104
 * @method string getResourceGroupId()
105
 * @method $this withResourceGroupId($value)
106
 * @method string getUserClientIp()
107
 * @method $this withUserClientIp($value)
108
 * @method string getLang()
109
 * @method $this withLang($value)
110
 */
111
class AddDomain extends Rpc
112
{
113
}
114
115
/**
116
 * @method string getGroupName()
117
 * @method $this withGroupName($value)
118
 * @method string getUserClientIp()
119
 * @method $this withUserClientIp($value)
120
 * @method string getLang()
121
 * @method $this withLang($value)
122
 */
123
class AddDomainGroup extends Rpc
124
{
125
}
126
127
/**
128
 * @method string getRR()
129
 * @method $this withRR($value)
130
 * @method string getLine()
131
 * @method $this withLine($value)
132
 * @method string getType()
133
 * @method $this withType($value)
134
 * @method string getLang()
135
 * @method $this withLang($value)
136
 * @method string getValue()
137
 * @method $this withValue($value)
138
 * @method string getDomainName()
139
 * @method $this withDomainName($value)
140
 * @method string getPriority()
141
 * @method $this withPriority($value)
142
 * @method string getTTL()
143
 * @method $this withTTL($value)
144
 * @method string getUserClientIp()
145
 * @method $this withUserClientIp($value)
146
 */
147
class AddDomainRecord extends Rpc
148
{
149
}
150
151
/**
152
 * @method string getDefaultAddrPoolId()
153
 * @method $this withDefaultAddrPoolId($value)
154
 * @method string getFailoverAddrPoolId()
155
 * @method $this withFailoverAddrPoolId($value)
156
 * @method string getStrategyName()
157
 * @method $this withStrategyName($value)
158
 * @method string getAccessLines()
159
 * @method $this withAccessLines($value)
160
 * @method string getInstanceId()
161
 * @method $this withInstanceId($value)
162
 * @method string getUserClientIp()
163
 * @method $this withUserClientIp($value)
164
 * @method string getLang()
165
 * @method $this withLang($value)
166
 */
167
class AddGtmAccessStrategy extends Rpc
168
{
169
}
170
171
/**
172
 * @method string getMonitorExtendInfo()
173
 * @method $this withMonitorExtendInfo($value)
174
 * @method string getType()
175
 * @method $this withType($value)
176
 * @method string getTimeout()
177
 * @method $this withTimeout($value)
178
 * @method string getMinAvailableAddrNum()
179
 * @method $this withMinAvailableAddrNum($value)
180
 * @method string getEvaluationCount()
181
 * @method $this withEvaluationCount($value)
182
 * @method string getLang()
183
 * @method $this withLang($value)
184
 * @method array getAddr()
185
 * @method string getMonitorStatus()
186
 * @method $this withMonitorStatus($value)
187
 * @method string getInstanceId()
188
 * @method $this withInstanceId($value)
189
 * @method string getUserClientIp()
190
 * @method $this withUserClientIp($value)
191
 * @method string getName()
192
 * @method $this withName($value)
193
 * @method string getProtocolType()
194
 * @method $this withProtocolType($value)
195
 * @method string getInterval()
196
 * @method $this withInterval($value)
197
 * @method array getIspCityNode()
198
 */
199
class AddGtmAddressPool extends Rpc
200
{
201
202
    /**
203
     * @param array $addr
204
     *
205
     * @return $this
206
     */
207
	public function withAddr(array $addr)
208
	{
209
	    $this->data['Addr'] = $addr;
210
		foreach ($addr as $depth1 => $depth1Value) {
211
			$this->options['query']['Addr.' . ($depth1 + 1) . '.Mode'] = $depth1Value['Mode'];
212
			$this->options['query']['Addr.' . ($depth1 + 1) . '.LbaWeight'] = $depth1Value['LbaWeight'];
213
			$this->options['query']['Addr.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
214
		}
215
216
		return $this;
217
    }
218
219
    /**
220
     * @param array $ispCityNode
221
     *
222
     * @return $this
223
     */
224
	public function withIspCityNode(array $ispCityNode)
225
	{
226
	    $this->data['IspCityNode'] = $ispCityNode;
227
		foreach ($ispCityNode as $depth1 => $depth1Value) {
228
			$this->options['query']['IspCityNode.' . ($depth1 + 1) . '.CityCode'] = $depth1Value['CityCode'];
229
			$this->options['query']['IspCityNode.' . ($depth1 + 1) . '.IspCode'] = $depth1Value['IspCode'];
230
		}
231
232
		return $this;
233
    }
234
}
235
236
/**
237
 * @method string getMonitorExtendInfo()
238
 * @method $this withMonitorExtendInfo($value)
239
 * @method string getTimeout()
240
 * @method $this withTimeout($value)
241
 * @method string getAddrPoolId()
242
 * @method $this withAddrPoolId($value)
243
 * @method string getUserClientIp()
244
 * @method $this withUserClientIp($value)
245
 * @method string getEvaluationCount()
246
 * @method $this withEvaluationCount($value)
247
 * @method string getProtocolType()
248
 * @method $this withProtocolType($value)
249
 * @method string getInterval()
250
 * @method $this withInterval($value)
251
 * @method string getLang()
252
 * @method $this withLang($value)
253
 * @method array getIspCityNode()
254
 */
255
class AddGtmMonitor extends Rpc
256
{
257
258
    /**
259
     * @param array $ispCityNode
260
     *
261
     * @return $this
262
     */
263
	public function withIspCityNode(array $ispCityNode)
264
	{
265
	    $this->data['IspCityNode'] = $ispCityNode;
266
		foreach ($ispCityNode as $depth1 => $depth1Value) {
267
			$this->options['query']['IspCityNode.' . ($depth1 + 1) . '.CityCode'] = $depth1Value['CityCode'];
268
			$this->options['query']['IspCityNode.' . ($depth1 + 1) . '.IspCode'] = $depth1Value['IspCode'];
269
		}
270
271
		return $this;
272
    }
273
}
274
275
/**
276
 * @method string getFaultAddrPool()
277
 * @method $this withFaultAddrPool($value)
278
 * @method string getRemark()
279
 * @method $this withRemark($value)
280
 * @method string getUserClientIp()
281
 * @method $this withUserClientIp($value)
282
 * @method string getName()
283
 * @method $this withName($value)
284
 * @method string getLang()
285
 * @method $this withLang($value)
286
 */
287
class AddGtmRecoveryPlan extends Rpc
288
{
289
}
290
291
/**
292
 * @method string getGroupId()
293
 * @method $this withGroupId($value)
294
 * @method string getDomainName()
295
 * @method $this withDomainName($value)
296
 * @method string getUserClientIp()
297
 * @method $this withUserClientIp($value)
298
 * @method string getLang()
299
 * @method $this withLang($value)
300
 */
301
class ChangeDomainGroup extends Rpc
302
{
303
}
304
305
/**
306
 * @method string getInstanceId()
307
 * @method $this withInstanceId($value)
308
 * @method string getNewDomain()
309
 * @method $this withNewDomain($value)
310
 * @method string getUserClientIp()
311
 * @method $this withUserClientIp($value)
312
 * @method string getForce()
313
 * @method $this withForce($value)
314
 * @method string getLang()
315
 * @method $this withLang($value)
316
 */
317
class ChangeDomainOfDnsProduct extends Rpc
318
{
319
}
320
321
/**
322
 * @method string getDomainName()
323
 * @method $this withDomainName($value)
324
 * @method string getUserClientIp()
325
 * @method $this withUserClientIp($value)
326
 * @method string getLang()
327
 * @method $this withLang($value)
328
 */
329
class DeleteDomain extends Rpc
330
{
331
}
332
333
/**
334
 * @method string getGroupId()
335
 * @method $this withGroupId($value)
336
 * @method string getUserClientIp()
337
 * @method $this withUserClientIp($value)
338
 * @method string getLang()
339
 * @method $this withLang($value)
340
 */
341
class DeleteDomainGroup extends Rpc
342
{
343
}
344
345
/**
346
 * @method string getRecordId()
347
 * @method $this withRecordId($value)
348
 * @method string getUserClientIp()
349
 * @method $this withUserClientIp($value)
350
 * @method string getLang()
351
 * @method $this withLang($value)
352
 */
353
class DeleteDomainRecord extends Rpc
354
{
355
}
356
357
/**
358
 * @method string getUserClientIp()
359
 * @method $this withUserClientIp($value)
360
 * @method string getStrategyId()
361
 * @method $this withStrategyId($value)
362
 * @method string getLang()
363
 * @method $this withLang($value)
364
 */
365
class DeleteGtmAccessStrategy extends Rpc
366
{
367
}
368
369
/**
370
 * @method string getAddrPoolId()
371
 * @method $this withAddrPoolId($value)
372
 * @method string getUserClientIp()
373
 * @method $this withUserClientIp($value)
374
 * @method string getLang()
375
 * @method $this withLang($value)
376
 */
377
class DeleteGtmAddressPool extends Rpc
378
{
379
}
380
381
/**
382
 * @method string getUserClientIp()
383
 * @method $this withUserClientIp($value)
384
 * @method string getRecoveryPlanId()
385
 * @method $this withRecoveryPlanId($value)
386
 * @method string getLang()
387
 * @method $this withLang($value)
388
 */
389
class DeleteGtmRecoveryPlan extends Rpc
390
{
391
}
392
393
/**
394
 * @method string getRR()
395
 * @method $this withRR($value)
396
 * @method string getDomainName()
397
 * @method $this withDomainName($value)
398
 * @method string getType()
399
 * @method $this withType($value)
400
 * @method string getUserClientIp()
401
 * @method $this withUserClientIp($value)
402
 * @method string getLang()
403
 * @method $this withLang($value)
404
 */
405
class DeleteSubDomainRecords extends Rpc
406
{
407
}
408
409
/**
410
 * @method string getBatchType()
411
 * @method $this withBatchType($value)
412
 * @method string getUserClientIp()
413
 * @method $this withUserClientIp($value)
414
 * @method string getLang()
415
 * @method $this withLang($value)
416
 * @method string getTaskId()
417
 * @method $this withTaskId($value)
418
 */
419
class DescribeBatchResultCount extends Rpc
420
{
421
}
422
423
/**
424
 * @method string getBatchType()
425
 * @method $this withBatchType($value)
426
 * @method string getPageNumber()
427
 * @method $this withPageNumber($value)
428
 * @method string getUserClientIp()
429
 * @method $this withUserClientIp($value)
430
 * @method string getPageSize()
431
 * @method $this withPageSize($value)
432
 * @method string getLang()
433
 * @method $this withLang($value)
434
 * @method string getTaskId()
435
 * @method $this withTaskId($value)
436
 */
437
class DescribeBatchResultDetail extends Rpc
438
{
439
}
440
441
/**
442
 * @method string getInstanceId()
443
 * @method $this withInstanceId($value)
444
 * @method string getUserClientIp()
445
 * @method $this withUserClientIp($value)
446
 * @method string getLang()
447
 * @method $this withLang($value)
448
 */
449
class DescribeDnsProductInstance extends Rpc
450
{
451
}
452
453
/**
454
 * @method string getPageNumber()
455
 * @method $this withPageNumber($value)
456
 * @method string getUserClientIp()
457
 * @method $this withUserClientIp($value)
458
 * @method string getPageSize()
459
 * @method $this withPageSize($value)
460
 * @method string getLang()
461
 * @method $this withLang($value)
462
 * @method string getVersionCode()
463
 * @method $this withVersionCode($value)
464
 */
465
class DescribeDnsProductInstances extends Rpc
466
{
467
}
468
469
/**
470
 * @method string getDomainName()
471
 * @method $this withDomainName($value)
472
 * @method string getPageNumber()
473
 * @method $this withPageNumber($value)
474
 * @method string getUserClientIp()
475
 * @method $this withUserClientIp($value)
476
 * @method string getPageSize()
477
 * @method $this withPageSize($value)
478
 * @method string getLang()
479
 * @method $this withLang($value)
480
 */
481
class DescribeDNSSLBSubDomains extends Rpc
482
{
483
}
484
485
/**
486
 * @method string getPageNumber()
487
 * @method $this withPageNumber($value)
488
 * @method string getUserClientIp()
489
 * @method $this withUserClientIp($value)
490
 * @method string getPageSize()
491
 * @method $this withPageSize($value)
492
 * @method string getLang()
493
 * @method $this withLang($value)
494
 * @method string getKeyWord()
495
 * @method $this withKeyWord($value)
496
 */
497
class DescribeDomainGroups extends Rpc
498
{
499
}
500
501
/**
502
 * @method string getDomainName()
503
 * @method $this withDomainName($value)
504
 * @method string getUserClientIp()
505
 * @method $this withUserClientIp($value)
506
 * @method string getLang()
507
 * @method $this withLang($value)
508
 * @method string getNeedDetailAttributes()
509
 * @method $this withNeedDetailAttributes($value)
510
 */
511
class DescribeDomainInfo extends Rpc
512
{
513
}
514
515
/**
516
 * @method string getGroupId()
517
 * @method $this withGroupId($value)
518
 * @method string getStartDate()
519
 * @method $this withStartDate($value)
520
 * @method string getType()
521
 * @method $this withType($value)
522
 * @method string getPageNumber()
523
 * @method $this withPageNumber($value)
524
 * @method string getEndDate()
525
 * @method string getUserClientIp()
526
 * @method $this withUserClientIp($value)
527
 * @method string getPageSize()
528
 * @method $this withPageSize($value)
529
 * @method string getLang()
530
 * @method $this withLang($value)
531
 * @method string getKeyWord()
532
 * @method $this withKeyWord($value)
533
 */
534
class DescribeDomainLogs extends Rpc
535
{
536
537
    /**
538
     * @param string $value
539
     *
540
     * @return $this
541
     */
542
    public function withEndDate($value)
543
    {
544
        $this->data['EndDate'] = $value;
545
        $this->options['query']['endDate'] = $value;
546
547
        return $this;
548
    }
549
}
550
551
/**
552
 * @method string getDomainName()
553
 * @method $this withDomainName($value)
554
 * @method string getUserClientIp()
555
 * @method $this withUserClientIp($value)
556
 * @method string getLang()
557
 * @method $this withLang($value)
558
 */
559
class DescribeDomainNs extends Rpc
560
{
561
}
562
563
/**
564
 * @method string getRecordId()
565
 * @method $this withRecordId($value)
566
 * @method string getUserClientIp()
567
 * @method $this withUserClientIp($value)
568
 * @method string getLang()
569
 * @method $this withLang($value)
570
 */
571
class DescribeDomainRecordInfo extends Rpc
572
{
573
}
574
575
/**
576
 * @method string getValueKeyWord()
577
 * @method $this withValueKeyWord($value)
578
 * @method string getLine()
579
 * @method $this withLine($value)
580
 * @method string getType()
581
 * @method $this withType($value)
582
 * @method string getPageNumber()
583
 * @method $this withPageNumber($value)
584
 * @method string getPageSize()
585
 * @method $this withPageSize($value)
586
 * @method string getLang()
587
 * @method $this withLang($value)
588
 * @method string getKeyWord()
589
 * @method $this withKeyWord($value)
590
 * @method string getRRKeyWord()
591
 * @method $this withRRKeyWord($value)
592
 * @method string getDirection()
593
 * @method $this withDirection($value)
594
 * @method string getGroupId()
595
 * @method $this withGroupId($value)
596
 * @method string getDomainName()
597
 * @method $this withDomainName($value)
598
 * @method string getOrderBy()
599
 * @method $this withOrderBy($value)
600
 * @method string getUserClientIp()
601
 * @method $this withUserClientIp($value)
602
 * @method string getSearchMode()
603
 * @method $this withSearchMode($value)
604
 * @method string getTypeKeyWord()
605
 * @method $this withTypeKeyWord($value)
606
 * @method string getStatus()
607
 * @method $this withStatus($value)
608
 */
609
class DescribeDomainRecords extends Rpc
610
{
611
}
612
613
/**
614
 * @method string getPageNumber()
615
 * @method $this withPageNumber($value)
616
 * @method string getResourceGroupId()
617
 * @method $this withResourceGroupId($value)
618
 * @method string getPageSize()
619
 * @method $this withPageSize($value)
620
 * @method string getLang()
621
 * @method $this withLang($value)
622
 * @method string getKeyWord()
623
 * @method $this withKeyWord($value)
624
 * @method string getDirection()
625
 * @method $this withDirection($value)
626
 * @method string getStarmark()
627
 * @method $this withStarmark($value)
628
 * @method string getGroupId()
629
 * @method $this withGroupId($value)
630
 * @method string getOrderBy()
631
 * @method $this withOrderBy($value)
632
 * @method string getUserClientIp()
633
 * @method $this withUserClientIp($value)
634
 * @method string getSearchMode()
635
 * @method $this withSearchMode($value)
636
 */
637
class DescribeDomains extends Rpc
638
{
639
}
640
641
/**
642
 * @method string getDomainName()
643
 * @method $this withDomainName($value)
644
 * @method string getStartDate()
645
 * @method $this withStartDate($value)
646
 * @method string getEndDate()
647
 * @method $this withEndDate($value)
648
 * @method string getUserClientIp()
649
 * @method $this withUserClientIp($value)
650
 * @method string getLang()
651
 * @method $this withLang($value)
652
 */
653
class DescribeDomainStatistics extends Rpc
654
{
655
}
656
657
/**
658
 * @method string getThreshold()
659
 * @method $this withThreshold($value)
660
 * @method string getStartDate()
661
 * @method $this withStartDate($value)
662
 * @method string getPageNumber()
663
 * @method $this withPageNumber($value)
664
 * @method string getPageSize()
665
 * @method $this withPageSize($value)
666
 * @method string getLang()
667
 * @method $this withLang($value)
668
 * @method string getKeyword()
669
 * @method $this withKeyword($value)
670
 * @method string getDirection()
671
 * @method $this withDirection($value)
672
 * @method string getOrderBy()
673
 * @method $this withOrderBy($value)
674
 * @method string getEndDate()
675
 * @method $this withEndDate($value)
676
 * @method string getUserClientIp()
677
 * @method $this withUserClientIp($value)
678
 * @method string getSearchMode()
679
 * @method $this withSearchMode($value)
680
 */
681
class DescribeDomainStatisticsSummary extends Rpc
682
{
683
}
684
685
/**
686
 * @method string getPageNumber()
687
 * @method $this withPageNumber($value)
688
 * @method string getInstanceId()
689
 * @method $this withInstanceId($value)
690
 * @method string getUserClientIp()
691
 * @method $this withUserClientIp($value)
692
 * @method string getPageSize()
693
 * @method $this withPageSize($value)
694
 * @method string getLang()
695
 * @method $this withLang($value)
696
 */
697
class DescribeGtmAccessStrategies extends Rpc
698
{
699
}
700
701
/**
702
 * @method string getUserClientIp()
703
 * @method $this withUserClientIp($value)
704
 * @method string getStrategyId()
705
 * @method $this withStrategyId($value)
706
 * @method string getLang()
707
 * @method $this withLang($value)
708
 */
709
class DescribeGtmAccessStrategy extends Rpc
710
{
711
}
712
713
/**
714
 * @method string getInstanceId()
715
 * @method $this withInstanceId($value)
716
 * @method string getUserClientIp()
717
 * @method $this withUserClientIp($value)
718
 * @method string getLang()
719
 * @method $this withLang($value)
720
 */
721
class DescribeGtmAccessStrategyAvailableConfig extends Rpc
722
{
723
}
724
725
/**
726
 * @method string getUserClientIp()
727
 * @method $this withUserClientIp($value)
728
 * @method string getLang()
729
 * @method $this withLang($value)
730
 */
731
class DescribeGtmAvailableAlertGroup extends Rpc
732
{
733
}
734
735
/**
736
 * @method string getInstanceId()
737
 * @method $this withInstanceId($value)
738
 * @method string getUserClientIp()
739
 * @method $this withUserClientIp($value)
740
 * @method string getLang()
741
 * @method $this withLang($value)
742
 * @method string getNeedDetailAttributes()
743
 * @method $this withNeedDetailAttributes($value)
744
 */
745
class DescribeGtmInstance extends Rpc
746
{
747
}
748
749
/**
750
 * @method string getAddrPoolId()
751
 * @method $this withAddrPoolId($value)
752
 * @method string getUserClientIp()
753
 * @method $this withUserClientIp($value)
754
 * @method string getLang()
755
 * @method $this withLang($value)
756
 */
757
class DescribeGtmInstanceAddressPool extends Rpc
758
{
759
}
760
761
/**
762
 * @method string getPageNumber()
763
 * @method $this withPageNumber($value)
764
 * @method string getInstanceId()
765
 * @method $this withInstanceId($value)
766
 * @method string getUserClientIp()
767
 * @method $this withUserClientIp($value)
768
 * @method string getPageSize()
769
 * @method $this withPageSize($value)
770
 * @method string getLang()
771
 * @method $this withLang($value)
772
 */
773
class DescribeGtmInstanceAddressPools extends Rpc
774
{
775
}
776
777
/**
778
 * @method string getPageNumber()
779
 * @method $this withPageNumber($value)
780
 * @method string getResourceGroupId()
781
 * @method $this withResourceGroupId($value)
782
 * @method string getUserClientIp()
783
 * @method $this withUserClientIp($value)
784
 * @method string getPageSize()
785
 * @method $this withPageSize($value)
786
 * @method string getLang()
787
 * @method $this withLang($value)
788
 * @method string getKeyword()
789
 * @method $this withKeyword($value)
790
 * @method string getNeedDetailAttributes()
791
 * @method $this withNeedDetailAttributes($value)
792
 */
793
class DescribeGtmInstances extends Rpc
794
{
795
}
796
797
/**
798
 * @method string getInstanceId()
799
 * @method $this withInstanceId($value)
800
 * @method string getUserClientIp()
801
 * @method $this withUserClientIp($value)
802
 * @method string getLang()
803
 * @method $this withLang($value)
804
 */
805
class DescribeGtmInstanceStatus extends Rpc
806
{
807
}
808
809
/**
810
 * @method string getInstanceId()
811
 * @method $this withInstanceId($value)
812
 * @method string getUserClientIp()
813
 * @method $this withUserClientIp($value)
814
 * @method string getLang()
815
 * @method $this withLang($value)
816
 */
817
class DescribeGtmInstanceSystemCname extends Rpc
818
{
819
}
820
821
/**
822
 * @method string getStartTimestamp()
823
 * @method $this withStartTimestamp($value)
824
 * @method string getPageNumber()
825
 * @method $this withPageNumber($value)
826
 * @method string getEndTimestamp()
827
 * @method $this withEndTimestamp($value)
828
 * @method string getInstanceId()
829
 * @method $this withInstanceId($value)
830
 * @method string getUserClientIp()
831
 * @method $this withUserClientIp($value)
832
 * @method string getPageSize()
833
 * @method $this withPageSize($value)
834
 * @method string getLang()
835
 * @method $this withLang($value)
836
 * @method string getKeyword()
837
 * @method $this withKeyword($value)
838
 */
839
class DescribeGtmLogs extends Rpc
840
{
841
}
842
843
/**
844
 * @method string getUserClientIp()
845
 * @method $this withUserClientIp($value)
846
 * @method string getLang()
847
 * @method $this withLang($value)
848
 */
849
class DescribeGtmMonitorAvailableConfig extends Rpc
850
{
851
}
852
853
/**
854
 * @method string getMonitorConfigId()
855
 * @method $this withMonitorConfigId($value)
856
 * @method string getUserClientIp()
857
 * @method $this withUserClientIp($value)
858
 * @method string getLang()
859
 * @method $this withLang($value)
860
 */
861
class DescribeGtmMonitorConfig extends Rpc
862
{
863
}
864
865
/**
866
 * @method string getUserClientIp()
867
 * @method $this withUserClientIp($value)
868
 * @method string getRecoveryPlanId()
869
 * @method $this withRecoveryPlanId($value)
870
 * @method string getLang()
871
 * @method $this withLang($value)
872
 */
873
class DescribeGtmRecoveryPlan extends Rpc
874
{
875
}
876
877
/**
878
 * @method string getUserClientIp()
879
 * @method $this withUserClientIp($value)
880
 * @method string getLang()
881
 * @method $this withLang($value)
882
 */
883
class DescribeGtmRecoveryPlanAvailableConfig extends Rpc
884
{
885
}
886
887
/**
888
 * @method string getPageNumber()
889
 * @method $this withPageNumber($value)
890
 * @method string getUserClientIp()
891
 * @method $this withUserClientIp($value)
892
 * @method string getPageSize()
893
 * @method $this withPageSize($value)
894
 * @method string getLang()
895
 * @method $this withLang($value)
896
 * @method string getKeyword()
897
 * @method $this withKeyword($value)
898
 */
899
class DescribeGtmRecoveryPlans extends Rpc
900
{
901
}
902
903
/**
904
 * @method string getDomainName()
905
 * @method $this withDomainName($value)
906
 * @method string getStartDate()
907
 * @method $this withStartDate($value)
908
 * @method string getPageNumber()
909
 * @method $this withPageNumber($value)
910
 * @method string getEndDate()
911
 * @method string getUserClientIp()
912
 * @method $this withUserClientIp($value)
913
 * @method string getPageSize()
914
 * @method $this withPageSize($value)
915
 * @method string getLang()
916
 * @method $this withLang($value)
917
 * @method string getKeyWord()
918
 * @method $this withKeyWord($value)
919
 */
920
class DescribeRecordLogs extends Rpc
921
{
922
923
    /**
924
     * @param string $value
925
     *
926
     * @return $this
927
     */
928
    public function withEndDate($value)
929
    {
930
        $this->data['EndDate'] = $value;
931
        $this->options['query']['endDate'] = $value;
932
933
        return $this;
934
    }
935
}
936
937
/**
938
 * @method string getRr()
939
 * @method $this withRr($value)
940
 * @method string getDomainName()
941
 * @method $this withDomainName($value)
942
 * @method string getStartDate()
943
 * @method $this withStartDate($value)
944
 * @method string getEndDate()
945
 * @method $this withEndDate($value)
946
 * @method string getUserClientIp()
947
 * @method $this withUserClientIp($value)
948
 * @method string getLang()
949
 * @method $this withLang($value)
950
 */
951
class DescribeRecordStatistics extends Rpc
952
{
953
}
954
955
/**
956
 * @method string getThreshold()
957
 * @method $this withThreshold($value)
958
 * @method string getStartDate()
959
 * @method $this withStartDate($value)
960
 * @method string getPageNumber()
961
 * @method $this withPageNumber($value)
962
 * @method string getPageSize()
963
 * @method $this withPageSize($value)
964
 * @method string getLang()
965
 * @method $this withLang($value)
966
 * @method string getKeyword()
967
 * @method $this withKeyword($value)
968
 * @method string getDirection()
969
 * @method $this withDirection($value)
970
 * @method string getDomainName()
971
 * @method $this withDomainName($value)
972
 * @method string getOrderBy()
973
 * @method $this withOrderBy($value)
974
 * @method string getEndDate()
975
 * @method $this withEndDate($value)
976
 * @method string getUserClientIp()
977
 * @method $this withUserClientIp($value)
978
 * @method string getSearchMode()
979
 * @method $this withSearchMode($value)
980
 */
981
class DescribeRecordStatisticsSummary extends Rpc
982
{
983
}
984
985
/**
986
 * @method string getLine()
987
 * @method $this withLine($value)
988
 * @method string getDomainName()
989
 * @method $this withDomainName($value)
990
 * @method string getType()
991
 * @method $this withType($value)
992
 * @method string getPageNumber()
993
 * @method $this withPageNumber($value)
994
 * @method string getUserClientIp()
995
 * @method $this withUserClientIp($value)
996
 * @method string getPageSize()
997
 * @method $this withPageSize($value)
998
 * @method string getSubDomain()
999
 * @method $this withSubDomain($value)
1000
 * @method string getLang()
1001
 * @method $this withLang($value)
1002
 */
1003
class DescribeSubDomainRecords extends Rpc
1004
{
1005
}
1006
1007
/**
1008
 * @method string getDomainName()
1009
 * @method $this withDomainName($value)
1010
 * @method string getUserClientIp()
1011
 * @method $this withUserClientIp($value)
1012
 * @method string getLang()
1013
 * @method $this withLang($value)
1014
 */
1015
class DescribeSupportLines extends Rpc
1016
{
1017
}
1018
1019
/**
1020
 * @method string getUserClientIp()
1021
 * @method $this withUserClientIp($value)
1022
 * @method string getRecoveryPlanId()
1023
 * @method $this withRecoveryPlanId($value)
1024
 * @method string getLang()
1025
 * @method $this withLang($value)
1026
 */
1027
class ExecuteGtmRecoveryPlan extends Rpc
1028
{
1029
}
1030
1031
/**
1032
 * @method string getInputString()
1033
 * @method $this withInputString($value)
1034
 * @method string getUserClientIp()
1035
 * @method $this withUserClientIp($value)
1036
 * @method string getLang()
1037
 * @method $this withLang($value)
1038
 */
1039
class GetMainDomainName extends Rpc
1040
{
1041
}
1042
1043
/**
1044
 * @method string getDomainName()
1045
 * @method $this withDomainName($value)
1046
 * @method string getUserClientIp()
1047
 * @method $this withUserClientIp($value)
1048
 * @method string getLang()
1049
 * @method $this withLang($value)
1050
 */
1051
class ModifyHichinaDomainDNS extends Rpc
1052
{
1053
}
1054
1055
/**
1056
 * @method array getDomainRecordInfo()
1057
 * @method string getType()
1058
 * @method $this withType($value)
1059
 * @method string getUserClientIp()
1060
 * @method $this withUserClientIp($value)
1061
 * @method string getLang()
1062
 * @method $this withLang($value)
1063
 */
1064
class OperateBatchDomain extends Rpc
1065
{
1066
1067
    /**
1068
     * @param array $domainRecordInfo
1069
     *
1070
     * @return $this
1071
     */
1072
	public function withDomainRecordInfo(array $domainRecordInfo)
1073
	{
1074
	    $this->data['DomainRecordInfo'] = $domainRecordInfo;
1075
		foreach ($domainRecordInfo as $depth1 => $depth1Value) {
1076
			$this->options['query']['DomainRecordInfo.' . ($depth1 + 1) . '.Rr'] = $depth1Value['Rr'];
1077
			$this->options['query']['DomainRecordInfo.' . ($depth1 + 1) . '.NewType'] = $depth1Value['NewType'];
1078
			$this->options['query']['DomainRecordInfo.' . ($depth1 + 1) . '.NewValue'] = $depth1Value['NewValue'];
1079
			$this->options['query']['DomainRecordInfo.' . ($depth1 + 1) . '.Line'] = $depth1Value['Line'];
1080
			$this->options['query']['DomainRecordInfo.' . ($depth1 + 1) . '.Domain'] = $depth1Value['Domain'];
1081
			$this->options['query']['DomainRecordInfo.' . ($depth1 + 1) . '.Type'] = $depth1Value['Type'];
1082
			$this->options['query']['DomainRecordInfo.' . ($depth1 + 1) . '.Priority'] = $depth1Value['Priority'];
1083
			$this->options['query']['DomainRecordInfo.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
1084
			$this->options['query']['DomainRecordInfo.' . ($depth1 + 1) . '.Ttl'] = $depth1Value['Ttl'];
1085
			$this->options['query']['DomainRecordInfo.' . ($depth1 + 1) . '.NewRr'] = $depth1Value['NewRr'];
1086
		}
1087
1088
		return $this;
1089
    }
1090
}
1091
1092
/**
1093
 * @method string getPageNumber()
1094
 * @method $this withPageNumber($value)
1095
 * @method string getUserClientIp()
1096
 * @method $this withUserClientIp($value)
1097
 * @method string getPageSize()
1098
 * @method $this withPageSize($value)
1099
 * @method string getRecoveryPlanId()
1100
 * @method $this withRecoveryPlanId($value)
1101
 * @method string getLang()
1102
 * @method $this withLang($value)
1103
 */
1104
class PreviewGtmRecoveryPlan extends Rpc
1105
{
1106
}
1107
1108
/**
1109
 * @method string getUserClientIp()
1110
 * @method $this withUserClientIp($value)
1111
 * @method string getRecoveryPlanId()
1112
 * @method $this withRecoveryPlanId($value)
1113
 * @method string getLang()
1114
 * @method $this withLang($value)
1115
 */
1116
class RollbackGtmRecoveryPlan extends Rpc
1117
{
1118
}
1119
1120
/**
1121
 * @method string getDomainName()
1122
 * @method $this withDomainName($value)
1123
 * @method string getType()
1124
 * @method $this withType($value)
1125
 * @method string getUserClientIp()
1126
 * @method $this withUserClientIp($value)
1127
 * @method string getSubDomain()
1128
 * @method $this withSubDomain($value)
1129
 * @method string getLang()
1130
 * @method $this withLang($value)
1131
 * @method string getOpen()
1132
 * @method $this withOpen($value)
1133
 */
1134
class SetDNSSLBStatus extends Rpc
1135
{
1136
}
1137
1138
/**
1139
 * @method string getRecordId()
1140
 * @method $this withRecordId($value)
1141
 * @method string getUserClientIp()
1142
 * @method $this withUserClientIp($value)
1143
 * @method string getLang()
1144
 * @method $this withLang($value)
1145
 * @method string getStatus()
1146
 * @method $this withStatus($value)
1147
 */
1148
class SetDomainRecordStatus extends Rpc
1149
{
1150
}
1151
1152
/**
1153
 * @method string getUserClientIp()
1154
 * @method $this withUserClientIp($value)
1155
 * @method string getStrategyId()
1156
 * @method $this withStrategyId($value)
1157
 * @method string getLang()
1158
 * @method $this withLang($value)
1159
 * @method string getAccessMode()
1160
 * @method $this withAccessMode($value)
1161
 */
1162
class SetGtmAccessMode extends Rpc
1163
{
1164
}
1165
1166
/**
1167
 * @method string getMonitorConfigId()
1168
 * @method $this withMonitorConfigId($value)
1169
 * @method string getUserClientIp()
1170
 * @method $this withUserClientIp($value)
1171
 * @method string getLang()
1172
 * @method $this withLang($value)
1173
 * @method string getStatus()
1174
 * @method $this withStatus($value)
1175
 */
1176
class SetGtmMonitorStatus extends Rpc
1177
{
1178
}
1179
1180
/**
1181
 * @method string getWeight()
1182
 * @method $this withWeight($value)
1183
 * @method string getRecordId()
1184
 * @method $this withRecordId($value)
1185
 * @method string getUserClientIp()
1186
 * @method $this withUserClientIp($value)
1187
 * @method string getLang()
1188
 * @method $this withLang($value)
1189
 */
1190
class UpdateDNSSLBWeight extends Rpc
1191
{
1192
}
1193
1194
/**
1195
 * @method string getGroupId()
1196
 * @method $this withGroupId($value)
1197
 * @method string getGroupName()
1198
 * @method $this withGroupName($value)
1199
 * @method string getUserClientIp()
1200
 * @method $this withUserClientIp($value)
1201
 * @method string getLang()
1202
 * @method $this withLang($value)
1203
 */
1204
class UpdateDomainGroup extends Rpc
1205
{
1206
}
1207
1208
/**
1209
 * @method string getRR()
1210
 * @method $this withRR($value)
1211
 * @method string getLine()
1212
 * @method $this withLine($value)
1213
 * @method string getType()
1214
 * @method $this withType($value)
1215
 * @method string getLang()
1216
 * @method $this withLang($value)
1217
 * @method string getValue()
1218
 * @method $this withValue($value)
1219
 * @method string getPriority()
1220
 * @method $this withPriority($value)
1221
 * @method string getTTL()
1222
 * @method $this withTTL($value)
1223
 * @method string getRecordId()
1224
 * @method $this withRecordId($value)
1225
 * @method string getUserClientIp()
1226
 * @method $this withUserClientIp($value)
1227
 */
1228
class UpdateDomainRecord extends Rpc
1229
{
1230
}
1231
1232
/**
1233
 * @method string getRemark()
1234
 * @method $this withRemark($value)
1235
 * @method string getRecordId()
1236
 * @method $this withRecordId($value)
1237
 * @method string getUserClientIp()
1238
 * @method $this withUserClientIp($value)
1239
 * @method string getLang()
1240
 * @method $this withLang($value)
1241
 */
1242
class UpdateDomainRecordRemark extends Rpc
1243
{
1244
}
1245
1246
/**
1247
 * @method string getDomainName()
1248
 * @method $this withDomainName($value)
1249
 * @method string getRemark()
1250
 * @method $this withRemark($value)
1251
 * @method string getUserClientIp()
1252
 * @method $this withUserClientIp($value)
1253
 * @method string getLang()
1254
 * @method $this withLang($value)
1255
 */
1256
class UpdateDomainRemark extends Rpc
1257
{
1258
}
1259
1260
/**
1261
 * @method string getDefaultAddrPoolId()
1262
 * @method $this withDefaultAddrPoolId($value)
1263
 * @method string getFailoverAddrPoolId()
1264
 * @method $this withFailoverAddrPoolId($value)
1265
 * @method string getStrategyName()
1266
 * @method $this withStrategyName($value)
1267
 * @method string getAccessLines()
1268
 * @method $this withAccessLines($value)
1269
 * @method string getUserClientIp()
1270
 * @method $this withUserClientIp($value)
1271
 * @method string getStrategyId()
1272
 * @method $this withStrategyId($value)
1273
 * @method string getLang()
1274
 * @method $this withLang($value)
1275
 */
1276
class UpdateGtmAccessStrategy extends Rpc
1277
{
1278
}
1279
1280
/**
1281
 * @method string getType()
1282
 * @method $this withType($value)
1283
 * @method string getMinAvailableAddrNum()
1284
 * @method $this withMinAvailableAddrNum($value)
1285
 * @method string getAddrPoolId()
1286
 * @method $this withAddrPoolId($value)
1287
 * @method string getUserClientIp()
1288
 * @method $this withUserClientIp($value)
1289
 * @method string getName()
1290
 * @method $this withName($value)
1291
 * @method string getLang()
1292
 * @method $this withLang($value)
1293
 * @method array getAddr()
1294
 */
1295
class UpdateGtmAddressPool extends Rpc
1296
{
1297
1298
    /**
1299
     * @param array $addr
1300
     *
1301
     * @return $this
1302
     */
1303
	public function withAddr(array $addr)
1304
	{
1305
	    $this->data['Addr'] = $addr;
1306
		foreach ($addr as $depth1 => $depth1Value) {
1307
			$this->options['query']['Addr.' . ($depth1 + 1) . '.Mode'] = $depth1Value['Mode'];
1308
			$this->options['query']['Addr.' . ($depth1 + 1) . '.LbaWeight'] = $depth1Value['LbaWeight'];
1309
			$this->options['query']['Addr.' . ($depth1 + 1) . '.Value'] = $depth1Value['Value'];
1310
		}
1311
1312
		return $this;
1313
    }
1314
}
1315
1316
/**
1317
 * @method string getAlertGroup()
1318
 * @method $this withAlertGroup($value)
1319
 * @method string getCnameMode()
1320
 * @method $this withCnameMode($value)
1321
 * @method string getLbaStrategy()
1322
 * @method $this withLbaStrategy($value)
1323
 * @method string getTtl()
1324
 * @method $this withTtl($value)
1325
 * @method string getCnameCustomDomainName()
1326
 * @method $this withCnameCustomDomainName($value)
1327
 * @method string getInstanceId()
1328
 * @method $this withInstanceId($value)
1329
 * @method string getInstanceName()
1330
 * @method $this withInstanceName($value)
1331
 * @method string getUserDomainName()
1332
 * @method $this withUserDomainName($value)
1333
 * @method string getUserClientIp()
1334
 * @method $this withUserClientIp($value)
1335
 * @method string getLang()
1336
 * @method $this withLang($value)
1337
 */
1338
class UpdateGtmInstanceGlobalConfig extends Rpc
1339
{
1340
}
1341
1342
/**
1343
 * @method string getMonitorExtendInfo()
1344
 * @method $this withMonitorExtendInfo($value)
1345
 * @method string getMonitorConfigId()
1346
 * @method $this withMonitorConfigId($value)
1347
 * @method string getTimeout()
1348
 * @method $this withTimeout($value)
1349
 * @method string getUserClientIp()
1350
 * @method $this withUserClientIp($value)
1351
 * @method string getEvaluationCount()
1352
 * @method $this withEvaluationCount($value)
1353
 * @method string getProtocolType()
1354
 * @method $this withProtocolType($value)
1355
 * @method string getInterval()
1356
 * @method $this withInterval($value)
1357
 * @method string getLang()
1358
 * @method $this withLang($value)
1359
 * @method array getIspCityNode()
1360
 */
1361
class UpdateGtmMonitor extends Rpc
1362
{
1363
1364
    /**
1365
     * @param array $ispCityNode
1366
     *
1367
     * @return $this
1368
     */
1369
	public function withIspCityNode(array $ispCityNode)
1370
	{
1371
	    $this->data['IspCityNode'] = $ispCityNode;
1372
		foreach ($ispCityNode as $depth1 => $depth1Value) {
1373
			$this->options['query']['IspCityNode.' . ($depth1 + 1) . '.CityCode'] = $depth1Value['CityCode'];
1374
			$this->options['query']['IspCityNode.' . ($depth1 + 1) . '.IspCode'] = $depth1Value['IspCode'];
1375
		}
1376
1377
		return $this;
1378
    }
1379
}
1380
1381
/**
1382
 * @method string getFaultAddrPool()
1383
 * @method $this withFaultAddrPool($value)
1384
 * @method string getRemark()
1385
 * @method $this withRemark($value)
1386
 * @method string getUserClientIp()
1387
 * @method $this withUserClientIp($value)
1388
 * @method string getName()
1389
 * @method $this withName($value)
1390
 * @method string getRecoveryPlanId()
1391
 * @method $this withRecoveryPlanId($value)
1392
 * @method string getLang()
1393
 * @method $this withLang($value)
1394
 */
1395
class UpdateGtmRecoveryPlan extends Rpc
1396
{
1397
}
1398