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 ( b65666...d58a36 )
by
unknown
08:09
created

CancelPickUpWaybill   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 14
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 1
eloc 4
dl 0
loc 14
rs 10
c 0
b 0
f 0

1 Method

Rating   Name   Duplication   Size   Complexity  
A withContentType() 0 6 1
1
<?php
2
3
namespace AlibabaCloud\Dyplsapi\V20170525;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AddAxnTrackNo addAxnTrackNo(array $options = [])
9
 * @method AddSecretBlacklist addSecretBlacklist(array $options = [])
10
 * @method BindAxb bindAxb(array $options = [])
11
 * @method BindAxg bindAxg(array $options = [])
12
 * @method BindAxn bindAxn(array $options = [])
13
 * @method BindAxnExtension bindAxnExtension(array $options = [])
14
 * @method BuySecretNo buySecretNo(array $options = [])
15
 * @method CancelPickUpWaybill cancelPickUpWaybill(array $options = [])
16
 * @method ConfirmSendSms confirmSendSms(array $options = [])
17
 * @method CreateAxgGroup createAxgGroup(array $options = [])
18
 * @method CreatePickUpWaybill createPickUpWaybill(array $options = [])
19
 * @method CreateSubscription createSubscription(array $options = [])
20
 * @method DeleteSecretBlacklist deleteSecretBlacklist(array $options = [])
21
 * @method GetFaceVerify getFaceVerify(array $options = [])
22
 * @method GetSecretAsrDetail getSecretAsrDetail(array $options = [])
23
 * @method GetSubscriptionDetail getSubscriptionDetail(array $options = [])
24
 * @method GetTotalPublicUrl getTotalPublicUrl(array $options = [])
25
 * @method InitFaceVerify initFaceVerify(array $options = [])
26
 * @method LockSecretNo lockSecretNo(array $options = [])
27
 * @method OperateAxgGroup operateAxgGroup(array $options = [])
28
 * @method OperateBlackNo operateBlackNo(array $options = [])
29
 * @method QueryCallStatus queryCallStatus(array $options = [])
30
 * @method QueryPhoneNoAByTrackNo queryPhoneNoAByTrackNo(array $options = [])
31
 * @method QueryRecordFileDownloadUrl queryRecordFileDownloadUrl(array $options = [])
32
 * @method QuerySecretNoDetail querySecretNoDetail(array $options = [])
33
 * @method QuerySecretNoRemain querySecretNoRemain(array $options = [])
34
 * @method QuerySubscriptionDetail querySubscriptionDetail(array $options = [])
35
 * @method QuerySubsId querySubsId(array $options = [])
36
 * @method ReleaseSecretNo releaseSecretNo(array $options = [])
37
 * @method UnbindSubscription unbindSubscription(array $options = [])
38
 * @method UnlockSecretNo unlockSecretNo(array $options = [])
39
 * @method UpdateDefaultB updateDefaultB(array $options = [])
40
 * @method UpdatePhoneNumber updatePhoneNumber(array $options = [])
41
 * @method UpdatePhoneSwitch updatePhoneSwitch(array $options = [])
42
 * @method UpdateSubscription updateSubscription(array $options = [])
43
 */
44
class DyplsapiApiResolver extends ApiResolver
45
{
46
}
47
48
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
49
{
50
    /** @var string */
51
    public $product = 'Dyplsapi';
52
53
    /** @var string */
54
    public $version = '2017-05-25';
55
56
    /** @var string */
57
    public $method = 'POST';
58
}
59
60
/**
61
 * @method string getResourceOwnerId()
62
 * @method $this withResourceOwnerId($value)
63
 * @method string getSubsId()
64
 * @method $this withSubsId($value)
65
 * @method string getPhoneNoX()
66
 * @method $this withPhoneNoX($value)
67
 * @method string getResourceOwnerAccount()
68
 * @method $this withResourceOwnerAccount($value)
69
 * @method string getOwnerId()
70
 * @method $this withOwnerId($value)
71
 * @method string getTrackNo()
72
 * @method string getPoolKey()
73
 * @method $this withPoolKey($value)
74
 */
