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 ( 9cfc74...08cbc8 )
by Yong
01:48 queued 11s
created

UpgradeAP   A

Complexity

Total Complexity 2

Size/Duplication

Total Lines 16
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 2
eloc 5
dl 0
loc 16
c 0
b 0
f 0
rs 10

1 Method

Rating   Name   Duplication   Size   Complexity  
A withIds() 0 8 2
1
<?php
2
3
namespace AlibabaCloud\Cloudwf\V20170328;
4
5
use AlibabaCloud\Rpc;
6
7
class V20170328Rpc extends Rpc
8
{
9
    /** @var string */
10
    public $product = 'cloudwf';
11
12
    /** @var string */
13
    public $version = '2017-03-28';
14
15
    /** @var string */
16
    public $method = 'POST';
17
18
    /** @var string */
19
    public $serviceCode = 'cloudwf';
20
}
21
22
/**
23
 * @method string getApgroupId()
24
 * @method $this withApgroupId($value)
25
 */
26
class GetDailyStatistic extends V20170328Rpc
27
{
28
}
29
30
/**
31
 * @method string getApgroupId()
32
 * @method $this withApgroupId($value)
33
 */
34
class GetStaTop extends V20170328Rpc
35
{
36
}
37
38
/**
39
 * @method string getApgroupId()
40
 * @method $this withApgroupId($value)
41
 */
42
class GetApTop extends V20170328Rpc
43
{
44
}
45
46
/**
47
 * @method string getApgroupId()
48
 * @method $this withApgroupId($value)
49
 */
50
class GetApStaMiscAgg extends V20170328Rpc
51
{
52
}
53
54
/**
55
 * @method string getZoomStart()
56
 * @method $this withZoomStart($value)
57
 * @method string getCompanyId()
58
 * @method $this withCompanyId($value)
59
 * @method string getApgroupId()
60
 * @method $this withApgroupId($value)
61
 * @method string getStart()
62
 * @method $this withStart($value)
63
 * @method string getZoomEnd()
64
 * @method $this withZoomEnd($value)
65
 * @method string getEnd()
66
 * @method $this withEnd($value)
67
 */
68
class GetScanProbeTimeSer extends V20170328Rpc
69
{
70
}
71
72
/**
73
 * @method string getActionParamTwo()
74
 * @method $this withActionParamTwo($value)
75
 * @method string getWorkAction()
76
 * @method $this withWorkAction($value)
77
 * @method string getActionParamOne()
78
 * @method $this withActionParamOne($value)
79
 * @method string getWorkToken()
80
 * @method $this withWorkToken($value)
81
 */
82
class WorkbyAction extends V20170328Rpc
83
{
84
}
85
86
/**
87
 * @method string getTimeCycleNum()
88
 * @method $this withTimeCycleNum($value)
89
 * @method array getApList()
90
 */
91
class CreateRenewOrder extends V20170328Rpc
92
{
93
94
    /**
95
     * @param array $value
96
     *
97
     * @return $this
98
     */
99
    public function withApList(array $value)
100
    {
101
        $this->data['ApList'] = $value;
102
        foreach ($value as $i => $iValue) {
103
            $this->options['query']['ApList.' . ($i + 1)] = $iValue;
104
        }
105
106
        return $this;
107
    }
108
}
109
110
/**
111
 * @method string getTimeCycleNum()
112
 * @method $this withTimeCycleNum($value)
113
 * @method array getApList()
114
 */
115
class QueryRenewPrice extends V20170328Rpc
116
{
117
118
    /**
119
     * @param array $value
120
     *
121
     * @return $this
122
     */
123
    public function withApList(array $value)
124
    {
125
        $this->data['ApList'] = $value;
126
        foreach ($value as $i => $iValue) {
127
            $this->options['query']['ApList.' . ($i + 1)] = $iValue;
128
        }
129
130
        return $this;
131
    }
132
}
133
134
/**
135
 * @method string getOffsetDays()
136
 * @method $this withOffsetDays($value)
137
 * @method string getMonths()
138
 * @method $this withMonths($value)
139
 * @method string getAutoRenew()
140
 * @method $this withAutoRenew($value)
141
 * @method array getApList()
142
 */
143
class ConfigAutoRenew extends V20170328Rpc
144
{
145
146
    /**
147
     * @param array $value
148
     *
149
     * @return $this
150
     */
151
    public function withApList(array $value)
152
    {
153
        $this->data['ApList'] = $value;
154
        foreach ($value as $i => $iValue) {
155
            $this->options['query']['ApList.' . ($i + 1)] = $iValue;
156
        }
157
158
        return $this;
159
    }
160
}
161
162
class GetPageProperties extends V20170328Rpc
163
{
164
}
165
166
class GetBatchCreateApAssetProgress extends V20170328Rpc
167
{
168
}
169
170
/**
171
 * @method string getJsonData()
172
 * @method $this withJsonData($value)
173
 */
174
class BatchCreateApAsset extends V20170328Rpc
175
{
176
}
177
178
/**
179
 * @method string getJsonData()
180
 * @method $this withJsonData($value)
181
 */
182
class CreateApAsset extends V20170328Rpc
183
{
184
}
185
186
/**
187
 * @method string getTopic()
188
 * @method $this withTopic($value)
189
 */
190
class CreateProbeDataSubscriber extends V20170328Rpc
191
{
192
}
193
194
/**
195
 * @method array getGids()
196
 * @method string getBid()
197
 * @method $this withBid($value)
198
 */
199
class GetAllActiveShopByGroup extends V20170328Rpc
200
{
201
202
    /**
203
     * @param array $value
204
     *
205
     * @return $this
206
     */
207
    public function withGids(array $value)
208
    {
209
        $this->data['Gids'] = $value;
210
        foreach ($value as $i => $iValue) {
211
            $this->options['query']['Gids.' . ($i + 1)] = $iValue;
212
        }
213
214
        return $this;
215
    }
216
}
217
218
/**
219
 * @method string getTopic()
220
 * @method $this withTopic($value)
221
 */
222
class ListOnsTopic extends V20170328Rpc
223
{
224
}
225
226
class ListOnsEmpowered extends V20170328Rpc
227
{
228
}
229
230
class CheckRoleAuthorized extends V20170328Rpc
231
{
232
}
233
234
/**
235
 * @method string getTopic()
236
 * @method $this withTopic($value)
237
 */
238
class CreateOnsEmpower extends V20170328Rpc
239
{
240
}
241
242
/**
243
 * @method string getOrderCol()
244
 * @method $this withOrderCol($value)
245
 * @method string getSearchName()
246
 * @method $this withSearchName($value)
247
 * @method string getLength()
248
 * @method $this withLength($value)
249
 * @method string getPageIndex()
250
 * @method $this withPageIndex($value)
251
 * @method string getOrderDir()
252
 * @method $this withOrderDir($value)
253
 */
254
class ListBusinessDetails extends V20170328Rpc
255
{
256
}
257
258
/**
259
 * @method array getShopGroupIds()
260
 * @method array getShopIds()
261
 * @method string getPagePermission()
262
 * @method $this withPagePermission($value)
263
 * @method string getId()
264
 * @method $this withId($value)
265
 * @method array getBusinessIds()
266
 */
267
class ModifySubAccountPermission extends V20170328Rpc
268
{
269
270
    /**
271
     * @param array $value
272
     *
273
     * @return $this
274
     */
275
    public function withShopGroupIds(array $value)
276
    {
277
        $this->data['ShopGroupIds'] = $value;
278
        foreach ($value as $i => $iValue) {
279
            $this->options['query']['ShopGroupIds.' . ($i + 1)] = $iValue;
280
        }
281
282
        return $this;
283
    }
284
285
    /**
286
     * @param array $value
287
     *
288
     * @return $this
289
     */
290
    public function withShopIds(array $value)
291
    {
292
        $this->data['ShopIds'] = $value;
293
        foreach ($value as $i => $iValue) {
294
            $this->options['query']['ShopIds.' . ($i + 1)] = $iValue;
295
        }
296
297
        return $this;
298
    }
299
300
    /**
301
     * @param array $value
302
     *
303
     * @return $this
304
     */
305
    public function withBusinessIds(array $value)
306
    {
307
        $this->data['BusinessIds'] = $value;
308
        foreach ($value as $i => $iValue) {
309
            $this->options['query']['BusinessIds.' . ($i + 1)] = $iValue;
310
        }
311
312
        return $this;
313
    }
314
}
315
316
class ListBusinesses extends V20170328Rpc
317
{
318
}
319
320
/**
321
 * @method string getSearchUid()
322
 * @method $this withSearchUid($value)
323
 * @method string getLength()
324
 * @method $this withLength($value)
325
 * @method string getPageIndex()
326
 * @method $this withPageIndex($value)
327
 */
328
class ListSubAccountPermission extends V20170328Rpc
329
{
330
}
331
332
/**
333
 * @method string getId()
334
 * @method $this withId($value)
335
 */
336
class GetSubAccountPermission extends V20170328Rpc
337
{
338
}
339
340
/**
341
 * @method string getQueryType()
342
 * @method $this withQueryType($value)
343
 * @method string getQueryId()
344
 * @method $this withQueryId($value)
345
 */
346
class GetSidsAndGids4Bid extends V20170328Rpc
347
{
348
}
349
350
/**
351
 * @method string getUid()
352
 * @method $this withUid($value)
353
 */
354
class GetBids4Uid4Root extends V20170328Rpc
355
{
356
}
357
358
/**
359
 * @method string getId()
360
 * @method $this withId($value)
361
 */
362
class DelSubAccountPermission extends V20170328Rpc
363
{
364
}
365
366
/**
367
 * @method string getUid()
368
 * @method $this withUid($value)
369
 * @method array getShopGroupIds()
370
 * @method array getShopIds()
371
 * @method string getPagePermission()
372
 * @method $this withPagePermission($value)
373
 * @method string getPermissionType()
374
 * @method $this withPermissionType($value)
375
 * @method array getBusinessIds()
376
 */
377
class CreateSubAccountPermission extends V20170328Rpc
378
{
379
380
    /**
381
     * @param array $value
382
     *
383
     * @return $this
384
     */
385
    public function withShopGroupIds(array $value)
386
    {
387
        $this->data['ShopGroupIds'] = $value;
388
        foreach ($value as $i => $iValue) {
389
            $this->options['query']['ShopGroupIds.' . ($i + 1)] = $iValue;
390
        }
391
392
        return $this;
393
    }
394
395
    /**
396
     * @param array $value
397
     *
398
     * @return $this
399
     */
400
    public function withShopIds(array $value)
401
    {
402
        $this->data['ShopIds'] = $value;
403
        foreach ($value as $i => $iValue) {
404
            $this->options['query']['ShopIds.' . ($i + 1)] = $iValue;
405
        }
406
407
        return $this;
408
    }
409
410
    /**
411
     * @param array $value
412
     *
413
     * @return $this
414
     */
415
    public function withBusinessIds(array $value)
416
    {
417
        $this->data['BusinessIds'] = $value;
418
        foreach ($value as $i => $iValue) {
419
            $this->options['query']['BusinessIds.' . ($i + 1)] = $iValue;
420
        }
421
422
        return $this;
423
    }
424
}
425
426
/**
427
 * @method string getConfigType()
428
 * @method $this withConfigType($value)
429
 * @method string getBindId()
430
 * @method $this withBindId($value)
431
 */
