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 ( 63a2db...c184ec )
by Yong
04:23
created

DeleteWhiteListConditional   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 14
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 1
eloc 4
dl 0
loc 14
c 0
b 0
f 0
rs 10

1 Method

Rating   Name   Duplication   Size   Complexity  
A withQueryProduct() 0 6 1
1
<?php
2
3
namespace AlibabaCloud\Jarvis\V20180206;
4
5
use AlibabaCloud\ApiResolverTrait;
6
use AlibabaCloud\Rpc;
7
8
/**
9
 * Resolve Api based on the method name.
10
 *
11
 * @method DeleteWhiteListDbItemConditional deleteWhiteListDbItemConditional(array $options = [])
12
 * @method DeleteWhiteListConditional deleteWhiteListConditional(array $options = [])
13
 * @method DescribeCdnIpList describeCdnIpList(array $options = [])
14
 * @method DescribeConsoleAccessWhiteList describeConsoleAccessWhiteList(array $options = [])
15
 * @method CreateAllEcsWhiteList createAllEcsWhiteList(array $options = [])
16
 * @method DescribeCdnCertify describeCdnCertify(array $options = [])
17
 * @method CreateConsoleAccessWhiteList createConsoleAccessWhiteList(array $options = [])
18
 * @method DeleteCdnIp deleteCdnIp(array $options = [])
19
 * @method DeleteConsoleAccessWhiteList deleteConsoleAccessWhiteList(array $options = [])
20
 * @method CreateCdnIp createCdnIp(array $options = [])
21
 * @method DescribeSpecialEcs describeSpecialEcs(array $options = [])
22
 * @method DescribeEcsListPage describeEcsListPage(array $options = [])
23
 * @method DeleteCdnSubscription deleteCdnSubscription(array $options = [])
24
 * @method CreateCdnSubscription createCdnSubscription(array $options = [])
25
 * @method DescribeCdnSubscription describeCdnSubscription(array $options = [])
26
 * @method DescribeCdnVendor describeCdnVendor(array $options = [])
27
 * @method DescribeAccessWhiteListSlbList describeAccessWhiteListSlbList(array $options = [])
28
 * @method DescribeAccessWhiteListEipList describeAccessWhiteListEipList(array $options = [])
29
 * @method DescribePunishList describePunishList(array $options = [])
30
 * @method DescribeDdosDefenseInfo describeDdosDefenseInfo(array $options = [])
31
 * @method DescribeRiskListDetail describeRiskListDetail(array $options = [])
32
 * @method DescribePhoneInfo describePhoneInfo(array $options = [])
33
 * @method CreateUidWhiteListGroup createUidWhiteListGroup(array $options = [])
34
 * @method ModifyUidWhiteListAutoShare modifyUidWhiteListAutoShare(array $options = [])
35
 * @method DescribeUidWhiteListGroup describeUidWhiteListGroup(array $options = [])
36
 * @method DeleteUidWhiteListGroup deleteUidWhiteListGroup(array $options = [])
37
 * @method DescribeRiskTrend describeRiskTrend(array $options = [])
38
 * @method DescribeUidGcLevel describeUidGcLevel(array $options = [])
39
 * @method CreateAccessWhiteListGroup createAccessWhiteListGroup(array $options = [])
40
 * @method DeleteAccessWhiteListGroup deleteAccessWhiteListGroup(array $options = [])
41
 * @method ModifyAccessWhiteListAutoShare modifyAccessWhiteListAutoShare(array $options = [])
42
 * @method DescribeResetRecordQueryCount describeResetRecordQueryCount(array $options = [])
43
 * @method DescribeAccessWhitelistEcsList describeAccessWhitelistEcsList(array $options = [])
44
 * @method DescribeResetRecordList describeResetRecordList(array $options = [])
45
 * @method DescribeCpmcPunishList describeCpmcPunishList(array $options = [])
46
 * @method DescribeAccessWhiteListGroup describeAccessWhiteListGroup(array $options = [])
47
 * @method CreateCpmcPunishFeedBack createCpmcPunishFeedBack(array $options = [])
48
 */
