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 ( 8d0276...5d5560 )
by
unknown
06:56
created

ContrastFaceVerify::withMobile()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 6
c 0
b 0
f 0
rs 10
cc 1
nc 1
nop 1
1
<?php
2
3
namespace AlibabaCloud\Cloudauth\V20190307;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method CompareFaces compareFaces(array $options = [])
9
 * @method CompareFaceVerify compareFaceVerify(array $options = [])
10
 * @method ContrastFaceVerify contrastFaceVerify(array $options = [])
11
 * @method CreateAuthKey createAuthKey(array $options = [])
12
 * @method CreateFaceConfig createFaceConfig(array $options = [])
13
 * @method CreateRPSDK createRPSDK(array $options = [])
14
 * @method CreateVerifySDK createVerifySDK(array $options = [])
15
 * @method CreateVerifySetting createVerifySetting(array $options = [])
16
 * @method CreateWhitelist createWhitelist(array $options = [])
17
 * @method CreateWhitelistSetting createWhitelistSetting(array $options = [])
18
 * @method DeleteWhitelist deleteWhitelist(array $options = [])
19
 * @method DeleteWhitelistSetting deleteWhitelistSetting(array $options = [])
20
 * @method DescribeAppInfo describeAppInfo(array $options = [])
21
 * @method DescribeDeviceInfo describeDeviceInfo(array $options = [])
22
 * @method DescribeFaceConfig describeFaceConfig(array $options = [])
23
 * @method DescribeFaceUsage describeFaceUsage(array $options = [])
24
 * @method DescribeFaceVerify describeFaceVerify(array $options = [])
25
 * @method DescribeOssUploadToken describeOssUploadToken(array $options = [])
26
 * @method DescribeRPSDK describeRPSDK(array $options = [])
27
 * @method DescribeSdkUrl describeSdkUrl(array $options = [])
28
 * @method DescribeUpdatePackageResult describeUpdatePackageResult(array $options = [])
29
 * @method DescribeUploadInfo describeUploadInfo(array $options = [])
30
 * @method DescribeUserStatus describeUserStatus(array $options = [])
31
 * @method DescribeVerifyRecords describeVerifyRecords(array $options = [])
32
 * @method DescribeVerifyResult describeVerifyResult(array $options = [])
33
 * @method DescribeVerifySDK describeVerifySDK(array $options = [])
34
 * @method DescribeVerifySetting describeVerifySetting(array $options = [])
35
 * @method DescribeVerifyToken describeVerifyToken(array $options = [])
36
 * @method DescribeVerifyUsage describeVerifyUsage(array $options = [])
37
 * @method DescribeWhitelist describeWhitelist(array $options = [])
38
 * @method DescribeWhitelistSetting describeWhitelistSetting(array $options = [])
39
 * @method DetectFaceAttributes detectFaceAttributes(array $options = [])
40
 * @method InitDevice initDevice(array $options = [])
41
 * @method InitFaceVerify initFaceVerify(array $options = [])
42
 * @method LivenessFaceVerify livenessFaceVerify(array $options = [])
43
 * @method ModifyDeviceInfo modifyDeviceInfo(array $options = [])
44
 * @method UpdateAppPackage updateAppPackage(array $options = [])
45
 * @method UpdateFaceConfig updateFaceConfig(array $options = [])
46
 * @method UpdateVerifySetting updateVerifySetting(array $options = [])
47
 * @method VerifyDevice verifyDevice(array $options = [])
48
 * @method VerifyMaterial verifyMaterial(array $options = [])
49
 */
50
class CloudauthApiResolver extends ApiResolver
51
{
52
}
53
54
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
55
{
56
    /** @var string */
57
    public $product = 'Cloudauth';
58
59
    /** @var string */
60
    public $version = '2019-03-07';
61
62
    /** @var string */
63
    public $method = 'POST';
64
}
65
66
/**
67
 * @method string getSourceImageType()
68
 * @method string getTargetImageType()
69
 * @method string getTargetImageValue()
70
 * @method string getBizType()
71
 * @method string getSourceImageValue()
72
 */
73
class CompareFaces extends Rpc
74
{
75
76
    /** @var string */
77
    public $scheme = 'https';
78
79
    /**
80
     * @param string $value
81
     *
82
     * @return $this
83
     */
84
    public function withSourceImageType($value)
85
    {
86
        $this->data['SourceImageType'] = $value;
87
        $this->options['form_params']['SourceImageType'] = $value;
88
89
        return $this;
90
    }
91
92
    /**
93
     * @param string $value
94
     *
95
     * @return $this
96
     */
97
    public function withTargetImageType($value)
98
    {
99
        $this->data['TargetImageType'] = $value;
100
        $this->options['form_params']['TargetImageType'] = $value;
101
102
        return $this;
103
    }
104
105
    /**
106
     * @param string $value
107
     *
108
     * @return $this
109
     */
110
    public function withTargetImageValue($value)
111
    {
112
        $this->data['TargetImageValue'] = $value;
113
        $this->options['form_params']['TargetImageValue'] = $value;
114
115
        return $this;
116
    }
117
118
    /**
119
     * @param string $value
120
     *
121
     * @return $this
122
     */
123
    public function withBizType($value)
124
    {
125
        $this->data['BizType'] = $value;
126
        $this->options['form_params']['BizType'] = $value;
127
128
        return $this;
129
    }
130
131
    /**
132
     * @param string $value
133
     *
134
     * @return $this
135
     */
136
    public function withSourceImageValue($value)
137
    {
138
        $this->data['SourceImageValue'] = $value;
139
        $this->options['form_params']['SourceImageValue'] = $value;
140
141
        return $this;
142
    }
143
}
144
145
/**
146
 * @method string getTargetFaceContrastPictureUrl()
147
 * @method string getProductCode()
148
 * @method string getTargetCertifyId()
149
 * @method string getSourceOssObjectName()
150
 * @method string getTargetFaceContrastPicture()
151
 * @method string getTargetOssBucketName()
152
 * @method string getSourceOssBucketName()
153
 * @method string getOuterOrderNo()
154
 * @method string getTargetOssObjectName()
155
 * @method string getSourceFaceContrastPicture()
156
 * @method string getSceneId()
157
 * @method string getSourceFaceContrastPictureUrl()
158
 * @method string getSourceCertifyId()
159
 * @method string getCrop()
160
 */
