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 ( bbbf8d...55a128 )
by
unknown
10:43
created

RebindCards   A

Complexity

Total Complexity 2

Size/Duplication

Total Lines 16
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 2
eloc 5
dl 0
loc 16
rs 10
c 0
b 0
f 0

1 Method

Rating   Name   Duplication   Size   Complexity  
A withIccids() 0 8 2
1
<?php
2
3
namespace AlibabaCloud\CC5G\V20220314;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AddDNSAuthorizationRule addDNSAuthorizationRule(array $options = [])
9
 * @method AddGroupDnsAuthorizationRule addGroupDnsAuthorizationRule(array $options = [])
10
 * @method AddWirelessCloudConnectorToGroup addWirelessCloudConnectorToGroup(array $options = [])
11
 * @method AttachVpcToNetLink attachVpcToNetLink(array $options = [])
12
 * @method CreateAuthorizationRule createAuthorizationRule(array $options = [])
13
 * @method CreateBatchOperateCardsTask createBatchOperateCardsTask(array $options = [])
14
 * @method CreateGroupAuthorizationRule createGroupAuthorizationRule(array $options = [])
15
 * @method CreateIoTCloudConnectorBackhaulRoute createIoTCloudConnectorBackhaulRoute(array $options = [])
16
 * @method CreateWirelessCloudConnector createWirelessCloudConnector(array $options = [])
17
 * @method CreateWirelessCloudConnectorGroup createWirelessCloudConnectorGroup(array $options = [])
18
 * @method DeleteAuthorizationRule deleteAuthorizationRule(array $options = [])
19
 * @method DeleteBatchOperateCardsTask deleteBatchOperateCardsTask(array $options = [])
20
 * @method DeleteGroupAuthorizationRule deleteGroupAuthorizationRule(array $options = [])
21
 * @method DeleteIoTCloudConnectorBackhaulRoute deleteIoTCloudConnectorBackhaulRoute(array $options = [])
22
 * @method DeleteWirelessCloudConnector deleteWirelessCloudConnector(array $options = [])
23
 * @method DeleteWirelessCloudConnectorGroup deleteWirelessCloudConnectorGroup(array $options = [])
24
 * @method DetachVpcFromNetLink detachVpcFromNetLink(array $options = [])
25
 * @method FailCards failCards(array $options = [])
26
 * @method GetCard getCard(array $options = [])
27
 * @method GetCardLockReason getCardLockReason(array $options = [])
28
 * @method GetCreateCustomerInformation getCreateCustomerInformation(array $options = [])
29
 * @method GetDiagnoseResultForSingleCard getDiagnoseResultForSingleCard(array $options = [])
30
 * @method GetWirelessCloudConnector getWirelessCloudConnector(array $options = [])
31
 * @method GrantNetLink grantNetLink(array $options = [])
32
 * @method ListAPNs listAPNs(array $options = [])
33
 * @method ListAuthorizationRules listAuthorizationRules(array $options = [])
34
 * @method ListBatchOperateCardsTasks listBatchOperateCardsTasks(array $options = [])
35
 * @method ListCards listCards(array $options = [])
36
 * @method ListCardUsages listCardUsages(array $options = [])
37
 * @method ListDataPackages listDataPackages(array $options = [])
38
 * @method ListDiagnoseInfoForSingleCard listDiagnoseInfoForSingleCard(array $options = [])
39
 * @method ListGroupAuthorizationRules listGroupAuthorizationRules(array $options = [])
40
 * @method ListIoTCloudConnectorBackhaulRoute listIoTCloudConnectorBackhaulRoute(array $options = [])
41
 * @method ListOrders listOrders(array $options = [])
42
 * @method ListRegions listRegions(array $options = [])
43
 * @method ListWirelessCloudConnectorGroups listWirelessCloudConnectorGroups(array $options = [])
44
 * @method ListWirelessCloudConnectors listWirelessCloudConnectors(array $options = [])
45
 * @method ListZones listZones(array $options = [])
46
 * @method LockCards lockCards(array $options = [])
47
 * @method ModifyWirelessCloudConnectorFeature modifyWirelessCloudConnectorFeature(array $options = [])
48
 * @method OpenCc5gService openCc5gService(array $options = [])
49
 * @method RebindCards rebindCards(array $options = [])
50
 * @method RemoveWirelessCloudConnectorFromGroup removeWirelessCloudConnectorFromGroup(array $options = [])
51
 * @method ResumeCards resumeCards(array $options = [])
52
 * @method RevokeNetLink revokeNetLink(array $options = [])
53
 * @method StopCards stopCards(array $options = [])
54
 * @method SubmitDiagnoseTaskForSingleCard submitDiagnoseTaskForSingleCard(array $options = [])
55
 * @method SwitchWirelessCloudConnectorToBusiness switchWirelessCloudConnectorToBusiness(array $options = [])
56
 * @method UnlockCards unlockCards(array $options = [])
57
 * @method UpdateAuthorizationRule updateAuthorizationRule(array $options = [])
58
 * @method UpdateBatchOperateCardsTask updateBatchOperateCardsTask(array $options = [])
59
 * @method UpdateCard updateCard(array $options = [])
60
 * @method UpdateDNSAuthorizationRule updateDNSAuthorizationRule(array $options = [])