432
class GetApPortalBind extends V20170328Rpc
433
{
434
}
435
436
/**
437
 * @method string getJsonData()
438
 * @method $this withJsonData($value)
439
 */
440
class SaveScanConfig extends V20170328Rpc
441
{
442
}
443
444
/**
445
 * @method string getGsid()
446
 * @method $this withGsid($value)
447
 */
448
class OemHeatSetting extends V20170328Rpc
449
{
450
}
451
452
/**
453
 * @method string getGsid()
454
 * @method $this withGsid($value)
455
 */
456
class OemHeatLine extends V20170328Rpc
457
{
458
}
459
460
/**
461
 * @method string getGsid()
462
 * @method $this withGsid($value)
463
 */
464
class OemHeatMap extends V20170328Rpc
465
{
466
}
467
468
/**
469
 * @method string getOrderCol()
470
 * @method $this withOrderCol($value)
471
 * @method string getSearchBssid()
472
 * @method $this withSearchBssid($value)
473
 * @method string getSearchCompany()
474
 * @method $this withSearchCompany($value)
475
 * @method string getSearchSsid()
476
 * @method $this withSearchSsid($value)
477
 * @method string getLength()
478
 * @method $this withLength($value)
479
 * @method string getPageIndex()
480
 * @method $this withPageIndex($value)
481
 * @method string getSearchGroup()
482
 * @method $this withSearchGroup($value)
483
 * @method string getOrderDir()
484
 * @method $this withOrderDir($value)
485
 */
486
class ListScanConfig extends V20170328Rpc
487
{
488
}
489
490
/**
491
 * @method string getTempType()
492
 * @method $this withTempType($value)
493
 * @method string getTempDesc()
494
 * @method $this withTempDesc($value)
495
 * @method string getTempName()
496
 * @method $this withTempName($value)
497
 * @method string getId()
498
 * @method $this withId($value)
499
 * @method string getTempPermission()
500
 * @method $this withTempPermission($value)
501
 */
502
class SavePageConfigTemplate extends V20170328Rpc
503
{
504
}
505
506
/**
507
 * @method string getGsPermission()
508
 * @method $this withGsPermission($value)
509
 * @method string getAliyunPk()
510
 * @method $this withAliyunPk($value)
511
 * @method string getPagePermission()
512
 * @method $this withPagePermission($value)
513
 * @method string getId()
514
 * @method $this withId($value)
515
 * @method string getBid()
516
 * @method $this withBid($value)
517
 */
518
class SaveUmengPagePermission4Root extends V20170328Rpc
519
{
520
}
521
522
/**
523
 * @method string getId()
524
 * @method $this withId($value)
525
 */
526
class GetUmengPagePermission4Root extends V20170328Rpc
527
{
528
}
529
530
/**
531
 * @method string getBid()
532
 * @method $this withBid($value)
533
 */
534
class GetUserUmengPagePermission extends V20170328Rpc
535
{
536
}
537
538
/**
539
 * @method string getLength()
540
 * @method $this withLength($value)
541
 * @method string getPageIndex()
542
 * @method $this withPageIndex($value)
543
 * @method string getSearchTempName()
544
 * @method $this withSearchTempName($value)
545
 */
546
class ListPageConfigTemplate extends V20170328Rpc
547
{
548
}
549
550
/**
551
 * @method string getOrderCol()
552
 * @method $this withOrderCol($value)
553
 * @method string getLength()
554
 * @method $this withLength($value)
555
 * @method string getSearchEmail()
556
 * @method $this withSearchEmail($value)
557
 * @method string getPageIndex()
558
 * @method $this withPageIndex($value)
559
 * @method string getOrderDir()
560
 * @method $this withOrderDir($value)
561
 */
562
class ListUmengPagePermission4Root extends V20170328Rpc
563
{
564
}
565
566
/**
567
 * @method string getId()
568
 * @method $this withId($value)
569
 */
570
class DelPageConfigTemplate extends V20170328Rpc
571
{
572
}
573
574
/**
575
 * @method string getId()
576
 * @method $this withId($value)
577
 */
578
class DelUmengPagePermission4Root extends V20170328Rpc
579
{
580
}
581
582
/**
583
 * @method string getId()
584
 * @method $this withId($value)
585
 */
586
class GetPageConfigTemplate extends V20170328Rpc
587
{
588
}
589
590
/**
591
 * @method array getMacList()
592
 * @method string getCommand()
593
 * @method $this withCommand($value)
594
 */
595
class SendCommandByMac extends V20170328Rpc
596
{
597
598
    /**
599
     * @param array $value
600
     *
601
     * @return $this
602
     */
603
    public function withMacList(array $value)
604
    {
605
        $this->data['MacList'] = $value;
606
        foreach ($value as $i => $iValue) {
607
            $this->options['query']['MacList.' . ($i + 1)] = $iValue;
608
        }
609
610
        return $this;
611
    }
612
}
613
614
/**
615
 * @method string getImgAddr()
616
 * @method $this withImgAddr($value)
617
 * @method string getImgVersion()
618
 * @method $this withImgVersion($value)
619
 * @method string getApModelId()
620
 * @method $this withApModelId($value)
621
 * @method string getComment()
622
 * @method $this withComment($value)
623
 */
624
class SetUpgradeImgByModel extends V20170328Rpc
625
{
626
}
627
628
/**
629
 * @method array getIds()
630
 */
631
class UpgradeAP extends V20170328Rpc
632
{
633
634
    /**
635
     * @param array $value
636
     *
637
     * @return $this
638
     */
639
    public function withIds(array $value)
640
    {
641
        $this->data['Ids'] = $value;
642
        foreach ($value as $i => $iValue) {
643
            $this->options['query']['Ids.' . ($i + 1)] = $iValue;
644
        }
645
646
        return $this;
647
    }
648
}
649
650
/**
651
 * @method array getIds()
652
 */
653
class UpgradeAPGroup extends V20170328Rpc
654
{
655
656
    /**
657
     * @param array $value
658
     *
659
     * @return $this
660
     */
661
    public function withIds(array $value)
662
    {
663
        $this->data['Ids'] = $value;
664
        foreach ($value as $i => $iValue) {
665
            $this->options['query']['Ids.' . ($i + 1)] = $iValue;
666
        }
667
668
        return $this;
669
    }
670
}
671
672
/**
673
 * @method string getBid()
674
 * @method $this withBid($value)
675
 */
676
class OemSitingContrast extends V20170328Rpc
677
{
678
}
679
680
/**
681
 * @method string getBid()
682
 * @method $this withBid($value)
683
 */
684
class OemSitingSelction extends V20170328Rpc
685
{
686
}
687
688
/**
689
 * @method string getBid()
690
 * @method $this withBid($value)
691
 */
692
class OemMarketingSettingData extends V20170328Rpc
693
{
694
}
695
696
/**
697
 * @method string getBid()
698
 * @method $this withBid($value)
699
 */
700
class OemMarketingCustomer extends V20170328Rpc
701
{
702
}
703
704
/**
705
 * @method string getBid()
706
 * @method $this withBid($value)
707
 */
708
class OemMarketingPotential extends V20170328Rpc
709
{
710
}
711
712
/**
713
 * @method string getGsid()
714
 * @method $this withGsid($value)
715
 */
716
class OemFlowrateMonitor extends V20170328Rpc
717
{
718
}
719
720
/**
721
 * @method string getBid()
722
 * @method $this withBid($value)
723
 */
724
class OemFlowrateOverview extends V20170328Rpc
725
{
726
}
727
728
/**
729
 * @method string getBid()
730
 * @method $this withBid($value)
731
 */
732
class OemFlowrateRanking extends V20170328Rpc
733
{
734
}
735
736
/**
737
 * @method string getLength()
738
 * @method $this withLength($value)
739
 * @method string getPageIndex()
740
 * @method $this withPageIndex($value)
741
 */
742
class ListUpgradeImg extends V20170328Rpc
743
{
744
}
745
746
/**
747
 * @method string getGsid()
748
 * @method $this withGsid($value)
749
 */
750
class OemFlowrateAnalyse extends V20170328Rpc
751
{
752
}
753
754
/**
755
 * @method string getGsid()
756
 * @method $this withGsid($value)
757
 */
758
class OemFlowrateIntelligent extends V20170328Rpc
759
{
760
}
761
762
class GetUpgradeAPProgress extends V20170328Rpc
763
{
764
}
765
766
/**
767
 * @method string getId()
768
 * @method $this withId($value)
769
 */
770
class GetUpgradeImg extends V20170328Rpc
771
{
772
}
773
774
/**
775
 * @method string getOrderCol()
776
 * @method $this withOrderCol($value)
777
 * @method string getSearchName()
778
 * @method $this withSearchName($value)
779
 * @method string getSearchApModelName()
780
 * @method $this withSearchApModelName($value)
781
 * @method string getLength()
782
 * @method $this withLength($value)
783
 * @method string getSearchMac()
784
 * @method $this withSearchMac($value)
785
 * @method string getPageIndex()
786
 * @method $this withPageIndex($value)
787
 * @method string getOrderDir()
788
 * @method $this withOrderDir($value)
789
 */
790
class ListApUpgrade extends V20170328Rpc
791
{
792
}
793
794
/**
795
 * @method string getMac()
796
 * @method $this withMac($value)
797
 */
798
class GetDeviceInfoByMac extends V20170328Rpc
799
{
800
}
801
802
class GetSendCommandByMacProgress extends V20170328Rpc
803
{
804
}
805
806
class GetUpgradeAPGroupProgress extends V20170328Rpc
807
{
808
}
809
810
class CheckRootPermission extends V20170328Rpc
811
{
812
}
813
814
class GetAllApModel extends V20170328Rpc
815
{
816
}
817
818
/**
819
 * @method string getOrderCol()
820
 * @method $this withOrderCol($value)
821
 * @method string getSearchUserMac()
822
 * @method $this withSearchUserMac($value)
823
 * @method string getSearchSensorMac()
824
 * @method $this withSearchSensorMac($value)
825
 * @method string getLength()
826
 * @method $this withLength($value)
827
 * @method string getSearchSensorName()
828
 * @method $this withSearchSensorName($value)
829
 * @method string getPageIndex()
830
 * @method $this withPageIndex($value)
831
 * @method string getOrderDir()
832
 * @method $this withOrderDir($value)
833
 */
834
class ListProbeinfo extends V20170328Rpc
835
{
836
}
837
838
/**
839
 * @method string getShopId()
840
 * @method $this withShopId($value)
841
 */
842
class GetInstanceByShop extends V20170328Rpc
843
{
844
}
845
846
/**
847
 * @method string getTraceId()
848
 * @method $this withTraceId($value)
849
 * @method string getSpMsg()
850
 * @method $this withSpMsg($value)
851
 */
852
class ResumeInstance extends V20170328Rpc
853
{
854
}
855
856
/**
857
 * @method string getTraceId()
858
 * @method $this withTraceId($value)
859
 * @method string getSpMsg()
860
 * @method $this withSpMsg($value)
861
 */