161
class CompareFaceVerify extends Rpc
162
{
163
164
    /**
165
     * @param string $value
166
     *
167
     * @return $this
168
     */
169
    public function withTargetFaceContrastPictureUrl($value)
170
    {
171
        $this->data['TargetFaceContrastPictureUrl'] = $value;
172
        $this->options['form_params']['TargetFaceContrastPictureUrl'] = $value;
173
174
        return $this;
175
    }
176
177
    /**
178
     * @param string $value
179
     *
180
     * @return $this
181
     */
182
    public function withProductCode($value)
183
    {
184
        $this->data['ProductCode'] = $value;
185
        $this->options['form_params']['ProductCode'] = $value;
186
187
        return $this;
188
    }
189
190
    /**
191
     * @param string $value
192
     *
193
     * @return $this
194
     */
195
    public function withTargetCertifyId($value)
196
    {
197
        $this->data['TargetCertifyId'] = $value;
198
        $this->options['form_params']['TargetCertifyId'] = $value;
199
200
        return $this;
201
    }
202
203
    /**
204
     * @param string $value
205
     *
206
     * @return $this
207
     */
208
    public function withSourceOssObjectName($value)
209
    {
210
        $this->data['SourceOssObjectName'] = $value;
211
        $this->options['form_params']['SourceOssObjectName'] = $value;
212
213
        return $this;
214
    }
215
216
    /**
217
     * @param string $value
218
     *
219
     * @return $this
220
     */
221
    public function withTargetFaceContrastPicture($value)
222
    {
223
        $this->data['TargetFaceContrastPicture'] = $value;
224
        $this->options['form_params']['TargetFaceContrastPicture'] = $value;
225
226
        return $this;
227
    }
228
229
    /**
230
     * @param string $value
231
     *
232
     * @return $this
233
     */
234
    public function withTargetOssBucketName($value)
235
    {
236
        $this->data['TargetOssBucketName'] = $value;
237
        $this->options['form_params']['TargetOssBucketName'] = $value;
238
239
        return $this;
240
    }
241
242
    /**
243
     * @param string $value
244
     *
245
     * @return $this
246
     */
247
    public function withSourceOssBucketName($value)
248
    {
249
        $this->data['SourceOssBucketName'] = $value;
250
        $this->options['form_params']['SourceOssBucketName'] = $value;
251
252
        return $this;
253
    }
254
255
    /**
256
     * @param string $value
257
     *
258
     * @return $this
259
     */
260
    public function withOuterOrderNo($value)
261
    {
262
        $this->data['OuterOrderNo'] = $value;
263
        $this->options['form_params']['OuterOrderNo'] = $value;
264
265
        return $this;
266
    }
267
268
    /**
269
     * @param string $value
270
     *
271
     * @return $this
272
     */
273
    public function withTargetOssObjectName($value)
274
    {
275
        $this->data['TargetOssObjectName'] = $value;
276
        $this->options['form_params']['TargetOssObjectName'] = $value;
277
278
        return $this;
279
    }
280
281
    /**
282
     * @param string $value
283
     *
284
     * @return $this
285
     */
286
    public function withSourceFaceContrastPicture($value)
287
    {
288
        $this->data['SourceFaceContrastPicture'] = $value;
289
        $this->options['form_params']['SourceFaceContrastPicture'] = $value;
290
291
        return $this;
292
    }
293
294
    /**
295
     * @param string $value
296
     *
297
     * @return $this
298
     */
299
    public function withSceneId($value)
300
    {
301
        $this->data['SceneId'] = $value;
302
        $this->options['form_params']['SceneId'] = $value;
303
304
        return $this;
305
    }
306
307
    /**
308
     * @param string $value
309
     *
310
     * @return $this
311
     */
312
    public function withSourceFaceContrastPictureUrl($value)
313
    {
314
        $this->data['SourceFaceContrastPictureUrl'] = $value;
315
        $this->options['form_params']['SourceFaceContrastPictureUrl'] = $value;
316
317
        return $this;
318
    }
319
320
    /**
321
     * @param string $value
322
     *
323
     * @return $this
324
     */
325
    public function withSourceCertifyId($value)
326
    {
327
        $this->data['SourceCertifyId'] = $value;
328
        $this->options['form_params']['SourceCertifyId'] = $value;
329
330
        return $this;
331
    }
332
333
    /**
334
     * @param string $value
335
     *
336
     * @return $this
337
     */
338
    public function withCrop($value)
339
    {
340
        $this->data['Crop'] = $value;
341
        $this->options['form_params']['Crop'] = $value;
342
343
        return $this;
344
    }
345
}
346
347
/**
348
 * @method string getProductCode()
349
 * @method string getFaceContrastPicture()
350
 * @method string getDeviceToken()
351
 * @method string getUserId()
352
 * @method string getCertifyId()
353
 * @method string getCertNo()
354
 * @method string getOuterOrderNo()
355
 * @method string getCertType()
356
 * @method string getFaceContrastPictureUrl()
357
 * @method string getModel()
358
 * @method $this withModel($value)
359
 * @method string getOssObjectName()
360
 * @method string getCertName()
361
 * @method string getIp()
362
 * @method string getMobile()
363
 * @method string getFaceContrastFile()
364
 * @method string getSceneId()
365
 * @method string getOssBucketName()
366
 * @method string getCrop()
367
 */
