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 ( 8acb55...af6ec4 )
by
unknown
09:48
created

QueryPhoneNoAByTrackNo   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 withTrackNo() 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 BindAxb bindAxb(array $options = [])
10
 * @method BindAxg bindAxg(array $options = [])
11
 * @method BindAxn bindAxn(array $options = [])
12
 * @method BindAxnExtension bindAxnExtension(array $options = [])
13
 * @method BuySecretNo buySecretNo(array $options = [])
14
 * @method CreateAxgGroup createAxgGroup(array $options = [])
15
 * @method OperateAxgGroup operateAxgGroup(array $options = [])
16
 * @method OperateBlackNo operateBlackNo(array $options = [])
17
 * @method QueryCallStatus queryCallStatus(array $options = [])
18
 * @method QueryPhoneNoAByTrackNo queryPhoneNoAByTrackNo(array $options = [])
19
 * @method QueryRecordFileDownloadUrl queryRecordFileDownloadUrl(array $options = [])
20
 * @method QuerySecretNoRemain querySecretNoRemain(array $options = [])
21
 * @method QuerySubscriptionDetail querySubscriptionDetail(array $options = [])
22
 * @method QuerySubsId querySubsId(array $options = [])
23
 * @method ReleaseSecretNo releaseSecretNo(array $options = [])
24
 * @method UnbindSubscription unbindSubscription(array $options = [])
25
 * @method UpdateSubscription updateSubscription(array $options = [])
26
 */
27
class DyplsapiApiResolver extends ApiResolver
28
{
29
}
30
31
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
32
{
33
    /** @var string */
34
    public $product = 'Dyplsapi';
35
36
    /** @var string */
37
    public $version = '2017-05-25';
38
39
    /** @var string */
40
    public $method = 'POST';
41
42
    /** @var string */
43
    public $serviceCode = 'dypls';
44
}
45
46
/**
47
 * @method string getResourceOwnerId()
48
 * @method $this withResourceOwnerId($value)
49
 * @method string getSubsId()
50
 * @method $this withSubsId($value)
51
 * @method string getPhoneNoX()
52
 * @method $this withPhoneNoX($value)
53
 * @method string getResourceOwnerAccount()
54
 * @method $this withResourceOwnerAccount($value)
55
 * @method string getOwnerId()
56
 * @method $this withOwnerId($value)
57
 * @method string getTrackNo()
58
 * @method string getPoolKey()
59
 * @method $this withPoolKey($value)
60
 */
61
class AddAxnTrackNo extends Rpc
62
{
63
64
    /**
65
     * @param string $value
66
     *
67
     * @return $this
68
     */
69
    public function withTrackNo($value)
70
    {
71
        $this->data['TrackNo'] = $value;
72
        $this->options['query']['trackNo'] = $value;
73
74
        return $this;
75
    }
76
}
77
78
/**
79
 * @method string getResourceOwnerId()
80
 * @method $this withResourceOwnerId($value)
81
 * @method string getCallDisplayType()
82
 * @method $this withCallDisplayType($value)
83
 * @method string getPhoneNoX()
84
 * @method $this withPhoneNoX($value)
85
 * @method string getRingConfig()
86
 * @method $this withRingConfig($value)
87
 * @method string getPhoneNoB()
88
 * @method $this withPhoneNoB($value)
89
 * @method string getPhoneNoA()
90
 * @method $this withPhoneNoA($value)
91
 * @method string getExpectCity()
92
 * @method $this withExpectCity($value)
93
 * @method string getResourceOwnerAccount()
94
 * @method $this withResourceOwnerAccount($value)
95
 * @method string getOwnerId()
96
 * @method $this withOwnerId($value)
97
 * @method string getOutOrderId()
98
 * @method $this withOutOrderId($value)
99
 * @method string getPoolKey()
100
 * @method $this withPoolKey($value)
101
 * @method string getExpiration()
102
 * @method $this withExpiration($value)
103
 * @method string getIsRecordingEnabled()
104
 * @method $this withIsRecordingEnabled($value)
105
 * @method string getOutId()
106
 * @method $this withOutId($value)
107
 * @method string getCallRestrict()
108
 * @method $this withCallRestrict($value)
109
 */
110
class BindAxb 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 getPhoneNoX()
120
 * @method $this withPhoneNoX($value)
121
 * @method string getRingConfig()
122
 * @method $this withRingConfig($value)
123
 * @method string getPhoneNoB()
124
 * @method $this withPhoneNoB($value)
125
 * @method string getPhoneNoA()