862
class CeaseInstance extends V20170328Rpc
863
{
864
}
865
866
/**
867
 * @method string getTraceId()
868
 * @method $this withTraceId($value)
869
 * @method string getSpMsg()
870
 * @method $this withSpMsg($value)
871
 */
872
class ReleaseInstance extends V20170328Rpc
873
{
874
}
875
876
/**
877
 * @method string getTraceId()
878
 * @method $this withTraceId($value)
879
 * @method string getProduceParameter()
880
 * @method $this withProduceParameter($value)
881
 */
882
class ProduceInstance extends V20170328Rpc
883
{
884
}
885
886
/**
887
 * @method string getId()
888
 * @method $this withId($value)
889
 */
890
class DelPortalTemp extends V20170328Rpc
891
{
892
}
893
894
/**
895
 * @method string getId()
896
 * @method $this withId($value)
897
 * @method string getUniqueId()
898
 * @method $this withUniqueId($value)
899
 */
900
class GetPortalTempDetail extends V20170328Rpc
901
{
902
}
903
904
/**
905
 * @method string getOrderCol()
906
 * @method $this withOrderCol($value)
907
 * @method string getLength()
908
 * @method $this withLength($value)
909
 * @method string getPageIndex()
910
 * @method $this withPageIndex($value)
911
 * @method string getOrderDir()
912
 * @method $this withOrderDir($value)
913
 * @method string getSearchTempName()
914
 * @method $this withSearchTempName($value)
915
 */
916
class ListPortalTemplate extends V20170328Rpc
917
{
918
}
919
920
/**
921
 * @method string getTextContent()
922
 * @method $this withTextContent($value)
923
 * @method string getTempName()
924
 * @method $this withTempName($value)
925
 * @method string getTextAlign()
926
 * @method $this withTextAlign($value)
927
 * @method string getTextColor()
928
 * @method $this withTextColor($value)
929
 * @method string getId()
930
 * @method $this withId($value)
931
 * @method string getOssFileId()
932
 * @method $this withOssFileId($value)
933
 */
934
class SavePortalTemplate extends V20170328Rpc
935
{
936
}
937
938
/**
939
 * @method string getBeginDate()
940
 * @method $this withBeginDate($value)
941
 * @method string getEndDate()
942
 * @method $this withEndDate($value)
943
 * @method string getAgsid()
944
 * @method $this withAgsid($value)
945
 */
946
class ReportZoneDay extends V20170328Rpc
947
{
948
}
949
950
/**
951
 * @method string getBeginDate()
952
 * @method $this withBeginDate($value)
953
 * @method string getEndDate()
954
 * @method $this withEndDate($value)
955
 * @method string getAgsid()
956
 * @method $this withAgsid($value)
957
 */
958
class ReportZoneHour extends V20170328Rpc
959
{
960
}
961
962
/**
963
 * @method string getBeginDate()
964
 * @method $this withBeginDate($value)
965
 * @method string getEndDate()
966
 * @method $this withEndDate($value)
967
 * @method string getAgsid()
968
 * @method $this withAgsid($value)
969
 */
970
class ReportZoneMinute extends V20170328Rpc
971
{
972
}
973
974
/**
975
 * @method string getAgsid()
976
 * @method $this withAgsid($value)
977
 */
978
class ReportZoneRealtime extends V20170328Rpc
979
{
980
}
981
982
/**
983
 * @method string getBeginDate()
984
 * @method $this withBeginDate($value)
985
 * @method string getEndDate()
986
 * @method $this withEndDate($value)
987
 * @method string getAgsid()
988
 * @method $this withAgsid($value)
989
 */
990
class ReportDay extends V20170328Rpc
991
{
992
}
993
994
/**
995
 * @method string getBeginDate()
996
 * @method $this withBeginDate($value)
997
 * @method string getEndDate()
998
 * @method $this withEndDate($value)
999
 * @method string getAgsid()
1000
 * @method $this withAgsid($value)
1001
 */
1002
class ReportHour extends V20170328Rpc
1003
{
1004
}
1005
1006
/**
1007
 * @method string getBeginDate()
1008
 * @method $this withBeginDate($value)
1009
 * @method string getEndDate()
1010
 * @method $this withEndDate($value)
1011
 * @method string getAgsid()
1012
 * @method $this withAgsid($value)
1013
 */
1014
class ReportMinute extends V20170328Rpc
1015
{
1016
}
1017
1018
/**
1019
 * @method string getAgsid()
1020
 * @method $this withAgsid($value)
1021
 */
1022
class ReportRealtime extends V20170328Rpc
1023
{
1024
}
1025
1026
/**
1027
 * @method string getId()
1028
 * @method $this withId($value)
1029
 */
1030
class ResetApConfig extends V20170328Rpc
1031
{
1032
}
1033
1034
/**
1035
 * @method string getOperation()
1036
 * @method $this withOperation($value)
1037
 * @method array getMacList()
1038
 */
1039
class SetScanMode extends V20170328Rpc
1040
{
1041
1042
    /**
1043
     * @param array $value
1044
     *
1045
     * @return $this
1046
     */
1047
    public function withMacList(array $value)
1048
    {
1049
        $this->data['MacList'] = $value;
1050
        foreach ($value as $i => $iValue) {
1051
            $this->options['query']['MacList.' . ($i + 1)] = $iValue;
1052
        }
1053
1054
        return $this;
1055
    }
1056
}
1057
1058
/**
1059
 * @method string getId()
1060
 * @method $this withId($value)
1061
 */
1062
class GetProbeDataSubscriberConfig extends V20170328Rpc
1063
{
1064
}
1065
1066
/**
1067
 * @method array getMacList()
1068
 */
1069
class GetScanMode extends V20170328Rpc
1070
{
1071
1072
    /**
1073
     * @param array $value
1074
     *
1075
     * @return $this
1076
     */
1077
    public function withMacList(array $value)
1078
    {
1079
        $this->data['MacList'] = $value;
1080
        foreach ($value as $i => $iValue) {
1081
            $this->options['query']['MacList.' . ($i + 1)] = $iValue;
1082
        }
1083
1084
        return $this;
1085
    }
1086
}
1087
1088
/**
1089
 * @method string getApiUrl()
1090
 * @method $this withApiUrl($value)
1091
 * @method string getParamGenScript()
1092
 * @method $this withParamGenScript($value)
1093
 * @method string getName()
1094
 * @method $this withName($value)
1095
 * @method string getHttpMethod()
1096
 * @method $this withHttpMethod($value)
1097
 * @method string getDescription()
1098
 * @method $this withDescription($value)
1099
 * @method string getId()
1100
 * @method $this withId($value)
1101
 * @method string getType()
1102
 * @method $this withType($value)
1103
 * @method array getResourceIds()
1104
 */
1105
class SaveProbeDataSubscriber extends V20170328Rpc
1106
{
1107
1108
    /**
1109
     * @param array $value
1110
     *
1111
     * @return $this
1112
     */
1113
    public function withResourceIds(array $value)
1114
    {
1115
        $this->data['ResourceIds'] = $value;
1116
        foreach ($value as $i => $iValue) {
1117
            $this->options['query']['ResourceIds.' . ($i + 1)] = $iValue;
1118
        }
1119
1120
        return $this;
1121
    }
1122
}
1123
1124
class GetSubAccountStatus extends V20170328Rpc
1125
{
1126
}
1127
1128
/**
1129
 * @method string getIid()
1130
 * @method $this withIid($value)
1131
 * @method string getBid()
1132
 * @method $this withBid($value)
1133
 */
1134
class UserDataDelete extends V20170328Rpc
1135
{
1136
}
1137
1138
/**
1139
 * @method string getIid()
1140
 * @method $this withIid($value)
1141
 * @method string getName()
1142
 * @method $this withName($value)
1143
 * @method string getPage()
1144
 * @method $this withPage($value)
1145
 * @method string getBid()
1146
 * @method $this withBid($value)
1147
 * @method string getPer()
1148
 * @method $this withPer($value)
1149
 */
1150
class UserDataShowList extends V20170328Rpc
1151
{
1152
}
1153
1154
/**
1155
 * @method string getIid()
1156
 * @method $this withIid($value)
1157
 * @method string getUploadFile()
1158
 * @method $this withUploadFile($value)
1159
 * @method string getName()
1160
 * @method $this withName($value)
1161
 * @method string getBid()
1162
 * @method $this withBid($value)
1163
 * @method string getType()
1164
 * @method $this withType($value)
1165
 */
1166
class UserDataUpdate extends V20170328Rpc
1167
{
1168
}
1169
1170
/**
1171
 * @method string getGsid()
1172
 * @method $this withGsid($value)
1173
 */
1174
class ShopOverview extends V20170328Rpc
1175
{
1176
}
1177
1178
/**
1179
 * @method string getMac()
1180
 * @method $this withMac($value)
1181
 * @method string getSid()
1182
 * @method $this withSid($value)
1183
 */
1184
class ShopSetfiltermac extends V20170328Rpc
1185
{
1186
}
1187
1188
/**
1189
 * @method string getWorkday()
1190
 * @method $this withWorkday($value)
1191
 * @method string getFilterclose()
1192
 * @method $this withFilterclose($value)
1193
 * @method string getMinstoptime()
1194
 * @method $this withMinstoptime($value)
1195
 * @method string getHoliday()
1196
 * @method $this withHoliday($value)
1197
 * @method string getHnum()
1198
 * @method $this withHnum($value)
1199
 * @method string getSid()
1200
 * @method $this withSid($value)
1201
 * @method string getClerk()
1202
 * @method $this withClerk($value)
1203
 * @method string getFilterstate()
1204
 * @method $this withFilterstate($value)
1205
 * @method string getWnum()
1206
 * @method $this withWnum($value)
1207
 * @method string getState()
1208
 * @method $this withState($value)
1209
 * @method string getCrowdfixed()
1210
 * @method $this withCrowdfixed($value)
1211
 * @method string getMaxstoptime()
1212
 * @method $this withMaxstoptime($value)
1213
 */
1214
class ShopSetredress extends V20170328Rpc
1215
{
1216
}
1217
1218
/**
1219
 * @method string getGid()
1220
 * @method $this withGid($value)
1221
 * @method string getAddress()
1222
 * @method $this withAddress($value)
1223
 * @method string getName()
1224
 * @method $this withName($value)
1225
 * @method string getDirc()
1226
 * @method $this withDirc($value)
1227
 * @method string getPage()
1228
 * @method $this withPage($value)
1229
 * @method string getBid()
1230
 * @method $this withBid($value)
1231
 * @method string getPer()
1232
 * @method $this withPer($value)
1233
 * @method string getShopStatus()
1234
 * @method $this withShopStatus($value)
1235
 */