49
class JarvisApiResolver
50
{
51
    use ApiResolverTrait;
52
}
53
54
class V20180206Rpc extends Rpc
55
{
56
    /** @var string */
57
    public $product = 'jarvis';
58
59
    /** @var string */
60
    public $version = '2018-02-06';
61
62
    /** @var string */
63
    public $method = 'POST';
64
}
65
66
/**
67
 * @method string getSrcIP()
68
 * @method $this withSrcIP($value)
69
 * @method string getSourceIp()
70
 * @method $this withSourceIp($value)
71
 * @method string getQueryProduct()
72
 * @method string getDstIP()
73
 * @method $this withDstIP($value)
74
 * @method string getLang()
75
 * @method $this withLang($value)
76
 * @method string getSourceCode()
77
 * @method $this withSourceCode($value)
78
 */
79
class DeleteWhiteListDbItemConditional extends V20180206Rpc
80
{
81
82
    /**
83
     * @param string $value
84
     *
85
     * @return $this
86
     */
87
    public function withQueryProduct($value)
88
    {
89
        $this->data['QueryProduct'] = $value;
90
        $this->options['query']['queryProduct'] = $value;
91
92
        return $this;
93
    }
94
}
95
96
/**
97
 * @method string getSrcIP()
98
 * @method $this withSrcIP($value)
99
 * @method string getSourceIp()
100
 * @method $this withSourceIp($value)
101
 * @method string getQueryProduct()
102
 * @method string getDstIP()
103
 * @method $this withDstIP($value)
104
 * @method string getLang()
105
 * @method $this withLang($value)
106
 * @method string getSourceCode()
107
 * @method $this withSourceCode($value)
108
 */
109
class DeleteWhiteListConditional extends V20180206Rpc
110
{
111
112
    /**
113
     * @param string $value
114
     *
115
     * @return $this
116
     */
117
    public function withQueryProduct($value)
118
    {
119
        $this->data['QueryProduct'] = $value;
120
        $this->options['query']['queryProduct'] = $value;
121
122
        return $this;
123
    }
124
}
125
126
/**
127
 * @method string getSrcIP()
128
 * @method $this withSrcIP($value)
129
 * @method string getSourceIp()
130
 * @method $this withSourceIp($value)
131
 * @method string getWlState()
132
 * @method $this withWlState($value)
133
 * @method string getPageSize()
134
 * @method $this withPageSize($value)
135
 * @method string getCurrentPage()
136
 * @method $this withCurrentPage($value)
137
 * @method string getLang()
138
 * @method $this withLang($value)
139
 * @method string getSourceCode()
140
 * @method $this withSourceCode($value)
141
 */
142
class DescribeCdnIpList extends V20180206Rpc
143
{
144
}
145
146
/**
147
 * @method string getSrcIP()
148
 * @method $this withSrcIP($value)
149
 * @method string getSourceIp()
150
 * @method $this withSourceIp($value)
151
 * @method string getPageSize()
152
 * @method $this withPageSize($value)
153
 * @method string getQueryProduct()
154
 * @method string getCurrentPage()
155
 * @method $this withCurrentPage($value)
156
 * @method string getWhiteListType()
157
 * @method $this withWhiteListType($value)
158
 * @method string getDstIP()
159
 * @method $this withDstIP($value)
160
 * @method string getLang()
161
 * @method $this withLang($value)
162
 * @method string getStatus()
163
 * @method $this withStatus($value)
164
 * @method string getSourceCode()
165
 * @method $this withSourceCode($value)
166
 */
167
class DescribeConsoleAccessWhiteList extends V20180206Rpc
168
{
169
170
    /**
171
     * @param string $value
172
     *
173
     * @return $this
174
     */
175
    public function withQueryProduct($value)
176
    {
177
        $this->data['QueryProduct'] = $value;
178
        $this->options['query']['queryProduct'] = $value;
179
180
        return $this;
181
    }
182
}
183
184
/**
185
 * @method string getResourceOwnerId()
186
 * @method $this withResourceOwnerId($value)
187
 * @method string getSrcIP()
188
 * @method $this withSrcIP($value)
189
 * @method string getSourceIp()
190
 * @method $this withSourceIp($value)
191
 * @method string getSourceCode()
192
 * @method $this withSourceCode($value)
193
 */
