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 ( e36886...5f8829 )
by
unknown
71:34 queued 16:29
created

PostAsyncScan::withClientInfo()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 0
CRAP Score 2

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 6
ccs 0
cts 1
cp 0
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 1
crap 2
1
<?php
2
3
namespace AlibabaCloud\Green\V20180509;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AddFaces addFaces(array $options = [])
9
 * @method AddGroups addGroups(array $options = [])
10
 * @method AddPerson addPerson(array $options = [])
11
 * @method AddSimilarityImage addSimilarityImage(array $options = [])
12
 * @method AddSimilarityLibrary addSimilarityLibrary(array $options = [])
13
 * @method AddVideoDna addVideoDna(array $options = [])
14
 * @method AddVideoDnaGroup addVideoDnaGroup(array $options = [])
15
 * @method DeleteFaces deleteFaces(array $options = [])
16
 * @method DeleteGroups deleteGroups(array $options = [])
17
 * @method DeletePerson deletePerson(array $options = [])
18
 * @method DeleteSimilarityImage deleteSimilarityImage(array $options = [])
19
 * @method DeleteSimilarityLibrary deleteSimilarityLibrary(array $options = [])
20
 * @method DeleteVideoDna deleteVideoDna(array $options = [])
21
 * @method DeleteVideoDnaGroup deleteVideoDnaGroup(array $options = [])
22
 * @method DetectFace detectFace(array $options = [])
23
 * @method FileAsyncScan fileAsyncScan(array $options = [])
24
 * @method FileAsyncScanResults fileAsyncScanResults(array $options = [])
25
 * @method GetAddVideoDnaResults getAddVideoDnaResults(array $options = [])
26
 * @method GetFaces getFaces(array $options = [])
27
 * @method GetGroups getGroups(array $options = [])
28
 * @method GetPerson getPerson(array $options = [])
29
 * @method GetPersons getPersons(array $options = [])
30
 * @method GetSimilarityImage getSimilarityImage(array $options = [])
31
 * @method GetSimilarityLibrary getSimilarityLibrary(array $options = [])
32
 * @method ImageAsyncManualScan imageAsyncManualScan(array $options = [])
33
 * @method ImageAsyncManualScanResults imageAsyncManualScanResults(array $options = [])
34
 * @method ImageAsyncScan imageAsyncScan(array $options = [])
35
 * @method ImageAsyncScanResults imageAsyncScanResults(array $options = [])
36
 * @method ImageScanFeedback imageScanFeedback(array $options = [])
37
 * @method ImageSyncScan imageSyncScan(array $options = [])
38
 * @method ListSimilarityImages listSimilarityImages(array $options = [])
39
 * @method ListSimilarityLibraries listSimilarityLibraries(array $options = [])
40
 * @method LiveStreamAsyncScan liveStreamAsyncScan(array $options = [])
41
 * @method LiveStreamAsyncScanResults liveStreamAsyncScanResults(array $options = [])
42
 * @method LiveStreamCancelScan liveStreamCancelScan(array $options = [])
43
 * @method PostAsyncScan postAsyncScan(array $options = [])
44
 * @method PostAsyncScanResults postAsyncScanResults(array $options = [])
45
 * @method SearchPerson searchPerson(array $options = [])
46
 * @method SetPerson setPerson(array $options = [])
47
 * @method TextAsyncManualScan textAsyncManualScan(array $options = [])
48
 * @method TextAsyncManualScanResults textAsyncManualScanResults(array $options = [])
49
 * @method TextFeedback textFeedback(array $options = [])
50
 * @method TextScan textScan(array $options = [])
51
 * @method UploadCredentials uploadCredentials(array $options = [])
52
 * @method VideoAsyncManualScan videoAsyncManualScan(array $options = [])
53
 * @method VideoAsyncManualScanResults videoAsyncManualScanResults(array $options = [])
54
 * @method VideoAsyncScan videoAsyncScan(array $options = [])
55
 * @method VideoAsyncScanResults videoAsyncScanResults(array $options = [])
56
 * @method VideoCancelScan videoCancelScan(array $options = [])
57
 * @method VideoFeedback videoFeedback(array $options = [])
58
 * @method VideoSyncScan videoSyncScan(array $options = [])
59
 * @method VodAsyncScan vodAsyncScan(array $options = [])
60
 * @method VodAsyncScanResults vodAsyncScanResults(array $options = [])
61
 * @method VoiceAsyncManualScan voiceAsyncManualScan(array $options = [])
62
 * @method VoiceAsyncManualScanResults voiceAsyncManualScanResults(array $options = [])
63
 * @method VoiceAsyncScan voiceAsyncScan(array $options = [])
64
 * @method VoiceAsyncScanResults voiceAsyncScanResults(array $options = [])
65
 * @method VoiceCancelScan voiceCancelScan(array $options = [])
66
 * @method VoiceIdentityCheck voiceIdentityCheck(array $options = [])
67
 * @method VoiceIdentityRegister voiceIdentityRegister(array $options = [])
68
 * @method VoiceIdentityStartCheck voiceIdentityStartCheck(array $options = [])
69
 * @method VoiceIdentityStartRegister voiceIdentityStartRegister(array $options = [])
