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 ( da1163...57de19 )
by
unknown
05:58
created

DescribeImageUrls   A

Complexity

Total Complexity 3

Size/Duplication

Total Lines 40
Duplicated Lines 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
wmc 3
eloc 10
c 1
b 0
f 0
dl 0
loc 40
rs 10

3 Methods

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