194
class CreateAllEcsWhiteList extends V20180206Rpc
195
{
196
}
197
198
/**
199
 * @method string getSourceIp()
200
 * @method $this withSourceIp($value)
201
 * @method string getLang()
202
 * @method $this withLang($value)
203
 * @method string getSourceCode()
204
 * @method $this withSourceCode($value)
205
 */
206
class DescribeCdnCertify extends V20180206Rpc
207
{
208
}
209
210
/**
211
 * @method string getNote()
212
 * @method $this withNote($value)
213
 * @method string getResourceOwnerId()
214
 * @method $this withResourceOwnerId($value)
215
 * @method string getSrcIP()
216
 * @method $this withSrcIP($value)
217
 * @method string getSourceIp()
218
 * @method $this withSourceIp($value)
219
 * @method string getDstPort()
220
 * @method $this withDstPort($value)
221
 * @method string getInstanceIdList()
222
 * @method $this withInstanceIdList($value)
223
 * @method string getLiveTime()
224
 * @method $this withLiveTime($value)
225
 * @method string getProductName()
226
 * @method $this withProductName($value)
227
 * @method string getWhiteListType()
228
 * @method $this withWhiteListType($value)
229
 * @method string getInstanceInfoList()
230
 * @method $this withInstanceInfoList($value)
231
 * @method string getLang()
232
 * @method $this withLang($value)
233
 * @method string getSourceCode()
234
 * @method $this withSourceCode($value)
235
 */
236
class CreateConsoleAccessWhiteList extends V20180206Rpc
237
{
238
}
239
240
/**
241
 * @method string getItemId()
242
 * @method $this withItemId($value)
243
 * @method string getResourceOwnerId()
244
 * @method $this withResourceOwnerId($value)
245
 * @method string getSourceIp()
246
 * @method $this withSourceIp($value)
247
 * @method string getCdnIp()
248
 * @method $this withCdnIp($value)
249
 * @method string getLang()
250
 * @method $this withLang($value)
251
 * @method string getSourceCode()
252
 * @method $this withSourceCode($value)
253
 */
254
class DeleteCdnIp extends V20180206Rpc
255
{
256
}
257
258
/**
259
 * @method string getSourceIp()
260
 * @method $this withSourceIp($value)
261
 * @method string getLang()
262
 * @method $this withLang($value)
263
 * @method string getDisableWhitelist()
264
 * @method $this withDisableWhitelist($value)
265
 * @method string getSourceCode()
266
 * @method $this withSourceCode($value)
267
 */
268
class DeleteConsoleAccessWhiteList extends V20180206Rpc
269
{
270
}
271
272
/**
273
 * @method string getCdnIpList()
274
 * @method $this withCdnIpList($value)
275
 * @method string getResourceOwnerId()
276
 * @method $this withResourceOwnerId($value)
277
 * @method string getSourceIp()
278
 * @method $this withSourceIp($value)
279
 * @method string getLang()
280
 * @method $this withLang($value)
281
 * @method string getSourceCode()
282
 * @method $this withSourceCode($value)
283
 */
284
class CreateCdnIp extends V20180206Rpc
285
{
286
}
287
288
/**
289
 * @method string getTargetIp()
290
 * @method $this withTargetIp($value)
291
 * @method string getSourceIp()
292
 * @method $this withSourceIp($value)
293
 * @method string getLang()
294
 * @method $this withLang($value)
295
 * @method string getSourceCode()
296
 * @method $this withSourceCode($value)
297
 */
298
class DescribeSpecialEcs extends V20180206Rpc
299
{
300
}
301
302
/**
303
 * @method string getSourceIp()
304
 * @method $this withSourceIp($value)
305
 * @method string getPageSize()
306
 * @method $this withPageSize($value)
307
 * @method string getCurrentPage()
308
 * @method $this withCurrentPage($value)
309
 * @method string getLang()
310
 * @method $this withLang($value)
311
 * @method string getSourceCode()
312
 * @method $this withSourceCode($value)
313
 */
314
class DescribeEcsListPage extends V20180206Rpc
315
{
316
}
317
318
/**
319
 * @method string getSourceIp()
320
 * @method $this withSourceIp($value)
321
 * @method string getLang()
322
 * @method $this withLang($value)
323
 * @method string getCdnUidList()
324
 * @method $this withCdnUidList($value)
325
 * @method string getSourceCode()
326
 * @method $this withSourceCode($value)
327
 */