1236
class ShopShowList extends V20170328Rpc
1237
{
1238
}
1239
1240
/**
1241
 * @method string getShopCoordinate()
1242
 * @method $this withShopCoordinate($value)
1243
 * @method string getShopProvince()
1244
 * @method $this withShopProvince($value)
1245
 * @method string getShopTopType()
1246
 * @method $this withShopTopType($value)
1247
 * @method string getShopAddress()
1248
 * @method $this withShopAddress($value)
1249
 * @method string getShopType()
1250
 * @method $this withShopType($value)
1251
 * @method string getWarnEmail()
1252
 * @method $this withWarnEmail($value)
1253
 * @method string getSid()
1254
 * @method $this withSid($value)
1255
 * @method string getShopTel()
1256
 * @method $this withShopTel($value)
1257
 * @method string getWarnpHone()
1258
 * @method $this withWarnpHone($value)
1259
 * @method string getWarn()
1260
 * @method $this withWarn($value)
1261
 * @method string getShopArea()
1262
 * @method $this withShopArea($value)
1263
 * @method string getShopRemarks()
1264
 * @method $this withShopRemarks($value)
1265
 * @method string getShopCity()
1266
 * @method $this withShopCity($value)
1267
 * @method string getShopSubtype()
1268
 * @method $this withShopSubtype($value)
1269
 * @method string getShopBrand()
1270
 * @method $this withShopBrand($value)
1271
 * @method string getShopName()
1272
 * @method $this withShopName($value)
1273
 * @method string getShopCloseWarn()
1274
 * @method $this withShopCloseWarn($value)
1275
 * @method string getShopManager()
1276
 * @method $this withShopManager($value)
1277
 * @method string getShopBusinessHours()
1278
 * @method $this withShopBusinessHours($value)
1279
 */
1280
class ShopUpdate extends V20170328Rpc
1281
{
1282
}
1283
1284
/**
1285
 * @method string getFileName()
1286
 * @method $this withFileName($value)
1287
 * @method string getUploadId()
1288
 * @method $this withUploadId($value)
1289
 * @method string getObjectName()
1290
 * @method $this withObjectName($value)
1291
 * @method string getChunkIndex()
1292
 * @method $this withChunkIndex($value)
1293
 * @method string getChunkCnt()
1294
 * @method $this withChunkCnt($value)
1295
 */
1296
class UpLoadMap extends V20170328Rpc
1297
{
1298
}
1299
1300
/**
1301
 * @method string getGsid()
1302
 * @method $this withGsid($value)
1303
 */
1304
class UserAnalyse extends V20170328Rpc
1305
{
1306
}
1307
1308
/**
1309
 * @method string getUploadFile()
1310
 * @method $this withUploadFile($value)
1311
 * @method string getName()
1312
 * @method $this withName($value)
1313
 * @method string getBid()
1314
 * @method $this withBid($value)
1315
 * @method string getType()
1316
 * @method $this withType($value)
1317
 */
1318
class UserDataCreate extends V20170328Rpc
1319
{
1320
}
1321
1322
/**
1323
 * @method string getShopIds()
1324
 * @method $this withShopIds($value)
1325
 * @method string getName()
1326
 * @method $this withName($value)
1327
 * @method string getDescription()
1328
 * @method $this withDescription($value)
1329
 * @method string getBid()
1330
 * @method $this withBid($value)
1331
 */
1332
class ShopGroupCreate extends V20170328Rpc
1333
{
1334
}
1335
1336
/**
1337
 * @method string getGid()
1338
 * @method $this withGid($value)
1339
 */
1340
class ShopGroupDelete extends V20170328Rpc
1341
{
1342
}
1343
1344
/**
1345
 * @method string getGid()
1346
 * @method $this withGid($value)
1347
 */
1348
class ShopGroupInfo extends V20170328Rpc
1349
{
1350
}
1351
1352
/**
1353
 * @method string getPage()
1354
 * @method $this withPage($value)
1355
 * @method string getBid()
1356
 * @method $this withBid($value)
1357
 * @method string getPer()
1358
 * @method $this withPer($value)
1359
 */
1360
class ShopGroupShowList extends V20170328Rpc
1361
{
1362
}
1363
1364
/**
1365
 * @method string getGid()
1366
 * @method $this withGid($value)
1367
 * @method string getShopIds()
1368
 * @method $this withShopIds($value)
1369
 * @method string getName()
1370
 * @method $this withName($value)
1371
 * @method string getDescription()
1372
 * @method $this withDescription($value)
1373
 */
1374
class ShopGroupUpdate extends V20170328Rpc
1375
{
1376
}
1377
1378
/**
1379
 * @method string getSid()
1380
 * @method $this withSid($value)
1381
 */
1382
class ShopInfo extends V20170328Rpc
1383
{
1384
}
1385
1386
/**
1387
 * @method string getName()
1388
 * @method $this withName($value)
1389
 * @method string getPage()
1390
 * @method $this withPage($value)
1391
 * @method string getPer()
1392
 * @method $this withPer($value)
1393
 * @method string getSid()
1394
 * @method $this withSid($value)
1395
 */
1396
class ShopMarketingList extends V20170328Rpc
1397
{
1398
}
1399
1400
/**
1401
 * @method string getShopCoordinate()
1402
 * @method $this withShopCoordinate($value)
1403
 * @method string getShopProvince()
1404
 * @method $this withShopProvince($value)
1405
 * @method string getShopTopType()
1406
 * @method $this withShopTopType($value)
1407
 * @method string getShopAddress()
1408
 * @method $this withShopAddress($value)
1409
 * @method string getShopType()
1410
 * @method $this withShopType($value)
1411
 * @method string getWarnEmail()
1412
 * @method $this withWarnEmail($value)
1413
 * @method string getShopTel()
1414
 * @method $this withShopTel($value)
1415
 * @method string getWarnpHone()
1416
 * @method $this withWarnpHone($value)
1417
 * @method string getWarn()
1418
 * @method $this withWarn($value)
1419
 * @method string getShopArea()
1420
 * @method $this withShopArea($value)
1421
 * @method string getShopRemarks()
1422
 * @method $this withShopRemarks($value)
1423
 * @method string getShopCity()
1424
 * @method $this withShopCity($value)
1425
 * @method string getShopSubtype()
1426
 * @method $this withShopSubtype($value)
1427
 * @method string getShopBrand()
1428
 * @method $this withShopBrand($value)
1429
 * @method string getShopName()
1430
 * @method $this withShopName($value)
1431
 * @method string getShopCloseWarn()
1432
 * @method $this withShopCloseWarn($value)
1433
 * @method string getBid()
1434
 * @method $this withBid($value)
1435
 * @method string getShopManager()
1436
 * @method $this withShopManager($value)
1437
 * @method string getShopBusinessHours()
1438
 * @method $this withShopBusinessHours($value)
1439
 */
1440
class ShopCreate extends V20170328Rpc
1441
{
1442
}
1443
1444
/**
1445
 * @method string getEtime()
1446
 * @method $this withEtime($value)
1447
 * @method string getName()
1448
 * @method $this withName($value)
1449
 * @method string getStime()
1450
 * @method $this withStime($value)
1451
 * @method string getSid()
1452
 * @method $this withSid($value)
1453
 */
1454
class ShopCreatemarketing extends V20170328Rpc
1455
{
1456
}
1457
1458
/**
1459
 * @method string getWarnPhone()
1460
 * @method $this withWarnPhone($value)
1461
 * @method string getWarn()
1462
 * @method $this withWarn($value)
1463
 * @method string getCloseWarn()
1464
 * @method $this withCloseWarn($value)
1465
 * @method string getWarnEmail()
1466
 * @method $this withWarnEmail($value)
1467
 * @method string getSid()
1468
 * @method $this withSid($value)
1469
 */
1470
class ShopDataAlarm extends V20170328Rpc
1471
{
1472
}
1473
1474
/**
1475
 * @method string getSid()
1476
 * @method $this withSid($value)
1477
 */
1478
class ShopDelete extends V20170328Rpc
1479
{
1480
}
1481
1482
/**
1483
 * @method string getId()
1484
 * @method $this withId($value)
1485
 * @method string getSid()
1486
 * @method $this withSid($value)
1487
 */
1488
class ShopDeletemarketing extends V20170328Rpc
1489
{
1490
}
1491
1492
/**
1493
 * @method string getSid()
1494
 * @method $this withSid($value)
1495
 */
1496
class ShopGetfiltermac extends V20170328Rpc
1497
{
1498
}
1499
1500
/**
1501
 * @method string getSid()
1502
 * @method $this withSid($value)
1503
 */
1504
class ShopGetredress extends V20170328Rpc
1505
{
1506
}
1507
1508
/**
1509
 * @method string getNasid()
1510
 * @method $this withNasid($value)
1511
 * @method string getAuthPort()
1512
 * @method $this withAuthPort($value)
1513
 * @method string getHidden()
1514
 * @method $this withHidden($value)
1515
 * @method string getDynamicVlan()
1516
 * @method $this withDynamicVlan($value)
1517
 * @method string getAuthServer()
1518
 * @method $this withAuthServer($value)
1519
 * @method string getSecondaryAcctServer()
1520
 * @method $this withSecondaryAcctServer($value)
1521
 * @method string getSsid()
1522
 * @method $this withSsid($value)
1523
 * @method string getCir()
1524
 * @method $this withCir($value)
1525
 * @method string getMac()
1526
 * @method $this withMac($value)
1527
 * @method string getSecondaryAcctSecret()
1528
 * @method $this withSecondaryAcctSecret($value)
1529
 * @method string getIeee80211w()
1530
 * @method $this withIeee80211w($value)
1531
 * @method string getNetwork()
1532
 * @method $this withNetwork($value)
1533
 * @method string getIsolate()
1534
 * @method $this withIsolate($value)
1535
 * @method string getApAssetId()
1536
 * @method $this withApAssetId($value)
1537
 * @method string getEncKey()
1538
 * @method $this withEncKey($value)
1539
 * @method string getMulticastForward()
1540
 * @method $this withMulticastForward($value)
1541
 * @method string getEncryption()
1542
 * @method $this withEncryption($value)
1543
 * @method string getWmm()
1544
 * @method $this withWmm($value)
1545
 * @method string getAuthCache()
1546
 * @method $this withAuthCache($value)
1547
 * @method string getDisabled()
1548
 * @method $this withDisabled($value)
1549
 * @method string getId()
1550
 * @method $this withId($value)
1551
 * @method string getRadioIndex()
1552
 * @method $this withRadioIndex($value)
1553
 * @method string getIgnoreWeakProbe()
1554
 * @method $this withIgnoreWeakProbe($value)
1555
 * @method string getMaxassoc()
1556
 * @method $this withMaxassoc($value)
1557
 * @method string getAcctServer()
1558
 * @method $this withAcctServer($value)
1559
 * @method string getSecondaryAuthServer()
1560
 * @method $this withSecondaryAuthServer($value)
1561
 * @method string getDaeClient()
1562
 * @method $this withDaeClient($value)
1563
 * @method string getDaeSecret()
1564
 * @method $this withDaeSecret($value)
1565
 * @method string getDisassocLowAck()
1566
 * @method $this withDisassocLowAck($value)
1567
 * @method string getSecondaryAuthPort()
1568
 * @method $this withSecondaryAuthPort($value)
1569
 * @method string getAcctSecret()
1570
 * @method $this withAcctSecret($value)
1571
 * @method string getDisassocWeakRssi()
1572
 * @method $this withDisassocWeakRssi($value)
1573
 * @method string getSecondaryAcctPort()
1574
 * @method $this withSecondaryAcctPort($value)
1575
 * @method string getDaePort()
1576
 * @method $this withDaePort($value)
1577
 * @method string getSsidLb()
1578
 * @method $this withSsidLb($value)
1579
 * @method string getAcctPort()
1580
 * @method $this withAcctPort($value)
1581
 * @method string getMaxInactivity()
1582
 * @method $this withMaxInactivity($value)
1583
 * @method string getVlanDhcp()
1584
 * @method $this withVlanDhcp($value)
1585
 * @method string getInstantlyEffective()
1586
 * @method $this withInstantlyEffective($value)
1587
 * @method string getShortPreamble()
1588
 * @method $this withShortPreamble($value)
1589
 * @method string getAuthSecret()
1590
 * @method $this withAuthSecret($value)
1591
 * @method string getSecondaryAuthSecret()
1592
 * @method $this withSecondaryAuthSecret($value)
1593
 * @method string getOwnip()
1594
 * @method $this withOwnip($value)
1595
 */
