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 ( 26e84e...2cea3a )
by
unknown
04:19
created

DescribeIpcLiveAddress::withProtocolType()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 6
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 1
1
<?php
2
3
namespace AlibabaCloud\Reid\V20190928;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method DescribeBaseStatistics describeBaseStatistics(array $options = [])
9
 * @method DescribeCameraStatistics describeCameraStatistics(array $options = [])
10
 * @method DescribeCursor describeCursor(array $options = [])
11
 * @method DescribeCustomerFlowByLocation describeCustomerFlowByLocation(array $options = [])
12
 * @method DescribeDevices describeDevices(array $options = [])
13
 * @method DescribeHeatMap describeHeatMap(array $options = [])
14
 * @method DescribeImageUrls describeImageUrls(array $options = [])
15
 * @method DescribeIpcLiveAddress describeIpcLiveAddress(array $options = [])
16
 * @method DescribeOverviewData describeOverviewData(array $options = [])
17
 * @method ImportSpecialPersonnel importSpecialPersonnel(array $options = [])
18
 * @method ListActionData listActionData(array $options = [])
19
 * @method ListDevicesImages listDevicesImages(array $options = [])
20
 * @method ListEmap listEmap(array $options = [])
21
 * @method ListLocation listLocation(array $options = [])
22
 * @method ListMaskDetectionResults listMaskDetectionResults(array $options = [])
23
 * @method ListPersonByImage listPersonByImage(array $options = [])
24
 * @method ListStore listStore(array $options = [])
25
 * @method PullActionData pullActionData(array $options = [])
26
 */
27
class ReidApiResolver extends ApiResolver
28
{
29
}
30
31
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
32
{
33
    /** @var string */
34
    public $product = 'reid';
35
36
    /** @var string */
37
    public $version = '2019-09-28';
38
39
    /** @var string */
40
    public $method = 'POST';
41
}
42
43
/**
44
 * @method string getDate()
45
 * @method string getExtraStatisticTypes()
46
 * @method string getStoreId()
47
 * @method string getSummaryType()
48
 * @method string getLocationId()
49
 */
50
class DescribeBaseStatistics extends Rpc
51
{
52
53
    /**
54
     * @param string $value
55
     *
56
     * @return $this
57
     */
58
    public function withDate($value)
59
    {
60
        $this->data['Date'] = $value;
61
        $this->options['form_params']['Date'] = $value;
62
63
        return $this;
64
    }
65
66
    /**
67
     * @param string $value
68
     *
69
     * @return $this
70
     */
71
    public function withExtraStatisticTypes($value)
72
    {
73
        $this->data['ExtraStatisticTypes'] = $value;
74
        $this->options['form_params']['ExtraStatisticTypes'] = $value;
75
76
        return $this;
77
    }
78
79
    /**
80
     * @param string $value
81
     *
82
     * @return $this
83
     */
84
    public function withStoreId($value)
85
    {
86
        $this->data['StoreId'] = $value;
87
        $this->options['form_params']['StoreId'] = $value;
88
89
        return $this;
90
    }
91
92
    /**
93
     * @param string $value
94
     *
95
     * @return $this
96
     */
97
    public function withSummaryType($value)
98
    {
99
        $this->data['SummaryType'] = $value;
100
        $this->options['form_params']['SummaryType'] = $value;
101
102
        return $this;
103
    }
104
105
    /**
106
     * @param string $value
107
     *
108
     * @return $this
109
     */
110
    public function withLocationId($value)
111
    {
112
        $this->data['LocationId'] = $value;
113
        $this->options['form_params']['LocationId'] = $value;
114
115
        return $this;
116
    }
117
}
118
119
/**
120
 * @method string getStartTimestamp()
121
 * @method string getStoreId()
122
 * @method string getEndTimestamp()
123
 */
124
class DescribeCameraStatistics extends Rpc
125
{
126
127
    /**
128
     * @param string $value
129
     *
130
     * @return $this
131
     */
132
    public function withStartTimestamp($value)
133
    {
134
        $this->data['StartTimestamp'] = $value;
135
        $this->options['form_params']['StartTimestamp'] = $value;
136
137
        return $this;
138
    }
139
140
    /**
141
     * @param string $value
142
     *
143
     * @return $this
144
     */
145
    public function withStoreId($value)
146
    {
147
        $this->data['StoreId'] = $value;
148
        $this->options['form_params']['StoreId'] = $value;
149
150
        return $this;
151
    }
152
153
    /**
154
     * @param string $value
155
     *
156
     * @return $this
157
     */
158
    public function withEndTimestamp($value)
159
    {
160
        $this->data['EndTimestamp'] = $value;
161
        $this->options['form_params']['EndTimestamp'] = $value;
162
163
        return $this;
164
    }
165
}
166
167
/**
168
 * @method string getStoreId()
169
 * @method string getTime()
170
 */