61
 * @method UpdateGroupAuthorizationRule updateGroupAuthorizationRule(array $options = [])
62
 * @method UpdateGroupDnsAuthorizationRule updateGroupDnsAuthorizationRule(array $options = [])
63
 * @method UpdateWirelessCloudConnector updateWirelessCloudConnector(array $options = [])
64
 * @method UpdateWirelessCloudConnectorGroup updateWirelessCloudConnectorGroup(array $options = [])
65
 */
66
class CC5GApiResolver extends ApiResolver
67
{
68
}
69
70
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
71
{
72
    /** @var string */
73
    public $product = 'CC5G';
74
75
    /** @var string */
76
    public $version = '2022-03-14';
77
78
    /** @var string */
79
    public $method = 'POST';
80
81
    /** @var string */
82
    public $serviceCode = 'fivegcc';
83
}
84
85
/**
86
 * @method string getClientToken()
87
 * @method $this withClientToken($value)
88
 * @method string getDescription()
89
 * @method $this withDescription($value)
90
 * @method string getDryRun()
91
 * @method $this withDryRun($value)
92
 * @method string getSourceDNSIp()
93
 * @method $this withSourceDNSIp($value)
94
 * @method string getDestinationIp()
95
 * @method $this withDestinationIp($value)
96
 * @method string getWirelessCloudConnectorId()
97
 * @method $this withWirelessCloudConnectorId($value)
98
 * @method string getName()
99
 * @method $this withName($value)
100
 */
101
class AddDNSAuthorizationRule extends Rpc
102
{
103
}
104
105
/**
106
 * @method string getWirelessCloudConnectorGroupId()
107
 * @method $this withWirelessCloudConnectorGroupId($value)
108
 * @method string getClientToken()
109
 * @method $this withClientToken($value)
110
 * @method string getDescription()
111
 * @method $this withDescription($value)
112
 * @method string getDryRun()
113
 * @method $this withDryRun($value)
114
 * @method string getSourceDNSIp()
115
 * @method $this withSourceDNSIp($value)
116
 * @method string getDestinationIp()
117
 * @method $this withDestinationIp($value)
118
 * @method string getName()
119
 * @method $this withName($value)
120
 */
121
class AddGroupDnsAuthorizationRule extends Rpc
122
{
123
}
124
125
/**
126
 * @method array getWirelessCloudConnectorIds()
127
 * @method string getWirelessCloudConnectorGroupId()
128
 * @method $this withWirelessCloudConnectorGroupId($value)
129
 * @method string getDryRun()
130
 * @method $this withDryRun($value)
131
 * @method string getClientToken()
132
 * @method $this withClientToken($value)
133
 */
134
class AddWirelessCloudConnectorToGroup extends Rpc
135
{
136
137
    /**
138
     * @param array $wirelessCloudConnectorIds
139
     *
140
     * @return $this
141
     */
142
	public function withWirelessCloudConnectorIds(array $wirelessCloudConnectorIds)
143
	{
144
	    $this->data['WirelessCloudConnectorIds'] = $wirelessCloudConnectorIds;
145
		foreach ($wirelessCloudConnectorIds as $i => $iValue) {
146
			$this->options['query']['WirelessCloudConnectorIds.' . ($i + 1)] = $iValue;
147
		}
148
149
		return $this;
150
    }
151
}
152
153
/**
154
 * @method string getClientToken()
155
 * @method $this withClientToken($value)
156
 * @method string getDryRun()
157
 * @method $this withDryRun($value)
158
 * @method string getNetLinkId()
159
 * @method $this withNetLinkId($value)
160
 * @method string getVSwitches()
161
 * @method $this withVSwitches($value)
162
 * @method string getWirelessCloudConnectorId()
163
 * @method $this withWirelessCloudConnectorId($value)
164
 * @method string getVpcId()
165
 * @method $this withVpcId($value)
166
 */
167
class AttachVpcToNetLink extends Rpc
168
{
169
}
170
171
/**
172
 * @method string getClientToken()
173
 * @method $this withClientToken($value)
174
 * @method string getSourceCidr()
175
 * @method $this withSourceCidr($value)
176
 * @method string getDestinationType()
177
 * @method $this withDestinationType($value)
178
 * @method string getDestination()
179
 * @method $this withDestination($value)
180
 * @method string getDescription()
181
 * @method $this withDescription($value)
182
 * @method string getProtocol()
183
 * @method $this withProtocol($value)
184
 * @method string getPolicy()
185
 * @method $this withPolicy($value)
186
 * @method string getDryRun()
187
 * @method $this withDryRun($value)
188
 * @method string getDestinationPort()
189
 * @method $this withDestinationPort($value)
190
 * @method string getWirelessCloudConnectorId()
191
 * @method $this withWirelessCloudConnectorId($value)
192
 * @method string getName()
193
 * @method $this withName($value)
194
 */
195
class CreateAuthorizationRule extends Rpc
196
{
197
}
198
199
/**
200
 * @method string getIccids()
201
 * @method $this withIccids($value)
202
 * @method string getClientToken()
203
 * @method $this withClientToken($value)
204
 * @method string getDescription()
205
 * @method $this withDescription($value)
206
 * @method string getThreshold()
207
 * @method $this withThreshold($value)
208
 * @method string getEffectType()
209
 * @method $this withEffectType($value)
210
 * @method string getWirelessCloudConnectorIds()
211
 * @method $this withWirelessCloudConnectorIds($value)
212
 * @method string getDryRun()
213
 * @method $this withDryRun($value)
214
 * @method string getName()
215
 * @method $this withName($value)
216
 * @method string getOperateType()
217
 * @method $this withOperateType($value)
218
 * @method string getIccidsOssFilePath()
219
 * @method $this withIccidsOssFilePath($value)
220
 */
