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.
Passed
Push — master ( cb7ca7...423b62 )
by
unknown
06:32
created

GetAnalyzeCommodityData::withPageIndex()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
eloc 3
c 1
b 0
f 0
dl 0
loc 6
rs 10
cc 1
nc 1
nop 1
1
<?php
2
3
namespace AlibabaCloud\CusanalyticScOnline\V20190524;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method DescribeActionData describeActionData(array $options = [])
9
 * @method DescribeLocations describeLocations(array $options = [])
10
 * @method SearchPersonByImg searchPersonByImg(array $options = [])
11
 * @method GetLocations getLocations(array $options = [])
12
 * @method ListVisitors listVisitors(array $options = [])
13
 * @method GetAnalyzeCommodityData getAnalyzeCommodityData(array $options = [])
14
 * @method GetHeatMapData getHeatMapData(array $options = [])
15
 * @method GetEMap getEMap(array $options = [])
16
 * @method GetAnalyzePlaceData getAnalyzePlaceData(array $options = [])
17
 * @method GetPortrayal getPortrayal(array $options = [])
18
 * @method GetOverviewData getOverviewData(array $options = [])
19
 * @method GetSupportStore getSupportStore(array $options = [])
20
 */
21
class CusanalyticScOnlineApiResolver extends ApiResolver
22
{
23
}
24
25
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
26
{
27
    /** @var string */
28
    public $product = 'cusanalytic_sc_online';
29
30
    /** @var string */
31
    public $version = '2019-05-24';
32
33
    /** @var string */
34
    public $method = 'POST';
35
}
36
37
/**
38
 * @method string getTsEnd()
39
 * @method string getPageNo()
40
 * @method string getTsStart()
41
 * @method string getStoreId()
42
 * @method string getPageLimit()
43
 */
44
class DescribeActionData extends Rpc
45
{
46
47
    /**
48
     * @param string $value
49
     *
50
     * @return $this
51
     */
52
    public function withTsEnd($value)
53
    {
54
        $this->data['TsEnd'] = $value;
55
        $this->options['form_params']['TsEnd'] = $value;
56
57
        return $this;
58
    }
59
60
    /**
61
     * @param string $value
62
     *
63
     * @return $this
64
     */
65
    public function withPageNo($value)
66
    {
67
        $this->data['PageNo'] = $value;
68
        $this->options['form_params']['PageNo'] = $value;
69
70
        return $this;
71
    }
72
73
    /**
74
     * @param string $value
75
     *
76
     * @return $this
77
     */
78
    public function withTsStart($value)
79
    {
80
        $this->data['TsStart'] = $value;
81
        $this->options['form_params']['TsStart'] = $value;
82
83
        return $this;
84
    }
85
86
    /**
87
     * @param string $value
88
     *
89
     * @return $this
90
     */
91
    public function withStoreId($value)
92
    {
93
        $this->data['StoreId'] = $value;
94
        $this->options['form_params']['StoreId'] = $value;
95
96
        return $this;
97
    }
98
99
    /**
100
     * @param string $value
101
     *
102
     * @return $this
103
     */
104
    public function withPageLimit($value)
105
    {
106
        $this->data['PageLimit'] = $value;
107
        $this->options['form_params']['PageLimit'] = $value;
108
109
        return $this;
110
    }
111
}
112
113
/**
114
 * @method string getStoreId()
115
 */
116
class DescribeLocations extends Rpc
117
{
118
119
    /**
120
     * @param string $value
121
     *
122
     * @return $this
123
     */
124
    public function withStoreId($value)
125
    {
126
        $this->data['StoreId'] = $value;
127
        $this->options['form_params']['StoreId'] = $value;
128
129
        return $this;
130
    }
131
}
132
133
/**
134
 * @method string getImgUrl()
135
 * @method string getStoreId()
136
 */
137
class SearchPersonByImg extends Rpc
138
{
139
140
    /**
141
     * @param string $value
142
     *
143
     * @return $this
144
     */
145
    public function withImgUrl($value)
146
    {
147
        $this->data['ImgUrl'] = $value;
148
        $this->options['form_params']['ImgUrl'] = $value;
149
150
        return $this;
151
    }
152
153
    /**
154
     * @param string $value
155
     *
156
     * @return $this
157
     */
158
    public function withStoreId($value)
159
    {
160
        $this->data['StoreId'] = $value;
161
        $this->options['form_params']['StoreId'] = $value;
162
163
        return $this;
164
    }
165
}
166
167
/**
168
 * @method string getStoreId()
169
 */