70
 * @method VoiceIdentityUnregister voiceIdentityUnregister(array $options = [])
71
 * @method VoiceSyncScan voiceSyncScan(array $options = [])
72
 * @method WebpageAsyncScan webpageAsyncScan(array $options = [])
73
 * @method WebpageAsyncScanResults webpageAsyncScanResults(array $options = [])
74
 * @method WebpageSyncScan webpageSyncScan(array $options = [])
75
 */
76
class GreenApiResolver extends ApiResolver
77
{
78
}
79
80
class Roa extends \AlibabaCloud\Client\Resolver\Roa
81
{
82
    /** @var string */
83
    public $product = 'Green';
84
85
    /** @var string */
86
    public $version = '2018-05-09';
87
88
    /** @var string */
89
    public $method = 'POST';
90
91
    /** @var string */
92
    public $serviceCode = 'green';
93
}
94
95
/**
96
 * @method string getClientInfo()
97
 */
98
class AddFaces extends Roa
99
{
100
    /** @var string */
101
    public $pathPattern = '/green/sface/face/add';
102
103
    /**
104
     * @param string $value
105
     *
106
     * @return $this
107
     */
108
    public function withClientInfo($value)
109
    {
110
        $this->data['ClientInfo'] = $value;
111
        $this->options['query']['ClientInfo'] = $value;
112
113
        return $this;
114
    }
115
}
116
117
/**
118
 * @method string getClientInfo()
119
 */
120
class AddGroups extends Roa
121
{
122
    /** @var string */
123
    public $pathPattern = '/green/sface/person/groups/add';
124
125
    /**
126
     * @param string $value
127
     *
128
     * @return $this
129
     */
130
    public function withClientInfo($value)
131
    {
132
        $this->data['ClientInfo'] = $value;
133
        $this->options['query']['ClientInfo'] = $value;
134
135
        return $this;
136
    }
137
}
138
139
/**
140
 * @method string getClientInfo()
141
 */
142
class AddPerson extends Roa
143
{
144
    /** @var string */
145
    public $pathPattern = '/green/sface/person/add';
146
147
    /**
148
     * @param string $value
149
     *
150
     * @return $this
151
     */
152
    public function withClientInfo($value)
153
    {
154
        $this->data['ClientInfo'] = $value;
155
        $this->options['query']['ClientInfo'] = $value;
156
157
        return $this;
158
    }
159
}
160
161
/**
162
 * @method string getClientInfo()
163
 */
164
class AddSimilarityImage extends Roa
165
{
166
    /** @var string */
167
    public $pathPattern = '/green/similarity/image/add';
168
169
    /**
170
     * @param string $value
171
     *
172
     * @return $this
173
     */
174
    public function withClientInfo($value)
175
    {
176
        $this->data['ClientInfo'] = $value;
177
        $this->options['query']['ClientInfo'] = $value;
178
179
        return $this;
180
    }
181
}
182
183
/**
184
 * @method string getClientInfo()
185
 */
186
class AddSimilarityLibrary extends Roa
187
{
188
    /** @var string */
189
    public $pathPattern = '/green/similarity/library/add';
190
191
    /**
192
     * @param string $value
193
     *
194
     * @return $this
195
     */
196
    public function withClientInfo($value)
197
    {
198
        $this->data['ClientInfo'] = $value;
199
        $this->options['query']['ClientInfo'] = $value;
200
201
        return $this;
202
    }
203
}
204
205
/**
206
 * @method string getClientInfo()
207
 */
208
class AddVideoDna extends Roa
209
{
210
    /** @var string */
211
    public $pathPattern = '/green/video/dna/add';
212
213
    /**
214
     * @param string $value
215
     *
216
     * @return $this
217
     */
218
    public function withClientInfo($value)
219
    {
220
        $this->data['ClientInfo'] = $value;
221
        $this->options['query']['ClientInfo'] = $value;
222
223
        return $this;
224
    }
225
}
226
227
/**
228
 * @method string getClientInfo()
229
 */
230
class AddVideoDnaGroup extends Roa
231
{
232
    /** @var string */
233
    public $pathPattern = '/green/video/dna/group/add';
234
235
    /**
236
     * @param string $value
237
     *
238
     * @return $this
239
     */
240
    public function withClientInfo($value)
241
    {
242
        $this->data['ClientInfo'] = $value;
243
        $this->options['query']['ClientInfo'] = $value;
244
245
        return $this;
246
    }
247
}
248
249
/**
250
 * @method string getClientInfo()
251
 */
252
class DeleteFaces extends Roa
253
{
254
    /** @var string */
255
    public $pathPattern = '/green/sface/face/delete';
256
257
    /**
258
     * @param string $value
259
     *
260
     * @return $this
261
     */
262
    public function withClientInfo($value)
263
    {
264
        $this->data['ClientInfo'] = $value;
265
        $this->options['query']['ClientInfo'] = $value;
266
267
        return $this;
268
    }
269
}
270
271
/**
272
 * @method string getClientInfo()
273
 */
274
class DeleteGroups extends Roa
275
{
276
    /** @var string */
277
    public $pathPattern = '/green/sface/person/groups/delete';
278
279
    /**
280
     * @param string $value
281
     *
282
     * @return $this
283
     */
284
    public function withClientInfo($value)
285
    {
286
        $this->data['ClientInfo'] = $value;
287
        $this->options['query']['ClientInfo'] = $value;
288
289
        return $this;
290
    }
291
}
292
293
/**
294
 * @method string getClientInfo()
295
 */