328
class DeleteCdnSubscription extends V20180206Rpc
329
{
330
}
331
332
/**
333
 * @method string getResourceOwnerId()
334
 * @method $this withResourceOwnerId($value)
335
 * @method string getSourceIp()
336
 * @method $this withSourceIp($value)
337
 * @method string getLang()
338
 * @method $this withLang($value)
339
 * @method string getCdnUidList()
340
 * @method $this withCdnUidList($value)
341
 * @method string getSourceCode()
342
 * @method $this withSourceCode($value)
343
 */
344
class CreateCdnSubscription extends V20180206Rpc
345
{
346
}
347
348
/**
349
 * @method string getSourceIp()
350
 * @method $this withSourceIp($value)
351
 * @method string getSubscriptionState()
352
 * @method $this withSubscriptionState($value)
353
 * @method string getPageSize()
354
 * @method $this withPageSize($value)
355
 * @method string getCurrentPage()
356
 * @method $this withCurrentPage($value)
357
 * @method string getLang()
358
 * @method $this withLang($value)
359
 * @method string getVendorName()
360
 * @method $this withVendorName($value)
361
 * @method string getSourceCode()
362
 * @method $this withSourceCode($value)
363
 */
364
class DescribeCdnSubscription extends V20180206Rpc
365
{
366
}
367
368
/**
369
 * @method string getSourceIp()
370
 * @method $this withSourceIp($value)
371
 * @method string getPageSize()
372
 * @method $this withPageSize($value)
373
 * @method string getCurrentPage()
374
 * @method $this withCurrentPage($value)
375
 * @method string getLang()
376
 * @method $this withLang($value)
377
 * @method string getSourceCode()
378
 * @method $this withSourceCode($value)
379
 */
380
class DescribeCdnVendor extends V20180206Rpc
381
{
382
}
383
384
/**
385
 * @method string getSourceIp()
386
 * @method $this withSourceIp($value)
387
 * @method string getLang()
388
 * @method $this withLang($value)
389
 * @method string getSourceCode()
390
 * @method $this withSourceCode($value)
391
 */
392
class DescribeAccessWhiteListSlbList extends V20180206Rpc
393
{
394
}
395
396
/**
397
 * @method string getSourceIp()
398
 * @method $this withSourceIp($value)
399
 * @method string getLang()
400
 * @method $this withLang($value)
401
 * @method string getSourceCode()
402
 * @method $this withSourceCode($value)
403
 */
404
class DescribeAccessWhiteListEipList extends V20180206Rpc
405
{
406
}
407
408
/**
409
 * @method string getSrcIP()
410
 * @method $this withSrcIP($value)
411
 * @method string getSourceIp()
412
 * @method $this withSourceIp($value)
413
 * @method string getPageSize()
414
 * @method string getCurrentPage()
415
 * @method string getPunishStatus()
416
 * @method $this withPunishStatus($value)
417
 * @method string getLang()
418
 * @method $this withLang($value)
419
 * @method string getSrcUid()
420
 * @method string getSourceCode()
421
 */
422
class DescribePunishList extends V20180206Rpc
423
{
424
425
    /**
426
     * @param string $value
427
     *
428
     * @return $this
429
     */
430
    public function withPageSize($value)
431
    {
432
        $this->data['PageSize'] = $value;
433
        $this->options['query']['pageSize'] = $value;
434
435
        return $this;
436
    }
437
438
    /**
439
     * @param string $value
440
     *
441
     * @return $this
442
     */
443
    public function withCurrentPage($value)
444
    {
445
        $this->data['CurrentPage'] = $value;
446
        $this->options['query']['currentPage'] = $value;
447
448
        return $this;
449
    }
450
451
    /**
452
     * @param string $value
453
     *
454
     * @return $this
455
     */
456
    public function withSrcUid($value)
457
    {
458
        $this->data['SrcUid'] = $value;
459
        $this->options['query']['srcUid'] = $value;
460
461
        return $this;
462
    }
463
464
    /**
465
     * @param string $value
466
     *
467
     * @return $this
468
     */
469
    public function withSourceCode($value)
470
    {
471
        $this->data['SourceCode'] = $value;
472
        $this->options['query']['sourceCode'] = $value;
473
474
        return $this;
475
    }
476
}
477
478
/**
479
 * @method string getSourceIp()
480
 * @method $this withSourceIp($value)
481
 * @method string getLang()
482
 * @method $this withLang($value)
483
 * @method string getSrcUid()
484
 * @method string getSourceCode()
485
 */