368
class ContrastFaceVerify extends Rpc
369
{
370
371
    /**
372
     * @param string $value
373
     *
374
     * @return $this
375
     */
376
    public function withProductCode($value)
377
    {
378
        $this->data['ProductCode'] = $value;
379
        $this->options['form_params']['ProductCode'] = $value;
380
381
        return $this;
382
    }
383
384
    /**
385
     * @param string $value
386
     *
387
     * @return $this
388
     */
389
    public function withFaceContrastPicture($value)
390
    {
391
        $this->data['FaceContrastPicture'] = $value;
392
        $this->options['form_params']['FaceContrastPicture'] = $value;
393
394
        return $this;
395
    }
396
397
    /**
398
     * @param string $value
399
     *
400
     * @return $this
401
     */
402
    public function withDeviceToken($value)
403
    {
404
        $this->data['DeviceToken'] = $value;
405
        $this->options['form_params']['DeviceToken'] = $value;
406
407
        return $this;
408
    }
409
410
    /**
411
     * @param string $value
412
     *
413
     * @return $this
414
     */
415
    public function withUserId($value)
416
    {
417
        $this->data['UserId'] = $value;
418
        $this->options['form_params']['UserId'] = $value;
419
420
        return $this;
421
    }
422
423
    /**
424
     * @param string $value
425
     *
426
     * @return $this
427
     */
428
    public function withCertifyId($value)
429
    {
430
        $this->data['CertifyId'] = $value;
431
        $this->options['form_params']['CertifyId'] = $value;
432
433
        return $this;
434
    }
435
436
    /**
437
     * @param string $value
438
     *
439
     * @return $this
440
     */
441
    public function withCertNo($value)
442
    {
443
        $this->data['CertNo'] = $value;
444
        $this->options['form_params']['CertNo'] = $value;
445
446
        return $this;
447
    }
448
449
    /**
450
     * @param string $value
451
     *
452
     * @return $this
453
     */
454
    public function withOuterOrderNo($value)
455
    {
456
        $this->data['OuterOrderNo'] = $value;
457
        $this->options['form_params']['OuterOrderNo'] = $value;
458
459
        return $this;
460
    }
461
462
    /**
463
     * @param string $value
464
     *
465
     * @return $this
466
     */
467
    public function withCertType($value)
468
    {
469
        $this->data['CertType'] = $value;
470
        $this->options['form_params']['CertType'] = $value;
471
472
        return $this;
473
    }
474
475
    /**
476
     * @param string $value
477
     *
478
     * @return $this
479
     */
480
    public function withFaceContrastPictureUrl($value)
481
    {
482
        $this->data['FaceContrastPictureUrl'] = $value;
483
        $this->options['form_params']['FaceContrastPictureUrl'] = $value;
484
485
        return $this;
486
    }
487
488
    /**
489
     * @param string $value
490
     *
491
     * @return $this
492
     */
493
    public function withOssObjectName($value)
494
    {
495
        $this->data['OssObjectName'] = $value;
496
        $this->options['form_params']['OssObjectName'] = $value;
497
498
        return $this;
499
    }
500
501
    /**
502
     * @param string $value
503
     *
504
     * @return $this
505
     */
506
    public function withCertName($value)
507
    {
508
        $this->data['CertName'] = $value;
509
        $this->options['form_params']['CertName'] = $value;
510
511
        return $this;
512
    }
513
514
    /**
515
     * @param string $value
516
     *
517
     * @return $this
518
     */
519
    public function withIp($value)
520
    {
521
        $this->data['Ip'] = $value;
522
        $this->options['form_params']['Ip'] = $value;
523
524
        return $this;
525
    }
526
527
    /**
528
     * @param string $value
529
     *
530
     * @return $this
531
     */
532
    public function withMobile($value)
533
    {
534
        $this->data['Mobile'] = $value;
535
        $this->options['form_params']['Mobile'] = $value;
536
537
        return $this;
538
    }
539
540
    /**
541
     * @param string $value
542
     *
543
     * @return $this
544
     */
545
    public function withFaceContrastFile($value)
546
    {
547
        $this->data['FaceContrastFile'] = $value;
548
        $this->options['form_params']['FaceContrastFile'] = $value;
549
550
        return $this;
551
    }
552
553
    /**
554
     * @param string $value
555
     *
556
     * @return $this
557
     */
558
    public function withSceneId($value)
559
    {
560
        $this->data['SceneId'] = $value;
561
        $this->options['form_params']['SceneId'] = $value;
562
563
        return $this;
564
    }
565
566
    /**
567
     * @param string $value
568
     *
569
     * @return $this
570
     */
571
    public function withOssBucketName($value)
572
    {
573
        $this->data['OssBucketName'] = $value;
574
        $this->options['form_params']['OssBucketName'] = $value;
575
576
        return $this;
577
    }
578
579
    /**
580
     * @param string $value
581
     *
582
     * @return $this
583
     */
584
    public function withCrop($value)
585
    {
586
        $this->data['Crop'] = $value;
587
        $this->options['form_params']['Crop'] = $value;
588
589
        return $this;
590
    }
591
}
592
593
/**
594
 * @method string getUserDeviceId()
595
 * @method $this withUserDeviceId($value)
596
 * @method string getTest()
597
 * @method $this withTest($value)
598
 * @method string getBizType()
599
 * @method $this withBizType($value)
600
 * @method string getSourceIp()
601
 * @method $this withSourceIp($value)
602
 * @method string getAuthYears()
603
 * @method $this withAuthYears($value)
604
 * @method string getLang()
605
 * @method $this withLang($value)
606
 */