296
class DeletePerson extends Roa
297
{
298
    /** @var string */
299
    public $pathPattern = '/green/sface/person/delete';
300
301
    /**
302
     * @param string $value
303
     *
304
     * @return $this
305
     */
306
    public function withClientInfo($value)
307
    {
308
        $this->data['ClientInfo'] = $value;
309
        $this->options['query']['ClientInfo'] = $value;
310
311
        return $this;
312
    }
313
}
314
315
/**
316
 * @method string getClientInfo()
317
 */
318
class DeleteSimilarityImage extends Roa
319
{
320
    /** @var string */
321
    public $pathPattern = '/green/similarity/image/delete';
322
323
    /**
324
     * @param string $value
325
     *
326
     * @return $this
327
     */
328
    public function withClientInfo($value)
329
    {
330
        $this->data['ClientInfo'] = $value;
331
        $this->options['query']['ClientInfo'] = $value;
332
333
        return $this;
334
    }
335
}
336
337
/**
338
 * @method string getClientInfo()
339
 */
340
class DeleteSimilarityLibrary extends Roa
341
{
342
    /** @var string */
343
    public $pathPattern = '/green/similarity/library/delete';
344
345
    /**
346
     * @param string $value
347
     *
348
     * @return $this
349
     */
350
    public function withClientInfo($value)
351
    {
352
        $this->data['ClientInfo'] = $value;
353
        $this->options['query']['ClientInfo'] = $value;
354
355
        return $this;
356
    }
357
}
358
359
/**
360
 * @method string getClientInfo()
361
 */
362
class DeleteVideoDna extends Roa
363
{
364
    /** @var string */
365
    public $pathPattern = '/green/video/dna/delete';
366
367
    /**
368
     * @param string $value
369
     *
370
     * @return $this
371
     */
372
    public function withClientInfo($value)
373
    {
374
        $this->data['ClientInfo'] = $value;
375
        $this->options['query']['ClientInfo'] = $value;
376
377
        return $this;
378
    }
379
}
380
381
/**
382
 * @method string getClientInfo()
383
 */
384
class DeleteVideoDnaGroup extends Roa
385
{
386
    /** @var string */
387
    public $pathPattern = '/green/video/dna/group/delete';
388
389
    /**
390
     * @param string $value
391
     *
392
     * @return $this
393
     */
394
    public function withClientInfo($value)
395
    {
396
        $this->data['ClientInfo'] = $value;
397
        $this->options['query']['ClientInfo'] = $value;
398
399
        return $this;
400
    }
401
}
402
403
/**
404
 * @method string getClientInfo()
405
 */
406
class DetectFace extends Roa
407
{
408
    /** @var string */
409
    public $pathPattern = '/green/face/detect';
410
411
    /**
412
     * @param string $value
413
     *
414
     * @return $this
415
     */
416
    public function withClientInfo($value)
417
    {
418
        $this->data['ClientInfo'] = $value;
419
        $this->options['query']['ClientInfo'] = $value;
420
421
        return $this;
422
    }
423
}
424
425
/**
426
 * @method string getClientInfo()
427
 */
428
class FileAsyncScan extends Roa
429
{
430
    /** @var string */
431
    public $pathPattern = '/green/file/asyncscan';
432
433
    /**
434
     * @param string $value
435
     *
436
     * @return $this
437
     */
438
    public function withClientInfo($value)
439
    {
440
        $this->data['ClientInfo'] = $value;
441
        $this->options['query']['ClientInfo'] = $value;
442
443
        return $this;
444
    }
445
}
446
447
/**
448
 * @method string getClientInfo()
449
 */
450
class FileAsyncScanResults extends Roa
451
{
452
    /** @var string */
453
    public $pathPattern = '/green/file/results';
454
455
    /**
456
     * @param string $value
457
     *
458
     * @return $this
459
     */
460
    public function withClientInfo($value)
461
    {
462
        $this->data['ClientInfo'] = $value;
463
        $this->options['query']['ClientInfo'] = $value;
464
465
        return $this;
466
    }
467
}
468
469
/**
470
 * @method string getClientInfo()
471
 */
472
class GetAddVideoDnaResults extends Roa
473
{
474
    /** @var string */
475
    public $pathPattern = '/green/video/dna/add/results';
476
477
    /**
478
     * @param string $value
479
     *
480
     * @return $this
481
     */
482
    public function withClientInfo($value)
483
    {
484
        $this->data['ClientInfo'] = $value;
485
        $this->options['query']['ClientInfo'] = $value;
486
487
        return $this;
488
    }
489
}
490
491
/**
492
 * @method string getClientInfo()
493
 */
494
class GetFaces extends Roa
495
{
496
    /** @var string */
497
    public $pathPattern = '/green/sface/faces';
498
499
    /**
500
     * @param string $value
501
     *
502
     * @return $this
503
     */
504
    public function withClientInfo($value)
505
    {
506
        $this->data['ClientInfo'] = $value;
507
        $this->options['query']['ClientInfo'] = $value;
508
509
        return $this;
510
    }
511
}
512
513
/**
514
 * @method string getClientInfo()
515
 */