486
class DescribeDdosDefenseInfo extends V20180206Rpc
487
{
488
489
    /**
490
     * @param string $value
491
     *
492
     * @return $this
493
     */
494
    public function withSrcUid($value)
495
    {
496
        $this->data['SrcUid'] = $value;
497
        $this->options['query']['srcUid'] = $value;
498
499
        return $this;
500
    }
501
502
    /**
503
     * @param string $value
504
     *
505
     * @return $this
506
     */
507
    public function withSourceCode($value)
508
    {
509
        $this->data['SourceCode'] = $value;
510
        $this->options['query']['sourceCode'] = $value;
511
512
        return $this;
513
    }
514
}
515
516
/**
517
 * @method string getRiskType()
518
 * @method string getSourceIp()
519
 * @method $this withSourceIp($value)
520
 * @method string getPageSize()
521
 * @method string getQueryProduct()
522
 * @method string getCurrentPage()
523
 * @method string getRiskDescribe()
524
 * @method string getLang()
525
 * @method $this withLang($value)
526
 * @method string getSrcUid()
527
 * @method string getSourceCode()
528
 * @method string getQueryRegionId()
529
 * @method string getStatus()
530
 */
531
class DescribeRiskListDetail extends V20180206Rpc
532
{
533
534
    /**
535
     * @param string $value
536
     *
537
     * @return $this
538
     */
539
    public function withRiskType($value)
540
    {
541
        $this->data['RiskType'] = $value;
542
        $this->options['query']['riskType'] = $value;
543
544
        return $this;
545
    }
546
547
    /**
548
     * @param string $value
549
     *
550
     * @return $this
551
     */
552
    public function withPageSize($value)
553
    {
554
        $this->data['PageSize'] = $value;
555
        $this->options['query']['pageSize'] = $value;
556
557
        return $this;
558
    }
559
560
    /**
561
     * @param string $value
562
     *
563
     * @return $this
564
     */
565
    public function withQueryProduct($value)
566
    {
567
        $this->data['QueryProduct'] = $value;
568
        $this->options['query']['queryProduct'] = $value;
569
570
        return $this;
571
    }
572
573
    /**
574
     * @param string $value
575
     *
576
     * @return $this
577
     */
578
    public function withCurrentPage($value)
579
    {
580
        $this->data['CurrentPage'] = $value;
581
        $this->options['query']['currentPage'] = $value;
582
583
        return $this;
584
    }
585
586
    /**
587
     * @param string $value
588
     *
589
     * @return $this
590
     */
591
    public function withRiskDescribe($value)
592
    {
593
        $this->data['RiskDescribe'] = $value;
594
        $this->options['query']['riskDescribe'] = $value;
595
596
        return $this;
597
    }
598
599
    /**
600
     * @param string $value
601
     *
602
     * @return $this
603
     */
604
    public function withSrcUid($value)
605
    {
606
        $this->data['SrcUid'] = $value;
607
        $this->options['query']['srcUid'] = $value;
608
609
        return $this;
610
    }
611
612
    /**
613
     * @param string $value
614
     *
615
     * @return $this
616
     */
617
    public function withSourceCode($value)
618
    {
619
        $this->data['SourceCode'] = $value;
620
        $this->options['query']['sourceCode'] = $value;
621
622
        return $this;
623
    }
624
625
    /**
626
     * @param string $value
627
     *
628
     * @return $this
629
     */
630
    public function withQueryRegionId($value)
631
    {
632
        $this->data['QueryRegionId'] = $value;
633
        $this->options['query']['queryRegionId'] = $value;
634
635
        return $this;
636
    }
637
638
    /**
639
     * @param string $value
640
     *
641
     * @return $this
642
     */
643
    public function withStatus($value)
644
    {
645
        $this->data['Status'] = $value;
646
        $this->options['query']['status'] = $value;
647
648
        return $this;
649
    }
650
}
651
652
/**
653
 * @method string getSourceIp()
654
 * @method $this withSourceIp($value)
655
 * @method string getPhoneNum()
656
 * @method string getLang()
657
 * @method $this withLang($value)
658
 * @method string getSourceCode()
659
 */