1596
class SaveApRadioSsidConfig extends V20170328Rpc
1597
{
1598
}
1599
1600
/**
1601
 * @method string getJsonData()
1602
 * @method $this withJsonData($value)
1603
 * @method string getApConfigId()
1604
 * @method $this withApConfigId($value)
1605
 */
1606
class SaveApScanConfig extends V20170328Rpc
1607
{
1608
}
1609
1610
/**
1611
 * @method string getJsonData()
1612
 * @method $this withJsonData($value)
1613
 */
1614
class SaveGroupApRadioConfig extends V20170328Rpc
1615
{
1616
}
1617
1618
/**
1619
 * @method string getJsonData()
1620
 * @method $this withJsonData($value)
1621
 */
1622
class SavePortalConfig extends V20170328Rpc
1623
{
1624
}
1625
1626
/**
1627
 * @method string getDescription()
1628
 * @method $this withDescription($value)
1629
 * @method string getId()
1630
 * @method $this withId($value)
1631
 */
1632
class SaveStaStatus extends V20170328Rpc
1633
{
1634
}
1635
1636
/**
1637
 * @method string getGsid()
1638
 * @method $this withGsid($value)
1639
 */
1640
class ShopActionReturning extends V20170328Rpc
1641
{
1642
}
1643
1644
/**
1645
 * @method string getGsid()
1646
 * @method $this withGsid($value)
1647
 */
1648
class ShopActionCustome extends V20170328Rpc
1649
{
1650
}
1651
1652
/**
1653
 * @method string getGsid()
1654
 * @method $this withGsid($value)
1655
 */
1656
class ShopCamera extends V20170328Rpc
1657
{
1658
}
1659
1660
/**
1661
 * @method string getCountry()
1662
 * @method $this withCountry($value)
1663
 * @method string getApAssetId()
1664
 * @method $this withApAssetId($value)
1665
 * @method string getLogLevel()
1666
 * @method $this withLogLevel($value)
1667
 * @method string getName()
1668
 * @method $this withName($value)
1669
 * @method string getEchoInt()
1670
 * @method $this withEchoInt($value)
1671
 * @method string getScan()
1672
 * @method $this withScan($value)
1673
 * @method string getDescription()
1674
 * @method $this withDescription($value)
1675
 * @method string getId()
1676
 * @method $this withId($value)
1677
 * @method string getDai()
1678
 * @method $this withDai($value)
1679
 * @method string getLogIp()
1680
 * @method $this withLogIp($value)
1681
 * @method string getMac()
1682
 * @method $this withMac($value)
1683
 */
1684
class SaveApConfig extends V20170328Rpc
1685
{
1686
}
1687
1688
/**
1689
 * @method string getCountry()
1690
 * @method $this withCountry($value)
1691
 * @method string getLogLevel()
1692
 * @method $this withLogLevel($value)
1693
 * @method string getName()
1694
 * @method $this withName($value)
1695
 * @method string getEchoInt()
1696
 * @method $this withEchoInt($value)
1697
 * @method string getScan()
1698
 * @method $this withScan($value)
1699
 * @method string getDescription()
1700
 * @method $this withDescription($value)
1701
 * @method string getId()
1702
 * @method $this withId($value)
1703
 * @method string getDai()
1704
 * @method $this withDai($value)
1705
 * @method string getLogIp()
1706
 * @method $this withLogIp($value)
1707
 */
1708
class SaveApgroupConfig extends V20170328Rpc
1709
{
1710
}
1711
1712
/**
1713
 * @method string getJsonData()
1714
 * @method $this withJsonData($value)
1715
 * @method string getApgroupId()
1716
 * @method $this withApgroupId($value)
1717
 */
1718
class SaveApgroupScanConfig extends V20170328Rpc
1719
{
1720
}
1721
1722
/**
1723
 * @method string getJsonData()
1724
 * @method $this withJsonData($value)
1725
 */
1726
class SaveApgroupSsidConfig extends V20170328Rpc
1727
{
1728
}
1729
1730
/**
1731
 * @method string getJsonData()
1732
 * @method $this withJsonData($value)
1733
 */
1734
class SaveApMapInfo extends V20170328Rpc
1735
{
1736
}
1737
1738
/**
1739
 * @method string getAuthKey()
1740
 * @method $this withAuthKey($value)
1741
 * @method string getPortalUrl()
1742
 * @method $this withPortalUrl($value)
1743
 * @method string getPortalStatus()
1744
 * @method $this withPortalStatus($value)
1745
 * @method string getWhitelist()
1746
 * @method $this withWhitelist($value)
1747
 * @method string getCheckUrl()
1748
 * @method $this withCheckUrl($value)
1749
 * @method string getApConfigId()
1750
 * @method $this withApConfigId($value)
1751
 * @method string getAuthSecret()
1752
 * @method $this withAuthSecret($value)
1753
 * @method string getWebAuthUrl()
1754
 * @method $this withWebAuthUrl($value)
1755
 * @method string getNetwork()
1756
 * @method $this withNetwork($value)
1757
 */
1758
class SaveApPortalConfig extends V20170328Rpc
1759
{
1760
}
1761
1762
/**
1763
 * @method string getRequireMode()
1764
 * @method $this withRequireMode($value)
1765
 * @method string getHtmode()
1766
 * @method $this withHtmode($value)
1767
 * @method string getFrag()
1768
 * @method $this withFrag($value)
1769
 * @method string getMinrate()
1770
 * @method $this withMinrate($value)
1771
 * @method string getMcastRate()
1772
 * @method $this withMcastRate($value)
1773
 * @method string getProbereq()
1774
 * @method $this withProbereq($value)
1775
 * @method string getChannel()
1776
 * @method $this withChannel($value)
1777
 * @method string getShortgi()
1778
 * @method $this withShortgi($value)
1779
 * @method string getHwmode()
1780
 * @method $this withHwmode($value)
1781
 * @method string getUapsd()
1782
 * @method $this withUapsd($value)
1783
 * @method string getBeaconInt()
1784
 * @method $this withBeaconInt($value)
1785
 * @method string getMac()
1786
 * @method $this withMac($value)
1787
 * @method string getRts()
1788
 * @method $this withRts($value)
1789
 * @method string getTxpower()
1790
 * @method $this withTxpower($value)
1791
 * @method string getNoscan()
1792
 * @method $this withNoscan($value)
1793
 * @method string getBcastRate()
1794
 * @method $this withBcastRate($value)
1795
 * @method string getDisabled()
1796
 * @method $this withDisabled($value)
1797
 * @method string getInstantlyEffective()
1798
 * @method $this withInstantlyEffective($value)
1799
 * @method string getId()
1800
 * @method $this withId($value)
1801
 * @method string getRadioIndex()
1802
 * @method $this withRadioIndex($value)
1803
 */
1804
class SaveApRadioConfig extends V20170328Rpc
1805
{
1806
}
1807
1808
/**
1809
 * @method string getIdtype()
1810
 * @method $this withIdtype($value)
1811
 * @method string getBeginDate()
1812
 * @method $this withBeginDate($value)
1813
 * @method string getEndDate()
1814
 * @method $this withEndDate($value)
1815
 * @method string getAppType()
1816
 * @method $this withAppType($value)
1817
 * @method string getTag()
1818
 * @method $this withTag($value)
1819
 * @method string getAgsid()
1820
 * @method $this withAgsid($value)
1821
 * @method string getAreaNumber()
1822
 * @method $this withAreaNumber($value)
1823
 */
1824
class ProfileTag extends V20170328Rpc
1825
{
1826
}
1827
1828
/**
1829
 * @method string getBeginDate()
1830
 * @method $this withBeginDate($value)
1831
 * @method string getEndDate()
1832
 * @method $this withEndDate($value)
1833
 * @method string getDataType()
1834
 * @method $this withDataType($value)
1835
 * @method string getGsid()
1836
 * @method $this withGsid($value)
1837
 */
1838
class ProfileTrade extends V20170328Rpc
1839
{
1840
}
1841
1842
/**
1843
 * @method string getJsonData()
1844
 * @method $this withJsonData($value)
1845
 */
1846
class PutOssFile extends V20170328Rpc
1847
{
1848
}
1849
1850
/**
1851
 * @method string getId()
1852
 * @method $this withId($value)
1853
 */
1854
class RepairAp extends V20170328Rpc
1855
{
1856
}
1857
1858
/**
1859
 * @method string getId()
1860
 * @method $this withId($value)
1861
 */
1862
class RepairGroupAp extends V20170328Rpc
1863
{
1864
}
1865
1866
/**
1867
 * @method string getId()
1868
 * @method $this withId($value)
1869
 */
1870
class ResetAp extends V20170328Rpc
1871
{
1872
}
1873
1874
/**
1875
 * @method string getJsonData()
1876
 * @method $this withJsonData($value)
1877
 */
1878
class SaveAccountConfig extends V20170328Rpc
1879
{
1880
}
1881
1882
/**
1883
 * @method string getApgroupId()
1884
 * @method $this withApgroupId($value)
1885
 * @method string getDisabled()
1886
 * @method $this withDisabled($value)
1887
 */
1888
class OnoffGroupApRadio extends V20170328Rpc
1889
{
1890
}
1891
1892
/**
1893
 * @method string getGsid()
1894
 * @method $this withGsid($value)
1895
 */
1896
class PeripheryAnalyse extends V20170328Rpc
1897
{
1898
}
1899
1900
/**
1901
 * @method string getBeginDate()
1902
 * @method $this withBeginDate($value)
1903
 * @method string getEndDate()
1904
 * @method $this withEndDate($value)
1905
 * @method string getDataType()
1906
 * @method $this withDataType($value)
1907
 * @method string getGsid()
1908
 * @method $this withGsid($value)
1909
 */
1910
class ProfileBase extends V20170328Rpc
1911
{
1912
}
1913
1914
/**
1915
 * @method string getBeginDate()
1916
 * @method $this withBeginDate($value)
1917
 * @method string getEndDate()
1918
 * @method $this withEndDate($value)
1919
 * @method string getDataType()
1920
 * @method $this withDataType($value)
1921
 * @method string getGsid()
1922
 * @method $this withGsid($value)
1923
 */