171
class DescribeCursor extends Rpc
172
{
173
174
    /**
175
     * @param string $value
176
     *
177
     * @return $this
178
     */
179
    public function withStoreId($value)
180
    {
181
        $this->data['StoreId'] = $value;
182
        $this->options['form_params']['StoreId'] = $value;
183
184
        return $this;
185
    }
186
187
    /**
188
     * @param string $value
189
     *
190
     * @return $this
191
     */
192
    public function withTime($value)
193
    {
194
        $this->data['Time'] = $value;
195
        $this->options['form_params']['Time'] = $value;
196
197
        return $this;
198
    }
199
}
200
201
/**
202
 * @method string getStartDate()
203
 * @method string getStoreId()
204
 * @method string getMinCount()
205
 * @method string getParentAmount()
206
 * @method string getMaxCount()
207
 * @method string getEndDate()
208
 * @method string getLocationId()
209
 * @method string getParentLocationIds()
210
 */
211
class DescribeCustomerFlowByLocation extends Rpc
212
{
213
214
    /**
215
     * @param string $value
216
     *
217
     * @return $this
218
     */
219
    public function withStartDate($value)
220
    {
221
        $this->data['StartDate'] = $value;
222
        $this->options['form_params']['StartDate'] = $value;
223
224
        return $this;
225
    }
226
227
    /**
228
     * @param string $value
229
     *
230
     * @return $this
231
     */
232
    public function withStoreId($value)
233
    {
234
        $this->data['StoreId'] = $value;
235
        $this->options['form_params']['StoreId'] = $value;
236
237
        return $this;
238
    }
239
240
    /**
241
     * @param string $value
242
     *
243
     * @return $this
244
     */
245
    public function withMinCount($value)
246
    {
247
        $this->data['MinCount'] = $value;
248
        $this->options['form_params']['MinCount'] = $value;
249
250
        return $this;
251
    }
252
253
    /**
254
     * @param string $value
255
     *
256
     * @return $this
257
     */
258
    public function withParentAmount($value)
259
    {
260
        $this->data['ParentAmount'] = $value;
261
        $this->options['form_params']['ParentAmount'] = $value;
262
263
        return $this;
264
    }
265
266
    /**
267
     * @param string $value
268
     *
269
     * @return $this
270
     */
271
    public function withMaxCount($value)
272
    {
273
        $this->data['MaxCount'] = $value;
274
        $this->options['form_params']['MaxCount'] = $value;
275
276
        return $this;
277
    }
278
279
    /**
280
     * @param string $value
281
     *
282
     * @return $this
283
     */
284
    public function withEndDate($value)
285
    {
286
        $this->data['EndDate'] = $value;
287
        $this->options['form_params']['EndDate'] = $value;
288
289
        return $this;
290
    }
291
292
    /**
293
     * @param string $value
294
     *
295
     * @return $this
296
     */
297
    public function withLocationId($value)
298
    {
299
        $this->data['LocationId'] = $value;
300
        $this->options['form_params']['LocationId'] = $value;
301
302
        return $this;
303
    }
304
305
    /**
306
     * @param string $value
307
     *
308
     * @return $this
309
     */
310
    public function withParentLocationIds($value)
311
    {
312
        $this->data['ParentLocationIds'] = $value;
313
        $this->options['form_params']['ParentLocationIds'] = $value;
314
315
        return $this;
316
    }
317
}
318
319
/**
320
 * @method string getStoreId()
321
 */
322
class DescribeDevices extends Rpc
323
{
324
325
    /**
326
     * @param string $value
327
     *
328
     * @return $this
329
     */
330
    public function withStoreId($value)
331
    {
332
        $this->data['StoreId'] = $value;
333
        $this->options['form_params']['StoreId'] = $value;
334
335
        return $this;
336
    }
337
}
338
339
/**
340
 * @method string getDate()
341
 * @method string getStoreId()
342
 * @method string getEmapId()
343
 */
