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 ( bd6a66...d4e84e )
by
unknown
17:53
created

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