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 ( a3c5f0...56ccb0 )
by
unknown
05:45
created

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