75
class AddAxnTrackNo extends Rpc
76
{
77
78
    /**
79
     * @param string $value
80
     *
81
     * @return $this
82
     */
83
    public function withTrackNo($value)
84
    {
85
        $this->data['TrackNo'] = $value;
86
        $this->options['query']['trackNo'] = $value;
87
88
        return $this;
89
    }
90
}
91
92
/**
93
 * @method string getBlackType()
94
 * @method $this withBlackType($value)
95
 * @method string getResourceOwnerId()
96
 * @method $this withResourceOwnerId($value)
97
 * @method string getRemark()
98
 * @method $this withRemark($value)
99
 * @method string getResourceOwnerAccount()
100
 * @method $this withResourceOwnerAccount($value)
101
 * @method string getOwnerId()
102
 * @method $this withOwnerId($value)
103
 * @method string getPoolKey()
104
 * @method $this withPoolKey($value)
105
 * @method string getBlackNo()
106
 * @method $this withBlackNo($value)
107
 * @method string getWayControl()
108
 * @method $this withWayControl($value)
109
 */
110
class AddSecretBlacklist extends Rpc
111
{
112
}
113
114
/**
115
 * @method string getResourceOwnerId()
116
 * @method $this withResourceOwnerId($value)
117
 * @method string getCallDisplayType()
118
 * @method $this withCallDisplayType($value)
119
 * @method string getCallTimeout()
120
 * @method $this withCallTimeout($value)
121
 * @method string getPhoneNoX()
122
 * @method $this withPhoneNoX($value)
123
 * @method string getRingConfig()
124
 * @method $this withRingConfig($value)
125
 * @method string getASRStatus()
126
 * @method $this withASRStatus($value)
127
 * @method string getPhoneNoB()
128
 * @method $this withPhoneNoB($value)
129
 * @method string getPhoneNoA()
130
 * @method $this withPhoneNoA($value)
131
 * @method string getExpectCity()
132
 * @method $this withExpectCity($value)
133
 * @method string getResourceOwnerAccount()
134
 * @method $this withResourceOwnerAccount($value)
135
 * @method string getOwnerId()
136
 * @method $this withOwnerId($value)
137
 * @method string getOutOrderId()
138
 * @method $this withOutOrderId($value)
139
 * @method string getPoolKey()
140
 * @method $this withPoolKey($value)
141
 * @method string getExpiration()
142
 * @method $this withExpiration($value)
143
 * @method string getIsRecordingEnabled()
144
 * @method $this withIsRecordingEnabled($value)
145
 * @method string getOutId()
146
 * @method $this withOutId($value)
147
 * @method string getASRModelId()
148
 * @method $this withASRModelId($value)
149
 * @method string getCallRestrict()
150
 * @method $this withCallRestrict($value)
151
 */
152
class BindAxb extends Rpc
153
{
154
}
155
156
/**
157
 * @method string getResourceOwnerId()
158
 * @method $this withResourceOwnerId($value)
159
 * @method string getCallDisplayType()
160
 * @method $this withCallDisplayType($value)
161
 * @method string getPhoneNoX()
162
 * @method $this withPhoneNoX($value)
163
 * @method string getRingConfig()
164
 * @method $this withRingConfig($value)
165
 * @method string getASRStatus()
166
 * @method $this withASRStatus($value)
167
 * @method string getPhoneNoB()
168
 * @method $this withPhoneNoB($value)
169
 * @method string getPhoneNoA()
170
 * @method $this withPhoneNoA($value)
171
 * @method string getExpectCity()
172
 * @method $this withExpectCity($value)
173
 * @method string getResourceOwnerAccount()
174
 * @method $this withResourceOwnerAccount($value)
175
 * @method string getGroupId()
176
 * @method $this withGroupId($value)
177
 * @method string getOwnerId()
178
 * @method $this withOwnerId($value)
179
 * @method string getOutOrderId()
180
 * @method $this withOutOrderId($value)
181
 * @method string getPoolKey()
182
 * @method $this withPoolKey($value)
183
 * @method string getExpiration()
184
 * @method $this withExpiration($value)
185
 * @method string getIsRecordingEnabled()
186
 * @method $this withIsRecordingEnabled($value)
187
 * @method string getOutId()
188
 * @method $this withOutId($value)
189
 * @method string getASRModelId()
190
 * @method $this withASRModelId($value)
191
 * @method string getCallRestrict()
192
 * @method $this withCallRestrict($value)
193
 */