607
class CreateAuthKey extends Rpc
608
{
609
}
610
611
/**
612
 * @method string getBizName()
613
 * @method $this withBizName($value)
614
 * @method string getBizType()
615
 * @method $this withBizType($value)
616
 * @method string getSourceIp()
617
 * @method $this withSourceIp($value)
618
 * @method string getLang()
619
 * @method $this withLang($value)
620
 */
621
class CreateFaceConfig extends Rpc
622
{
623
}
624
625
/**
626
 * @method string getAppUrl()
627
 * @method $this withAppUrl($value)
628
 * @method string getPlatform()
629
 * @method $this withPlatform($value)
630
 * @method string getSourceIp()
631
 * @method $this withSourceIp($value)
632
 * @method string getLang()
633
 * @method $this withLang($value)
634
 */
635
class CreateRPSDK extends Rpc
636
{
637
}
638
639
/**
640
 * @method string getAppUrl()
641
 * @method $this withAppUrl($value)
642
 * @method string getPlatform()
643
 * @method $this withPlatform($value)
644
 * @method string getSourceIp()
645
 * @method $this withSourceIp($value)
646
 * @method string getLang()
647
 * @method $this withLang($value)
648
 */
649
class CreateVerifySDK extends Rpc
650
{
651
}
652
653
/**
654
 * @method string getGuideStep()
655
 * @method $this withGuideStep($value)
656
 * @method string getResultStep()
657
 * @method $this withResultStep($value)
658
 * @method string getSourceIp()
659
 * @method $this withSourceIp($value)
660
 * @method string getSolution()
661
 * @method $this withSolution($value)
662
 * @method string getBizName()
663
 * @method $this withBizName($value)
664
 * @method string getBizType()
665
 * @method $this withBizType($value)
666
 * @method string getPrivacyStep()
667
 * @method $this withPrivacyStep($value)
668
 */
669
class CreateVerifySetting extends Rpc
670
{
671
}
672
673
/**
674
 * @method string getValidDay()
675
 * @method $this withValidDay($value)
676
 * @method string getBizType()
677
 * @method $this withBizType($value)
678
 * @method string getIdCardNum()
679
 * @method $this withIdCardNum($value)
680
 * @method string getSourceIp()
681
 * @method $this withSourceIp($value)
682
 * @method string getBizId()
683
 * @method $this withBizId($value)
684
 * @method string getLang()
685
 * @method $this withLang($value)
686
 */
687
class CreateWhitelist extends Rpc
688
{
689
}
690
691
/**
692
 * @method string getCertifyId()
693
 * @method $this withCertifyId($value)
694
 * @method string getCertNo()
695
 * @method $this withCertNo($value)
696
 * @method string getSourceIp()
697
 * @method $this withSourceIp($value)
698
 * @method string getLang()
699
 * @method $this withLang($value)
700
 * @method string getValidDay()
701
 * @method $this withValidDay($value)
702
 * @method string getServiceCode()
703
 * @method $this withServiceCode($value)
704
 * @method string getSceneId()
705
 * @method $this withSceneId($value)
706
 */
707
class CreateWhitelistSetting extends Rpc
708
{
709
}
710
711
/**
712
 * @method string getSourceIp()
713
 * @method $this withSourceIp($value)
714
 * @method string getIds()
715
 * @method $this withIds($value)
716
 * @method string getLang()
717
 * @method $this withLang($value)
718
 */
719
class DeleteWhitelist extends Rpc
720
{
721
}
722
723
/**
724
 * @method string getSourceIp()
725
 * @method $this withSourceIp($value)
726
 * @method string getLang()
727
 * @method $this withLang($value)
728
 * @method string getServiceCode()
729
 * @method $this withServiceCode($value)
730
 * @method string getIds()
731
 * @method $this withIds($value)
732
 */
733
class DeleteWhitelistSetting extends Rpc
734
{
735
}
736
737
/**
738
 * @method string getCurrentPage()
739
 * @method $this withCurrentPage($value)
740
 * @method string getPlatform()
741
 * @method $this withPlatform($value)
742
 * @method string getSourceIp()
743
 * @method $this withSourceIp($value)
744
 * @method string getPageSize()
745
 * @method $this withPageSize($value)
746
 */
747
class DescribeAppInfo extends Rpc
748
{
749
}
750
751
/**
752
 * @method string getUserDeviceId()
753
 * @method $this withUserDeviceId($value)
754
 * @method string getSourceIp()
755
 * @method $this withSourceIp($value)
756
 * @method string getPageSize()
757
 * @method $this withPageSize($value)
758
 * @method string getLang()
759
 * @method $this withLang($value)
760
 * @method string getExpiredStartDay()
761
 * @method $this withExpiredStartDay($value)
762
 * @method string getTotalCount()
763
 * @method $this withTotalCount($value)
764
 * @method string getCurrentPage()
765
 * @method $this withCurrentPage($value)
766
 * @method string getDeviceId()
767
 * @method $this withDeviceId($value)
768
 * @method string getBizType()
769
 * @method $this withBizType($value)
770
 * @method string getExpiredEndDay()
771
 * @method $this withExpiredEndDay($value)
772
 */
773
class DescribeDeviceInfo extends Rpc
774
{
775
}
776
777
/**
778
 * @method string getSourceIp()
779
 * @method $this withSourceIp($value)
780
 * @method string getLang()
781
 * @method $this withLang($value)
782
 */