126
 * @method $this withPhoneNoA($value)
127
 * @method string getExpectCity()
128
 * @method $this withExpectCity($value)
129
 * @method string getResourceOwnerAccount()
130
 * @method $this withResourceOwnerAccount($value)
131
 * @method string getGroupId()
132
 * @method $this withGroupId($value)
133
 * @method string getOwnerId()
134
 * @method $this withOwnerId($value)
135
 * @method string getOutOrderId()
136
 * @method $this withOutOrderId($value)
137
 * @method string getPoolKey()
138
 * @method $this withPoolKey($value)
139
 * @method string getExpiration()
140
 * @method $this withExpiration($value)
141
 * @method string getIsRecordingEnabled()
142
 * @method $this withIsRecordingEnabled($value)
143
 * @method string getOutId()
144
 * @method $this withOutId($value)
145
 */
146
class BindAxg extends Rpc
147
{
148
}
149
150
/**
151
 * @method string getResourceOwnerId()
152
 * @method $this withResourceOwnerId($value)
153
 * @method string getCallDisplayType()
154
 * @method $this withCallDisplayType($value)
155
 * @method string getPhoneNoX()
156
 * @method $this withPhoneNoX($value)
157
 * @method string getRingConfig()
158
 * @method $this withRingConfig($value)
159
 * @method string getPhoneNoB()
160
 * @method $this withPhoneNoB($value)
161
 * @method string getPhoneNoA()
162
 * @method $this withPhoneNoA($value)
163
 * @method string getExpectCity()
164
 * @method $this withExpectCity($value)
165
 * @method string getResourceOwnerAccount()
166
 * @method $this withResourceOwnerAccount($value)
167
 * @method string getOwnerId()
168
 * @method $this withOwnerId($value)
169
 * @method string getOutOrderId()
170
 * @method $this withOutOrderId($value)
171
 * @method string getPoolKey()
172
 * @method $this withPoolKey($value)
173
 * @method string getExpiration()
174
 * @method $this withExpiration($value)
175
 * @method string getIsRecordingEnabled()
176
 * @method $this withIsRecordingEnabled($value)
177
 * @method string getOutId()
178
 * @method $this withOutId($value)
179
 * @method string getNoType()
180
 * @method $this withNoType($value)
181
 */
182
class BindAxn extends Rpc
183
{
184
}
185
186
/**
187
 * @method string getResourceOwnerId()
188
 * @method $this withResourceOwnerId($value)
189
 * @method string getExtension()
190
 * @method $this withExtension($value)
191
 * @method string getCallDisplayType()
192
 * @method $this withCallDisplayType($value)
193
 * @method string getPhoneNoX()
194
 * @method $this withPhoneNoX($value)
195
 * @method string getRingConfig()
196
 * @method $this withRingConfig($value)
197
 * @method string getPhoneNoB()
198
 * @method $this withPhoneNoB($value)
199
 * @method string getPhoneNoA()
200
 * @method $this withPhoneNoA($value)
201
 * @method string getExpectCity()
202
 * @method $this withExpectCity($value)
203
 * @method string getResourceOwnerAccount()
204
 * @method $this withResourceOwnerAccount($value)
205
 * @method string getOwnerId()
206
 * @method $this withOwnerId($value)
207
 * @method string getOutOrderId()
208
 * @method $this withOutOrderId($value)
209
 * @method string getPoolKey()
210
 * @method $this withPoolKey($value)
211
 * @method string getExpiration()
212
 * @method $this withExpiration($value)
213
 * @method string getIsRecordingEnabled()
214
 * @method $this withIsRecordingEnabled($value)
215
 * @method string getOutId()
216
 * @method $this withOutId($value)
217
 */
218
class BindAxnExtension extends Rpc
219
{
220
}
221
222
/**
223
 * @method string getSpecId()
224
 * @method $this withSpecId($value)
225
 * @method string getResourceOwnerId()
226
 * @method $this withResourceOwnerId($value)
227
 * @method string getCity()
228
 * @method $this withCity($value)
229
 * @method string getSecretNo()
230
 * @method $this withSecretNo($value)
231
 * @method string getResourceOwnerAccount()
232
 * @method $this withResourceOwnerAccount($value)
233
 * @method string getDisplayPool()
234
 * @method $this withDisplayPool($value)
235
 * @method string getOwnerId()
236
 * @method $this withOwnerId($value)
237
 * @method string getPoolKey()
238
 * @method $this withPoolKey($value)
239
 */