194
class BindAxg extends Rpc
195
{
196
}
197
198
/**
199
 * @method string getResourceOwnerId()
200
 * @method $this withResourceOwnerId($value)
201
 * @method string getCallDisplayType()
202
 * @method $this withCallDisplayType($value)
203
 * @method string getCallTimeout()
204
 * @method $this withCallTimeout($value)
205
 * @method string getPhoneNoX()
206
 * @method $this withPhoneNoX($value)
207
 * @method string getRingConfig()
208
 * @method $this withRingConfig($value)
209
 * @method string getASRStatus()
210
 * @method $this withASRStatus($value)
211
 * @method string getPhoneNoB()
212
 * @method $this withPhoneNoB($value)
213
 * @method string getPhoneNoA()
214
 * @method $this withPhoneNoA($value)
215
 * @method string getExpectCity()
216
 * @method $this withExpectCity($value)
217
 * @method string getResourceOwnerAccount()
218
 * @method $this withResourceOwnerAccount($value)
219
 * @method string getOwnerId()
220
 * @method $this withOwnerId($value)
221
 * @method string getOutOrderId()
222
 * @method $this withOutOrderId($value)
223
 * @method string getPoolKey()
224
 * @method $this withPoolKey($value)
225
 * @method string getExpiration()
226
 * @method $this withExpiration($value)
227
 * @method string getIsRecordingEnabled()
228
 * @method $this withIsRecordingEnabled($value)
229
 * @method string getOutId()
230
 * @method $this withOutId($value)
231
 * @method string getNoType()
232
 * @method $this withNoType($value)
233
 * @method string getASRModelId()
234
 * @method $this withASRModelId($value)
235
 * @method string getCallRestrict()
236
 * @method $this withCallRestrict($value)
237
 */
238
class BindAxn extends Rpc
239
{
240
}
241
242
/**
243
 * @method string getResourceOwnerId()
244
 * @method $this withResourceOwnerId($value)
245
 * @method string getExtension()
246
 * @method $this withExtension($value)
247
 * @method string getCallDisplayType()
248
 * @method $this withCallDisplayType($value)
249
 * @method string getPhoneNoX()
250
 * @method $this withPhoneNoX($value)
251
 * @method string getRingConfig()
252
 * @method $this withRingConfig($value)
253
 * @method string getASRStatus()
254
 * @method $this withASRStatus($value)
255
 * @method string getPhoneNoB()
256
 * @method $this withPhoneNoB($value)
257
 * @method string getPhoneNoA()
258
 * @method $this withPhoneNoA($value)
259
 * @method string getExpectCity()
260
 * @method $this withExpectCity($value)
261
 * @method string getResourceOwnerAccount()
262
 * @method $this withResourceOwnerAccount($value)
263
 * @method string getOwnerId()
264
 * @method $this withOwnerId($value)
265
 * @method string getOutOrderId()
266
 * @method $this withOutOrderId($value)
267
 * @method string getPoolKey()
268
 * @method $this withPoolKey($value)
269
 * @method string getExpiration()
270
 * @method $this withExpiration($value)
271
 * @method string getIsRecordingEnabled()
272
 * @method $this withIsRecordingEnabled($value)
273
 * @method string getOutId()
274
 * @method $this withOutId($value)
275
 * @method string getASRModelId()
276
 * @method $this withASRModelId($value)
277
 * @method string getCallRestrict()
278
 * @method $this withCallRestrict($value)
279
 */
280
class BindAxnExtension extends Rpc
281
{
282
}
283
284
/**
285
 * @method string getSpecId()
286
 * @method $this withSpecId($value)
287
 * @method string getResourceOwnerId()
288
 * @method $this withResourceOwnerId($value)
289
 * @method string getCity()
290
 * @method $this withCity($value)
291
 * @method string getSecretNo()
292
 * @method $this withSecretNo($value)
293
 * @method string getResourceOwnerAccount()
294
 * @method $this withResourceOwnerAccount($value)
295
 * @method string getDisplayPool()
296
 * @method $this withDisplayPool($value)
297
 * @method string getOwnerId()
298
 * @method $this withOwnerId($value)
299
 * @method string getPoolKey()
300
 * @method $this withPoolKey($value)
301
 */