221
class CreateBatchOperateCardsTask extends Rpc
222
{
223
}
224
225
/**
226
 * @method string getWirelessCloudConnectorGroupId()
227
 * @method $this withWirelessCloudConnectorGroupId($value)
228
 * @method string getClientToken()
229
 * @method $this withClientToken($value)
230
 * @method string getSourceCidr()
231
 * @method $this withSourceCidr($value)
232
 * @method string getDestinationType()
233
 * @method $this withDestinationType($value)
234
 * @method string getDestination()
235
 * @method $this withDestination($value)
236
 * @method string getDescription()
237
 * @method $this withDescription($value)
238
 * @method string getProtocol()
239
 * @method $this withProtocol($value)
240
 * @method string getPolicy()
241
 * @method $this withPolicy($value)
242
 * @method string getDryRun()
243
 * @method $this withDryRun($value)
244
 * @method string getDestinationPort()
245
 * @method $this withDestinationPort($value)
246
 * @method string getName()
247
 * @method $this withName($value)
248
 */
249
class CreateGroupAuthorizationRule extends Rpc
250
{
251
}
252
253
/**
254
 * @method string getDryRun()
255
 * @method $this withDryRun($value)
256
 * @method string getNetLinkId()
257
 * @method $this withNetLinkId($value)
258
 * @method string getClientToken()
259
 * @method $this withClientToken($value)
260
 * @method string getWirelessCloudConnectorId()
261
 * @method $this withWirelessCloudConnectorId($value)
262
 */
263
class CreateIoTCloudConnectorBackhaulRoute extends Rpc
264
{
265
}
266
267
/**
268
 * @method string getUseCase()
269
 * @method $this withUseCase($value)
270
 * @method string getClientToken()
271
 * @method $this withClientToken($value)
272
 * @method string getISP()
273
 * @method $this withISP($value)
274
 * @method string getDescription()
275
 * @method $this withDescription($value)
276
 * @method string getBusinessType()
277
 * @method $this withBusinessType($value)
278
 * @method string getNetLinks()
279
 * @method $this withNetLinks($value)
280
 * @method string getDryRun()
281
 * @method $this withDryRun($value)
282
 * @method string getName()
283
 * @method $this withName($value)
284
 */
285
class CreateWirelessCloudConnector extends Rpc
286
{
287
}
288
289
/**
290
 * @method string getDryRun()
291
 * @method $this withDryRun($value)
292
 * @method string getClientToken()
293
 * @method $this withClientToken($value)
294
 * @method string getDescription()
295
 * @method $this withDescription($value)
296
 * @method string getName()
297
 * @method $this withName($value)
298
 */
299
class CreateWirelessCloudConnectorGroup extends Rpc
300
{
301
}
302
303
/**
304
 * @method string getDryRun()
305
 * @method $this withDryRun($value)
306
 * @method string getClientToken()
307
 * @method $this withClientToken($value)
308
 * @method string getAuthorizationRuleId()
309
 * @method $this withAuthorizationRuleId($value)
310
 * @method string getWirelessCloudConnectorId()
311
 * @method $this withWirelessCloudConnectorId($value)
312
 */
313
class DeleteAuthorizationRule extends Rpc
314
{
315
}
316
317
/**
318
 * @method string getDryRun()
319
 * @method $this withDryRun($value)
320
 * @method string getClientToken()
321
 * @method $this withClientToken($value)
322
 * @method string getBatchOperateCardsTaskId()
323
 * @method $this withBatchOperateCardsTaskId($value)
324
 */
325
class DeleteBatchOperateCardsTask extends Rpc
326
{
327
}
328
329
/**
330
 * @method string getWirelessCloudConnectorGroupId()
331
 * @method $this withWirelessCloudConnectorGroupId($value)
332
 * @method string getDryRun()
333
 * @method $this withDryRun($value)
334
 * @method string getClientToken()
335
 * @method $this withClientToken($value)
336
 * @method string getAuthorizationRuleId()
337
 * @method $this withAuthorizationRuleId($value)
338
 */
339
class DeleteGroupAuthorizationRule extends Rpc
340
{
341
}
342
343
/**
344
 * @method string getDryRun()
345
 * @method $this withDryRun($value)
346
 * @method string getNetLinkId()
347
 * @method $this withNetLinkId($value)
348
 * @method string getClientToken()
349
 * @method $this withClientToken($value)
350
 * @method string getWirelessCloudConnectorId()
351
 * @method $this withWirelessCloudConnectorId($value)
352
 */
353
class DeleteIoTCloudConnectorBackhaulRoute extends Rpc
354
{
355
}
356
357
/**
358
 * @method string getDryRun()
359
 * @method $this withDryRun($value)
360
 * @method string getClientToken()
361
 * @method $this withClientToken($value)
362
 * @method string getWirelessCloudConnectorId()
363
 * @method $this withWirelessCloudConnectorId($value)
364
 */