344
class DescribeHeatMap extends Rpc
345
{
346
347
    /**
348
     * @param string $value
349
     *
350
     * @return $this
351
     */
352
    public function withDate($value)
353
    {
354
        $this->data['Date'] = $value;
355
        $this->options['form_params']['Date'] = $value;
356
357
        return $this;
358
    }
359
360
    /**
361
     * @param string $value
362
     *
363
     * @return $this
364
     */
365
    public function withStoreId($value)
366
    {
367
        $this->data['StoreId'] = $value;
368
        $this->options['form_params']['StoreId'] = $value;
369
370
        return $this;
371
    }
372
373
    /**
374
     * @param string $value
375
     *
376
     * @return $this
377
     */
378
    public function withEmapId($value)
379
    {
380
        $this->data['EmapId'] = $value;
381
        $this->options['form_params']['EmapId'] = $value;
382
383
        return $this;
384
    }
385
}
386
387
/**
388
 * @method string getOriginUrls()
389
 * @method string getStoreId()
390
 * @method string getObjectKeys()
391
 */
392
class DescribeImageUrls extends Rpc
393
{
394
395
    /**
396
     * @param string $value
397
     *
398
     * @return $this
399
     */
400
    public function withOriginUrls($value)
401
    {
402
        $this->data['OriginUrls'] = $value;
403
        $this->options['form_params']['OriginUrls'] = $value;
404
405
        return $this;
406
    }
407
408
    /**
409
     * @param string $value
410
     *
411
     * @return $this
412
     */
413
    public function withStoreId($value)
414
    {
415
        $this->data['StoreId'] = $value;
416
        $this->options['form_params']['StoreId'] = $value;
417
418
        return $this;
419
    }
420
421
    /**
422
     * @param string $value
423
     *
424
     * @return $this
425
     */
426
    public function withObjectKeys($value)
427
    {
428
        $this->data['ObjectKeys'] = $value;
429
        $this->options['form_params']['ObjectKeys'] = $value;
430
431
        return $this;
432
    }
433
}
434
435
/**
436
 * @method string getIpcId()
437
 * @method string getStoreId()
438
 * @method string getProtocolType()
439
 */
440
class DescribeIpcLiveAddress extends Rpc
441
{
442
443
    /**
444
     * @param string $value
445
     *
446
     * @return $this
447
     */
448
    public function withIpcId($value)
449
    {
450
        $this->data['IpcId'] = $value;
451
        $this->options['form_params']['IpcId'] = $value;
452
453
        return $this;
454
    }
455
456
    /**
457
     * @param string $value
458
     *
459
     * @return $this
460
     */
461
    public function withStoreId($value)
462
    {
463
        $this->data['StoreId'] = $value;
464
        $this->options['form_params']['StoreId'] = $value;
465
466
        return $this;
467
    }
468
469
    /**
470
     * @param string $value
471
     *
472
     * @return $this
473
     */
474
    public function withProtocolType($value)
475
    {
476
        $this->data['ProtocolType'] = $value;
477
        $this->options['form_params']['ProtocolType'] = $value;
478
479
        return $this;
480
    }
481
}
482
483
/**
484
 * @method string getDate()
485
 * @method string getStoreIds()
486
 */
487
class DescribeOverviewData extends Rpc
488
{
489
490
    /**
491
     * @param string $value
492
     *
493
     * @return $this
494
     */
495
    public function withDate($value)
496
    {
497
        $this->data['Date'] = $value;
498
        $this->options['form_params']['Date'] = $value;
499
500
        return $this;
501
    }
502
503
    /**
504
     * @param string $value
505
     *
506
     * @return $this
507
     */
508
    public function withStoreIds($value)
509
    {
510
        $this->data['StoreIds'] = $value;
511
        $this->options['form_params']['StoreIds'] = $value;
512
513
        return $this;
514
    }
515
}
516
517
/**
518
 * @method string getUkId()
519
 * @method string getDescription()
520
 * @method string getExternalId()
521
 * @method string getPersonType()
522
 * @method string getUrls()
523
 * @method string getPersonName()
524
 * @method string getStoreIds()
525
 * @method string getStatus()
526
 */