240
class BuySecretNo extends Rpc
241
{
242
}
243
244
/**
245
 * @method string getResourceOwnerId()
246
 * @method $this withResourceOwnerId($value)
247
 * @method string getNumbers()
248
 * @method $this withNumbers($value)
249
 * @method string getRemark()
250
 * @method $this withRemark($value)
251
 * @method string getResourceOwnerAccount()
252
 * @method $this withResourceOwnerAccount($value)
253
 * @method string getOwnerId()
254
 * @method $this withOwnerId($value)
255
 * @method string getPoolKey()
256
 * @method $this withPoolKey($value)
257
 * @method string getName()
258
 * @method $this withName($value)
259
 */
260
class CreateAxgGroup extends Rpc
261
{
262
}
263
264
/**
265
 * @method string getResourceOwnerId()
266
 * @method $this withResourceOwnerId($value)
267
 * @method string getNumbers()
268
 * @method $this withNumbers($value)
269
 * @method string getResourceOwnerAccount()
270
 * @method $this withResourceOwnerAccount($value)
271
 * @method string getGroupId()
272
 * @method $this withGroupId($value)
273
 * @method string getOwnerId()
274
 * @method $this withOwnerId($value)
275
 * @method string getPoolKey()
276
 * @method $this withPoolKey($value)
277
 * @method string getOperateType()
278
 * @method $this withOperateType($value)
279
 */
280
class OperateAxgGroup extends Rpc
281
{
282
}
283
284
/**
285
 * @method string getResourceOwnerId()
286
 * @method $this withResourceOwnerId($value)
287
 * @method string getTips()
288
 * @method $this withTips($value)
289
 * @method string getResourceOwnerAccount()
290
 * @method $this withResourceOwnerAccount($value)
291
 * @method string getOwnerId()
292
 * @method $this withOwnerId($value)
293
 * @method string getPoolKey()
294
 * @method $this withPoolKey($value)
295
 * @method string getBlackNo()
296
 * @method $this withBlackNo($value)
297
 * @method string getOperateType()
298
 * @method $this withOperateType($value)
299
 */
300
class OperateBlackNo extends Rpc
301
{
302
}
303
304
/**
305
 * @method string getResourceOwnerId()
306
 * @method $this withResourceOwnerId($value)
307
 * @method string getSubsId()
308
 * @method $this withSubsId($value)
309
 * @method string getResourceOwnerAccount()
310
 * @method $this withResourceOwnerAccount($value)
311
 * @method string getCallNo()
312
 * @method $this withCallNo($value)
313
 * @method string getOwnerId()
314
 * @method $this withOwnerId($value)
315
 * @method string getPoolKey()
316
 * @method $this withPoolKey($value)
317
 */
318
class QueryCallStatus extends Rpc
319
{
320
}
321
322
/**
323
 * @method string getResourceOwnerId()
324
 * @method $this withResourceOwnerId($value)
325
 * @method string getResourceOwnerAccount()
326
 * @method $this withResourceOwnerAccount($value)
327
 * @method string getOwnerId()
328
 * @method $this withOwnerId($value)
329
 * @method string getTrackNo()
330
 * @method string getPhoneNoX()
331
 * @method $this withPhoneNoX($value)
332
 */
333
class QueryPhoneNoAByTrackNo extends Rpc
334
{
335
336
    /**
337
     * @param string $value
338
     *
339
     * @return $this
340
     */
341
    public function withTrackNo($value)
342
    {
343
        $this->data['TrackNo'] = $value;
344
        $this->options['query']['trackNo'] = $value;
345
346
        return $this;
347
    }
348
}
349
350
/**
351
 * @method string getCallId()
352
 * @method $this withCallId($value)
353
 * @method string getResourceOwnerId()
354
 * @method $this withResourceOwnerId($value)
355
 * @method string getProductType()
356
 * @method $this withProductType($value)
357
 * @method string getResourceOwnerAccount()
358
 * @method $this withResourceOwnerAccount($value)
359
 * @method string getOwnerId()
360
 * @method $this withOwnerId($value)
361
 * @method string getCallTime()
362
 * @method $this withCallTime($value)
363
 * @method string getPoolKey()
364
 * @method $this withPoolKey($value)
365
 */