365
class DeleteWirelessCloudConnector extends Rpc
366
{
367
}
368
369
/**
370
 * @method string getWirelessCloudConnectorGroupId()
371
 * @method $this withWirelessCloudConnectorGroupId($value)
372
 * @method string getDryRun()
373
 * @method $this withDryRun($value)
374
 * @method string getClientToken()
375
 * @method $this withClientToken($value)
376
 */
377
class DeleteWirelessCloudConnectorGroup extends Rpc
378
{
379
}
380
381
/**
382
 * @method string getDryRun()
383
 * @method $this withDryRun($value)
384
 * @method string getNetLinkId()
385
 * @method $this withNetLinkId($value)
386
 * @method string getClientToken()
387
 * @method $this withClientToken($value)
388
 * @method string getWirelessCloudConnectorId()
389
 * @method $this withWirelessCloudConnectorId($value)
390
 */
391
class DetachVpcFromNetLink extends Rpc
392
{
393
}
394
395
/**
396
 * @method array getIccids()
397
 * @method string getDryRun()
398
 * @method $this withDryRun($value)
399
 * @method string getClientToken()
400
 * @method $this withClientToken($value)
401
 */
402
class FailCards extends Rpc
403
{
404
405
    /**
406
     * @param array $iccids
407
     *
408
     * @return $this
409
     */
410
	public function withIccids(array $iccids)
411
	{
412
	    $this->data['Iccids'] = $iccids;
413
		foreach ($iccids as $i => $iValue) {
414
			$this->options['query']['Iccids.' . ($i + 1)] = $iValue;
415
		}
416
417
		return $this;
418
    }
419
}
420
421
/**
422
 * @method string getIccid()
423
 * @method $this withIccid($value)
424
 */
425
class GetCard extends Rpc
426
{
427
428
    /** @var string */
429
    public $method = 'GET';
430
}
431
432
/**
433
 * @method string getIccid()
434
 * @method $this withIccid($value)
435
 */
436
class GetCardLockReason extends Rpc
437
{
438
439
    /** @var string */
440
    public $method = 'GET';
441
}
442
443
/**
444
 * @method string getWirelessCloudConnectorId()
445
 * @method $this withWirelessCloudConnectorId($value)
446
 */
447
class GetCreateCustomerInformation extends Rpc
448
{
449
450
    /** @var string */
451
    public $method = 'GET';
452
}
453
454
/**
455
 * @method string getRegionNo()
456
 * @method $this withRegionNo($value)
457
 * @method string getDiagnoseTaskId()
458
 * @method $this withDiagnoseTaskId($value)
459
 */
460
class GetDiagnoseResultForSingleCard extends Rpc
461
{
462
}
463
464
/**
465
 * @method string getWirelessCloudConnectorId()
466
 * @method $this withWirelessCloudConnectorId($value)
467
 */
468
class GetWirelessCloudConnector extends Rpc
469
{
470
471
    /** @var string */
472
    public $method = 'GET';
473
}
474
475
/**
476
 * @method string getDryRun()
477
 * @method $this withDryRun($value)
478
 * @method string getNetLinkId()
479
 * @method $this withNetLinkId($value)
480
 * @method string getClientToken()
481
 * @method $this withClientToken($value)
482
 * @method string getGrantAliUid()
483
 * @method $this withGrantAliUid($value)
484
 * @method string getWirelessCloudConnectorId()
485
 * @method $this withWirelessCloudConnectorId($value)
486
 */
487
class GrantNetLink extends Rpc
488
{
489
}
490
491
/**
492
 * @method string getISP()
493
 * @method $this withISP($value)
494
 * @method string getNextToken()
495
 * @method $this withNextToken($value)
496
 * @method string getMaxResults()
497
 * @method $this withMaxResults($value)
498
 * @method string getAPN()
499
 * @method $this withAPN($value)
500
 */
501
class ListAPNs extends Rpc
502
{
503
504
    /** @var string */
505
    public $method = 'GET';
506
}
507
508
/**
509
 * @method string getDestinationType()
510
 * @method $this withDestinationType($value)
511
 * @method string getDestination()
512
 * @method $this withDestination($value)
513
 * @method string getType()
514
 * @method $this withType($value)
515
 * @method string getProtocol()
516
 * @method $this withProtocol($value)
517
 * @method string getAuthorizationRuleIds()
518
 * @method $this withAuthorizationRuleIds($value)
519
 * @method string getNextToken()
520
 * @method $this withNextToken($value)
521
 * @method string getPolicy()
522
 * @method $this withPolicy($value)
523
 * @method string getDns()
524
 * @method $this withDns($value)
525
 * @method string getDestinationPort()
526
 * @method $this withDestinationPort($value)
527
 * @method string getNames()
528
 * @method $this withNames($value)
529
 * @method string getWirelessCloudConnectorId()
530
 * @method $this withWirelessCloudConnectorId($value)
531
 * @method string getMaxResults()
532
 * @method $this withMaxResults($value)
533
 * @method string getStatuses()
534
 * @method $this withStatuses($value)
535
 */