302
class BuySecretNo extends Rpc
303
{
304
}
305
306
/**
307
 * @method string getResourceOwnerId()
308
 * @method $this withResourceOwnerId($value)
309
 * @method string getOuterOrderCode()
310
 * @method $this withOuterOrderCode($value)
311
 * @method string getCancelDesc()
312
 * @method $this withCancelDesc($value)
313
 * @method string getContentType()
314
 * @method string getResourceOwnerAccount()
315
 * @method $this withResourceOwnerAccount($value)
316
 * @method string getOwnerId()
317
 * @method $this withOwnerId($value)
318
 */
319
class CancelPickUpWaybill extends Rpc
320
{
321
322
    /**
323
     * @param string $value
324
     *
325
     * @return $this
326
     */
327
    public function withContentType($value)
328
    {
329
        $this->data['ContentType'] = $value;
330
        $this->options['headers']['Content-Type'] = $value;
331
332
        return $this;
333
    }
334
}
335
336
/**
337
 * @method string getCallId()
338
 * @method $this withCallId($value)
339
 * @method string getResourceOwnerId()
340
 * @method $this withResourceOwnerId($value)
341
 * @method string getSecretNo()
342
 * @method $this withSecretNo($value)
343
 * @method string getResourceOwnerAccount()
344
 * @method $this withResourceOwnerAccount($value)
345
 * @method string getProdCode()
346
 * @method $this withProdCode($value)
347
 * @method string getOwnerId()
348
 * @method $this withOwnerId($value)
349
 * @method string getPoolKey()
350
 * @method $this withPoolKey($value)
351
 */
352
class ConfirmSendSms extends Rpc
353
{
354
}
355
356
/**
357
 * @method string getResourceOwnerId()
358
 * @method $this withResourceOwnerId($value)
359
 * @method string getNumbers()
360
 * @method $this withNumbers($value)
361
 * @method string getRemark()
362
 * @method $this withRemark($value)
363
 * @method string getResourceOwnerAccount()
364
 * @method $this withResourceOwnerAccount($value)
365
 * @method string getOwnerId()
366
 * @method $this withOwnerId($value)
367
 * @method string getPoolKey()
368
 * @method $this withPoolKey($value)
369
 * @method string getName()
370
 * @method $this withName($value)
371
 */
372
class CreateAxgGroup extends Rpc
373
{
374
}
375
376
/**
377
 * @method string getConsigneeName()
378
 * @method $this withConsigneeName($value)
379
 * @method string getOrderChannels()
380
 * @method $this withOrderChannels($value)
381
 * @method string getSendAddress()
382
 * @method $this withSendAddress($value)
383
 * @method string getOuterOrderCode()
384
 * @method $this withOuterOrderCode($value)
385
 * @method string getRemark()
386
 * @method $this withRemark($value)
387
 * @method string getCpCode()
388
 * @method $this withCpCode($value)
389
 * @method string getSendMobile()
390
 * @method $this withSendMobile($value)
391
 * @method string getConsigneeMobile()
392
 * @method $this withConsigneeMobile($value)
393
 * @method string getContentType()
394
 * @method string getConsigneeAddress()
395
 * @method $this withConsigneeAddress($value)
396
 * @method string getSendPhone()
397
 * @method $this withSendPhone($value)
398
 * @method string getGoodsInfos()
399
 * @method $this withGoodsInfos($value)
400
 * @method string getSendName()
401
 * @method $this withSendName($value)
402
 * @method string getConsigneePhone()
403
 * @method $this withConsigneePhone($value)
404
 */
405
class CreatePickUpWaybill extends Rpc
406
{
407
408
    /**
409
     * @param string $value
410
     *
411
     * @return $this
412
     */
413
    public function withContentType($value)
414
    {
415
        $this->data['ContentType'] = $value;
416
        $this->options['headers']['Content-Type'] = $value;
417
418
        return $this;
419
    }
420
}
421
422
/**
423
 * @method string getResourceOwnerId()
424
 * @method $this withResourceOwnerId($value)
425
 * @method string getSecretNo()
426
 * @method $this withSecretNo($value)
427
 * @method string getResourceOwnerAccount()
428
 * @method $this withResourceOwnerAccount($value)
429
 * @method string getProdCode()
430
 * @method $this withProdCode($value)
431
 * @method string getBindToken()
432
 * @method $this withBindToken($value)
433
 * @method string getOwnerId()
434
 * @method $this withOwnerId($value)
435
 * @method string getPhoneNo()
436
 * @method $this withPhoneNo($value)
437
 * @method string getPoolKey()
438
 * @method $this withPoolKey($value)
439
 */