516
class GetGroups extends Roa
517
{
518
    /** @var string */
519
    public $pathPattern = '/green/sface/groups';
520
521
    /**
522
     * @param string $value
523
     *
524
     * @return $this
525
     */
526
    public function withClientInfo($value)
527
    {
528
        $this->data['ClientInfo'] = $value;
529
        $this->options['query']['ClientInfo'] = $value;
530
531
        return $this;
532
    }
533
}
534
535
/**
536
 * @method string getClientInfo()
537
 */
538
class GetPerson extends Roa
539
{
540
    /** @var string */
541
    public $pathPattern = '/green/sface/person';
542
543
    /**
544
     * @param string $value
545
     *
546
     * @return $this
547
     */
548
    public function withClientInfo($value)
549
    {
550
        $this->data['ClientInfo'] = $value;
551
        $this->options['query']['ClientInfo'] = $value;
552
553
        return $this;
554
    }
555
}
556
557
/**
558
 * @method string getClientInfo()
559
 */
560
class GetPersons extends Roa
561
{
562
    /** @var string */
563
    public $pathPattern = '/green/sface/group/persons';
564
565
    /**
566
     * @param string $value
567
     *
568
     * @return $this
569
     */
570
    public function withClientInfo($value)
571
    {
572
        $this->data['ClientInfo'] = $value;
573
        $this->options['query']['ClientInfo'] = $value;
574
575
        return $this;
576
    }
577
}
578
579
/**
580
 * @method string getClientInfo()
581
 */
582
class GetSimilarityImage extends Roa
583
{
584
    /** @var string */
585
    public $pathPattern = '/green/similarity/image/get';
586
587
    /**
588
     * @param string $value
589
     *
590
     * @return $this
591
     */
592
    public function withClientInfo($value)
593
    {
594
        $this->data['ClientInfo'] = $value;
595
        $this->options['query']['ClientInfo'] = $value;
596
597
        return $this;
598
    }
599
}
600
601
/**
602
 * @method string getClientInfo()
603
 */
604
class GetSimilarityLibrary extends Roa
605
{
606
    /** @var string */
607
    public $pathPattern = '/green/similarity/library/get';
608
609
    /**
610
     * @param string $value
611
     *
612
     * @return $this
613
     */
614
    public function withClientInfo($value)
615
    {
616
        $this->data['ClientInfo'] = $value;
617
        $this->options['query']['ClientInfo'] = $value;
618
619
        return $this;
620
    }
621
}
622
623
/**
624
 * @method string getClientInfo()
625
 */
626
class ImageAsyncManualScan extends Roa
627
{
628
    /** @var string */
629
    public $pathPattern = '/green/image/manual/asyncScan';
630
631
    /**
632
     * @param string $value
633
     *
634
     * @return $this
635
     */
636
    public function withClientInfo($value)
637
    {
638
        $this->data['ClientInfo'] = $value;
639
        $this->options['query']['ClientInfo'] = $value;
640
641
        return $this;
642
    }
643
}
644
645
/**
646
 * @method string getClientInfo()
647
 */
648
class ImageAsyncManualScanResults extends Roa
649
{
650
    /** @var string */
651
    public $pathPattern = '/green/image/manual/scan/results';
652
653
    /**
654
     * @param string $value
655
     *
656
     * @return $this
657
     */
658
    public function withClientInfo($value)
659
    {
660
        $this->data['ClientInfo'] = $value;
661
        $this->options['query']['ClientInfo'] = $value;
662
663
        return $this;
664
    }
665
}
666
667
/**
668
 * @method string getClientInfo()
669
 */
670
class ImageAsyncScan extends Roa
671
{
672
    /** @var string */
673
    public $pathPattern = '/green/image/asyncscan';
674
675
    /**
676
     * @param string $value
677
     *
678
     * @return $this
679
     */
680
    public function withClientInfo($value)
681
    {
682
        $this->data['ClientInfo'] = $value;
683
        $this->options['query']['ClientInfo'] = $value;
684
685
        return $this;
686
    }
687
}
688
689
/**
690
 * @method string getClientInfo()
691
 */
692
class ImageAsyncScanResults extends Roa
693
{
694
    /** @var string */
695
    public $pathPattern = '/green/image/results';
696
697
    /**
698
     * @param string $value
699
     *
700
     * @return $this
701
     */
702
    public function withClientInfo($value)
703
    {
704
        $this->data['ClientInfo'] = $value;
705
        $this->options['query']['ClientInfo'] = $value;
706
707
        return $this;
708
    }
709
}
710
711
/**
712
 * @method string getClientInfo()
713
 */
714
class ImageScanFeedback extends Roa
715
{
716
    /** @var string */
717
    public $pathPattern = '/green/image/feedback';
718
719
    /**
720
     * @param string $value
721
     *
722
     * @return $this
723
     */
724
    public function withClientInfo($value)
725
    {
726
        $this->data['ClientInfo'] = $value;
727
        $this->options['query']['ClientInfo'] = $value;
728
729
        return $this;
730
    }
731
}
732
733
/**
734
 * @method string getClientInfo()
735
 */