660
class DescribePhoneInfo extends V20180206Rpc
661
{
662
663
    /**
664
     * @param string $value
665
     *
666
     * @return $this
667
     */
668
    public function withPhoneNum($value)
669
    {
670
        $this->data['PhoneNum'] = $value;
671
        $this->options['query']['phoneNum'] = $value;
672
673
        return $this;
674
    }
675
676
    /**
677
     * @param string $value
678
     *
679
     * @return $this
680
     */
681
    public function withSourceCode($value)
682
    {
683
        $this->data['SourceCode'] = $value;
684
        $this->options['query']['sourceCode'] = $value;
685
686
        return $this;
687
    }
688
}
689
690
/**
691
 * @method string getNote()
692
 * @method $this withNote($value)
693
 * @method string getResourceOwnerId()
694
 * @method $this withResourceOwnerId($value)
695
 * @method string getSourceIp()
696
 * @method $this withSourceIp($value)
697
 * @method string getDstPort()
698
 * @method $this withDstPort($value)
699
 * @method string getInstanceIdList()
700
 * @method $this withInstanceIdList($value)
701
 * @method string getLiveTime()
702
 * @method $this withLiveTime($value)
703
 * @method string getProductName()
704
 * @method $this withProductName($value)
705
 * @method string getWhiteListType()
706
 * @method $this withWhiteListType($value)
707
 * @method string getLang()
708
 * @method $this withLang($value)
709
 * @method string getSrcUid()
710
 * @method $this withSrcUid($value)
711
 * @method string getSourceCode()
712
 * @method $this withSourceCode($value)
713
 */
714
class CreateUidWhiteListGroup extends V20180206Rpc
715
{
716
}
717
718
/**
719
 * @method string getSourceIp()
720
 * @method $this withSourceIp($value)
721
 * @method string getAutoConfig()
722
 * @method $this withAutoConfig($value)
723
 * @method string getProductName()
724
 * @method $this withProductName($value)
725
 * @method string getWhiteListType()
726
 * @method $this withWhiteListType($value)
727
 * @method string getLang()
728
 * @method $this withLang($value)
729
 * @method string getSrcUid()
730
 * @method $this withSrcUid($value)
731
 * @method string getSourceCode()
732
 * @method $this withSourceCode($value)
733
 */
734
class ModifyUidWhiteListAutoShare extends V20180206Rpc
735
{
736
}
737
738
/**
739
 * @method string getSourceIp()
740
 * @method $this withSourceIp($value)
741
 * @method string getPageSize()
742
 * @method $this withPageSize($value)
743
 * @method string getCurrentPage()
744
 * @method $this withCurrentPage($value)
745
 * @method string getWhiteListType()
746
 * @method $this withWhiteListType($value)
747
 * @method string getDstIP()
748
 * @method $this withDstIP($value)
749
 * @method string getLang()
750
 * @method $this withLang($value)
751
 * @method string getSrcUid()
752
 * @method $this withSrcUid($value)
753
 * @method string getStatus()
754
 * @method $this withStatus($value)
755
 * @method string getSourceCode()
756
 * @method $this withSourceCode($value)
757
 */
758
class DescribeUidWhiteListGroup extends V20180206Rpc
759
{
760
}
761
762
/**
763
 * @method string getGroupIdList()
764
 * @method $this withGroupIdList($value)
765
 * @method string getSourceIp()
766
 * @method $this withSourceIp($value)
767
 * @method string getLang()
768
 * @method $this withLang($value)
769
 * @method string getSourceCode()
770
 * @method $this withSourceCode($value)
771
 */
772
class DeleteUidWhiteListGroup extends V20180206Rpc
773
{
774
}
775
776
/**
777
 * @method string getSourceIp()
778
 * @method $this withSourceIp($value)
779
 * @method string getQueryProduct()
780
 * @method $this withQueryProduct($value)
781
 * @method string getLang()
782
 * @method $this withLang($value)
783
 * @method string getPeroid()
784
 * @method $this withPeroid($value)
785
 * @method string getSourceCode()
786
 * @method $this withSourceCode($value)
787
 * @method string getQueryRegionId()
788
 * @method $this withQueryRegionId($value)
789
 */