440
class CreateSubscription extends Rpc
441
{
442
}
443
444
/**
445
 * @method string getBlackType()
446
 * @method $this withBlackType($value)
447
 * @method string getResourceOwnerId()
448
 * @method $this withResourceOwnerId($value)
449
 * @method string getRemark()
450
 * @method $this withRemark($value)
451
 * @method string getResourceOwnerAccount()
452
 * @method $this withResourceOwnerAccount($value)
453
 * @method string getOwnerId()
454
 * @method $this withOwnerId($value)
455
 * @method string getPoolKey()
456
 * @method $this withPoolKey($value)
457
 * @method string getBlackNo()
458
 * @method $this withBlackNo($value)
459
 * @method string getWayControl()
460
 * @method $this withWayControl($value)
461
 */
462
class DeleteSecretBlacklist extends Rpc
463
{
464
}
465
466
/**
467
 * @method string getResourceOwnerId()
468
 * @method $this withResourceOwnerId($value)
469
 * @method string getResourceOwnerAccount()
470
 * @method $this withResourceOwnerAccount($value)
471
 * @method string getVerifyToken()
472
 * @method $this withVerifyToken($value)
473
 * @method string getProdCode()
474
 * @method $this withProdCode($value)
475
 * @method string getOwnerId()
476
 * @method $this withOwnerId($value)
477
 */
478
class GetFaceVerify extends Rpc
479
{
480
}
481
482
/**
483
 * @method string getCallId()
484
 * @method $this withCallId($value)
485
 * @method string getResourceOwnerId()
486
 * @method $this withResourceOwnerId($value)
487
 * @method string getResourceOwnerAccount()
488
 * @method $this withResourceOwnerAccount($value)
489
 * @method string getOwnerId()
490
 * @method $this withOwnerId($value)
491
 * @method string getCallTime()
492
 * @method $this withCallTime($value)
493
 * @method string getPoolKey()
494
 * @method $this withPoolKey($value)
495
 */
496
class GetSecretAsrDetail extends Rpc
497
{
498
}
499
500
/**
501
 * @method string getResourceOwnerId()
502
 * @method $this withResourceOwnerId($value)
503
 * @method string getSubsId()
504
 * @method $this withSubsId($value)
505
 * @method string getSecretNo()
506
 * @method $this withSecretNo($value)
507
 * @method string getResourceOwnerAccount()
508
 * @method $this withResourceOwnerAccount($value)
509
 * @method string getProdCode()
510
 * @method $this withProdCode($value)
511
 * @method string getOwnerId()
512
 * @method $this withOwnerId($value)
513
 * @method string getPoolKey()
514
 * @method $this withPoolKey($value)
515
 */
516
class GetSubscriptionDetail extends Rpc
517
{
518
}
519
520
/**
521
 * @method string getCallId()
522
 * @method $this withCallId($value)
523
 * @method string getResourceOwnerId()
524
 * @method $this withResourceOwnerId($value)
525
 * @method string getResourceOwnerAccount()
526
 * @method $this withResourceOwnerAccount($value)
527
 * @method string getCheckSubs()
528
 * @method $this withCheckSubs($value)
529
 * @method string getOwnerId()
530
 * @method $this withOwnerId($value)
531
 * @method string getCallTime()
532
 * @method $this withCallTime($value)
533
 * @method string getPartnerKey()
534
 * @method $this withPartnerKey($value)
535
 */
536
class GetTotalPublicUrl extends Rpc
537
{
538
}
539
540
/**
541
 * @method string getResourceOwnerId()
542
 * @method $this withResourceOwnerId($value)
543
 * @method string getMetaInfo()
544
 * @method $this withMetaInfo($value)
545
 * @method string getResourceOwnerAccount()
546
 * @method $this withResourceOwnerAccount($value)
547
 * @method string getProdCode()
548
 * @method $this withProdCode($value)
549
 * @method string getOwnerId()
550
 * @method $this withOwnerId($value)
551
 */