736
class ImageSyncScan extends Roa
737
{
738
    /** @var string */
739
    public $pathPattern = '/green/image/scan';
740
741
    /**
742
     * @param string $value
743
     *
744
     * @return $this
745
     */
746
    public function withClientInfo($value)
747
    {
748
        $this->data['ClientInfo'] = $value;
749
        $this->options['query']['ClientInfo'] = $value;
750
751
        return $this;
752
    }
753
}
754
755
/**
756
 * @method string getClientInfo()
757
 */
758
class ListSimilarityImages extends Roa
759
{
760
    /** @var string */
761
    public $pathPattern = '/green/similarity/image/list';
762
763
    /**
764
     * @param string $value
765
     *
766
     * @return $this
767
     */
768
    public function withClientInfo($value)
769
    {
770
        $this->data['ClientInfo'] = $value;
771
        $this->options['query']['ClientInfo'] = $value;
772
773
        return $this;
774
    }
775
}
776
777
/**
778
 * @method string getClientInfo()
779
 */
780
class ListSimilarityLibraries extends Roa
781
{
782
    /** @var string */
783
    public $pathPattern = '/green/similarity/library/list';
784
785
    /**
786
     * @param string $value
787
     *
788
     * @return $this
789
     */
790
    public function withClientInfo($value)
791
    {
792
        $this->data['ClientInfo'] = $value;
793
        $this->options['query']['ClientInfo'] = $value;
794
795
        return $this;
796
    }
797
}
798
799
/**
800
 * @method string getClientInfo()
801
 */
802
class LiveStreamAsyncScan extends Roa
803
{
804
    /** @var string */
805
    public $pathPattern = '/green/livestream/asyncscan';
806
807
    /**
808
     * @param string $value
809
     *
810
     * @return $this
811
     */
812
    public function withClientInfo($value)
813
    {
814
        $this->data['ClientInfo'] = $value;
815
        $this->options['query']['ClientInfo'] = $value;
816
817
        return $this;
818
    }
819
}
820
821
/**
822
 * @method string getClientInfo()
823
 */
824
class LiveStreamAsyncScanResults extends Roa
825
{
826
    /** @var string */
827
    public $pathPattern = '/green/livestream/results';
828
829
    /**
830
     * @param string $value
831
     *
832
     * @return $this
833
     */
834
    public function withClientInfo($value)
835
    {
836
        $this->data['ClientInfo'] = $value;
837
        $this->options['query']['ClientInfo'] = $value;
838
839
        return $this;
840
    }
841
}
842
843
/**
844
 * @method string getClientInfo()
845
 */
846
class LiveStreamCancelScan extends Roa
847
{
848
    /** @var string */
849
    public $pathPattern = '/green/livestream/cancelscan';
850
851
    /**
852
     * @param string $value
853
     *
854
     * @return $this
855
     */
856
    public function withClientInfo($value)
857
    {
858
        $this->data['ClientInfo'] = $value;
859
        $this->options['query']['ClientInfo'] = $value;
860
861
        return $this;
862
    }
863
}
864
865
/**
866
 * @method string getClientInfo()
867
 */
868
class PostAsyncScan extends Roa
869
{
870
    /** @var string */
871
    public $pathPattern = '/green/post/asyncscan';
872
873
    /**
874
     * @param string $value
875
     *
876
     * @return $this
877
     */
878
    public function withClientInfo($value)
879
    {
880
        $this->data['ClientInfo'] = $value;
881
        $this->options['query']['ClientInfo'] = $value;
882
883
        return $this;
884
    }
885
}
886
887
/**
888
 * @method string getClientInfo()
889
 */
890
class PostAsyncScanResults extends Roa
891
{
892
    /** @var string */
893
    public $pathPattern = '/green/post/results';
894
895
    /**
896
     * @param string $value
897
     *
898
     * @return $this
899
     */
900
    public function withClientInfo($value)
901
    {
902
        $this->data['ClientInfo'] = $value;
903
        $this->options['query']['ClientInfo'] = $value;
904
905
        return $this;
906
    }
907
}
908
909
/**
910
 * @method string getClientInfo()
911
 */
912
class SearchPerson extends Roa
913
{
914
    /** @var string */
915
    public $pathPattern = '/green/sface/search';
916
917
    /**
918
     * @param string $value
919
     *
920
     * @return $this
921
     */
922
    public function withClientInfo($value)
923
    {
924
        $this->data['ClientInfo'] = $value;
925
        $this->options['query']['ClientInfo'] = $value;
926
927
        return $this;
928
    }
929
}
930
931
/**
932
 * @method string getClientInfo()
933
 */
934
class SetPerson extends Roa
935
{
936
    /** @var string */
937
    public $pathPattern = '/green/sface/person/update';
938
939
    /**
940
     * @param string $value
941
     *
942
     * @return $this
943
     */
944
    public function withClientInfo($value)
945
    {
946
        $this->data['ClientInfo'] = $value;
947
        $this->options['query']['ClientInfo'] = $value;
948
949
        return $this;
950
    }
951
}
952
953
/**
954
 * @method string getClientInfo()
955
 */