536
class ListAuthorizationRules extends Rpc
537
{
538
539
    /** @var string */
540
    public $method = 'GET';
541
}
542
543
/**
544
 * @method string getNextToken()
545
 * @method $this withNextToken($value)
546
 * @method string getBatchOperateCardsTaskIds()
547
 * @method $this withBatchOperateCardsTaskIds($value)
548
 * @method string getNames()
549
 * @method $this withNames($value)
550
 * @method string getMaxResults()
551
 * @method $this withMaxResults($value)
552
 * @method string getStatuses()
553
 * @method $this withStatuses($value)
554
 */
555
class ListBatchOperateCardsTasks extends Rpc
556
{
557
558
    /** @var string */
559
    public $method = 'GET';
560
}
561
562
/**
563
 * @method string getIpAddress()
564
 * @method $this withIpAddress($value)
565
 * @method string getIccids()
566
 * @method $this withIccids($value)
567
 * @method string getIccid()
568
 * @method $this withIccid($value)
569
 * @method string getNextToken()
570
 * @method $this withNextToken($value)
571
 * @method string getLock()
572
 * @method $this withLock($value)
573
 * @method string getMsisdn()
574
 * @method $this withMsisdn($value)
575
 * @method string getApn()
576
 * @method $this withApn($value)
577
 * @method string getNetLinkId()
578
 * @method $this withNetLinkId($value)
579
 * @method string getWirelessCloudConnectorId()
580
 * @method $this withWirelessCloudConnectorId($value)
581
 * @method string getOnline()
582
 * @method $this withOnline($value)
583
 * @method string getMaxResults()
584
 * @method $this withMaxResults($value)
585
 * @method string getStatuses()
586
 * @method $this withStatuses($value)
587
 */
588
class ListCards extends Rpc
589
{
590
591
    /** @var string */
592
    public $method = 'GET';
593
}
594
595
/**
596
 * @method string getIccids()
597
 * @method $this withIccids($value)
598
 * @method string getWirelessCloudConnectorId()
599
 * @method $this withWirelessCloudConnectorId($value)
600
 */
601
class ListCardUsages extends Rpc
602
{
603
604
    /** @var string */
605
    public $method = 'GET';
606
}
607
608
/**
609
 * @method string getNextToken()
610
 * @method $this withNextToken($value)
611
 * @method string getDataPackageIds()
612
 * @method $this withDataPackageIds($value)
613
 * @method string getNames()
614
 * @method $this withNames($value)
615
 * @method string getWirelessCloudConnectorId()
616
 * @method $this withWirelessCloudConnectorId($value)
617
 * @method string getMaxResults()
618
 * @method $this withMaxResults($value)
619
 * @method string getStatuses()
620
 * @method $this withStatuses($value)
621
 */
622
class ListDataPackages extends Rpc
623
{
624
625
    /** @var string */
626
    public $method = 'GET';
627
}
628
629
/**
630
 * @method string getSource()
631
 * @method $this withSource($value)
632
 * @method string getNextToken()
633
 * @method $this withNextToken($value)
634
 * @method string getSourceType()
635
 * @method $this withSourceType($value)
636
 * @method string getRegionNo()
637
 * @method $this withRegionNo($value)
638
 * @method string getWirelessCloudConnectorId()
639
 * @method $this withWirelessCloudConnectorId($value)
640
 * @method string getMaxResults()
641
 * @method $this withMaxResults($value)
642
 * @method string getStatus()
643
 * @method $this withStatus($value)
644
 */
645
class ListDiagnoseInfoForSingleCard extends Rpc
646
{
647
}
648
649
/**
650
 * @method string getWirelessCloudConnectorGroupId()
651
 * @method $this withWirelessCloudConnectorGroupId($value)
652
 * @method string getDestinationType()
653
 * @method $this withDestinationType($value)
654
 * @method string getDestination()
655
 * @method $this withDestination($value)
656
 * @method string getType()
657
 * @method $this withType($value)
658
 * @method string getProtocol()
659
 * @method $this withProtocol($value)
660
 * @method string getAuthorizationRuleIds()
661
 * @method $this withAuthorizationRuleIds($value)
662
 * @method string getNextToken()
663
 * @method $this withNextToken($value)
664
 * @method string getPolicy()
665
 * @method $this withPolicy($value)
666
 * @method string getDns()
667
 * @method $this withDns($value)
668
 * @method string getDestinationPort()
669
 * @method $this withDestinationPort($value)
670
 * @method string getNames()
671
 * @method $this withNames($value)
672
 * @method string getMaxResults()
673
 * @method $this withMaxResults($value)
674
 * @method string getStatuses()
675
 * @method $this withStatuses($value)
676
 */
677
class ListGroupAuthorizationRules extends Rpc
678
{
679
680
    /** @var string */
681
    public $method = 'GET';
682
}
683
684
/**
685
 * @method string getNetLinkId()
686
 * @method $this withNetLinkId($value)
687
 * @method string getWirelessCloudConnectorId()
688
 * @method $this withWirelessCloudConnectorId($value)
689
 */
690
class ListIoTCloudConnectorBackhaulRoute extends Rpc
691
{
692
693
    /** @var string */
694
    public $method = 'GET';
695
}
696
697
/**
698
 * @method string getNextToken()
699
 * @method $this withNextToken($value)
700
 * @method string getOrderAction()
701
 * @method $this withOrderAction($value)
702
 * @method string getWirelessCloudConnectorId()
703
 * @method $this withWirelessCloudConnectorId($value)
704
 * @method string getOrderIds()
705
 * @method $this withOrderIds($value)
706
 * @method string getMaxResults()
707
 * @method $this withMaxResults($value)
708
 * @method string getStatuses()
709
 * @method $this withStatuses($value)
710
 */