790
class DescribeRiskTrend extends V20180206Rpc
791
{
792
}
793
794
/**
795
 * @method string getSourceIp()
796
 * @method $this withSourceIp($value)
797
 * @method string getLang()
798
 * @method $this withLang($value)
799
 * @method string getSourceCode()
800
 * @method $this withSourceCode($value)
801
 */
802
class DescribeUidGcLevel extends V20180206Rpc
803
{
804
}
805
806
/**
807
 * @method string getNote()
808
 * @method $this withNote($value)
809
 * @method string getResourceOwnerId()
810
 * @method $this withResourceOwnerId($value)
811
 * @method string getSrcIP()
812
 * @method $this withSrcIP($value)
813
 * @method string getSourceIp()
814
 * @method $this withSourceIp($value)
815
 * @method string getDstPort()
816
 * @method $this withDstPort($value)
817
 * @method string getInstanceIdList()
818
 * @method $this withInstanceIdList($value)
819
 * @method string getLiveTime()
820
 * @method $this withLiveTime($value)
821
 * @method string getProductName()
822
 * @method $this withProductName($value)
823
 * @method string getWhiteListType()
824
 * @method $this withWhiteListType($value)
825
 * @method string getInstanceInfoList()
826
 * @method $this withInstanceInfoList($value)
827
 * @method string getLang()
828
 * @method $this withLang($value)
829
 * @method string getSourceCode()
830
 * @method $this withSourceCode($value)
831
 */
832
class CreateAccessWhiteListGroup extends V20180206Rpc
833
{
834
}
835
836
/**
837
 * @method string getGroupIdList()
838
 * @method $this withGroupIdList($value)
839
 * @method string getSourceIp()
840
 * @method $this withSourceIp($value)
841
 * @method string getLang()
842
 * @method $this withLang($value)
843
 * @method string getSourceCode()
844
 * @method $this withSourceCode($value)
845
 */
846
class DeleteAccessWhiteListGroup extends V20180206Rpc
847
{
848
}
849
850
/**
851
 * @method string getSrcIP()
852
 * @method $this withSrcIP($value)
853
 * @method string getSourceIp()
854
 * @method $this withSourceIp($value)
855
 * @method string getAutoConfig()
856
 * @method $this withAutoConfig($value)
857
 * @method string getProductName()
858
 * @method $this withProductName($value)
859
 * @method string getWhiteListType()
860
 * @method $this withWhiteListType($value)
861
 * @method string getLang()
862
 * @method $this withLang($value)
863
 * @method string getSourceCode()
864
 * @method $this withSourceCode($value)
865
 */
866
class ModifyAccessWhiteListAutoShare extends V20180206Rpc
867
{
868
}
869
870
/**
871
 * @method string getSourceIp()
872
 * @method $this withSourceIp($value)
873
 * @method string getLang()
874
 * @method $this withLang($value)
875
 * @method string getSourceCode()
876
 * @method $this withSourceCode($value)
877
 */
878
class DescribeResetRecordQueryCount extends V20180206Rpc
879
{
880
}
881
882
/**
883
 * @method string getSourceIp()
884
 * @method $this withSourceIp($value)
885
 * @method string getLang()
886
 * @method $this withLang($value)
887
 * @method string getSourceCode()
888
 * @method $this withSourceCode($value)
889
 */
890
class DescribeAccessWhitelistEcsList extends V20180206Rpc
891
{
892
}
893
894
/**
895
 * @method string getSrcIP()
896
 * @method $this withSrcIP($value)
897
 * @method string getPeriod()
898
 * @method $this withPeriod($value)
899
 * @method string getSourceIp()
900
 * @method $this withSourceIp($value)
901
 * @method string getPageSize()
902
 * @method string getCurrentPage()
903
 * @method string getDstIP()
904
 * @method $this withDstIP($value)
905
 * @method string getRegion()
906
 * @method $this withRegion($value)
907
 * @method string getLang()
908
 * @method $this withLang($value)
909
 * @method string getSourceCode()
910
 * @method $this withSourceCode($value)
911
 */