956
class TextAsyncManualScan extends Roa
957
{
958
    /** @var string */
959
    public $pathPattern = '/green/text/manual/asyncScan';
960
961
    /**
962
     * @param string $value
963
     *
964
     * @return $this
965
     */
966
    public function withClientInfo($value)
967
    {
968
        $this->data['ClientInfo'] = $value;
969
        $this->options['query']['ClientInfo'] = $value;
970
971
        return $this;
972
    }
973
}
974
975
/**
976
 * @method string getClientInfo()
977
 */
978
class TextAsyncManualScanResults extends Roa
979
{
980
    /** @var string */
981
    public $pathPattern = '/green/text/manual/scan/results';
982
983
    /**
984
     * @param string $value
985
     *
986
     * @return $this
987
     */
988
    public function withClientInfo($value)
989
    {
990
        $this->data['ClientInfo'] = $value;
991
        $this->options['query']['ClientInfo'] = $value;
992
993
        return $this;
994
    }
995
}
996
997
/**
998
 * @method string getClientInfo()
999
 */
1000
class TextFeedback extends Roa
1001
{
1002
    /** @var string */
1003
    public $pathPattern = '/green/text/feedback';
1004
1005
    /**
1006
     * @param string $value
1007
     *
1008
     * @return $this
1009
     */
1010
    public function withClientInfo($value)
1011
    {
1012
        $this->data['ClientInfo'] = $value;
1013
        $this->options['query']['ClientInfo'] = $value;
1014
1015
        return $this;
1016
    }
1017
}
1018
1019
/**
1020
 * @method string getClientInfo()
1021
 */
1022
class TextScan extends Roa
1023
{
1024
    /** @var string */
1025
    public $pathPattern = '/green/text/scan';
1026
1027
    /**
1028
     * @param string $value
1029
     *
1030
     * @return $this
1031
     */
1032
    public function withClientInfo($value)
1033
    {
1034
        $this->data['ClientInfo'] = $value;
1035
        $this->options['query']['ClientInfo'] = $value;
1036
1037
        return $this;
1038
    }
1039
}
1040
1041
/**
1042
 * @method string getClientInfo()
1043
 */
1044
class UploadCredentials extends Roa
1045
{
1046
    /** @var string */
1047
    public $pathPattern = '/green/credentials/uploadcredentials';
1048
1049
    /**
1050
     * @param string $value
1051
     *
1052
     * @return $this
1053
     */
1054
    public function withClientInfo($value)
1055
    {
1056
        $this->data['ClientInfo'] = $value;
1057
        $this->options['query']['ClientInfo'] = $value;
1058
1059
        return $this;
1060
    }
1061
}
1062
1063
/**
1064
 * @method string getClientInfo()
1065
 */
1066
class VideoAsyncManualScan extends Roa
1067
{
1068
    /** @var string */
1069
    public $pathPattern = '/green/video/manual/asyncScan';
1070
1071
    /**
1072
     * @param string $value
1073
     *
1074
     * @return $this
1075
     */
1076
    public function withClientInfo($value)
1077
    {
1078
        $this->data['ClientInfo'] = $value;
1079
        $this->options['query']['ClientInfo'] = $value;
1080
1081
        return $this;
1082
    }
1083
}
1084
1085
/**
1086
 * @method string getClientInfo()
1087
 */
1088
class VideoAsyncManualScanResults extends Roa
1089
{
1090
    /** @var string */
1091
    public $pathPattern = '/green/video/manual/scan/results';
1092
1093
    /**
1094
     * @param string $value
1095
     *
1096
     * @return $this
1097
     */
1098
    public function withClientInfo($value)
1099
    {
1100
        $this->data['ClientInfo'] = $value;
1101
        $this->options['query']['ClientInfo'] = $value;
1102
1103
        return $this;
1104
    }
1105
}
1106
1107
/**
1108
 * @method string getClientInfo()
1109
 */
1110
class VideoAsyncScan extends Roa
1111
{
1112
    /** @var string */
1113
    public $pathPattern = '/green/video/asyncscan';
1114
1115
    /**
1116
     * @param string $value
1117
     *
1118
     * @return $this
1119
     */
1120
    public function withClientInfo($value)
1121
    {
1122
        $this->data['ClientInfo'] = $value;
1123
        $this->options['query']['ClientInfo'] = $value;
1124
1125
        return $this;
1126
    }
1127
}
1128
1129
/**
1130
 * @method string getClientInfo()
1131
 */
1132
class VideoAsyncScanResults extends Roa
1133
{
1134
    /** @var string */
1135
    public $pathPattern = '/green/video/results';
1136
1137
    /**
1138
     * @param string $value
1139
     *
1140
     * @return $this
1141
     */
1142
    public function withClientInfo($value)
1143
    {
1144
        $this->data['ClientInfo'] = $value;
1145
        $this->options['query']['ClientInfo'] = $value;
1146
1147
        return $this;
1148
    }
1149
}
1150
1151
/**
1152
 * @method string getClientInfo()
1153
 */
1154
class VideoCancelScan extends Roa
1155
{
1156
    /** @var string */
1157
    public $pathPattern = '/green/video/cancelscan';
1158
1159
    /**
1160
     * @param string $value
1161
     *
1162
     * @return $this
1163
     */
1164
    public function withClientInfo($value)
1165
    {
1166
        $this->data['ClientInfo'] = $value;
1167
        $this->options['query']['ClientInfo'] = $value;
1168
1169
        return $this;
1170
    }
1171
}
1172
1173
/**
1174
 * @method string getClientInfo()
1175
 */
