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 ( 81c178...13b429 )
by
unknown
07:04
created

PostAsyncScanResults   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 16
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 0
Metric Value
wmc 1
eloc 5
dl 0
loc 16
ccs 0
cts 4
cp 0
rs 10
c 0
b 0
f 0

1 Method

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