912
class DescribeResetRecordList extends V20180206Rpc
913
{
914
915
    /**
916
     * @param string $value
917
     *
918
     * @return $this
919
     */
920
    public function withPageSize($value)
921
    {
922
        $this->data['PageSize'] = $value;
923
        $this->options['query']['pageSize'] = $value;
924
925
        return $this;
926
    }
927
928
    /**
929
     * @param string $value
930
     *
931
     * @return $this
932
     */
933
    public function withCurrentPage($value)
934
    {
935
        $this->data['CurrentPage'] = $value;
936
        $this->options['query']['currentPage'] = $value;
937
938
        return $this;
939
    }
940
}
941
942
/**
943
 * @method string getSrcIP()
944
 * @method $this withSrcIP($value)
945
 * @method string getSourceIp()
946
 * @method $this withSourceIp($value)
947
 * @method string getPageSize()
948
 * @method string getCurrentPage()
949
 * @method string getPunishStatus()
950
 * @method $this withPunishStatus($value)
951
 * @method string getLang()
952
 * @method $this withLang($value)
953
 * @method string getSourceCode()
954
 * @method $this withSourceCode($value)
955
 */
956
class DescribeCpmcPunishList extends V20180206Rpc
957
{
958
959
    /**
960
     * @param string $value
961
     *
962
     * @return $this
963
     */
964
    public function withPageSize($value)
965
    {
966
        $this->data['PageSize'] = $value;
967
        $this->options['query']['pageSize'] = $value;
968
969
        return $this;
970
    }
971
972
    /**
973
     * @param string $value
974
     *
975
     * @return $this
976
     */
977
    public function withCurrentPage($value)
978
    {
979
        $this->data['CurrentPage'] = $value;
980
        $this->options['query']['currentPage'] = $value;
981
982
        return $this;
983
    }
984
}
985
986
/**
987
 * @method string getSrcIP()
988
 * @method $this withSrcIP($value)
989
 * @method string getSourceIp()
990
 * @method $this withSourceIp($value)
991
 * @method string getPageSize()
992
 * @method $this withPageSize($value)
993
 * @method string getQueryProduct()
994
 * @method string getCurrentPage()
995
 * @method $this withCurrentPage($value)
996
 * @method string getWhiteListType()
997
 * @method $this withWhiteListType($value)
998
 * @method string getDstIP()
999
 * @method $this withDstIP($value)
1000
 * @method string getLang()
1001
 * @method $this withLang($value)
1002
 * @method string getStatus()
1003
 * @method $this withStatus($value)
1004
 * @method string getSourceCode()
1005
 * @method $this withSourceCode($value)
1006
 */
1007
class DescribeAccessWhiteListGroup extends V20180206Rpc
1008
{
1009
1010
    /**
1011
     * @param string $value
1012
     *
1013
     * @return $this
1014
     */
1015
    public function withQueryProduct($value)
1016
    {
1017
        $this->data['QueryProduct'] = $value;
1018
        $this->options['query']['queryProduct'] = $value;
1019
1020
        return $this;
1021
    }
1022
}
1023
1024
/**
1025
 * @method string getFeedBack()
1026
 * @method $this withFeedBack($value)
1027
 * @method string getSrcIP()
1028
 * @method $this withSrcIP($value)
1029
 * @method string getSourceIp()
1030
 * @method $this withSourceIp($value)
1031
 * @method string getDstPort()
1032
 * @method $this withDstPort($value)
1033
 * @method string getProtocolName()
1034
 * @method $this withProtocolName($value)
1035
 * @method string getSrcPort()
1036
 * @method $this withSrcPort($value)
1037
 * @method string getPunishType()
1038
 * @method $this withPunishType($value)
1039
 * @method string getGmtCreate()
1040
 * @method $this withGmtCreate($value)
1041
 * @method string getDstIP()
1042
 * @method $this withDstIP($value)
1043
 * @method string getLang()
1044
 * @method $this withLang($value)
1045
 * @method string getSourceCode()
1046
 * @method $this withSourceCode($value)
1047
 */
1048
class CreateCpmcPunishFeedBack extends V20180206Rpc
1049
{
1050
}
1051