1176
class VideoFeedback extends Roa
1177
{
1178
    /** @var string */
1179
    public $pathPattern = '/green/video/feedback';
1180
1181
    /**
1182
     * @param string $value
1183
     *
1184
     * @return $this
1185
     */
1186
    public function withClientInfo($value)
1187
    {
1188
        $this->data['ClientInfo'] = $value;
1189
        $this->options['query']['ClientInfo'] = $value;
1190
1191
        return $this;
1192
    }
1193
}
1194
1195
/**
1196
 * @method string getClientInfo()
1197
 */
1198
class VideoSyncScan extends Roa
1199
{
1200
    /** @var string */
1201
    public $pathPattern = '/green/video/syncscan';
1202
1203
    /**
1204
     * @param string $value
1205
     *
1206
     * @return $this
1207
     */
1208
    public function withClientInfo($value)
1209
    {
1210
        $this->data['ClientInfo'] = $value;
1211
        $this->options['query']['ClientInfo'] = $value;
1212
1213
        return $this;
1214
    }
1215
}
1216
1217
/**
1218
 * @method string getClientInfo()
1219
 */
1220
class VodAsyncScan extends Roa
1221
{
1222
    /** @var string */
1223
    public $pathPattern = '/green/vod/asyncscan';
1224
1225
    /**
1226
     * @param string $value
1227
     *
1228
     * @return $this
1229
     */
1230
    public function withClientInfo($value)
1231
    {
1232
        $this->data['ClientInfo'] = $value;
1233
        $this->options['query']['ClientInfo'] = $value;
1234
1235
        return $this;
1236
    }
1237
}
1238
1239
/**
1240
 * @method string getClientInfo()
1241
 */
1242
class VodAsyncScanResults extends Roa
1243
{
1244
    /** @var string */
1245
    public $pathPattern = '/green/vod/results';
1246
1247
    /**
1248
     * @param string $value
1249
     *
1250
     * @return $this
1251
     */
1252
    public function withClientInfo($value)
1253
    {
1254
        $this->data['ClientInfo'] = $value;
1255
        $this->options['query']['ClientInfo'] = $value;
1256
1257
        return $this;
1258
    }
1259
}
1260
1261
/**
1262
 * @method string getClientInfo()
1263
 */
1264
class VoiceAsyncManualScan extends Roa
1265
{
1266
    /** @var string */
1267
    public $pathPattern = '/green/voice/manual/asyncScan';
1268
1269
    /**
1270
     * @param string $value
1271
     *
1272
     * @return $this
1273
     */
1274
    public function withClientInfo($value)
1275
    {
1276
        $this->data['ClientInfo'] = $value;
1277
        $this->options['query']['ClientInfo'] = $value;
1278
1279
        return $this;
1280
    }
1281
}
1282
1283
/**
1284
 * @method string getClientInfo()
1285
 */
1286
class VoiceAsyncManualScanResults extends Roa
1287
{
1288
    /** @var string */
1289
    public $pathPattern = '/green/voice/manual/scan/results';
1290
1291
    /**
1292
     * @param string $value
1293
     *
1294
     * @return $this
1295
     */
1296
    public function withClientInfo($value)
1297
    {
1298
        $this->data['ClientInfo'] = $value;
1299
        $this->options['query']['ClientInfo'] = $value;
1300
1301
        return $this;
1302
    }
1303
}
1304
1305
/**
1306
 * @method string getClientInfo()
1307
 */
1308
class VoiceAsyncScan extends Roa
1309
{
1310
    /** @var string */
1311
    public $pathPattern = '/green/voice/asyncscan';
1312
1313
    /**
1314
     * @param string $value
1315
     *
1316
     * @return $this
1317
     */
1318
    public function withClientInfo($value)
1319
    {
1320
        $this->data['ClientInfo'] = $value;
1321
        $this->options['query']['ClientInfo'] = $value;
1322
1323
        return $this;
1324
    }
1325
}
1326
1327
/**
1328
 * @method string getClientInfo()
1329
 */
1330
class VoiceAsyncScanResults extends Roa
1331
{
1332
    /** @var string */
1333
    public $pathPattern = '/green/voice/results';
1334
1335
    /**
1336
     * @param string $value
1337
     *
1338
     * @return $this
1339
     */
1340
    public function withClientInfo($value)
1341
    {
1342
        $this->data['ClientInfo'] = $value;
1343
        $this->options['query']['ClientInfo'] = $value;
1344
1345
        return $this;
1346
    }
1347
}
1348
1349
/**
1350
 * @method string getClientInfo()
1351
 */
1352
class VoiceCancelScan extends Roa
1353
{
1354
    /** @var string */
1355
    public $pathPattern = '/green/voice/cancelscan';
1356
1357
    /**
1358
     * @param string $value
1359
     *
1360
     * @return $this
1361
     */
1362
    public function withClientInfo($value)
1363
    {
1364
        $this->data['ClientInfo'] = $value;
1365
        $this->options['query']['ClientInfo'] = $value;
1366
1367
        return $this;
1368
    }
1369
}
1370
1371
/**
1372
 * @method string getClientInfo()
1373
 */