1924
class ProfileConsume extends V20170328Rpc
1925
{
1926
}
1927
1928
/**
1929
 * @method string getBeginDate()
1930
 * @method $this withBeginDate($value)
1931
 * @method string getEndDate()
1932
 * @method $this withEndDate($value)
1933
 * @method string getDataType()
1934
 * @method $this withDataType($value)
1935
 * @method string getGsid()
1936
 * @method $this withGsid($value)
1937
 */
1938
class ProfileDistrict extends V20170328Rpc
1939
{
1940
}
1941
1942
/**
1943
 * @method string getIdtype()
1944
 * @method $this withIdtype($value)
1945
 * @method string getEndMonth()
1946
 * @method $this withEndMonth($value)
1947
 * @method string getBeginMonth()
1948
 * @method $this withBeginMonth($value)
1949
 * @method string getAgsid()
1950
 * @method $this withAgsid($value)
1951
 */
1952
class ProfileHistory extends V20170328Rpc
1953
{
1954
}
1955
1956
/**
1957
 * @method string getIdtype()
1958
 * @method $this withIdtype($value)
1959
 * @method string getPage()
1960
 * @method $this withPage($value)
1961
 * @method string getPer()
1962
 * @method $this withPer($value)
1963
 * @method string getAgsid()
1964
 * @method $this withAgsid($value)
1965
 */
1966
class ProfileHistoryList extends V20170328Rpc
1967
{
1968
}
1969
1970
/**
1971
 * @method string getBeginDate()
1972
 * @method $this withBeginDate($value)
1973
 * @method string getEndDate()
1974
 * @method $this withEndDate($value)
1975
 * @method string getDataType()
1976
 * @method $this withDataType($value)
1977
 * @method string getGsid()
1978
 * @method $this withGsid($value)
1979
 */
1980
class ProfileMedia extends V20170328Rpc
1981
{
1982
}
1983
1984
/**
1985
 * @method string getOrderCol()
1986
 * @method $this withOrderCol($value)
1987
 * @method string getSearchName()
1988
 * @method $this withSearchName($value)
1989
 * @method string getSearchGroupName()
1990
 * @method $this withSearchGroupName($value)
1991
 * @method string getSearchStatus()
1992
 * @method $this withSearchStatus($value)
1993
 * @method string getSearchWanIp()
1994
 * @method $this withSearchWanIp($value)
1995
 * @method string getSearchApModelName()
1996
 * @method $this withSearchApModelName($value)
1997
 * @method string getLength()
1998
 * @method $this withLength($value)
1999
 * @method string getOrderDir()
2000
 * @method $this withOrderDir($value)
2001
 * @method string getSearchBssEquals()
2002
 * @method $this withSearchBssEquals($value)
2003
 * @method string getSearchSwVersion()
2004
 * @method $this withSearchSwVersion($value)
2005
 * @method string getSearchCompanyName()
2006
 * @method $this withSearchCompanyName($value)
2007
 * @method string getSearchMac()
2008
 * @method $this withSearchMac($value)
2009
 * @method string getPageIndex()
2010
 * @method $this withPageIndex($value)
2011
 */
2012
class ListApStatus extends V20170328Rpc
2013
{
2014
}
2015
2016
/**
2017
 * @method string getSearchScan()
2018
 * @method $this withSearchScan($value)
2019
 * @method string getOrderCol()
2020
 * @method $this withOrderCol($value)
2021
 * @method string getSearchName()
2022
 * @method $this withSearchName($value)
2023
 * @method string getLength()
2024
 * @method $this withLength($value)
2025
 * @method string getSearchMac()
2026
 * @method $this withSearchMac($value)
2027
 * @method string getPageIndex()
2028
 * @method $this withPageIndex($value)
2029
 * @method string getOrderDir()
2030
 * @method $this withOrderDir($value)
2031
 * @method string getSearchModel()
2032
 * @method $this withSearchModel($value)
2033
 */
2034
class ListBriefApConfig extends V20170328Rpc
2035
{
2036
}
2037
2038
/**
2039
 * @method string getAncestorApgroupId()
2040
 * @method $this withAncestorApgroupId($value)
2041
 * @method string getLimit()
2042
 * @method $this withLimit($value)
2043
 * @method string getFuzzySearch()
2044
 * @method $this withFuzzySearch($value)
2045
 */
2046
class ListBriefConfigByAction extends V20170328Rpc
2047
{
2048
}
2049
2050
/**
2051
 * @method string getSearchName()
2052
 * @method $this withSearchName($value)
2053
 * @method string getLimit()
2054
 * @method $this withLimit($value)
2055
 * @method string getActionName()
2056
 * @method $this withActionName($value)
2057
 */
2058
class ListConfigByAction extends V20170328Rpc
2059
{
2060
}
2061
2062
/**
2063
 * @method string getOrderCol()
2064
 * @method $this withOrderCol($value)
2065
 * @method string getSearchName()
2066
 * @method $this withSearchName($value)
2067
 * @method string getApgroupId()
2068
 * @method $this withApgroupId($value)
2069
 * @method string getColCnt()
2070
 * @method $this withColCnt($value)
2071
 * @method string getLength()
2072
 * @method $this withLength($value)
2073
 * @method string getPageIndex()
2074
 * @method $this withPageIndex($value)
2075
 * @method string getSearchMac()
2076
 * @method $this withSearchMac($value)
2077
 * @method string getOrderDir()
2078
 * @method $this withOrderDir($value)
2079
 */
2080
class ListGroupApBriefConfig extends V20170328Rpc
2081
{
2082
}
2083
2084
/**
2085
 * @method string getOrderCol()
2086
 * @method $this withOrderCol($value)
2087
 * @method string getSearchSsid()
2088
 * @method $this withSearchSsid($value)
2089
 * @method string getSearchApName()
2090
 * @method $this withSearchApName($value)
2091
 * @method string getLength()
2092
 * @method $this withLength($value)
2093
 * @method string getSearchUsername()
2094
 * @method $this withSearchUsername($value)
2095
 * @method string getPageIndex()
2096
 * @method $this withPageIndex($value)
2097
 * @method string getId()
2098
 * @method $this withId($value)
2099
 * @method string getOrderDir()
2100
 * @method $this withOrderDir($value)
2101
 */
2102
class ListStaOnoffLog extends V20170328Rpc
2103
{
2104
}
2105
2106
/**
2107
 * @method string getOrderCol()
2108
 * @method $this withOrderCol($value)
2109
 * @method string getSearchGroupName()
2110
 * @method $this withSearchGroupName($value)
2111
 * @method string getSearchStatus()
2112
 * @method $this withSearchStatus($value)
2113
 * @method string getLength()
2114
 * @method $this withLength($value)
2115
 * @method string getSearchUsername()
2116
 * @method $this withSearchUsername($value)
2117
 * @method string getOrderDir()
2118
 * @method $this withOrderDir($value)
2119
 * @method string getSearchProtocal()
2120
 * @method $this withSearchProtocal($value)
2121
 * @method string getSearchSsid()
2122
 * @method $this withSearchSsid($value)
2123
 * @method string getSearchApName()
2124
 * @method $this withSearchApName($value)
2125
 * @method string getSearchIp()
2126
 * @method $this withSearchIp($value)
2127
 * @method string getPageIndex()
2128
 * @method $this withPageIndex($value)
2129
 * @method string getSearchMac()
2130
 * @method $this withSearchMac($value)
2131
 * @method string getSearchDescription()
2132
 * @method $this withSearchDescription($value)
2133
 */
2134
class ListStaStatus extends V20170328Rpc
2135
{
2136
}
2137
2138
/**
2139
 * @method string getApAssetId()
2140
 * @method $this withApAssetId($value)
2141
 */
2142
class ListApDetailInfo extends V20170328Rpc
2143
{
2144
}
2145
2146
/**
2147
 * @method string getOrderCol()
2148
 * @method $this withOrderCol($value)
2149
 * @method string getSearchName()
2150
 * @method $this withSearchName($value)
2151
 * @method string getSearchCompany()
2152
 * @method $this withSearchCompany($value)
2153
 * @method string getLength()
2154
 * @method $this withLength($value)
2155
 * @method string getPageIndex()
2156
 * @method $this withPageIndex($value)
2157
 * @method string getOrderDir()
2158
 * @method $this withOrderDir($value)
2159
 */
2160
class ListApgroupConfig extends V20170328Rpc
2161
{
2162
}
2163
2164
/**
2165
 * @method string getMapId()
2166
 * @method $this withMapId($value)
2167
 */
2168
class ListApPosition extends V20170328Rpc
2169
{
2170
}
2171
2172
/**
2173
 * @method string getOrderCol()
2174
 * @method $this withOrderCol($value)
2175
 * @method string getSearchName()
2176
 * @method $this withSearchName($value)
2177
 * @method string getTotalItem()
2178
 * @method $this withTotalItem($value)
2179
 * @method string getLength()
2180
 * @method $this withLength($value)
2181
 * @method string getMapType()
2182
 * @method $this withMapType($value)
2183
 * @method string getPageIndex()
2184
 * @method $this withPageIndex($value)
2185
 * @method string getSearchApgroupName()
2186
 * @method $this withSearchApgroupName($value)
2187
 * @method string getOrderDir()
2188
 * @method $this withOrderDir($value)
2189
 */
2190
class ListApPositionMap extends V20170328Rpc
2191
{
2192
}
2193
2194
/**
2195
 * @method string getJsonData()
2196
 * @method $this withJsonData($value)
2197
 */
2198
class ListApPositionStatus extends V20170328Rpc
2199
{
2200
}
2201
2202
/**
2203
 * @method string getSearchDisabled()
2204
 * @method $this withSearchDisabled($value)
2205
 * @method string getOrderCol()
2206
 * @method $this withOrderCol($value)
2207
 * @method string getSearchName()
2208
 * @method $this withSearchName($value)
2209
 * @method string getSearchChannelEquals()
2210
 * @method $this withSearchChannelEquals($value)
2211
 * @method string getLength()
2212
 * @method $this withLength($value)
2213
 * @method string getSearchMac()
2214
 * @method $this withSearchMac($value)
2215
 * @method string getSearchApgroupName()
2216
 * @method $this withSearchApgroupName($value)
2217
 * @method string getPageIndex()
2218
 * @method $this withPageIndex($value)
2219
 * @method string getOrderDir()
2220
 * @method $this withOrderDir($value)
2221
 * @method string getSearchApStatus()
2222
 * @method $this withSearchApStatus($value)
2223
 */
2224
class ListApRadioStatus extends V20170328Rpc
2225
{
2226
}
2227
2228
/**
2229
 * @method string getOrderCol()
2230
 * @method $this withOrderCol($value)
2231
 * @method string getSearchProtocal()
2232
 * @method $this withSearchProtocal($value)
2233
 * @method string getSearchSsid()
2234
 * @method $this withSearchSsid($value)
2235
 * @method string getSearchIp()
2236
 * @method $this withSearchIp($value)
2237
 * @method string getLength()
2238
 * @method $this withLength($value)
2239
 * @method string getSearchUsername()
2240
 * @method $this withSearchUsername($value)
2241
 * @method string getSearchMac()
2242
 * @method $this withSearchMac($value)
2243
 * @method string getPageIndex()
2244
 * @method $this withPageIndex($value)
2245
 * @method string getId()
2246
 * @method $this withId($value)
2247
 * @method string getOrderDir()
2248
 * @method $this withOrderDir($value)
2249
 */