552
class InitFaceVerify extends Rpc
553
{
554
}
555
556
/**
557
 * @method string getResourceOwnerId()
558
 * @method $this withResourceOwnerId($value)
559
 * @method string getResourceOwnerAccount()
560
 * @method $this withResourceOwnerAccount($value)
561
 * @method string getOwnerId()
562
 * @method $this withOwnerId($value)
563
 * @method string getPoolKey()
564
 * @method $this withPoolKey($value)
565
 * @method string getSecretNo()
566
 * @method $this withSecretNo($value)
567
 */
568
class LockSecretNo extends Rpc
569
{
570
}
571
572
/**
573
 * @method string getResourceOwnerId()
574
 * @method $this withResourceOwnerId($value)
575
 * @method string getNumbers()
576
 * @method $this withNumbers($value)
577
 * @method string getResourceOwnerAccount()
578
 * @method $this withResourceOwnerAccount($value)
579
 * @method string getGroupId()
580
 * @method $this withGroupId($value)
581
 * @method string getOwnerId()
582
 * @method $this withOwnerId($value)
583
 * @method string getPoolKey()
584
 * @method $this withPoolKey($value)
585
 * @method string getOperateType()
586
 * @method $this withOperateType($value)
587
 */
588
class OperateAxgGroup extends Rpc
589
{
590
}
591
592
/**
593
 * @method string getResourceOwnerId()
594
 * @method $this withResourceOwnerId($value)
595
 * @method string getTips()
596
 * @method $this withTips($value)
597
 * @method string getResourceOwnerAccount()
598
 * @method $this withResourceOwnerAccount($value)
599
 * @method string getOwnerId()
600
 * @method $this withOwnerId($value)
601
 * @method string getPoolKey()
602
 * @method $this withPoolKey($value)
603
 * @method string getBlackNo()
604
 * @method $this withBlackNo($value)
605
 * @method string getOperateType()
606
 * @method $this withOperateType($value)
607
 */
608
class OperateBlackNo extends Rpc
609
{
610
}
611
612
/**
613
 * @method string getResourceOwnerId()
614
 * @method $this withResourceOwnerId($value)
615
 * @method string getSubsId()
616
 * @method $this withSubsId($value)
617
 * @method string getResourceOwnerAccount()
618
 * @method $this withResourceOwnerAccount($value)
619
 * @method string getCallNo()
620
 * @method $this withCallNo($value)
621
 * @method string getOwnerId()
622
 * @method $this withOwnerId($value)
623
 * @method string getPoolKey()
624
 * @method $this withPoolKey($value)
625
 */
626
class QueryCallStatus extends Rpc
627
{
628
}
629
630
/**
631
 * @method string getResourceOwnerId()
632
 * @method $this withResourceOwnerId($value)
633
 * @method string getCabinetNo()
634
 * @method $this withCabinetNo($value)
635
 * @method string getPhoneNoX()
636
 * @method $this withPhoneNoX($value)
637
 * @method string getResourceOwnerAccount()
638
 * @method $this withResourceOwnerAccount($value)
639
 * @method string getOwnerId()
640
 * @method $this withOwnerId($value)
641
 * @method string getTrackNo()
642
 */
643
class QueryPhoneNoAByTrackNo extends Rpc
644
{
645
646
    /**
647
     * @param string $value
648
     *
649
     * @return $this
650
     */
651
    public function withTrackNo($value)
652
    {
653
        $this->data['TrackNo'] = $value;
654
        $this->options['query']['trackNo'] = $value;
655
656
        return $this;
657
    }
658
}
659
660
/**
661
 * @method string getCallId()
662
 * @method $this withCallId($value)
663
 * @method string getResourceOwnerId()
664
 * @method $this withResourceOwnerId($value)
665
 * @method string getProductType()
666
 * @method $this withProductType($value)
667
 * @method string getResourceOwnerAccount()
668
 * @method $this withResourceOwnerAccount($value)
669
 * @method string getOwnerId()
670
 * @method $this withOwnerId($value)
671
 * @method string getCallTime()
672
 * @method $this withCallTime($value)
673
 * @method string getPoolKey()
674
 * @method $this withPoolKey($value)
675
 */