366
class QueryRecordFileDownloadUrl extends Rpc
367
{
368
}
369
370
/**
371
 * @method string getSpecId()
372
 * @method $this withSpecId($value)
373
 * @method string getResourceOwnerId()
374
 * @method $this withResourceOwnerId($value)
375
 * @method string getCity()
376
 * @method $this withCity($value)
377
 * @method string getSecretNo()
378
 * @method $this withSecretNo($value)
379
 * @method string getResourceOwnerAccount()
380
 * @method $this withResourceOwnerAccount($value)
381
 * @method string getOwnerId()
382
 * @method $this withOwnerId($value)
383
 */
384
class QuerySecretNoRemain extends Rpc
385
{
386
}
387
388
/**
389
 * @method string getResourceOwnerId()
390
 * @method $this withResourceOwnerId($value)
391
 * @method string getProductType()
392
 * @method $this withProductType($value)
393
 * @method string getSubsId()
394
 * @method $this withSubsId($value)
395
 * @method string getPhoneNoX()
396
 * @method $this withPhoneNoX($value)
397
 * @method string getResourceOwnerAccount()
398
 * @method $this withResourceOwnerAccount($value)
399
 * @method string getOwnerId()
400
 * @method $this withOwnerId($value)
401
 * @method string getPoolKey()
402
 * @method $this withPoolKey($value)
403
 */
404
class QuerySubscriptionDetail extends Rpc
405
{
406
}
407
408
/**
409
 * @method string getResourceOwnerId()
410
 * @method $this withResourceOwnerId($value)
411
 * @method string getResourceOwnerAccount()
412
 * @method $this withResourceOwnerAccount($value)
413
 * @method string getOwnerId()
414
 * @method $this withOwnerId($value)
415
 * @method string getPoolKey()
416
 * @method $this withPoolKey($value)
417
 * @method string getPhoneNoX()
418
 * @method $this withPhoneNoX($value)
419
 */
420
class QuerySubsId extends Rpc
421
{
422
}
423
424
/**
425
 * @method string getResourceOwnerId()
426
 * @method $this withResourceOwnerId($value)
427
 * @method string getResourceOwnerAccount()
428
 * @method $this withResourceOwnerAccount($value)
429
 * @method string getOwnerId()
430
 * @method $this withOwnerId($value)
431
 * @method string getPoolKey()
432
 * @method $this withPoolKey($value)
433
 * @method string getSecretNo()
434
 * @method $this withSecretNo($value)
435
 */
436
class ReleaseSecretNo extends Rpc
437
{
438
}
439
440
/**
441
 * @method string getResourceOwnerId()
442
 * @method $this withResourceOwnerId($value)
443
 * @method string getProductType()
444
 * @method $this withProductType($value)
445
 * @method string getSubsId()
446
 * @method $this withSubsId($value)
447
 * @method string getSecretNo()
448
 * @method $this withSecretNo($value)
449
 * @method string getResourceOwnerAccount()
450
 * @method $this withResourceOwnerAccount($value)
451
 * @method string getOwnerId()
452
 * @method $this withOwnerId($value)
453
 * @method string getPoolKey()
454
 * @method $this withPoolKey($value)
455
 */
456
class UnbindSubscription extends Rpc
457
{
458
}
459
460
/**
461
 * @method string getResourceOwnerId()
462
 * @method $this withResourceOwnerId($value)
463
 * @method string getCallDisplayType()
464
 * @method $this withCallDisplayType($value)
465
 * @method string getProductType()
466
 * @method $this withProductType($value)
467
 * @method string getSubsId()
468
 * @method $this withSubsId($value)
469
 * @method string getPhoneNoX()
470
 * @method $this withPhoneNoX($value)
471
 * @method string getRingConfig()
472
 * @method $this withRingConfig($value)
473
 * @method string getPhoneNoB()
474
 * @method $this withPhoneNoB($value)
475
 * @method string getPhoneNoA()
476
 * @method $this withPhoneNoA($value)
477
 * @method string getResourceOwnerAccount()
478
 * @method $this withResourceOwnerAccount($value)
479
 * @method string getGroupId()
480
 * @method $this withGroupId($value)
481
 * @method string getOwnerId()
482
 * @method $this withOwnerId($value)
483
 * @method string getPoolKey()
484
 * @method $this withPoolKey($value)
485
 * @method string getExpiration()
486
 * @method $this withExpiration($value)
487
 * @method string getOutId()
488
 * @method $this withOutId($value)
489
 * @method string getIsRecordingEnabled()
490
 * @method $this withIsRecordingEnabled($value)
491
 * @method string getOperateType()
492
 * @method $this withOperateType($value)
493
 * @method string getCallRestrict()
494
 * @method $this withCallRestrict($value)
495
 */
496
class UpdateSubscription extends Rpc
497
{
498
}
499