2250
class ListApStaStatus extends V20170328Rpc
2251
{
2252
}
2253
2254
/**
2255
 * @method string getId()
2256
 * @method $this withId($value)
2257
 */
2258
class KickAndClearPMKcache extends V20170328Rpc
2259
{
2260
}
2261
2262
/**
2263
 * @method string getId()
2264
 * @method $this withId($value)
2265
 */
2266
class KickSta extends V20170328Rpc
2267
{
2268
}
2269
2270
/**
2271
 * @method string getOrderCol()
2272
 * @method $this withOrderCol($value)
2273
 * @method string getLength()
2274
 * @method $this withLength($value)
2275
 * @method string getSearchEmail()
2276
 * @method $this withSearchEmail($value)
2277
 * @method string getPageIndex()
2278
 * @method $this withPageIndex($value)
2279
 * @method string getOrderDir()
2280
 * @method $this withOrderDir($value)
2281
 */
2282
class ListAccountConfig extends V20170328Rpc
2283
{
2284
}
2285
2286
/**
2287
 * @method string getOrderCol()
2288
 * @method $this withOrderCol($value)
2289
 * @method string getSearchName()
2290
 * @method $this withSearchName($value)
2291
 * @method string getSearchSerialNo()
2292
 * @method $this withSearchSerialNo($value)
2293
 * @method string getLength()
2294
 * @method $this withLength($value)
2295
 * @method string getPageIndex()
2296
 * @method $this withPageIndex($value)
2297
 * @method string getSearchMac()
2298
 * @method $this withSearchMac($value)
2299
 * @method string getOrderDir()
2300
 * @method $this withOrderDir($value)
2301
 * @method string getSearchModel()
2302
 * @method $this withSearchModel($value)
2303
 */
2304
class ListApAsset extends V20170328Rpc
2305
{
2306
}
2307
2308
/**
2309
 * @method string getSearchName()
2310
 * @method $this withSearchName($value)
2311
 * @method string getApgroupId()
2312
 * @method $this withApgroupId($value)
2313
 * @method string getLength()
2314
 * @method $this withLength($value)
2315
 * @method string getPageIndex()
2316
 * @method $this withPageIndex($value)
2317
 * @method string getSearchMac()
2318
 * @method $this withSearchMac($value)
2319
 * @method string getSearchModel()
2320
 * @method $this withSearchModel($value)
2321
 */
2322
class ListApAssetCanBeAdded extends V20170328Rpc
2323
{
2324
}
2325
2326
/**
2327
 * @method string getGsid()
2328
 * @method $this withGsid($value)
2329
 */
2330
class GroupOverview extends V20170328Rpc
2331
{
2332
}
2333
2334
/**
2335
 * @method string getGsid()
2336
 * @method $this withGsid($value)
2337
 */
2338
class GroupTrend extends V20170328Rpc
2339
{
2340
}
2341
2342
/**
2343
 * @method string getBid()
2344
 * @method $this withBid($value)
2345
 */
2346
class HeadquartersOverview extends V20170328Rpc
2347
{
2348
}
2349
2350
/**
2351
 * @method string getBid()
2352
 * @method $this withBid($value)
2353
 */
2354
class HeadquartersRanking extends V20170328Rpc
2355
{
2356
}
2357
2358
/**
2359
 * @method string getBid()
2360
 * @method $this withBid($value)
2361
 */
2362
class HeadquartersToolsCoincide extends V20170328Rpc
2363
{
2364
}
2365
2366
/**
2367
 * @method string getBid()
2368
 * @method $this withBid($value)
2369
 */
2370
class HeadquartersToolsContrast extends V20170328Rpc
2371
{
2372
}
2373
2374
/**
2375
 * @method string getBid()
2376
 * @method $this withBid($value)
2377
 */
2378
class HeadquartersToolsO2O extends V20170328Rpc
2379
{
2380
}
2381
2382
/**
2383
 * @method string getBid()
2384
 * @method $this withBid($value)
2385
 */
2386
class HeadquartersTrend extends V20170328Rpc
2387
{
2388
}
2389
2390
/**
2391
 * @method string getZoomStart()
2392
 * @method $this withZoomStart($value)
2393
 * @method string getCompanyId()
2394
 * @method $this withCompanyId($value)
2395
 * @method string getApgroupId()
2396
 * @method $this withApgroupId($value)
2397
 * @method string getStart()
2398
 * @method $this withStart($value)
2399
 * @method string getZoomEnd()
2400
 * @method $this withZoomEnd($value)
2401
 * @method string getEnd()
2402
 * @method $this withEnd($value)
2403
 */
2404
class GetOnlineStaTimeSer extends V20170328Rpc
2405
{
2406
}
2407
2408
/**
2409
 * @method string getDirType()
2410
 * @method $this withDirType($value)
2411
 */
2412
class GetOssServerSign extends V20170328Rpc
2413
{
2414
}
2415
2416
/**
2417
 * @method string getId()
2418
 * @method $this withId($value)
2419
 */
2420
class GetRadioRunHistoryTimeSer extends V20170328Rpc
2421
{
2422
}
2423
2424
/**
2425
 * @method string getId()
2426
 * @method $this withId($value)
2427
 */
2428
class GetStaDetailedStatus extends V20170328Rpc
2429
{
2430
}
2431
2432
/**
2433
 * @method string getId()
2434
 * @method $this withId($value)
2435
 */
2436
class GetStaRunHistoryTimeSer extends V20170328Rpc
2437
{
2438
}
2439
2440
/**
2441
 * @method string getGsid()
2442
 * @method $this withGsid($value)
2443
 */
2444
class GroupDetails extends V20170328Rpc
2445
{
2446
}
2447
2448
/**
2449
 * @method string getGsid()
2450
 * @method $this withGsid($value)
2451
 */
2452
class GroupIntime extends V20170328Rpc
2453
{
2454
}
2455
2456
/**
2457
 * @method string getId()
2458
 * @method $this withId($value)
2459
 */
2460
class GetGroupApRadioConfigProgress extends V20170328Rpc
2461
{
2462
}
2463
2464
class GetGroupApRadioConfigTemplate extends V20170328Rpc
2465
{
2466
}
2467
2468
/**
2469
 * @method string getId()
2470
 * @method $this withId($value)
2471
 */
2472
class GetGroupApRadioOnoffProgress extends V20170328Rpc
2473
{
2474
}
2475
2476
/**
2477
 * @method string getId()
2478
 * @method $this withId($value)
2479
 */
2480
class GetGroupApRepairProgress extends V20170328Rpc
2481
{
2482
}
2483
2484
/**
2485
 * @method string getApgroupId()
2486
 * @method $this withApgroupId($value)
2487
 */
2488
class GetLatestApStatistic extends V20170328Rpc
2489
{
2490
}
2491
2492
/**
2493
 * @method string getApgroupId()
2494
 * @method $this withApgroupId($value)
2495
 */
2496
class GetLatestStaStatistic extends V20170328Rpc
2497
{
2498
}
2499
2500
/**
2501
 * @method string getMapId()
2502
 * @method $this withMapId($value)
2503
 */
2504
class GetMapUrl extends V20170328Rpc
2505
{
2506
}
2507
2508
/**
2509
 * @method string getZoomStart()
2510
 * @method $this withZoomStart($value)
2511
 * @method string getCompanyId()
2512
 * @method $this withCompanyId($value)
2513
 * @method string getApgroupId()
2514
 * @method $this withApgroupId($value)
2515
 * @method string getStart()
2516
 * @method $this withStart($value)
2517
 * @method string getZoomEnd()
2518
 * @method $this withZoomEnd($value)
2519
 * @method string getEnd()
2520
 * @method $this withEnd($value)
2521
 */
2522
class GetOnlineApTimeSer extends V20170328Rpc
2523
{
2524
}
2525
2526
/**
2527
 * @method string getId()
2528
 * @method $this withId($value)
2529
 */
2530
class GetApgroupSsidConfigProgress extends V20170328Rpc
2531
{
2532
}
2533
2534
/**
2535
 * @method string getStart()
2536
 * @method $this withStart($value)
2537
 * @method string getEnd()
2538
 * @method $this withEnd($value)
2539
 * @method string getId()
2540
 * @method $this withId($value)
2541
 */
2542
class GetApRunHistoryTimeSer extends V20170328Rpc
2543
{
2544
}
2545
2546
class GetBatchSaveApAssetProgress extends V20170328Rpc
2547
{
2548
}
2549
2550
/**
2551
 * @method string getLength()
2552
 * @method $this withLength($value)
2553
 * @method string getPageIndex()
2554
 * @method $this withPageIndex($value)
2555
 */
2556
class GetBid extends V20170328Rpc
2557
{
2558
}
2559
2560
class GetBindAp4Umeng extends V20170328Rpc
2561
{
2562
}
2563
2564
/**
2565
 * @method string getGsid()
2566
 * @method $this withGsid($value)
2567
 * @method string getClassType()
2568
 * @method $this withClassType($value)
2569
 * @method string getGsType()
2570
 * @method $this withGsType($value)
2571
 * @method string getEndTime()
2572
 * @method $this withEndTime($value)
2573
 * @method string getPage()
2574
 * @method $this withPage($value)
2575
 * @method string getStartTime()
2576
 * @method $this withStartTime($value)
2577
 * @method string getPer()
2578
 * @method $this withPer($value)
2579
 * @method string getBid()
2580
 * @method $this withBid($value)
2581
 */
2582
class GetCrowdList extends V20170328Rpc
2583
{
2584
}
2585
2586
class GetGroupApChangeNameTemplate extends V20170328Rpc
2587
{
2588
}
2589
2590
/**
2591
 * @method string getId()
2592
 * @method $this withId($value)
2593
 */
2594
class GetAddApsProgress extends V20170328Rpc
2595
{
2596
}
2597
2598
/**
2599
 * @method string getId()
2600
 * @method $this withId($value)
2601
 */
2602
class GetApDetailedConfig extends V20170328Rpc
2603
{
2604
}
2605
2606
/**
2607
 * @method string getId()
2608
 * @method $this withId($value)
2609
 */
2610
class GetApDetailedStatus extends V20170328Rpc
2611
{
2612
}
2613
2614
/**
2615
 * @method string getId()
2616
 * @method $this withId($value)
2617
 */
2618
class GetApgroupConfigProgress extends V20170328Rpc
2619
{
2620
}
2621
2622
/**
2623
 * @method string getId()
2624
 * @method $this withId($value)
2625
 */
2626
class GetApgroupDetailedConfig extends V20170328Rpc
2627
{
2628
}
2629
2630
/**
2631
 * @method string getId()
2632
 * @method $this withId($value)
2633
 */
2634
class GetApgroupPortalConfigProgress extends V20170328Rpc
2635
{
2636
}
2637
2638
/**
2639
 * @method string getId()
2640
 * @method $this withId($value)
2641
 */