783
class DescribeFaceConfig extends Rpc
784
{
785
}
786
787
/**
788
 * @method string getStartDate()
789
 * @method $this withStartDate($value)
790
 * @method string getEndDate()
791
 * @method $this withEndDate($value)
792
 * @method string getSourceIp()
793
 * @method $this withSourceIp($value)
794
 */
795
class DescribeFaceUsage extends Rpc
796
{
797
}
798
799
/**
800
 * @method string getCertifyId()
801
 * @method $this withCertifyId($value)
802
 * @method string getPictureReturnType()
803
 * @method $this withPictureReturnType($value)
804
 * @method string getSceneId()
805
 * @method $this withSceneId($value)
806
 */
807
class DescribeFaceVerify extends Rpc
808
{
809
}
810
811
/**
812
 * @method string getSourceIp()
813
 * @method $this withSourceIp($value)
814
 */
815
class DescribeOssUploadToken extends Rpc
816
{
817
}
818
819
/**
820
 * @method string getSourceIp()
821
 * @method $this withSourceIp($value)
822
 * @method string getLang()
823
 * @method $this withLang($value)
824
 * @method string getTaskId()
825
 * @method $this withTaskId($value)
826
 */
827
class DescribeRPSDK extends Rpc
828
{
829
}
830
831
/**
832
 * @method string getDebug()
833
 * @method $this withDebug($value)
834
 * @method string getSourceIp()
835
 * @method $this withSourceIp($value)
836
 * @method string getId()
837
 * @method $this withId($value)
838
 */
839
class DescribeSdkUrl extends Rpc
840
{
841
}
842
843
/**
844
 * @method string getSourceIp()
845
 * @method $this withSourceIp($value)
846
 * @method string getTaskId()
847
 * @method $this withTaskId($value)
848
 */
849
class DescribeUpdatePackageResult extends Rpc
850
{
851
}
852
853
/**
854
 * @method string getBiz()
855
 * @method $this withBiz($value)
856
 * @method string getSourceIp()
857
 * @method $this withSourceIp($value)
858
 */
859
class DescribeUploadInfo extends Rpc
860
{
861
}
862
863
/**
864
 * @method string getSourceIp()
865
 * @method $this withSourceIp($value)
866
 */
867
class DescribeUserStatus extends Rpc
868
{
869
}
870
871
/**
872
 * @method string getStatusList()
873
 * @method $this withStatusList($value)
874
 * @method string getStartDate()
875
 * @method $this withStartDate($value)
876
 * @method string getSourceIp()
877
 * @method $this withSourceIp($value)
878
 * @method string getPageSize()
879
 * @method $this withPageSize($value)
880
 * @method string getTotalCount()
881
 * @method $this withTotalCount($value)
882
 * @method string getCurrentPage()
883
 * @method $this withCurrentPage($value)
884
 * @method string getQueryId()
885
 * @method $this withQueryId($value)
886
 * @method string getBizType()
887
 * @method $this withBizType($value)
888
 * @method string getIdCardNum()
889
 * @method $this withIdCardNum($value)
890
 * @method string getEndDate()
891
 * @method $this withEndDate($value)
892
 * @method string getBizId()
893
 * @method $this withBizId($value)
894
 */
895
class DescribeVerifyRecords extends Rpc
896
{
897
}
898
899
/**
900
 * @method string getBizType()
901
 * @method $this withBizType($value)
902
 * @method string getBizId()
903
 * @method $this withBizId($value)
904
 */
905
class DescribeVerifyResult extends Rpc
906
{
907
}
908
909
/**
910
 * @method string getSourceIp()
911
 * @method $this withSourceIp($value)
912
 * @method string getLang()
913
 * @method $this withLang($value)
914
 * @method string getTaskId()
915
 * @method $this withTaskId($value)
916
 */
917
class DescribeVerifySDK extends Rpc
918
{
919
}
920
921
/**
922
 * @method string getSourceIp()
923
 * @method $this withSourceIp($value)
924
 */
925
class DescribeVerifySetting extends Rpc
926
{
927
}
928
929
/**
930
 * @method string getFaceRetainedImageUrl()
931
 * @method $this withFaceRetainedImageUrl($value)
932
 * @method string getUserId()
933
 * @method $this withUserId($value)
934
 * @method string getCallbackSeed()
935
 * @method $this withCallbackSeed($value)
936
 * @method string getUserIp()
937
 * @method $this withUserIp($value)
938
 * @method string getIdCardBackImageUrl()
939
 * @method $this withIdCardBackImageUrl($value)
940
 * @method string getIdCardNumber()
941
 * @method $this withIdCardNumber($value)
942
 * @method string getIdCardFrontImageUrl()
943
 * @method $this withIdCardFrontImageUrl($value)
944
 * @method string getBizType()
945
 * @method $this withBizType($value)
946
 * @method string getPassedRedirectUrl()
947
 * @method $this withPassedRedirectUrl($value)
948
 * @method string getUserRegistTime()
949
 * @method $this withUserRegistTime($value)
950
 * @method string getBizId()
951
 * @method $this withBizId($value)
952
 * @method string getName()
953
 * @method $this withName($value)
954
 * @method string getUserPhoneNumber()
955
 * @method $this withUserPhoneNumber($value)
956
 * @method string getCallbackUrl()
957
 * @method $this withCallbackUrl($value)
958
 * @method string getFailedRedirectUrl()
959
 * @method $this withFailedRedirectUrl($value)
960
 */