676
class QueryRecordFileDownloadUrl extends Rpc
677
{
678
}
679
680
/**
681
 * @method string getResourceOwnerId()
682
 * @method $this withResourceOwnerId($value)
683
 * @method string getSecretNo()
684
 * @method $this withSecretNo($value)
685
 * @method string getResourceOwnerAccount()
686
 * @method $this withResourceOwnerAccount($value)
687
 * @method string getProdCode()
688
 * @method $this withProdCode($value)
689
 * @method string getOwnerId()
690
 * @method $this withOwnerId($value)
691
 * @method string getPoolKey()
692
 * @method $this withPoolKey($value)
693
 */
694
class QuerySecretNoDetail extends Rpc
695
{
696
}
697
698
/**
699
 * @method string getSpecId()
700
 * @method $this withSpecId($value)
701
 * @method string getResourceOwnerId()
702
 * @method $this withResourceOwnerId($value)
703
 * @method string getCity()
704
 * @method $this withCity($value)
705
 * @method string getSecretNo()
706
 * @method $this withSecretNo($value)
707
 * @method string getResourceOwnerAccount()
708
 * @method $this withResourceOwnerAccount($value)
709
 * @method string getOwnerId()
710
 * @method $this withOwnerId($value)
711
 */
712
class QuerySecretNoRemain extends Rpc
713
{
714
}
715
716
/**
717
 * @method string getResourceOwnerId()
718
 * @method $this withResourceOwnerId($value)
719
 * @method string getProductType()
720
 * @method $this withProductType($value)
721
 * @method string getSubsId()
722
 * @method $this withSubsId($value)
723
 * @method string getPhoneNoX()
724
 * @method $this withPhoneNoX($value)
725
 * @method string getResourceOwnerAccount()
726
 * @method $this withResourceOwnerAccount($value)
727
 * @method string getOwnerId()
728
 * @method $this withOwnerId($value)
729
 * @method string getPoolKey()
730
 * @method $this withPoolKey($value)
731
 */
732
class QuerySubscriptionDetail extends Rpc
733
{
734
}
735
736
/**
737
 * @method string getResourceOwnerId()
738
 * @method $this withResourceOwnerId($value)
739
 * @method string getResourceOwnerAccount()
740
 * @method $this withResourceOwnerAccount($value)
741
 * @method string getOwnerId()
742
 * @method $this withOwnerId($value)
743
 * @method string getPoolKey()
744
 * @method $this withPoolKey($value)
745
 * @method string getPhoneNoX()
746
 * @method $this withPhoneNoX($value)
747
 */
748
class QuerySubsId extends Rpc
749
{
750
}
751
752
/**
753
 * @method string getResourceOwnerId()
754
 * @method $this withResourceOwnerId($value)
755
 * @method string getResourceOwnerAccount()
756
 * @method $this withResourceOwnerAccount($value)
757
 * @method string getOwnerId()
758
 * @method $this withOwnerId($value)
759
 * @method string getPoolKey()
760
 * @method $this withPoolKey($value)
761
 * @method string getSecretNo()
762
 * @method $this withSecretNo($value)
763
 */
764
class ReleaseSecretNo extends Rpc
765
{
766
}
767
768
/**
769
 * @method string getResourceOwnerId()
770
 * @method $this withResourceOwnerId($value)
771
 * @method string getProductType()
772
 * @method $this withProductType($value)
773
 * @method string getSubsId()
774
 * @method $this withSubsId($value)
775
 * @method string getSecretNo()
776
 * @method $this withSecretNo($value)
777
 * @method string getResourceOwnerAccount()
778
 * @method $this withResourceOwnerAccount($value)
779
 * @method string getOwnerId()
780
 * @method $this withOwnerId($value)
781
 * @method string getPoolKey()
782
 * @method $this withPoolKey($value)
783
 */
784
class UnbindSubscription extends Rpc
785
{
786
}
787
788
/**
789
 * @method string getResourceOwnerId()
790
 * @method $this withResourceOwnerId($value)
791
 * @method string getResourceOwnerAccount()
792
 * @method $this withResourceOwnerAccount($value)
793
 * @method string getOwnerId()
794
 * @method $this withOwnerId($value)
795
 * @method string getPoolKey()
796
 * @method $this withPoolKey($value)
797
 * @method string getSecretNo()
798
 * @method $this withSecretNo($value)
799
 */