2642
class GetApgroupScanConfigSaveProgress extends V20170328Rpc
2643
{
2644
}
2645
2646
/**
2647
 * @method string getDeviceNum()
2648
 * @method $this withDeviceNum($value)
2649
 * @method string getDevicePosition()
2650
 * @method $this withDevicePosition($value)
2651
 * @method string getDeviceName()
2652
 * @method $this withDeviceName($value)
2653
 * @method string getDeviceType()
2654
 * @method $this withDeviceType($value)
2655
 * @method string getSid()
2656
 * @method $this withSid($value)
2657
 */
2658
class DeviceCreate extends V20170328Rpc
2659
{
2660
}
2661
2662
/**
2663
 * @method string getDid()
2664
 * @method $this withDid($value)
2665
 * @method string getMac()
2666
 * @method $this withMac($value)
2667
 */
2668
class DeviceDelete extends V20170328Rpc
2669
{
2670
}
2671
2672
/**
2673
 * @method string getDirc()
2674
 * @method $this withDirc($value)
2675
 * @method string getPage()
2676
 * @method $this withPage($value)
2677
 * @method string getPer()
2678
 * @method $this withPer($value)
2679
 * @method string getDeviceType()
2680
 * @method $this withDeviceType($value)
2681
 * @method string getSid()
2682
 * @method $this withSid($value)
2683
 */
2684
class DeviceShowList extends V20170328Rpc
2685
{
2686
}
2687
2688
/**
2689
 * @method string getDevicePosition()
2690
 * @method $this withDevicePosition($value)
2691
 * @method string getDeviceName()
2692
 * @method $this withDeviceName($value)
2693
 * @method string getDid()
2694
 * @method $this withDid($value)
2695
 */
2696
class DeviceUpdate extends V20170328Rpc
2697
{
2698
}
2699
2700
/**
2701
 * @method string getUploadData()
2702
 * @method $this withUploadData($value)
2703
 */
2704
class ExcelToJson extends V20170328Rpc
2705
{
2706
}
2707
2708
/**
2709
 * @method string getId()
2710
 * @method $this withId($value)
2711
 */
2712
class FindAp extends V20170328Rpc
2713
{
2714
}
2715
2716
/**
2717
 * @method string getGsid()
2718
 * @method $this withGsid($value)
2719
 */
2720
class FrequencyAnalyse extends V20170328Rpc
2721
{
2722
}
2723
2724
/**
2725
 * @method string getId()
2726
 * @method $this withId($value)
2727
 */
2728
class GetAccountConfig extends V20170328Rpc
2729
{
2730
}
2731
2732
class CheckUmengDataAnalysisPermission extends V20170328Rpc
2733
{
2734
}
2735
2736
/**
2737
 * @method string getApAssetId()
2738
 * @method $this withApAssetId($value)
2739
 * @method string getMapId()
2740
 * @method $this withMapId($value)
2741
 */
2742
class DelApPosition extends V20170328Rpc
2743
{
2744
}
2745
2746
/**
2747
 * @method string getId()
2748
 * @method $this withId($value)
2749
 */
2750
class DeleteApgroupConfig extends V20170328Rpc
2751
{
2752
}
2753
2754
/**
2755
 * @method string getApgroupId()
2756
 * @method $this withApgroupId($value)
2757
 * @method string getId()
2758
 * @method $this withId($value)
2759
 */
2760
class DeleteApgroupSsidConfig extends V20170328Rpc
2761
{
2762
}
2763
2764
/**
2765
 * @method string getInstantlyEffective()
2766
 * @method $this withInstantlyEffective($value)
2767
 * @method string getId()
2768
 * @method $this withId($value)
2769
 */
2770
class DeleteApRadioSsidConfig extends V20170328Rpc
2771
{
2772
}
2773
2774
/**
2775
 * @method string getMapId()
2776
 * @method $this withMapId($value)
2777
 */
2778
class DeletePositionMap extends V20170328Rpc
2779
{
2780
}
2781
2782
/**
2783
 * @method string getSn()
2784
 * @method $this withSn($value)
2785
 * @method string getDeviceType()
2786
 * @method $this withDeviceType($value)
2787
 */
2788
class DeviceBatchCreate extends V20170328Rpc
2789
{
2790
}
2791
2792
/**
2793
 * @method string getName()
2794
 * @method $this withName($value)
2795
 * @method string getDids()
2796
 * @method $this withDids($value)
2797
 * @method string getAid()
2798
 * @method $this withAid($value)
2799
 * @method string getSid()
2800
 * @method $this withSid($value)
2801
 */
2802
class AreaUpdate extends V20170328Rpc
2803
{
2804
}
2805
2806
/**
2807
 * @method string getJsonData()
2808
 * @method $this withJsonData($value)
2809
 */
2810
class BatchChangeGroupApName extends V20170328Rpc
2811
{
2812
}
2813
2814
/**
2815
 * @method string getJsonData()
2816
 * @method $this withJsonData($value)
2817
 */
2818
class BatchRegisterApAsset extends V20170328Rpc
2819
{
2820
}
2821
2822
/**
2823
 * @method string getJsonData()
2824
 * @method $this withJsonData($value)
2825
 */
2826
class BatchSaveApPosition extends V20170328Rpc
2827
{
2828
}
2829
2830
/**
2831
 * @method string getBusinessCity()
2832
 * @method $this withBusinessCity($value)
2833
 * @method string getCombo()
2834
 * @method $this withCombo($value)
2835
 * @method string getWarnEmail()
2836
 * @method $this withWarnEmail($value)
2837
 * @method string getBusinessManager()
2838
 * @method $this withBusinessManager($value)
2839
 * @method string getBusinessType()
2840
 * @method $this withBusinessType($value)
2841
 * @method string getWarn()
2842
 * @method $this withWarn($value)
2843
 * @method string getBusinessName()
2844
 * @method $this withBusinessName($value)
2845
 * @method string getBusinessTopType()
2846
 * @method $this withBusinessTopType($value)
2847
 * @method string getBusinessAddress()
2848
 * @method $this withBusinessAddress($value)
2849
 * @method string getBusinessTel()
2850
 * @method $this withBusinessTel($value)
2851
 * @method string getBusinessProvince()
2852
 * @method $this withBusinessProvince($value)
2853
 * @method string getBusinessSubtype()
2854
 * @method $this withBusinessSubtype($value)
2855
 */
2856
class BusinessCreate extends V20170328Rpc
2857
{
2858
}
2859
2860
/**
2861
 * @method string getBid()
2862
 * @method $this withBid($value)
2863
 */
2864
class BusinessInfo extends V20170328Rpc
2865
{
2866
}
2867
2868
/**
2869
 * @method string getPage()
2870
 * @method $this withPage($value)
2871
 * @method string getPer()
2872
 * @method $this withPer($value)
2873
 */
2874
class BusinessShowList extends V20170328Rpc
2875
{
2876
}
2877
2878
/**
2879
 * @method string getWarn()
2880
 * @method $this withWarn($value)
2881
 * @method string getBusinessCity()
2882
 * @method $this withBusinessCity($value)
2883
 * @method string getWarnEmail()
2884
 * @method $this withWarnEmail($value)
2885
 * @method string getBusinessAddress()
2886
 * @method $this withBusinessAddress($value)
2887
 * @method string getBid()
2888
 * @method $this withBid($value)
2889
 * @method string getBusinessManager()
2890
 * @method $this withBusinessManager($value)
2891
 * @method string getBusinessProvince()
2892
 * @method $this withBusinessProvince($value)
2893
 */
2894
class BusinessUpdate extends V20170328Rpc
2895
{
2896
}
2897
2898
/**
2899
 * @method string getApgroupId()
2900
 * @method $this withApgroupId($value)
2901
 * @method string getMac()
2902
 * @method $this withMac($value)
2903
 * @method string getSerialNo()
2904
 * @method $this withSerialNo($value)
2905
 */
2906
class AliyunRegisterApAsset extends V20170328Rpc
2907
{
2908
}
2909
2910
/**
2911
 * @method string getApAssetIds()
2912
 * @method $this withApAssetIds($value)
2913
 * @method string getApgroupId()
2914
 * @method $this withApgroupId($value)
2915
 */
2916
class ApgroupBatchAddAp extends V20170328Rpc
2917
{
2918
}
2919
2920
/**
2921
 * @method string getApAssetIds()
2922
 * @method $this withApAssetIds($value)
2923
 */
2924
class ApgroupBatchDeleteAp extends V20170328Rpc
2925
{
2926
}
2927
2928
/**
2929
 * @method string getName()
2930
 * @method $this withName($value)
2931
 * @method string getDids()
2932
 * @method $this withDids($value)
2933
 * @method string getSid()
2934
 * @method $this withSid($value)
2935
 */
2936
class AreaCreate extends V20170328Rpc
2937
{
2938
}
2939
2940
/**
2941
 * @method string getAid()
2942
 * @method $this withAid($value)
2943
 * @method string getSid()
2944
 * @method $this withSid($value)
2945
 */
2946
class AreaDelete extends V20170328Rpc
2947
{
2948
}
2949
2950
/**
2951
 * @method string getAid()
2952
 * @method $this withAid($value)
2953
 * @method string getSid()
2954
 * @method $this withSid($value)
2955
 */
2956
class AreaInfo extends V20170328Rpc
2957
{
2958
}
2959
2960
/**
2961
 * @method string getPage()
2962
 * @method $this withPage($value)
2963
 * @method string getPer()
2964
 * @method $this withPer($value)
2965
 * @method string getSid()
2966
 * @method $this withSid($value)
2967
 */
2968
class AreaShowList extends V20170328Rpc
2969
{
2970
}
2971
2972
/**
2973
 * @method string getParentApgroupId()
2974
 * @method $this withParentApgroupId($value)
2975
 * @method string getName()
2976
 * @method $this withName($value)
2977
 * @method string getDescription()
2978
 * @method $this withDescription($value)
2979
 */
2980
class AddApgroupConfig extends V20170328Rpc
2981
{
2982
}
2983
2984
/**
2985
 * @method string getData()
2986
 */
2987
class InnerRefund extends V20170328Rpc
2988
{
2989
2990
    /**
2991
     * @param string $value
2992
     *
2993
     * @return $this
2994
     */
2995
    public function withData($value)
2996
    {
2997
        $this->data['Data'] = $value;
2998
        $this->options['query']['data'] = $value;
2999
3000
        return $this;
3001
    }
3002
}
3003
3004
/**
3005
 * @method string getData()
3006
 */
3007
class InnerProduceCloudWF extends V20170328Rpc
3008
{
3009
3010
    /**
3011
     * @param string $value
3012
     *
3013
     * @return $this
3014
     */
3015
    public function withData($value)
3016
    {
3017
        $this->data['Data'] = $value;
3018
        $this->options['query']['data'] = $value;
3019
3020
        return $this;
3021
    }
3022
}
3023
3024
/**
3025
 * @method string getData()
3026
 */
3027
class InnerCheckOrder extends V20170328Rpc
3028
{
3029
3030
    /**
3031
     * @param string $value
3032
     *
3033
     * @return $this
3034
     */
3035
    public function withData($value)
3036
    {
3037
        $this->data['Data'] = $value;
3038
        $this->options['query']['data'] = $value;
3039
3040
        return $this;
3041
    }
3042
}
3043