961
class DescribeVerifyToken extends Rpc
962
{
963
}
964
965
/**
966
 * @method string getStartDate()
967
 * @method $this withStartDate($value)
968
 * @method string getBizType()
969
 * @method $this withBizType($value)
970
 * @method string getEndDate()
971
 * @method $this withEndDate($value)
972
 * @method string getSourceIp()
973
 * @method $this withSourceIp($value)
974
 */
975
class DescribeVerifyUsage extends Rpc
976
{
977
}
978
979
/**
980
 * @method string getValidEndDate()
981
 * @method $this withValidEndDate($value)
982
 * @method string getValid()
983
 * @method $this withValid($value)
984
 * @method string getSourceIp()
985
 * @method $this withSourceIp($value)
986
 * @method string getPageSize()
987
 * @method $this withPageSize($value)
988
 * @method string getLang()
989
 * @method $this withLang($value)
990
 * @method string getCurrentPage()
991
 * @method $this withCurrentPage($value)
992
 * @method string getBizType()
993
 * @method $this withBizType($value)
994
 * @method string getIdCardNum()
995
 * @method $this withIdCardNum($value)
996
 * @method string getBizId()
997
 * @method $this withBizId($value)
998
 * @method string getValidStartDate()
999
 * @method $this withValidStartDate($value)
1000
 */
1001
class DescribeWhitelist extends Rpc
1002
{
1003
}
1004
1005
/**
1006
 * @method string getValidEndDate()
1007
 * @method $this withValidEndDate($value)
1008
 * @method string getCertifyId()
1009
 * @method $this withCertifyId($value)
1010
 * @method string getCertNo()
1011
 * @method $this withCertNo($value)
1012
 * @method string getSourceIp()
1013
 * @method $this withSourceIp($value)
1014
 * @method string getPageSize()
1015
 * @method $this withPageSize($value)
1016
 * @method string getLang()
1017
 * @method $this withLang($value)
1018
 * @method string getCurrentPage()
1019
 * @method $this withCurrentPage($value)
1020
 * @method string getServiceCode()
1021
 * @method $this withServiceCode($value)
1022
 * @method string getSceneId()
1023
 * @method $this withSceneId($value)
1024
 * @method string getValidStartDate()
1025
 * @method $this withValidStartDate($value)
1026
 * @method string getStatus()
1027
 * @method $this withStatus($value)
1028
 */
1029
class DescribeWhitelistSetting extends Rpc
1030
{
1031
}
1032
1033
/**
1034
 * @method string getBizType()
1035
 * @method string getMaterialValue()
1036
 */
1037
class DetectFaceAttributes extends Rpc
1038
{
1039
1040
    /**
1041
     * @param string $value
1042
     *
1043
     * @return $this
1044
     */
1045
    public function withBizType($value)
1046
    {
1047
        $this->data['BizType'] = $value;
1048
        $this->options['form_params']['BizType'] = $value;
1049
1050
        return $this;
1051
    }
1052
1053
    /**
1054
     * @param string $value
1055
     *
1056
     * @return $this
1057
     */
1058
    public function withMaterialValue($value)
1059
    {
1060
        $this->data['MaterialValue'] = $value;
1061
        $this->options['form_params']['MaterialValue'] = $value;
1062
1063
        return $this;
1064
    }
1065
}
1066
1067
/**
1068
 * @method string getChannel()
1069
 * @method $this withChannel($value)
1070
 * @method string getBizData()
1071
 * @method $this withBizData($value)
1072
 * @method string getMerchant()
1073
 * @method $this withMerchant($value)
1074
 * @method string getAppVersion()
1075
 * @method $this withAppVersion($value)
1076
 * @method string getDeviceToken()
1077
 * @method $this withDeviceToken($value)
1078
 * @method string getCertifyId()
1079
 * @method $this withCertifyId($value)
1080
 * @method string getWebUmidToken()
1081
 * @method string getOuterOrderNo()
1082
 * @method $this withOuterOrderNo($value)
1083
 * @method string getProduceNode()
1084
 * @method $this withProduceNode($value)
1085
 * @method string getUaToken()
1086
 * @method string getProductName()
1087
 * @method $this withProductName($value)
1088
 * @method string getCertifyPrincipal()
1089
 * @method $this withCertifyPrincipal($value)
1090
 * @method string getMetaInfo()
1091
 * @method $this withMetaInfo($value)
1092
 */
1093
class InitDevice extends Rpc
1094
{
1095
1096
    /**
1097
     * @param string $value
1098
     *
1099
     * @return $this
1100
     */
1101
    public function withWebUmidToken($value)
1102
    {
1103
        $this->data['WebUmidToken'] = $value;
1104
        $this->options['form_params']['WebUmidToken'] = $value;
1105
1106
        return $this;
1107
    }
1108
1109
    /**
1110
     * @param string $value
1111
     *
1112
     * @return $this
1113
     */
1114
    public function withUaToken($value)
1115
    {
1116
        $this->data['UaToken'] = $value;
1117
        $this->options['form_params']['UaToken'] = $value;
1118
1119
        return $this;
1120
    }
1121
}
1122
1123
/**
1124
 * @method string getProductCode()
1125
 * @method $this withProductCode($value)
1126
 * @method string getFaceContrastPicture()
1127
 * @method string getUserId()
1128
 * @method $this withUserId($value)
1129
 * @method string getCertifyId()
1130
 * @method $this withCertifyId($value)
1131
 * @method string getCertNo()
1132
 * @method $this withCertNo($value)
1133
 * @method string getOuterOrderNo()
1134
 * @method $this withOuterOrderNo($value)
1135
 * @method string getCertType()
1136
 * @method $this withCertType($value)
1137
 * @method string getFaceContrastPictureUrl()
1138
 * @method $this withFaceContrastPictureUrl($value)
1139
 * @method string getModel()
1140
 * @method string getMetaInfo()
1141
 * @method $this withMetaInfo($value)
1142
 * @method string getOssObjectName()
1143
 * @method $this withOssObjectName($value)
1144
 * @method string getCertName()
1145
 * @method $this withCertName($value)
1146
 * @method string getIp()
1147
 * @method $this withIp($value)
1148
 * @method string getMobile()
1149
 * @method $this withMobile($value)
1150
 * @method string getSceneId()
1151
 * @method $this withSceneId($value)
1152
 * @method string getOssBucketName()
1153
 * @method $this withOssBucketName($value)
1154
 * @method string getCallbackToken()
1155
 * @method $this withCallbackToken($value)
1156
 * @method string getReturnUrl()
1157
 * @method $this withReturnUrl($value)
1158
 * @method string getCallbackUrl()
1159
 * @method $this withCallbackUrl($value)
1160
 * @method string getCrop()
1161
 */