711
class ListOrders extends Rpc
712
{
713
714
    /** @var string */
715
    public $method = 'GET';
716
}
717
718
/**
719
 * @method string getAcceptLanguage()
720
 * @method $this withAcceptLanguage($value)
721
 */
722
class ListRegions extends Rpc
723
{
724
725
    /** @var string */
726
    public $method = 'GET';
727
}
728
729
/**
730
 * @method string getWirelessCloudConnectorGroupStatus()
731
 * @method $this withWirelessCloudConnectorGroupStatus($value)
732
 * @method string getWirelessCloudConnectorGroupIds()
733
 * @method $this withWirelessCloudConnectorGroupIds($value)
734
 * @method string getNextToken()
735
 * @method $this withNextToken($value)
736
 * @method string getWirelessCloudConnectorGroupNames()
737
 * @method $this withWirelessCloudConnectorGroupNames($value)
738
 * @method string getMaxResults()
739
 * @method $this withMaxResults($value)
740
 */
741
class ListWirelessCloudConnectorGroups extends Rpc
742
{
743
744
    /** @var string */
745
    public $method = 'GET';
746
}
747
748
/**
749
 * @method string getWirelessCloudConnectorGroupId()
750
 * @method $this withWirelessCloudConnectorGroupId($value)
751
 * @method string getBusinessType()
752
 * @method $this withBusinessType($value)
753
 * @method string getNextToken()
754
 * @method $this withNextToken($value)
755
 * @method string getWirelessCloudConnectorIds()
756
 * @method $this withWirelessCloudConnectorIds($value)
757
 * @method string getIsInGroup()
758
 * @method $this withIsInGroup($value)
759
 * @method string getNames()
760
 * @method $this withNames($value)
761
 * @method string getMaxResults()
762
 * @method $this withMaxResults($value)
763
 * @method string getStatuses()
764
 * @method $this withStatuses($value)
765
 */
766
class ListWirelessCloudConnectors extends Rpc
767
{
768
769
    /** @var string */
770
    public $method = 'GET';
771
}
772
773
class ListZones extends Rpc
774
{
775
776
    /** @var string */
777
    public $method = 'GET';
778
}
779
780
/**
781
 * @method array getIccids()
782
 * @method string getDryRun()
783
 * @method $this withDryRun($value)
784
 * @method string getClientToken()
785
 * @method $this withClientToken($value)
786
 */
787
class LockCards extends Rpc
788
{
789
790
    /**
791
     * @param array $iccids
792
     *
793
     * @return $this
794
     */
795
	public function withIccids(array $iccids)
796
	{
797
	    $this->data['Iccids'] = $iccids;
798
		foreach ($iccids as $i => $iValue) {
799
			$this->options['query']['Iccids.' . ($i + 1)] = $iValue;
800
		}
801
802
		return $this;
803
    }
804
}
805
806
/**
807
 * @method string getDryRun()
808
 * @method $this withDryRun($value)
809
 * @method string getClientToken()
810
 * @method $this withClientToken($value)
811
 * @method string getFeatureName()
812
 * @method $this withFeatureName($value)
813
 * @method string getFeatureValue()
814
 * @method $this withFeatureValue($value)
815
 * @method string getWirelessCloudConnectorId()
816
 * @method $this withWirelessCloudConnectorId($value)
817
 */
818
class ModifyWirelessCloudConnectorFeature extends Rpc
819
{
820
}
821
822
class OpenCc5gService extends Rpc
823
{
824
}
825
826
/**
827
 * @method array getIccids()
828
 * @method string getDryRun()
829
 * @method $this withDryRun($value)
830
 * @method string getClientToken()
831
 * @method $this withClientToken($value)
832
 */
833
class RebindCards extends Rpc
834
{
835
836
    /**
837
     * @param array $iccids
838
     *
839
     * @return $this
840
     */
841
	public function withIccids(array $iccids)
842
	{
843
	    $this->data['Iccids'] = $iccids;
844
		foreach ($iccids as $i => $iValue) {
845
			$this->options['query']['Iccids.' . ($i + 1)] = $iValue;
846
		}
847
848
		return $this;
849
    }
850
}
851
852
/**
853
 * @method array getWirelessCloudConnectorIds()
854
 * @method string getWirelessCloudConnectorGroupId()
855
 * @method $this withWirelessCloudConnectorGroupId($value)
856
 * @method string getDryRun()
857
 * @method $this withDryRun($value)
858
 * @method string getClientToken()
859
 * @method $this withClientToken($value)
860
 */
861
class RemoveWirelessCloudConnectorFromGroup extends Rpc
862
{
863
864
    /**
865
     * @param array $wirelessCloudConnectorIds
866
     *
867
     * @return $this
868
     */
869
	public function withWirelessCloudConnectorIds(array $wirelessCloudConnectorIds)
870
	{
871
	    $this->data['WirelessCloudConnectorIds'] = $wirelessCloudConnectorIds;
872
		foreach ($wirelessCloudConnectorIds as $i => $iValue) {
873
			$this->options['query']['WirelessCloudConnectorIds.' . ($i + 1)] = $iValue;
874
		}
875
876
		return $this;
877
    }
878
}
879
880
/**
881
 * @method array getIccids()
882
 * @method string getDryRun()
883
 * @method $this withDryRun($value)
884
 * @method string getClientToken()
885
 * @method $this withClientToken($value)
886
 */