170
class GetLocations extends Rpc
171
{
172
173
    /**
174
     * @param string $value
175
     *
176
     * @return $this
177
     */
178
    public function withStoreId($value)
179
    {
180
        $this->data['StoreId'] = $value;
181
        $this->options['form_params']['StoreId'] = $value;
182
183
        return $this;
184
    }
185
}
186
187
/**
188
 * @method string getPkId()
189
 * @method string getGender()
190
 * @method string getUkId()
191
 * @method string getPageSize()
192
 * @method string getLocationIds()
193
 * @method string getEndTime()
194
 * @method string getEnterCount()
195
 * @method string getPageIndex()
196
 * @method string getStartTime()
197
 * @method string getAgeStart()
198
 * @method string getAgeEnd()
199
 * @method string getStoreIds()
200
 */
201
class ListVisitors extends Rpc
202
{
203
204
    /**
205
     * @param string $value
206
     *
207
     * @return $this
208
     */
209
    public function withPkId($value)
210
    {
211
        $this->data['PkId'] = $value;
212
        $this->options['form_params']['PkId'] = $value;
213
214
        return $this;
215
    }
216
217
    /**
218
     * @param string $value
219
     *
220
     * @return $this
221
     */
222
    public function withGender($value)
223
    {
224
        $this->data['Gender'] = $value;
225
        $this->options['form_params']['Gender'] = $value;
226
227
        return $this;
228
    }
229
230
    /**
231
     * @param string $value
232
     *
233
     * @return $this
234
     */
235
    public function withUkId($value)
236
    {
237
        $this->data['UkId'] = $value;
238
        $this->options['form_params']['UkId'] = $value;
239
240
        return $this;
241
    }
242
243
    /**
244
     * @param string $value
245
     *
246
     * @return $this
247
     */
248
    public function withPageSize($value)
249
    {
250
        $this->data['PageSize'] = $value;
251
        $this->options['form_params']['PageSize'] = $value;
252
253
        return $this;
254
    }
255
256
    /**
257
     * @param string $value
258
     *
259
     * @return $this
260
     */
261
    public function withLocationIds($value)
262
    {
263
        $this->data['LocationIds'] = $value;
264
        $this->options['form_params']['LocationIds'] = $value;
265
266
        return $this;
267
    }
268
269
    /**
270
     * @param string $value
271
     *
272
     * @return $this
273
     */
274
    public function withEndTime($value)
275
    {
276
        $this->data['EndTime'] = $value;
277
        $this->options['form_params']['EndTime'] = $value;
278
279
        return $this;
280
    }
281
282
    /**
283
     * @param string $value
284
     *
285
     * @return $this
286
     */
287
    public function withEnterCount($value)
288
    {
289
        $this->data['EnterCount'] = $value;
290
        $this->options['form_params']['EnterCount'] = $value;
291
292
        return $this;
293
    }
294
295
    /**
296
     * @param string $value
297
     *
298
     * @return $this
299
     */
300
    public function withPageIndex($value)
301
    {
302
        $this->data['PageIndex'] = $value;
303
        $this->options['form_params']['PageIndex'] = $value;
304
305
        return $this;
306
    }
307
308
    /**
309
     * @param string $value
310
     *
311
     * @return $this
312
     */
313
    public function withStartTime($value)
314
    {
315
        $this->data['StartTime'] = $value;
316
        $this->options['form_params']['StartTime'] = $value;
317
318
        return $this;
319
    }
320
321
    /**
322
     * @param string $value
323
     *
324
     * @return $this
325
     */
326
    public function withAgeStart($value)
327
    {
328
        $this->data['AgeStart'] = $value;
329
        $this->options['form_params']['AgeStart'] = $value;
330
331
        return $this;
332
    }
333
334
    /**
335
     * @param string $value
336
     *
337
     * @return $this
338
     */
339
    public function withAgeEnd($value)
340
    {
341
        $this->data['AgeEnd'] = $value;
342
        $this->options['form_params']['AgeEnd'] = $value;
343
344
        return $this;
345
    }
346
347
    /**
348
     * @param string $value
349
     *
350
     * @return $this
351
     */
352
    public function withStoreIds($value)
353
    {
354
        $this->data['StoreIds'] = $value;
355
        $this->options['form_params']['StoreIds'] = $value;
356
357
        return $this;
358
    }
359
}
360
361
/**
362
 * @method string getStartUserCount()
363
 * @method string getEndDate()
364
 * @method string getEndUserCount()
365
 * @method string getPageSize()
366
 * @method string getMinSupportCount()
367
 * @method string getPageIndex()
368
 * @method string getStoreId()
369
 * @method string getStartDate()
370
 * @method string getStayPeriod()
371
 */