527
class ImportSpecialPersonnel extends Rpc
528
{
529
530
    /**
531
     * @param string $value
532
     *
533
     * @return $this
534
     */
535
    public function withUkId($value)
536
    {
537
        $this->data['UkId'] = $value;
538
        $this->options['form_params']['UkId'] = $value;
539
540
        return $this;
541
    }
542
543
    /**
544
     * @param string $value
545
     *
546
     * @return $this
547
     */
548
    public function withDescription($value)
549
    {
550
        $this->data['Description'] = $value;
551
        $this->options['form_params']['Description'] = $value;
552
553
        return $this;
554
    }
555
556
    /**
557
     * @param string $value
558
     *
559
     * @return $this
560
     */
561
    public function withExternalId($value)
562
    {
563
        $this->data['ExternalId'] = $value;
564
        $this->options['form_params']['ExternalId'] = $value;
565
566
        return $this;
567
    }
568
569
    /**
570
     * @param string $value
571
     *
572
     * @return $this
573
     */
574
    public function withPersonType($value)
575
    {
576
        $this->data['PersonType'] = $value;
577
        $this->options['form_params']['PersonType'] = $value;
578
579
        return $this;
580
    }
581
582
    /**
583
     * @param string $value
584
     *
585
     * @return $this
586
     */
587
    public function withUrls($value)
588
    {
589
        $this->data['Urls'] = $value;
590
        $this->options['form_params']['Urls'] = $value;
591
592
        return $this;
593
    }
594
595
    /**
596
     * @param string $value
597
     *
598
     * @return $this
599
     */
600
    public function withPersonName($value)
601
    {
602
        $this->data['PersonName'] = $value;
603
        $this->options['form_params']['PersonName'] = $value;
604
605
        return $this;
606
    }
607
608
    /**
609
     * @param string $value
610
     *
611
     * @return $this
612
     */
613
    public function withStoreIds($value)
614
    {
615
        $this->data['StoreIds'] = $value;
616
        $this->options['form_params']['StoreIds'] = $value;
617
618
        return $this;
619
    }
620
621
    /**
622
     * @param string $value
623
     *
624
     * @return $this
625
     */
626
    public function withStatus($value)
627
    {
628
        $this->data['Status'] = $value;
629
        $this->options['form_params']['Status'] = $value;
630
631
        return $this;
632
    }
633
}
634
635
/**
636
 * @method string getEndTime()
637
 * @method string getStartTime()
638
 * @method string getStoreId()
639
 * @method string getPageNumber()
640
 * @method string getPageSize()
641
 * @method string getFilterInvalidData()
642
 */
643
class ListActionData extends Rpc
644
{
645
646
    /**
647
     * @param string $value
648
     *
649
     * @return $this
650
     */
651
    public function withEndTime($value)
652
    {
653
        $this->data['EndTime'] = $value;
654
        $this->options['form_params']['EndTime'] = $value;
655
656
        return $this;
657
    }
658
659
    /**
660
     * @param string $value
661
     *
662
     * @return $this
663
     */
664
    public function withStartTime($value)
665
    {
666
        $this->data['StartTime'] = $value;
667
        $this->options['form_params']['StartTime'] = $value;
668
669
        return $this;
670
    }
671
672
    /**
673
     * @param string $value
674
     *
675
     * @return $this
676
     */
677
    public function withStoreId($value)
678
    {
679
        $this->data['StoreId'] = $value;
680
        $this->options['form_params']['StoreId'] = $value;
681
682
        return $this;
683
    }
684
685
    /**
686
     * @param string $value
687
     *
688
     * @return $this
689
     */
690
    public function withPageNumber($value)
691
    {
692
        $this->data['PageNumber'] = $value;
693
        $this->options['form_params']['PageNumber'] = $value;
694
695
        return $this;
696
    }
697
698
    /**
699
     * @param string $value
700
     *
701
     * @return $this
702
     */
703
    public function withPageSize($value)
704
    {
705
        $this->data['PageSize'] = $value;
706
        $this->options['form_params']['PageSize'] = $value;
707
708
        return $this;
709
    }
710
711
    /**
712
     * @param string $value
713
     *
714
     * @return $this
715
     */
716
    public function withFilterInvalidData($value)
717
    {
718
        $this->data['FilterInvalidData'] = $value;
719
        $this->options['form_params']['FilterInvalidData'] = $value;
720
721
        return $this;
722
    }
723
}
724
725
/**
726
 * @method string getIpcIdList()
727
 * @method string getStoreId()
728
 */
729
class ListDevicesImages extends Rpc
730
{
731
732
    /**
733
     * @param string $value
734
     *
735
     * @return $this
736
     */
737
    public function withIpcIdList($value)
738
    {
739
        $this->data['IpcIdList'] = $value;
740
        $this->options['form_params']['IpcIdList'] = $value;
741
742
        return $this;
743
    }
744
745
    /**
746
     * @param string $value
747
     *
748
     * @return $this
749
     */
750
    public function withStoreId($value)
751
    {
752
        $this->data['StoreId'] = $value;
753
        $this->options['form_params']['StoreId'] = $value;
754
755
        return $this;
756
    }
757
}
758
759
/**
760
 * @method string getStoreId()
761
 */