800
class UnlockSecretNo extends Rpc
801
{
802
}
803
804
/**
805
 * @method string getResourceOwnerId()
806
 * @method $this withResourceOwnerId($value)
807
 * @method string getSubsId()
808
 * @method $this withSubsId($value)
809
 * @method string getSecretNo()
810
 * @method $this withSecretNo($value)
811
 * @method string getResourceOwnerAccount()
812
 * @method $this withResourceOwnerAccount($value)
813
 * @method string getProdCode()
814
 * @method $this withProdCode($value)
815
 * @method string getOwnerId()
816
 * @method $this withOwnerId($value)
817
 * @method string getPhoneNo()
818
 * @method $this withPhoneNo($value)
819
 * @method string getPoolKey()
820
 * @method $this withPoolKey($value)
821
 */
822
class UpdateDefaultB extends Rpc
823
{
824
}
825
826
/**
827
 * @method string getResourceOwnerId()
828
 * @method $this withResourceOwnerId($value)
829
 * @method string getSubsId()
830
 * @method $this withSubsId($value)
831
 * @method string getSecretNo()
832
 * @method $this withSecretNo($value)
833
 * @method string getResourceOwnerAccount()
834
 * @method $this withResourceOwnerAccount($value)
835
 * @method string getProdCode()
836
 * @method $this withProdCode($value)
837
 * @method string getBindToken()
838
 * @method $this withBindToken($value)
839
 * @method string getOwnerId()
840
 * @method $this withOwnerId($value)
841
 * @method string getPoolKey()
842
 * @method $this withPoolKey($value)
843
 * @method string getNewPhoneNo()
844
 * @method $this withNewPhoneNo($value)
845
 */
846
class UpdatePhoneNumber extends Rpc
847
{
848
}
849
850
/**
851
 * @method string getResourceOwnerId()
852
 * @method $this withResourceOwnerId($value)
853
 * @method string getSwitchStatus()
854
 * @method $this withSwitchStatus($value)
855
 * @method string getSubsId()
856
 * @method $this withSubsId($value)
857
 * @method string getSecretNo()
858
 * @method $this withSecretNo($value)
859
 * @method string getResourceOwnerAccount()
860
 * @method $this withResourceOwnerAccount($value)
861
 * @method string getProdCode()
862
 * @method $this withProdCode($value)
863
 * @method string getOwnerId()
864
 * @method $this withOwnerId($value)
865
 * @method string getPoolKey()
866
 * @method $this withPoolKey($value)
867
 */
868
class UpdatePhoneSwitch extends Rpc
869
{
870
}
871
872
/**
873
 * @method string getResourceOwnerId()
874
 * @method $this withResourceOwnerId($value)
875
 * @method string getCallDisplayType()
876
 * @method $this withCallDisplayType($value)
877
 * @method string getProductType()
878
 * @method $this withProductType($value)
879
 * @method string getSubsId()
880
 * @method $this withSubsId($value)
881
 * @method string getPhoneNoX()
882
 * @method $this withPhoneNoX($value)
883
 * @method string getRingConfig()
884
 * @method $this withRingConfig($value)
885
 * @method string getASRStatus()
886
 * @method $this withASRStatus($value)
887
 * @method string getPhoneNoB()
888
 * @method $this withPhoneNoB($value)
889
 * @method string getPhoneNoA()
890
 * @method $this withPhoneNoA($value)
891
 * @method string getResourceOwnerAccount()
892
 * @method $this withResourceOwnerAccount($value)
893
 * @method string getGroupId()
894
 * @method $this withGroupId($value)
895
 * @method string getOwnerId()
896
 * @method $this withOwnerId($value)
897
 * @method string getPoolKey()
898
 * @method $this withPoolKey($value)
899
 * @method string getExpiration()
900
 * @method $this withExpiration($value)
901
 * @method string getOutId()
902
 * @method $this withOutId($value)
903
 * @method string getIsRecordingEnabled()
904
 * @method $this withIsRecordingEnabled($value)
905
 * @method string getOperateType()
906
 * @method $this withOperateType($value)
907
 * @method string getASRModelId()
908
 * @method $this withASRModelId($value)
909
 * @method string getCallRestrict()
910
 * @method $this withCallRestrict($value)
911
 */
912
class UpdateSubscription extends Rpc
913
{
914
}
915