1374
class VoiceIdentityCheck extends Roa
1375
{
1376
    /** @var string */
1377
    public $pathPattern = '/green/voice/auth/check';
1378
1379
    /**
1380
     * @param string $value
1381
     *
1382
     * @return $this
1383
     */
1384
    public function withClientInfo($value)
1385
    {
1386
        $this->data['ClientInfo'] = $value;
1387
        $this->options['query']['ClientInfo'] = $value;
1388
1389
        return $this;
1390
    }
1391
}
1392
1393
/**
1394
 * @method string getClientInfo()
1395
 */
1396
class VoiceIdentityRegister extends Roa
1397
{
1398
    /** @var string */
1399
    public $pathPattern = '/green/voice/auth/register';
1400
1401
    /**
1402
     * @param string $value
1403
     *
1404
     * @return $this
1405
     */
1406
    public function withClientInfo($value)
1407
    {
1408
        $this->data['ClientInfo'] = $value;
1409
        $this->options['query']['ClientInfo'] = $value;
1410
1411
        return $this;
1412
    }
1413
}
1414
1415
/**
1416
 * @method string getClientInfo()
1417
 */
1418
class VoiceIdentityStartCheck extends Roa
1419
{
1420
    /** @var string */
1421
    public $pathPattern = '/green/voice/auth/start/check';
1422
1423
    /**
1424
     * @param string $value
1425
     *
1426
     * @return $this
1427
     */
1428
    public function withClientInfo($value)
1429
    {
1430
        $this->data['ClientInfo'] = $value;
1431
        $this->options['query']['ClientInfo'] = $value;
1432
1433
        return $this;
1434
    }
1435
}
1436
1437
/**
1438
 * @method string getClientInfo()
1439
 */
1440
class VoiceIdentityStartRegister extends Roa
1441
{
1442
    /** @var string */
1443
    public $pathPattern = '/green/voice/auth/start/register';
1444
1445
    /**
1446
     * @param string $value
1447
     *
1448
     * @return $this
1449
     */
1450
    public function withClientInfo($value)
1451
    {
1452
        $this->data['ClientInfo'] = $value;
1453
        $this->options['query']['ClientInfo'] = $value;
1454
1455
        return $this;
1456
    }
1457
}
1458
1459
/**
1460
 * @method string getClientInfo()
1461
 */
1462
class VoiceIdentityUnregister extends Roa
1463
{
1464
    /** @var string */
1465
    public $pathPattern = '/green/voice/auth/unregister';
1466
1467
    /**
1468
     * @param string $value
1469
     *
1470
     * @return $this
1471
     */
1472
    public function withClientInfo($value)
1473
    {
1474
        $this->data['ClientInfo'] = $value;
1475
        $this->options['query']['ClientInfo'] = $value;
1476
1477
        return $this;
1478
    }
1479
}
1480
1481
/**
1482
 * @method string getClientInfo()
1483
 */
1484
class VoiceSyncScan extends Roa
1485
{
1486
    /** @var string */
1487
    public $pathPattern = '/green/voice/syncscan';
1488
1489
    /**
1490
     * @param string $value
1491
     *
1492
     * @return $this
1493
     */
1494
    public function withClientInfo($value)
1495
    {
1496
        $this->data['ClientInfo'] = $value;
1497
        $this->options['query']['ClientInfo'] = $value;
1498
1499
        return $this;
1500
    }
1501
}
1502
1503
/**
1504
 * @method string getClientInfo()
1505
 */
1506
class WebpageAsyncScan extends Roa
1507
{
1508
    /** @var string */
1509
    public $pathPattern = '/green/webpage/asyncscan';
1510
1511
    /**
1512
     * @param string $value
1513
     *
1514
     * @return $this
1515
     */
1516
    public function withClientInfo($value)
1517
    {
1518
        $this->data['ClientInfo'] = $value;
1519
        $this->options['query']['ClientInfo'] = $value;
1520
1521
        return $this;
1522
    }
1523
}
1524
1525
/**
1526
 * @method string getClientInfo()
1527
 */
1528
class WebpageAsyncScanResults extends Roa
1529
{
1530
    /** @var string */
1531
    public $pathPattern = '/green/webpage/results';
1532
1533
    /**
1534
     * @param string $value
1535
     *
1536
     * @return $this
1537
     */
1538
    public function withClientInfo($value)
1539
    {
1540
        $this->data['ClientInfo'] = $value;
1541
        $this->options['query']['ClientInfo'] = $value;
1542
1543
        return $this;
1544
    }
1545
}
1546
1547
/**
1548
 * @method string getClientInfo()
1549
 */
1550
class WebpageSyncScan extends Roa
1551
{
1552
    /** @var string */
1553
    public $pathPattern = '/green/webpage/scan';
1554
1555
    /**
1556
     * @param string $value
1557
     *
1558
     * @return $this
1559
     */
1560
    public function withClientInfo($value)
1561
    {
1562
        $this->data['ClientInfo'] = $value;
1563
        $this->options['query']['ClientInfo'] = $value;
1564
1565
        return $this;
1566
    }
1567
}
1568