372
class GetAnalyzeCommodityData extends Rpc
373
{
374
375
    /**
376
     * @param string $value
377
     *
378
     * @return $this
379
     */
380
    public function withStartUserCount($value)
381
    {
382
        $this->data['StartUserCount'] = $value;
383
        $this->options['form_params']['StartUserCount'] = $value;
384
385
        return $this;
386
    }
387
388
    /**
389
     * @param string $value
390
     *
391
     * @return $this
392
     */
393
    public function withEndDate($value)
394
    {
395
        $this->data['EndDate'] = $value;
396
        $this->options['form_params']['EndDate'] = $value;
397
398
        return $this;
399
    }
400
401
    /**
402
     * @param string $value
403
     *
404
     * @return $this
405
     */
406
    public function withEndUserCount($value)
407
    {
408
        $this->data['EndUserCount'] = $value;
409
        $this->options['form_params']['EndUserCount'] = $value;
410
411
        return $this;
412
    }
413
414
    /**
415
     * @param string $value
416
     *
417
     * @return $this
418
     */
419
    public function withPageSize($value)
420
    {
421
        $this->data['PageSize'] = $value;
422
        $this->options['form_params']['PageSize'] = $value;
423
424
        return $this;
425
    }
426
427
    /**
428
     * @param string $value
429
     *
430
     * @return $this
431
     */
432
    public function withMinSupportCount($value)
433
    {
434
        $this->data['MinSupportCount'] = $value;
435
        $this->options['form_params']['MinSupportCount'] = $value;
436
437
        return $this;
438
    }
439
440
    /**
441
     * @param string $value
442
     *
443
     * @return $this
444
     */
445
    public function withPageIndex($value)
446
    {
447
        $this->data['PageIndex'] = $value;
448
        $this->options['form_params']['PageIndex'] = $value;
449
450
        return $this;
451
    }
452
453
    /**
454
     * @param string $value
455
     *
456
     * @return $this
457
     */
458
    public function withStoreId($value)
459
    {
460
        $this->data['StoreId'] = $value;
461
        $this->options['form_params']['StoreId'] = $value;
462
463
        return $this;
464
    }
465
466
    /**
467
     * @param string $value
468
     *
469
     * @return $this
470
     */
471
    public function withStartDate($value)
472
    {
473
        $this->data['StartDate'] = $value;
474
        $this->options['form_params']['StartDate'] = $value;
475
476
        return $this;
477
    }
478
479
    /**
480
     * @param string $value
481
     *
482
     * @return $this
483
     */
484
    public function withStayPeriod($value)
485
    {
486
        $this->data['StayPeriod'] = $value;
487
        $this->options['form_params']['StayPeriod'] = $value;
488
489
        return $this;
490
    }
491
}
492
493
/**
494
 * @method string getEMapName()
495
 * @method string getStoreId()
496
 */
497
class GetHeatMapData extends Rpc
498
{
499
500
    /**
501
     * @param string $value
502
     *
503
     * @return $this
504
     */
505
    public function withEMapName($value)
506
    {
507
        $this->data['EMapName'] = $value;
508
        $this->options['form_params']['EMapName'] = $value;
509
510
        return $this;
511
    }
512
513
    /**
514
     * @param string $value
515
     *
516
     * @return $this
517
     */
518
    public function withStoreId($value)
519
    {
520
        $this->data['StoreId'] = $value;
521
        $this->options['form_params']['StoreId'] = $value;
522
523
        return $this;
524
    }
525
}
526
527
/**
528
 * @method string getLocationId()
529
 * @method string getStoreId()
530
 */
531
class GetEMap extends Rpc
532
{
533
534
    /**
535
     * @param string $value
536
     *
537
     * @return $this
538
     */
539
    public function withLocationId($value)
540
    {
541
        $this->data['LocationId'] = $value;
542
        $this->options['form_params']['LocationId'] = $value;
543
544
        return $this;
545
    }
546
547
    /**
548
     * @param string $value
549
     *
550
     * @return $this
551
     */
552
    public function withStoreId($value)
553
    {
554
        $this->data['StoreId'] = $value;
555
        $this->options['form_params']['StoreId'] = $value;
556
557
        return $this;
558
    }
559
}
560
561
/**
562
 * @method string getEndUVCount()
563
 * @method string getParentAmount()
564
 * @method string getEndDate()
565
 * @method string getLocationId()
566
 * @method string getParentLocationIds()
567
 * @method string getStartDate()
568
 * @method string getStartUVCount()
569
 * @method string getStoreId()
570
 */