1162
class InitFaceVerify extends Rpc
1163
{
1164
1165
    /**
1166
     * @param string $value
1167
     *
1168
     * @return $this
1169
     */
1170
    public function withFaceContrastPicture($value)
1171
    {
1172
        $this->data['FaceContrastPicture'] = $value;
1173
        $this->options['form_params']['FaceContrastPicture'] = $value;
1174
1175
        return $this;
1176
    }
1177
1178
    /**
1179
     * @param string $value
1180
     *
1181
     * @return $this
1182
     */
1183
    public function withModel($value)
1184
    {
1185
        $this->data['Model'] = $value;
1186
        $this->options['form_params']['Model'] = $value;
1187
1188
        return $this;
1189
    }
1190
1191
    /**
1192
     * @param string $value
1193
     *
1194
     * @return $this
1195
     */
1196
    public function withCrop($value)
1197
    {
1198
        $this->data['Crop'] = $value;
1199
        $this->options['form_params']['Crop'] = $value;
1200
1201
        return $this;
1202
    }
1203
}
1204
1205
/**
1206
 * @method string getProductCode()
1207
 * @method string getOssObjectName()
1208
 * @method string getFaceContrastPicture()
1209
 * @method string getIp()
1210
 * @method string getMobile()
1211
 * @method string getDeviceToken()
1212
 * @method string getUserId()
1213
 * @method string getCertifyId()
1214
 * @method string getOuterOrderNo()
1215
 * @method string getFaceContrastPictureUrl()
1216
 * @method string getSceneId()
1217
 * @method string getOssBucketName()
1218
 * @method string getModel()
1219
 * @method $this withModel($value)
1220
 * @method string getCrop()
1221
 */
1222
class LivenessFaceVerify extends Rpc
1223
{
1224
1225
    /**
1226
     * @param string $value
1227
     *
1228
     * @return $this
1229
     */
1230
    public function withProductCode($value)
1231
    {
1232
        $this->data['ProductCode'] = $value;
1233
        $this->options['form_params']['ProductCode'] = $value;
1234
1235
        return $this;
1236
    }
1237
1238
    /**
1239
     * @param string $value
1240
     *
1241
     * @return $this
1242
     */
1243
    public function withOssObjectName($value)
1244
    {
1245
        $this->data['OssObjectName'] = $value;
1246
        $this->options['form_params']['OssObjectName'] = $value;
1247
1248
        return $this;
1249
    }
1250
1251
    /**
1252
     * @param string $value
1253
     *
1254
     * @return $this
1255
     */
1256
    public function withFaceContrastPicture($value)
1257
    {
1258
        $this->data['FaceContrastPicture'] = $value;
1259
        $this->options['form_params']['FaceContrastPicture'] = $value;
1260
1261
        return $this;
1262
    }
1263
1264
    /**
1265
     * @param string $value
1266
     *
1267
     * @return $this
1268
     */
1269
    public function withIp($value)
1270
    {
1271
        $this->data['Ip'] = $value;
1272
        $this->options['form_params']['Ip'] = $value;
1273
1274
        return $this;
1275
    }
1276
1277
    /**
1278
     * @param string $value
1279
     *
1280
     * @return $this
1281
     */
1282
    public function withMobile($value)
1283
    {
1284
        $this->data['Mobile'] = $value;
1285
        $this->options['form_params']['Mobile'] = $value;
1286
1287
        return $this;
1288
    }
1289
1290
    /**
1291
     * @param string $value
1292
     *
1293
     * @return $this
1294
     */
1295
    public function withDeviceToken($value)
1296
    {
1297
        $this->data['DeviceToken'] = $value;
1298
        $this->options['form_params']['DeviceToken'] = $value;
1299
1300
        return $this;
1301
    }
1302
1303
    /**
1304
     * @param string $value
1305
     *
1306
     * @return $this
1307
     */
1308
    public function withUserId($value)
1309
    {
1310
        $this->data['UserId'] = $value;
1311
        $this->options['form_params']['UserId'] = $value;
1312
1313
        return $this;
1314
    }
1315
1316
    /**
1317
     * @param string $value
1318
     *
1319
     * @return $this
1320
     */
1321
    public function withCertifyId($value)
1322
    {
1323
        $this->data['CertifyId'] = $value;
1324
        $this->options['form_params']['CertifyId'] = $value;
1325
1326
        return $this;
1327
    }
1328
1329
    /**
1330
     * @param string $value
1331
     *
1332
     * @return $this
1333
     */
1334
    public function withOuterOrderNo($value)
1335
    {
1336
        $this->data['OuterOrderNo'] = $value;
1337
        $this->options['form_params']['OuterOrderNo'] = $value;
1338
1339
        return $this;
1340
    }
1341
1342
    /**
1343
     * @param string $value
1344
     *
1345
     * @return $this
1346
     */
1347
    public function withFaceContrastPictureUrl($value)
1348
    {
1349
        $this->data['FaceContrastPictureUrl'] = $value;
1350
        $this->options['form_params']['FaceContrastPictureUrl'] = $value;
1351
1352
        return $this;
1353
    }
1354
1355
    /**
1356
     * @param string $value
1357
     *
1358
     * @return $this
1359
     */
1360
    public function withSceneId($value)
1361
    {
1362
        $this->data['SceneId'] = $value;
1363
        $this->options['form_params']['SceneId'] = $value;
1364
1365
        return $this;
1366
    }
1367
1368
    /**
1369
     * @param string $value
1370
     *
1371
     * @return $this
1372
     */
1373
    public function withOssBucketName($value)
1374
    {
1375
        $this->data['OssBucketName'] = $value;
1376
        $this->options['form_params']['OssBucketName'] = $value;
1377
1378
        return $this;
1379
    }
1380
1381
    /**
1382
     * @param string $value
1383
     *
1384
     * @return $this
1385
     */
1386
    public function withCrop($value)
1387
    {
1388
        $this->data['Crop'] = $value;
1389
        $this->options['form_params']['Crop'] = $value;
1390
1391
        return $this;
1392
    }
1393
}
1394
1395
/**
1396
 * @method string getUserDeviceId()
1397
 * @method $this withUserDeviceId($value)
1398
 * @method string getDuration()
1399
 * @method $this withDuration($value)
1400
 * @method string getExpiredDay()
1401
 * @method $this withExpiredDay($value)
1402
 * @method string getSourceIp()
1403
 * @method $this withSourceIp($value)
1404
 * @method string getLang()
1405
 * @method $this withLang($value)
1406
 * @method string getDeviceId()
1407
 * @method $this withDeviceId($value)
1408
 * @method string getBizType()
1409
 * @method $this withBizType($value)
1410
 */