762
class ListEmap extends Rpc
763
{
764
765
    /**
766
     * @param string $value
767
     *
768
     * @return $this
769
     */
770
    public function withStoreId($value)
771
    {
772
        $this->data['StoreId'] = $value;
773
        $this->options['form_params']['StoreId'] = $value;
774
775
        return $this;
776
    }
777
}
778
779
/**
780
 * @method string getStoreId()
781
 */
782
class ListLocation extends Rpc
783
{
784
785
    /**
786
     * @param string $value
787
     *
788
     * @return $this
789
     */
790
    public function withStoreId($value)
791
    {
792
        $this->data['StoreId'] = $value;
793
        $this->options['form_params']['StoreId'] = $value;
794
795
        return $this;
796
    }
797
}
798
799
/**
800
 * @method string getEndTime()
801
 * @method string getStartTime()
802
 * @method string getStoreId()
803
 * @method string getPageNumber()
804
 * @method string getPageSize()
805
 */
806
class ListMaskDetectionResults extends Rpc
807
{
808
809
    /**
810
     * @param string $value
811
     *
812
     * @return $this
813
     */
814
    public function withEndTime($value)
815
    {
816
        $this->data['EndTime'] = $value;
817
        $this->options['form_params']['EndTime'] = $value;
818
819
        return $this;
820
    }
821
822
    /**
823
     * @param string $value
824
     *
825
     * @return $this
826
     */
827
    public function withStartTime($value)
828
    {
829
        $this->data['StartTime'] = $value;
830
        $this->options['form_params']['StartTime'] = $value;
831
832
        return $this;
833
    }
834
835
    /**
836
     * @param string $value
837
     *
838
     * @return $this
839
     */
840
    public function withStoreId($value)
841
    {
842
        $this->data['StoreId'] = $value;
843
        $this->options['form_params']['StoreId'] = $value;
844
845
        return $this;
846
    }
847
848
    /**
849
     * @param string $value
850
     *
851
     * @return $this
852
     */
853
    public function withPageNumber($value)
854
    {
855
        $this->data['PageNumber'] = $value;
856
        $this->options['form_params']['PageNumber'] = $value;
857
858
        return $this;
859
    }
860
861
    /**
862
     * @param string $value
863
     *
864
     * @return $this
865
     */
866
    public function withPageSize($value)
867
    {
868
        $this->data['PageSize'] = $value;
869
        $this->options['form_params']['PageSize'] = $value;
870
871
        return $this;
872
    }
873
}
874
875
/**
876
 * @method string getStoreId()
877
 * @method string getImageUrl()
878
 */
879
class ListPersonByImage extends Rpc
880
{
881
882
    /**
883
     * @param string $value
884
     *
885
     * @return $this
886
     */
887
    public function withStoreId($value)
888
    {
889
        $this->data['StoreId'] = $value;
890
        $this->options['form_params']['StoreId'] = $value;
891
892
        return $this;
893
    }
894
895
    /**
896
     * @param string $value
897
     *
898
     * @return $this
899
     */
900
    public function withImageUrl($value)
901
    {
902
        $this->data['ImageUrl'] = $value;
903
        $this->options['form_params']['ImageUrl'] = $value;
904
905
        return $this;
906
    }
907
}
908
909
class ListStore extends Rpc
910
{
911
}
912
913
/**
914
 * @method string getStoreId()
915
 * @method string getEndMessageId()
916
 * @method string getLimit()
917
 * @method string getStartMessageId()
918
 */
919
class PullActionData extends Rpc
920
{
921
922
    /**
923
     * @param string $value
924
     *
925
     * @return $this
926
     */
927
    public function withStoreId($value)
928
    {
929
        $this->data['StoreId'] = $value;
930
        $this->options['form_params']['StoreId'] = $value;
931
932
        return $this;
933
    }
934
935
    /**
936
     * @param string $value
937
     *
938
     * @return $this
939
     */
940
    public function withEndMessageId($value)
941
    {
942
        $this->data['EndMessageId'] = $value;
943
        $this->options['form_params']['EndMessageId'] = $value;
944
945
        return $this;
946
    }
947
948
    /**
949
     * @param string $value
950
     *
951
     * @return $this
952
     */
953
    public function withLimit($value)
954
    {
955
        $this->data['Limit'] = $value;
956
        $this->options['form_params']['Limit'] = $value;
957
958
        return $this;
959
    }
960
961
    /**
962
     * @param string $value
963
     *
964
     * @return $this
965
     */
966
    public function withStartMessageId($value)
967
    {
968
        $this->data['StartMessageId'] = $value;
969
        $this->options['form_params']['StartMessageId'] = $value;
970
971
        return $this;
972
    }
973
}
974