571
class GetAnalyzePlaceData extends Rpc
572
{
573
574
    /**
575
     * @param string $value
576
     *
577
     * @return $this
578
     */
579
    public function withEndUVCount($value)
580
    {
581
        $this->data['EndUVCount'] = $value;
582
        $this->options['form_params']['EndUVCount'] = $value;
583
584
        return $this;
585
    }
586
587
    /**
588
     * @param string $value
589
     *
590
     * @return $this
591
     */
592
    public function withParentAmount($value)
593
    {
594
        $this->data['ParentAmount'] = $value;
595
        $this->options['form_params']['ParentAmount'] = $value;
596
597
        return $this;
598
    }
599
600
    /**
601
     * @param string $value
602
     *
603
     * @return $this
604
     */
605
    public function withEndDate($value)
606
    {
607
        $this->data['EndDate'] = $value;
608
        $this->options['form_params']['EndDate'] = $value;
609
610
        return $this;
611
    }
612
613
    /**
614
     * @param string $value
615
     *
616
     * @return $this
617
     */
618
    public function withLocationId($value)
619
    {
620
        $this->data['LocationId'] = $value;
621
        $this->options['form_params']['LocationId'] = $value;
622
623
        return $this;
624
    }
625
626
    /**
627
     * @param string $value
628
     *
629
     * @return $this
630
     */
631
    public function withParentLocationIds($value)
632
    {
633
        $this->data['ParentLocationIds'] = $value;
634
        $this->options['form_params']['ParentLocationIds'] = $value;
635
636
        return $this;
637
    }
638
639
    /**
640
     * @param string $value
641
     *
642
     * @return $this
643
     */
644
    public function withStartDate($value)
645
    {
646
        $this->data['StartDate'] = $value;
647
        $this->options['form_params']['StartDate'] = $value;
648
649
        return $this;
650
    }
651
652
    /**
653
     * @param string $value
654
     *
655
     * @return $this
656
     */
657
    public function withStartUVCount($value)
658
    {
659
        $this->data['StartUVCount'] = $value;
660
        $this->options['form_params']['StartUVCount'] = $value;
661
662
        return $this;
663
    }
664
665
    /**
666
     * @param string $value
667
     *
668
     * @return $this
669
     */
670
    public function withStoreId($value)
671
    {
672
        $this->data['StoreId'] = $value;
673
        $this->options['form_params']['StoreId'] = $value;
674
675
        return $this;
676
    }
677
}
678
679
/**
680
 * @method string getDate()
681
 * @method string getLocationIds()
682
 * @method string getStoreIds()
683
 */
684
class GetPortrayal extends Rpc
685
{
686
687
    /**
688
     * @param string $value
689
     *
690
     * @return $this
691
     */
692
    public function withDate($value)
693
    {
694
        $this->data['Date'] = $value;
695
        $this->options['form_params']['Date'] = $value;
696
697
        return $this;
698
    }
699
700
    /**
701
     * @param string $value
702
     *
703
     * @return $this
704
     */
705
    public function withLocationIds($value)
706
    {
707
        $this->data['LocationIds'] = $value;
708
        $this->options['form_params']['LocationIds'] = $value;
709
710
        return $this;
711
    }
712
713
    /**
714
     * @param string $value
715
     *
716
     * @return $this
717
     */
718
    public function withStoreIds($value)
719
    {
720
        $this->data['StoreIds'] = $value;
721
        $this->options['form_params']['StoreIds'] = $value;
722
723
        return $this;
724
    }
725
}
726
727
/**
728
 * @method string getDate()
729
 * @method string getStoreIds()
730
 */
731
class GetOverviewData extends Rpc
732
{
733
734
    /**
735
     * @param string $value
736
     *
737
     * @return $this
738
     */
739
    public function withDate($value)
740
    {
741
        $this->data['Date'] = $value;
742
        $this->options['form_params']['Date'] = $value;
743
744
        return $this;
745
    }
746
747
    /**
748
     * @param string $value
749
     *
750
     * @return $this
751
     */
752
    public function withStoreIds($value)
753
    {
754
        $this->data['StoreIds'] = $value;
755
        $this->options['form_params']['StoreIds'] = $value;
756
757
        return $this;
758
    }
759
}
760
761
class GetSupportStore extends Rpc
762
{
763
}
764