887
class ResumeCards extends Rpc
888
{
889
890
    /**
891
     * @param array $iccids
892
     *
893
     * @return $this
894
     */
895
	public function withIccids(array $iccids)
896
	{
897
	    $this->data['Iccids'] = $iccids;
898
		foreach ($iccids as $i => $iValue) {
899
			$this->options['query']['Iccids.' . ($i + 1)] = $iValue;
900
		}
901
902
		return $this;
903
    }
904
}
905
906
/**
907
 * @method string getDryRun()
908
 * @method $this withDryRun($value)
909
 * @method string getNetLinkId()
910
 * @method $this withNetLinkId($value)
911
 * @method string getClientToken()
912
 * @method $this withClientToken($value)
913
 * @method string getWirelessCloudConnectorId()
914
 * @method $this withWirelessCloudConnectorId($value)
915
 */
916
class RevokeNetLink extends Rpc
917
{
918
}
919
920
/**
921
 * @method array getIccids()
922
 * @method string getDryRun()
923
 * @method $this withDryRun($value)
924
 * @method string getClientToken()
925
 * @method $this withClientToken($value)
926
 */
927
class StopCards extends Rpc
928
{
929
930
    /**
931
     * @param array $iccids
932
     *
933
     * @return $this
934
     */
935
	public function withIccids(array $iccids)
936
	{
937
	    $this->data['Iccids'] = $iccids;
938
		foreach ($iccids as $i => $iValue) {
939
			$this->options['query']['Iccids.' . ($i + 1)] = $iValue;
940
		}
941
942
		return $this;
943
    }
944
}
945
946
/**
947
 * @method string getDestination()
948
 * @method $this withDestination($value)
949
 * @method string getSource()
950
 * @method $this withSource($value)
951
 * @method string getResourceUid()
952
 * @method $this withResourceUid($value)
953
 * @method string getEndTime()
954
 * @method $this withEndTime($value)
955
 * @method string getBeginTime()
956
 * @method $this withBeginTime($value)
957
 * @method string getRegionNo()
958
 * @method $this withRegionNo($value)
959
 * @method string getWirelessCloudConnectorId()
960
 * @method $this withWirelessCloudConnectorId($value)
961
 */
962
class SubmitDiagnoseTaskForSingleCard extends Rpc
963
{
964
}
965
966
/**
967
 * @method string getDryRun()
968
 * @method $this withDryRun($value)
969
 * @method string getClientToken()
970
 * @method $this withClientToken($value)
971
 * @method string getWirelessCloudConnectorId()
972
 * @method $this withWirelessCloudConnectorId($value)
973
 */
974
class SwitchWirelessCloudConnectorToBusiness extends Rpc
975
{
976
}
977
978
/**
979
 * @method array getIccids()
980
 * @method string getDryRun()
981
 * @method $this withDryRun($value)
982
 * @method string getClientToken()
983
 * @method $this withClientToken($value)
984
 */
985
class UnlockCards extends Rpc
986
{
987
988
    /**
989
     * @param array $iccids
990
     *
991
     * @return $this
992
     */
993
	public function withIccids(array $iccids)
994
	{
995
	    $this->data['Iccids'] = $iccids;
996
		foreach ($iccids as $i => $iValue) {
997
			$this->options['query']['Iccids.' . ($i + 1)] = $iValue;
998
		}
999
1000
		return $this;
1001
    }
1002
}
1003
1004
/**
1005
 * @method string getClientToken()
1006
 * @method $this withClientToken($value)
1007
 * @method string getSourceCidr()
1008
 * @method $this withSourceCidr($value)
1009
 * @method string getDestination()
1010
 * @method $this withDestination($value)
1011
 * @method string getDescription()
1012
 * @method $this withDescription($value)
1013
 * @method string getProtocol()
1014
 * @method $this withProtocol($value)
1015
 * @method string getPolicy()
1016
 * @method $this withPolicy($value)
1017
 * @method string getDryRun()
1018
 * @method $this withDryRun($value)
1019
 * @method string getAuthorizationRuleId()
1020
 * @method $this withAuthorizationRuleId($value)
1021
 * @method string getDestinationPort()
1022
 * @method $this withDestinationPort($value)
1023
 * @method string getWirelessCloudConnectorId()
1024
 * @method $this withWirelessCloudConnectorId($value)
1025
 * @method string getName()
1026
 * @method $this withName($value)
1027
 */
1028
class UpdateAuthorizationRule extends Rpc
1029
{
1030
}
1031
1032
/**
1033
 * @method string getIccids()
1034
 * @method $this withIccids($value)
1035
 * @method string getClientToken()
1036
 * @method $this withClientToken($value)
1037
 * @method string getDescription()
1038
 * @method $this withDescription($value)
1039
 * @method string getThreshold()
1040
 * @method $this withThreshold($value)
1041
 * @method string getBatchOperateCardsTaskId()
1042
 * @method $this withBatchOperateCardsTaskId($value)
1043
 * @method string getEffectType()
1044
 * @method $this withEffectType($value)
1045
 * @method string getWirelessCloudConnectorIds()
1046
 * @method $this withWirelessCloudConnectorIds($value)
1047
 * @method string getDryRun()
1048
 * @method $this withDryRun($value)
1049
 * @method string getName()
1050
 * @method $this withName($value)
1051
 * @method string getOperateType()
1052
 * @method $this withOperateType($value)
1053
 * @method string getIccidsOssFilePath()
1054
 * @method $this withIccidsOssFilePath($value)
1055
 */
