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 ( 211a56...3f7819 )
by
unknown
21:54 queued 14:46
created

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