1411
class ModifyDeviceInfo extends Rpc
1412
{
1413
}
1414
1415
/**
1416
 * @method string getDebug()
1417
 * @method $this withDebug($value)
1418
 * @method string getPlatform()
1419
 * @method $this withPlatform($value)
1420
 * @method string getSourceIp()
1421
 * @method $this withSourceIp($value)
1422
 * @method string getPackageUrl()
1423
 * @method $this withPackageUrl($value)
1424
 * @method string getId()
1425
 * @method $this withId($value)
1426
 */
1427
class UpdateAppPackage extends Rpc
1428
{
1429
}
1430
1431
/**
1432
 * @method string getBizName()
1433
 * @method $this withBizName($value)
1434
 * @method string getBizType()
1435
 * @method $this withBizType($value)
1436
 * @method string getSourceIp()
1437
 * @method $this withSourceIp($value)
1438
 * @method string getLang()
1439
 * @method $this withLang($value)
1440
 */
1441
class UpdateFaceConfig extends Rpc
1442
{
1443
}
1444
1445
/**
1446
 * @method string getGuideStep()
1447
 * @method $this withGuideStep($value)
1448
 * @method string getResultStep()
1449
 * @method $this withResultStep($value)
1450
 * @method string getSourceIp()
1451
 * @method $this withSourceIp($value)
1452
 * @method string getSolution()
1453
 * @method $this withSolution($value)
1454
 * @method string getBizName()
1455
 * @method $this withBizName($value)
1456
 * @method string getBizType()
1457
 * @method $this withBizType($value)
1458
 * @method string getPrivacyStep()
1459
 * @method $this withPrivacyStep($value)
1460
 */
1461
class UpdateVerifySetting extends Rpc
1462
{
1463
}
1464
1465
/**
1466
 * @method string getExtInfo()
1467
 * @method string getCertifyData()
1468
 * @method $this withCertifyData($value)
1469
 * @method string getAppVersion()
1470
 * @method $this withAppVersion($value)
1471
 * @method string getDeviceToken()
1472
 * @method string getCertifyId()
1473
 * @method $this withCertifyId($value)
1474
 */
1475
class VerifyDevice extends Rpc
1476
{
1477
1478
    /**
1479
     * @param string $value
1480
     *
1481
     * @return $this
1482
     */
1483
    public function withExtInfo($value)
1484
    {
1485
        $this->data['ExtInfo'] = $value;
1486
        $this->options['form_params']['ExtInfo'] = $value;
1487
1488
        return $this;
1489
    }
1490
1491
    /**
1492
     * @param string $value
1493
     *
1494
     * @return $this
1495
     */
1496
    public function withDeviceToken($value)
1497
    {
1498
        $this->data['DeviceToken'] = $value;
1499
        $this->options['form_params']['DeviceToken'] = $value;
1500
1501
        return $this;
1502
    }
1503
}
1504
1505
/**
1506
 * @method string getFaceImageUrl()
1507
 * @method $this withFaceImageUrl($value)
1508
 * @method string getUserId()
1509
 * @method $this withUserId($value)
1510
 * @method string getIdCardBackImageUrl()
1511
 * @method $this withIdCardBackImageUrl($value)
1512
 * @method string getIdCardNumber()
1513
 * @method $this withIdCardNumber($value)
1514
 * @method string getIdCardFrontImageUrl()
1515
 * @method $this withIdCardFrontImageUrl($value)
1516
 * @method string getBizType()
1517
 * @method $this withBizType($value)
1518
 * @method string getBizId()
1519
 * @method $this withBizId($value)
1520
 * @method string getName()
1521
 * @method $this withName($value)
1522
 */
1523
class VerifyMaterial extends Rpc
1524
{
1525
}
1526