1056
class UpdateBatchOperateCardsTask extends Rpc
1057
{
1058
}
1059
1060
/**
1061
 * @method string getClientToken()
1062
 * @method $this withClientToken($value)
1063
 * @method string getDescription()
1064
 * @method $this withDescription($value)
1065
 * @method string getIccid()
1066
 * @method $this withIccid($value)
1067
 * @method string getDryRun()
1068
 * @method $this withDryRun($value)
1069
 * @method string getWirelessCloudConnectorId()
1070
 * @method $this withWirelessCloudConnectorId($value)
1071
 * @method string getName()
1072
 * @method $this withName($value)
1073
 */
1074
class UpdateCard extends Rpc
1075
{
1076
}
1077
1078
/**
1079
 * @method string getClientToken()
1080
 * @method $this withClientToken($value)
1081
 * @method string getDescription()
1082
 * @method $this withDescription($value)
1083
 * @method string getDryRun()
1084
 * @method $this withDryRun($value)
1085
 * @method string getSourceDNSIp()
1086
 * @method $this withSourceDNSIp($value)
1087
 * @method string getAuthorizationRuleId()
1088
 * @method $this withAuthorizationRuleId($value)
1089
 * @method string getDestinationIp()
1090
 * @method $this withDestinationIp($value)
1091
 * @method string getWirelessCloudConnectorId()
1092
 * @method $this withWirelessCloudConnectorId($value)
1093
 * @method string getName()
1094
 * @method $this withName($value)
1095
 */
1096
class UpdateDNSAuthorizationRule extends Rpc
1097
{
1098
}
1099
1100
/**
1101
 * @method string getWirelessCloudConnectorGroupId()
1102
 * @method $this withWirelessCloudConnectorGroupId($value)
1103
 * @method string getClientToken()
1104
 * @method $this withClientToken($value)
1105
 * @method string getSourceCidr()
1106
 * @method $this withSourceCidr($value)
1107
 * @method string getDestination()
1108
 * @method $this withDestination($value)
1109
 * @method string getDescription()
1110
 * @method $this withDescription($value)
1111
 * @method string getProtocol()
1112
 * @method $this withProtocol($value)
1113
 * @method string getPolicy()
1114
 * @method $this withPolicy($value)
1115
 * @method string getDryRun()
1116
 * @method $this withDryRun($value)
1117
 * @method string getAuthorizationRuleId()
1118
 * @method $this withAuthorizationRuleId($value)
1119
 * @method string getDestinationPort()
1120
 * @method $this withDestinationPort($value)
1121
 * @method string getName()
1122
 * @method $this withName($value)
1123
 */
1124
class UpdateGroupAuthorizationRule extends Rpc
1125
{
1126
}
1127
1128
/**
1129
 * @method string getWirelessCloudConnectorGroupId()
1130
 * @method $this withWirelessCloudConnectorGroupId($value)
1131
 * @method string getClientToken()
1132
 * @method $this withClientToken($value)
1133
 * @method string getDescription()
1134
 * @method $this withDescription($value)
1135
 * @method string getDryRun()
1136
 * @method $this withDryRun($value)
1137
 * @method string getSourceDNSIp()
1138
 * @method $this withSourceDNSIp($value)
1139
 * @method string getAuthorizationRuleId()
1140
 * @method $this withAuthorizationRuleId($value)
1141
 * @method string getDestinationIp()
1142
 * @method $this withDestinationIp($value)
1143
 * @method string getName()
1144
 * @method $this withName($value)
1145
 */
1146
class UpdateGroupDnsAuthorizationRule extends Rpc
1147
{
1148
}
1149
1150
/**
1151
 * @method string getDryRun()
1152
 * @method $this withDryRun($value)
1153
 * @method string getClientToken()
1154
 * @method $this withClientToken($value)
1155
 * @method string getDescription()
1156
 * @method $this withDescription($value)
1157
 * @method string getWirelessCloudConnectorId()
1158
 * @method $this withWirelessCloudConnectorId($value)
1159
 * @method string getName()
1160
 * @method $this withName($value)
1161
 */
1162
class UpdateWirelessCloudConnector extends Rpc
1163
{
1164
}
1165
1166
/**
1167
 * @method string getWirelessCloudConnectorGroupId()
1168
 * @method $this withWirelessCloudConnectorGroupId($value)
1169
 * @method string getDryRun()
1170
 * @method $this withDryRun($value)
1171
 * @method string getClientToken()
1172
 * @method $this withClientToken($value)
1173
 * @method string getDescription()
1174
 * @method $this withDescription($value)
1175
 * @method string getName()
1176
 * @method $this withName($value)
1177
 */
1178
class UpdateWirelessCloudConnectorGroup extends Rpc
1179
{
1180
}
1181