GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Failed
Push — master ( b86f51...cdf19c )
by
unknown
06:27
created

GetProductConfig   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
rs 10
c 0
b 0
f 0

1 Method

Rating   Name   Duplication   Size   Complexity  
A withAccountType() 0 6 1
1
<?php
2
3
namespace AlibabaCloud\UniMkt\V20181212;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method ChangeMediaStatus changeMediaStatus(array $options = [])
9
 * @method ChangeSlotStatus changeSlotStatus(array $options = [])
10
 * @method ChangeTenantStatus changeTenantStatus(array $options = [])
11
 * @method ChangeTenantUserStatus changeTenantUserStatus(array $options = [])
12
 * @method ChargeLaunch chargeLaunch(array $options = [])
13
 * @method CheckDevice checkDevice(array $options = [])
14
 * @method CheckReceivingDetail checkReceivingDetail(array $options = [])
15
 * @method CheckTenantBiz checkTenantBiz(array $options = [])
16
 * @method CheckUserFinishAd checkUserFinishAd(array $options = [])
17
 * @method CountUser countUser(array $options = [])
18
 * @method CreateCalculation createCalculation(array $options = [])
19
 * @method CreateFlow createFlow(array $options = [])
20
 * @method CreateMedia createMedia(array $options = [])
21
 * @method CreateProxyBrandUser createProxyBrandUser(array $options = [])
22
 * @method CreateRule createRule(array $options = [])
23
 * @method CreateSlot createSlot(array $options = [])
24
 * @method CreatesSlotTemplate createsSlotTemplate(array $options = [])
25
 * @method CreateTenant createTenant(array $options = [])
26
 * @method CreateTenantUser createTenantUser(array $options = [])
27
 * @method CreateUnionTask createUnionTask(array $options = [])
28
 * @method CreateUser createUser(array $options = [])
29
 * @method DeleteRule deleteRule(array $options = [])
30
 * @method DeviceApiAddDevice deviceApiAddDevice(array $options = [])
31
 * @method EndUnionTask endUnionTask(array $options = [])
32
 * @method GetBizTypeConfig getBizTypeConfig(array $options = [])
33
 * @method GetBizTypeConfigList getBizTypeConfigList(array $options = [])
34
 * @method GetDeliveryTypeConfig getDeliveryTypeConfig(array $options = [])
35
 * @method GetDeliveryTypeConfigList getDeliveryTypeConfigList(array $options = [])
36
 * @method GetMainPartList getMainPartList(array $options = [])
37
 * @method GetProductConfig getProductConfig(array $options = [])
38
 * @method GetPublishPriceTask getPublishPriceTask(array $options = [])
39
 * @method GetUnionTaskStatus getUnionTaskStatus(array $options = [])
40
 * @method InnerCallService innerCallService(array $options = [])
41
 * @method KeepAlive keepAlive(array $options = [])
42
 * @method ListFlow listFlow(array $options = [])
43
 * @method ListMedia listMedia(array $options = [])
44
 * @method ListMediaName listMediaName(array $options = [])
45
 * @method ListRule listRule(array $options = [])
46
 * @method ListRuleArea listRuleArea(array $options = [])
47
 * @method ListSlot listSlot(array $options = [])
48
 * @method ListTasks listTasks(array $options = [])
49
 * @method ListTenant listTenant(array $options = [])
50
 * @method ListTenantName listTenantName(array $options = [])
51
 * @method ListUnionMediaIndustry listUnionMediaIndustry(array $options = [])
52
 * @method ListUser listUser(array $options = [])
53
 * @method ModifyMedia modifyMedia(array $options = [])
54
 * @method ModifyRule modifyRule(array $options = [])
55
 * @method ModifySlot modifySlot(array $options = [])
56
 * @method ModifySlotTemplate modifySlotTemplate(array $options = [])
57
 * @method ModifyTenantInfo modifyTenantInfo(array $options = [])
58
 * @method PushDeviceStatus pushDeviceStatus(array $options = [])
59
 * @method PushExtraTradeDetail pushExtraTradeDetail(array $options = [])
60
 * @method PushFaultEvent pushFaultEvent(array $options = [])
61
 * @method PushTradeDetail pushTradeDetail(array $options = [])
62
 * @method QueryAppPromotion queryAppPromotion(array $options = [])
63
 * @method QueryAppTasks queryAppTasks(array $options = [])
64
 * @method QueryAvailableBalance queryAvailableBalance(array $options = [])
65
 * @method QueryChannelHistoryData queryChannelHistoryData(array $options = [])
66
 * @method QueryContentInfo queryContentInfo(array $options = [])
67
 * @method QueryContentList queryContentList(array $options = [])
68
 * @method QueryFlow queryFlow(array $options = [])
69
 * @method QueryIncomeData queryIncomeData(array $options = [])
70
 * @method QueryIncomeTrend queryIncomeTrend(array $options = [])
71
 * @method QueryIndustryLabelBag queryIndustryLabelBag(array $options = [])
72
 * @method QueryMedia queryMedia(array $options = [])
73
 * @method QueryPromotion queryPromotion(array $options = [])
74
 * @method QueryRule queryRule(array $options = [])
75
 * @method QuerySlot querySlot(array $options = [])
76
 * @method QuerySlotTemplate querySlotTemplate(array $options = [])
77
 * @method QueryTaskBizType queryTaskBizType(array $options = [])
78
 * @method QueryTaskRuleLimit queryTaskRuleLimit(array $options = [])
79
 * @method QueryTaskRules queryTaskRules(array $options = [])
80
 * @method QueryTenantBizConfig queryTenantBizConfig(array $options = [])
81
 * @method QueryTenantInfo queryTenantInfo(array $options = [])
82
 * @method QueryTenantUser queryTenantUser(array $options = [])
83
 * @method QueryTenantUserByUserId queryTenantUserByUserId(array $options = [])
84
 * @method QueryUnionChannel queryUnionChannel(array $options = [])
85
 * @method QueryUnionContentInfo queryUnionContentInfo(array $options = [])
86
 * @method QueryUnionPromotion queryUnionPromotion(array $options = [])
87
 * @method QueryUnionSumChannelData queryUnionSumChannelData(array $options = [])
88
 * @method QueryUnionTaskInfo queryUnionTaskInfo(array $options = [])
89
 * @method QueryUnionTaskList queryUnionTaskList(array $options = [])
90
 * @method QueryUser queryUser(array $options = [])
91
 * @method ReduceAmount reduceAmount(array $options = [])
92
 * @method RegistDevice registDevice(array $options = [])
93
 * @method SaveCpmTrade saveCpmTrade(array $options = [])
94
 * @method ScanCodeNotification scanCodeNotification(array $options = [])
95
 * @method SearchAdvertising searchAdvertising(array $options = [])
96
 * @method SendTaokeInfo sendTaokeInfo(array $options = [])
97
 * @method SyncUnionOrder syncUnionOrder(array $options = [])
98
 * @method UpdateFlow updateFlow(array $options = [])
99
 * @method UpdateUser updateUser(array $options = [])
100
 */
101
class UniMktApiResolver extends ApiResolver
102
{
103
}
104
105
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
106
{
107
    /** @var string */
108
    public $product = 'UniMkt';
109
110
    /** @var string */
111
    public $version = '2018-12-12';
112
113
    /** @var string */
114
    public $method = 'POST';
115
}
116
117
/**
118
 * @method string getMessageKey()
119
 * @method string getBusiness()
120
 * @method $this withBusiness($value)
121
 * @method string getMediaId()
122
 * @method string getMediaStatus()
123
 * @method string getMessage()
124
 * @method string getUserId()
125
 * @method $this withUserId($value)
126
 * @method string getOriginSiteUserId()
127
 * @method $this withOriginSiteUserId($value)
128
 * @method string getEnvironment()
129
 * @method $this withEnvironment($value)
130
 * @method string getAppName()
131
 * @method $this withAppName($value)
132
 * @method string getTenantId()
133
 * @method $this withTenantId($value)
134
 * @method string getUserSite()
135
 * @method $this withUserSite($value)
136
 * @method string getAccessStatus()
137
 */
138
class ChangeMediaStatus extends Rpc
139
{
140
141
    /**
142
     * @param string $value
143
     *
144
     * @return $this
145
     */
146
    public function withMessageKey($value)
147
    {
148
        $this->data['MessageKey'] = $value;
149
        $this->options['form_params']['MessageKey'] = $value;
150
151
        return $this;
152
    }
153
154
    /**
155
     * @param string $value
156
     *
157
     * @return $this
158
     */
159
    public function withMediaId($value)
160
    {
161
        $this->data['MediaId'] = $value;
162
        $this->options['form_params']['MediaId'] = $value;
163
164
        return $this;
165
    }
166
167
    /**
168
     * @param string $value
169
     *
170
     * @return $this
171
     */
172
    public function withMediaStatus($value)
173
    {
174
        $this->data['MediaStatus'] = $value;
175
        $this->options['form_params']['MediaStatus'] = $value;
176
177
        return $this;
178
    }
179
180
    /**
181
     * @param string $value
182
     *
183
     * @return $this
184
     */
185
    public function withMessage($value)
186
    {
187
        $this->data['Message'] = $value;
188
        $this->options['form_params']['Message'] = $value;
189
190
        return $this;
191
    }
192
193
    /**
194
     * @param string $value
195
     *
196
     * @return $this
197
     */
198
    public function withAccessStatus($value)
199
    {
200
        $this->data['AccessStatus'] = $value;
201
        $this->options['form_params']['AccessStatus'] = $value;
202
203
        return $this;
204
    }
205
}
206
207
/**
208
 * @method string getMessageKey()
209
 * @method string getBusiness()
210
 * @method $this withBusiness($value)
211
 * @method string getMessage()
212
 * @method string getUserId()
213
 * @method $this withUserId($value)
214
 * @method string getOriginSiteUserId()
215
 * @method $this withOriginSiteUserId($value)
216
 * @method string getEnvironment()
217
 * @method $this withEnvironment($value)
218
 * @method string getAppName()
219
 * @method $this withAppName($value)
220
 * @method string getAdSlotStatus()
221
 * @method string getTenantId()
222
 * @method $this withTenantId($value)
223
 * @method string getAdSlotId()
224
 * @method string getUserSite()
225
 * @method $this withUserSite($value)
226
 * @method string getAdSlotCorporateStatus()
227
 */
228
class ChangeSlotStatus extends Rpc
229
{
230
231
    /**
232
     * @param string $value
233
     *
234
     * @return $this
235
     */
236
    public function withMessageKey($value)
237
    {
238
        $this->data['MessageKey'] = $value;
239
        $this->options['form_params']['MessageKey'] = $value;
240
241
        return $this;
242
    }
243
244
    /**
245
     * @param string $value
246
     *
247
     * @return $this
248
     */
249
    public function withMessage($value)
250
    {
251
        $this->data['Message'] = $value;
252
        $this->options['form_params']['Message'] = $value;
253
254
        return $this;
255
    }
256
257
    /**
258
     * @param string $value
259
     *
260
     * @return $this
261
     */
262
    public function withAdSlotStatus($value)
263
    {
264
        $this->data['AdSlotStatus'] = $value;
265
        $this->options['form_params']['AdSlotStatus'] = $value;
266
267
        return $this;
268
    }
269
270
    /**
271
     * @param string $value
272
     *
273
     * @return $this
274
     */
275
    public function withAdSlotId($value)
276
    {
277
        $this->data['AdSlotId'] = $value;
278
        $this->options['form_params']['AdSlotId'] = $value;
279
280
        return $this;
281
    }
282
283
    /**
284
     * @param string $value
285
     *
286
     * @return $this
287
     */
288
    public function withAdSlotCorporateStatus($value)
289
    {
290
        $this->data['AdSlotCorporateStatus'] = $value;
291
        $this->options['form_params']['AdSlotCorporateStatus'] = $value;
292
293
        return $this;
294
    }
295
}
296
297
/**
298
 * @method string getMessageKey()
299
 * @method string getBusiness()
300
 * @method $this withBusiness($value)
301
 * @method string getMessage()
302
 * @method string getUserId()
303
 * @method $this withUserId($value)
304
 * @method string getOriginSiteUserId()
305
 * @method $this withOriginSiteUserId($value)
306
 * @method string getEnvironment()
307
 * @method $this withEnvironment($value)
308
 * @method string getAppName()
309
 * @method $this withAppName($value)
310
 * @method string getTenantId()
311
 * @method $this withTenantId($value)
312
 * @method string getUserSite()
313
 * @method $this withUserSite($value)
314
 * @method string getStatus()
315
 */
316
class ChangeTenantStatus extends Rpc
317
{
318
319
    /**
320
     * @param string $value
321
     *
322
     * @return $this
323
     */
324
    public function withMessageKey($value)
325
    {
326
        $this->data['MessageKey'] = $value;
327
        $this->options['form_params']['MessageKey'] = $value;
328
329
        return $this;
330
    }
331
332
    /**
333
     * @param string $value
334
     *
335
     * @return $this
336
     */
337
    public function withMessage($value)
338
    {
339
        $this->data['Message'] = $value;
340
        $this->options['form_params']['Message'] = $value;
341
342
        return $this;
343
    }
344
345
    /**
346
     * @param string $value
347
     *
348
     * @return $this
349
     */
350
    public function withStatus($value)
351
    {
352
        $this->data['Status'] = $value;
353
        $this->options['form_params']['Status'] = $value;
354
355
        return $this;
356
    }
357
}
358
359
/**
360
 * @method string getMessageKey()
361
 * @method string getBusiness()
362
 * @method $this withBusiness($value)
363
 * @method string getMessage()
364
 * @method string getUserId()
365
 * @method $this withUserId($value)
366
 * @method string getOriginSiteUserId()
367
 * @method $this withOriginSiteUserId($value)
368
 * @method string getEnvironment()
369
 * @method $this withEnvironment($value)
370
 * @method string getAppName()
371
 * @method $this withAppName($value)
372
 * @method string getTenantId()
373
 * @method $this withTenantId($value)
374
 * @method string getUserSite()
375
 * @method $this withUserSite($value)
376
 * @method string getStatus()
377
 */
378
class ChangeTenantUserStatus extends Rpc
379
{
380
381
    /**
382
     * @param string $value
383
     *
384
     * @return $this
385
     */
386
    public function withMessageKey($value)
387
    {
388
        $this->data['MessageKey'] = $value;
389
        $this->options['form_params']['MessageKey'] = $value;
390
391
        return $this;
392
    }
393
394
    /**
395
     * @param string $value
396
     *
397
     * @return $this
398
     */
399
    public function withMessage($value)
400
    {
401
        $this->data['Message'] = $value;
402
        $this->options['form_params']['Message'] = $value;
403
404
        return $this;
405
    }
406
407
    /**
408
     * @param string $value
409
     *
410
     * @return $this
411
     */
412
    public function withStatus($value)
413
    {
414
        $this->data['Status'] = $value;
415
        $this->options['form_params']['Status'] = $value;
416
417
        return $this;
418
    }
419
}
420
421
/**
422
 * @method string getExtra()
423
 * @method $this withExtra($value)
424
 * @method string getAlipayOpenId()
425
 * @method $this withAlipayOpenId($value)
426
 * @method string getChannelId()
427
 * @method $this withChannelId($value)
428
 * @method string getOuterCode()
429
 * @method $this withOuterCode($value)
430
 */
431
class ChargeLaunch extends Rpc
432
{
433
}
434
435
/**
436
 * @method string getDeviceSn()
437
 * @method string getChannelId()
438
 */
439
class CheckDevice extends Rpc
440
{
441
442
    /** @var string */
443
    public $scheme = 'https';
444
445
    /**
446
     * @param string $value
447
     *
448
     * @return $this
449
     */
450
    public function withDeviceSn($value)
451
    {
452
        $this->data['DeviceSn'] = $value;
453
        $this->options['form_params']['DeviceSn'] = $value;
454
455
        return $this;
456
    }
457
458
    /**
459
     * @param string $value
460
     *
461
     * @return $this
462
     */
463
    public function withChannelId($value)
464
    {
465
        $this->data['ChannelId'] = $value;
466
        $this->options['form_params']['ChannelId'] = $value;
467
468
        return $this;
469
    }
470
}
471
472
/**
473
 * @method string getDeviceCode()
474
 * @method string getV()
475
 * @method string getChannelId()
476
 */
477
class CheckReceivingDetail extends Rpc
478
{
479
480
    /** @var string */
481
    public $scheme = 'https';
482
483
    /**
484
     * @param string $value
485
     *
486
     * @return $this
487
     */
488
    public function withDeviceCode($value)
489
    {
490
        $this->data['DeviceCode'] = $value;
491
        $this->options['form_params']['DeviceCode'] = $value;
492
493
        return $this;
494
    }
495
496
    /**
497
     * @param string $value
498
     *
499
     * @return $this
500
     */
501
    public function withV($value)
502
    {
503
        $this->data['V'] = $value;
504
        $this->options['form_params']['V'] = $value;
505
506
        return $this;
507
    }
508
509
    /**
510
     * @param string $value
511
     *
512
     * @return $this
513
     */
514
    public function withChannelId($value)
515
    {
516
        $this->data['ChannelId'] = $value;
517
        $this->options['form_params']['ChannelId'] = $value;
518
519
        return $this;
520
    }
521
}
522
523
/**
524
 * @method string getBusiness()
525
 * @method $this withBusiness($value)
526
 * @method string getMediaId()
527
 * @method $this withMediaId($value)
528
 * @method string getUserId()
529
 * @method $this withUserId($value)
530
 * @method string getOriginSiteUserId()
531
 * @method $this withOriginSiteUserId($value)
532
 * @method string getEnvironment()
533
 * @method $this withEnvironment($value)
534
 * @method string getAppName()
535
 * @method $this withAppName($value)
536
 * @method string getTenantId()
537
 * @method $this withTenantId($value)
538
 * @method string getAdSlotId()
539
 * @method $this withAdSlotId($value)
540
 * @method string getUserSite()
541
 * @method $this withUserSite($value)
542
 */
543
class CheckTenantBiz extends Rpc
544
{
545
}
546
547
/**
548
 * @method string getUid()
549
 * @method $this withUid($value)
550
 * @method string getAdid()
551
 * @method $this withAdid($value)
552
 * @method string getTagid()
553
 * @method $this withTagid($value)
554
 * @method string getClicklink()
555
 * @method $this withClicklink($value)
556
 * @method string getId()
557
 * @method $this withId($value)
558
 * @method string getMediaid()
559
 * @method $this withMediaid($value)
560
 */
561
class CheckUserFinishAd extends Rpc
562
{
563
}
564
565
/**
566
 * @method string getBusiness()
567
 * @method $this withBusiness($value)
568
 * @method string getClientToken()
569
 * @method $this withClientToken($value)
570
 * @method string getUserId()
571
 * @method $this withUserId($value)
572
 * @method string getOriginSiteUserId()
573
 * @method $this withOriginSiteUserId($value)
574
 * @method string getSspUser()
575
 * @method string getEnvironment()
576
 * @method $this withEnvironment($value)
577
 * @method string getAppName()
578
 * @method $this withAppName($value)
579
 * @method string getTenantId()
580
 * @method $this withTenantId($value)
581
 * @method string getUserSite()
582
 * @method $this withUserSite($value)
583
 */
584
class CountUser extends Rpc
585
{
586
587
    /**
588
     * @param string $value
589
     *
590
     * @return $this
591
     */
592
    public function withSspUser($value)
593
    {
594
        $this->data['SspUser'] = $value;
595
        $this->options['form_params']['SspUser'] = $value;
596
597
        return $this;
598
    }
599
}
600
601
/**
602
 * @method string getCloudCodeUserId()
603
 * @method $this withCloudCodeUserId($value)
604
 * @method string getClientToken()
605
 * @method $this withClientToken($value)
606
 * @method string getQueryString()
607
 * @method $this withQueryString($value)
608
 */
609
class CreateCalculation extends Rpc
610
{
611
}
612
613
/**
614
 * @method string getBusiness()
615
 * @method $this withBusiness($value)
616
 * @method string getClientToken()
617
 * @method $this withClientToken($value)
618
 * @method string getUserId()
619
 * @method $this withUserId($value)
620
 * @method string getOriginSiteUserId()
621
 * @method $this withOriginSiteUserId($value)
622
 * @method string getEnvironment()
623
 * @method $this withEnvironment($value)
624
 * @method string getAppName()
625
 * @method $this withAppName($value)
626
 * @method string getTenantId()
627
 * @method $this withTenantId($value)
628
 * @method string getUserSite()
629
 * @method $this withUserSite($value)
630
 * @method string getFlow()
631
 */
632
class CreateFlow extends Rpc
633
{
634
635
    /**
636
     * @param string $value
637
     *
638
     * @return $this
639
     */
640
    public function withFlow($value)
641
    {
642
        $this->data['Flow'] = $value;
643
        $this->options['form_params']['Flow'] = $value;
644
645
        return $this;
646
    }
647
}
648
649
/**
650
 * @method string getBusiness()
651
 * @method $this withBusiness($value)
652
 * @method string getClientToken()
653
 * @method $this withClientToken($value)
654
 * @method string getMedia()
655
 * @method string getUserId()
656
 * @method $this withUserId($value)
657
 * @method string getOriginSiteUserId()
658
 * @method $this withOriginSiteUserId($value)
659
 * @method string getEnvironment()
660
 * @method $this withEnvironment($value)
661
 * @method string getAppName()
662
 * @method $this withAppName($value)
663
 * @method string getTenantId()
664
 * @method $this withTenantId($value)
665
 * @method string getUserSite()
666
 * @method $this withUserSite($value)
667
 */
668
class CreateMedia extends Rpc
669
{
670
671
    /**
672
     * @param string $value
673
     *
674
     * @return $this
675
     */
676
    public function withMedia($value)
677
    {
678
        $this->data['Media'] = $value;
679
        $this->options['form_params']['Media'] = $value;
680
681
        return $this;
682
    }
683
}
684
685
/**
686
 * @method string getContactName()
687
 * @method $this withContactName($value)
688
 * @method string getClientToken()
689
 * @method $this withClientToken($value)
690
 * @method string getCompany()
691
 * @method $this withCompany($value)
692
 * @method string getIndustry()
693
 * @method $this withIndustry($value)
694
 * @method string getBrandUserNick()
695
 * @method $this withBrandUserNick($value)
696
 * @method string getContactPhone()
697
 * @method $this withContactPhone($value)
698
 * @method string getProxyUserId()
699
 * @method $this withProxyUserId($value)
700
 * @method string getChannelId()
701
 * @method $this withChannelId($value)
702
 */
703
class CreateProxyBrandUser extends Rpc
704
{
705
}
706
707
/**
708
 * @method string getAdRule()
709
 * @method string getBusiness()
710
 * @method $this withBusiness($value)
711
 * @method string getClientToken()
712
 * @method $this withClientToken($value)
713
 * @method string getUserId()
714
 * @method $this withUserId($value)
715
 * @method string getOriginSiteUserId()
716
 * @method $this withOriginSiteUserId($value)
717
 * @method string getEnvironment()
718
 * @method $this withEnvironment($value)
719
 * @method string getAppName()
720
 * @method $this withAppName($value)
721
 * @method string getTenantId()
722
 * @method $this withTenantId($value)
723
 * @method string getUserSite()
724
 * @method $this withUserSite($value)
725
 */
726
class CreateRule extends Rpc
727
{
728
729
    /**
730
     * @param string $value
731
     *
732
     * @return $this
733
     */
734
    public function withAdRule($value)
735
    {
736
        $this->data['AdRule'] = $value;
737
        $this->options['form_params']['AdRule'] = $value;
738
739
        return $this;
740
    }
741
}
742
743
/**
744
 * @method string getBusiness()
745
 * @method $this withBusiness($value)
746
 * @method string getClientToken()
747
 * @method $this withClientToken($value)
748
 * @method string getUserId()
749
 * @method $this withUserId($value)
750
 * @method string getOriginSiteUserId()
751
 * @method $this withOriginSiteUserId($value)
752
 * @method string getEnvironment()
753
 * @method $this withEnvironment($value)
754
 * @method string getAppName()
755
 * @method $this withAppName($value)
756
 * @method string getTenantId()
757
 * @method $this withTenantId($value)
758
 * @method string getUserSite()
759
 * @method $this withUserSite($value)
760
 * @method string getAdSlot()
761
 */
762
class CreateSlot extends Rpc
763
{
764
765
    /**
766
     * @param string $value
767
     *
768
     * @return $this
769
     */
770
    public function withAdSlot($value)
771
    {
772
        $this->data['AdSlot'] = $value;
773
        $this->options['form_params']['AdSlot'] = $value;
774
775
        return $this;
776
    }
777
}
778
779
/**
780
 * @method string getBusiness()
781
 * @method $this withBusiness($value)
782
 * @method string getClientToken()
783
 * @method $this withClientToken($value)
784
 * @method string getUserId()
785
 * @method $this withUserId($value)
786
 * @method string getOriginSiteUserId()
787
 * @method $this withOriginSiteUserId($value)
788
 * @method string getAdSlotTemplate()
789
 * @method string getEnvironment()
790
 * @method $this withEnvironment($value)
791
 * @method string getAppName()
792
 * @method $this withAppName($value)
793
 * @method string getTenantId()
794
 * @method $this withTenantId($value)
795
 * @method string getUserSite()
796
 * @method $this withUserSite($value)
797
 */
798
class CreatesSlotTemplate extends Rpc
799
{
800
801
    /**
802
     * @param string $value
803
     *
804
     * @return $this
805
     */
806
    public function withAdSlotTemplate($value)
807
    {
808
        $this->data['AdSlotTemplate'] = $value;
809
        $this->options['form_params']['AdSlotTemplate'] = $value;
810
811
        return $this;
812
    }
813
}
814
815
/**
816
 * @method string getBusiness()
817
 * @method $this withBusiness($value)
818
 * @method string getClientToken()
819
 * @method $this withClientToken($value)
820
 * @method string getUserId()
821
 * @method $this withUserId($value)
822
 * @method string getOriginSiteUserId()
823
 * @method $this withOriginSiteUserId($value)
824
 * @method string getEnvironment()
825
 * @method $this withEnvironment($value)
826
 * @method string getAppName()
827
 * @method $this withAppName($value)
828
 * @method string getTenantId()
829
 * @method $this withTenantId($value)
830
 * @method string getUserSite()
831
 * @method $this withUserSite($value)
832
 * @method string getTenant()
833
 */
834
class CreateTenant extends Rpc
835
{
836
837
    /**
838
     * @param string $value
839
     *
840
     * @return $this
841
     */
842
    public function withTenant($value)
843
    {
844
        $this->data['Tenant'] = $value;
845
        $this->options['form_params']['Tenant'] = $value;
846
847
        return $this;
848
    }
849
}
850
851
/**
852
 * @method string getBusiness()
853
 * @method $this withBusiness($value)
854
 * @method string getClientToken()
855
 * @method $this withClientToken($value)
856
 * @method string getTenantUser()
857
 * @method string getUserId()
858
 * @method $this withUserId($value)
859
 * @method string getOriginSiteUserId()
860
 * @method $this withOriginSiteUserId($value)
861
 * @method string getEnvironment()
862
 * @method $this withEnvironment($value)
863
 * @method string getAppName()
864
 * @method $this withAppName($value)
865
 * @method string getTenantId()
866
 * @method $this withTenantId($value)
867
 * @method string getUserSite()
868
 * @method $this withUserSite($value)
869
 */
870
class CreateTenantUser extends Rpc
871
{
872
873
    /**
874
     * @param string $value
875
     *
876
     * @return $this
877
     */
878
    public function withTenantUser($value)
879
    {
880
        $this->data['TenantUser'] = $value;
881
        $this->options['form_params']['TenantUser'] = $value;
882
883
        return $this;
884
    }
885
}
886
887
/**
888
 * @method string getClientToken()
889
 * @method $this withClientToken($value)
890
 * @method string getChannel()
891
 * @method $this withChannel($value)
892
 * @method string getStartTime()
893
 * @method $this withStartTime($value)
894
 * @method string getAnchorId()
895
 * @method $this withAnchorId($value)
896
 * @method string getContentUrl()
897
 * @method $this withContentUrl($value)
898
 * @method string getMediaIndustry()
899
 * @method $this withMediaIndustry($value)
900
 * @method string getQuota()
901
 * @method $this withQuota($value)
902
 * @method string getIndustryLabelBagId()
903
 * @method $this withIndustryLabelBagId($value)
904
 * @method string getTaskType()
905
 * @method $this withTaskType($value)
906
 * @method string getCustomCreativeType()
907
 * @method $this withCustomCreativeType($value)
908
 * @method string getTaskBizType()
909
 * @method $this withTaskBizType($value)
910
 * @method string getBrandUserId()
911
 * @method $this withBrandUserId($value)
912
 * @method string getContentId()
913
 * @method $this withContentId($value)
914
 * @method string getEndTime()
915
 * @method $this withEndTime($value)
916
 * @method string getBrandUserNick()
917
 * @method $this withBrandUserNick($value)
918
 * @method string getProxyUserId()
919
 * @method $this withProxyUserId($value)
920
 * @method string getMediaIdWhiteList()
921
 * @method $this withMediaIdWhiteList($value)
922
 * @method string getMediaIdBlackList()
923
 * @method $this withMediaIdBlackList($value)
924
 * @method string getTaskRuleType()
925
 * @method $this withTaskRuleType($value)
926
 * @method string getName()
927
 * @method $this withName($value)
928
 * @method string getQuotaDay()
929
 * @method $this withQuotaDay($value)
930
 * @method string getChannelId()
931
 * @method $this withChannelId($value)
932
 */
933
class CreateUnionTask extends Rpc
934
{
935
}
936
937
/**
938
 * @method string getBusiness()
939
 * @method $this withBusiness($value)
940
 * @method string getClientToken()
941
 * @method $this withClientToken($value)
942
 * @method string getUserId()
943
 * @method $this withUserId($value)
944
 * @method string getOriginSiteUserId()
945
 * @method $this withOriginSiteUserId($value)
946
 * @method string getSspUser()
947
 * @method string getEnvironment()
948
 * @method $this withEnvironment($value)
949
 * @method string getAppName()
950
 * @method $this withAppName($value)
951
 * @method string getTenantId()
952
 * @method $this withTenantId($value)
953
 * @method string getUserSite()
954
 * @method $this withUserSite($value)
955
 */
956
class CreateUser extends Rpc
957
{
958
959
    /**
960
     * @param string $value
961
     *
962
     * @return $this
963
     */
964
    public function withSspUser($value)
965
    {
966
        $this->data['SspUser'] = $value;
967
        $this->options['form_params']['SspUser'] = $value;
968
969
        return $this;
970
    }
971
}
972
973
/**
974
 * @method string getMessageKey()
975
 * @method $this withMessageKey($value)
976
 * @method string getAdRule()
977
 * @method string getBusiness()
978
 * @method $this withBusiness($value)
979
 * @method string getMessage()
980
 * @method $this withMessage($value)
981
 * @method string getUserId()
982
 * @method $this withUserId($value)
983
 * @method string getOriginSiteUserId()
984
 * @method $this withOriginSiteUserId($value)
985
 * @method string getEnvironment()
986
 * @method $this withEnvironment($value)
987
 * @method string getAppName()
988
 * @method $this withAppName($value)
989
 * @method string getTenantId()
990
 * @method $this withTenantId($value)
991
 * @method string getUserSite()
992
 * @method $this withUserSite($value)
993
 * @method string getRuleId()
994
 * @method $this withRuleId($value)
995
 * @method string getStatus()
996
 * @method $this withStatus($value)
997
 */
998
class DeleteRule extends Rpc
999
{
1000
1001
    /**
1002
     * @param string $value
1003
     *
1004
     * @return $this
1005
     */
1006
    public function withAdRule($value)
1007
    {
1008
        $this->data['AdRule'] = $value;
1009
        $this->options['form_params']['AdRule'] = $value;
1010
1011
        return $this;
1012
    }
1013
}
1014
1015
/**
1016
 * @method string getBody()
1017
 */
1018
class DeviceApiAddDevice extends Rpc
1019
{
1020
1021
    /**
1022
     * @param string $value
1023
     *
1024
     * @return $this
1025
     */
1026
    public function withBody($value)
1027
    {
1028
        $this->data['Body'] = $value;
1029
        $this->options['form_params']['body'] = $value;
1030
1031
        return $this;
1032
    }
1033
}
1034
1035
/**
1036
 * @method string getProxyUserId()
1037
 * @method $this withProxyUserId($value)
1038
 * @method string getChannelId()
1039
 * @method $this withChannelId($value)
1040
 * @method string getTaskId()
1041
 * @method $this withTaskId($value)
1042
 */
1043
class EndUnionTask extends Rpc
1044
{
1045
}
1046
1047
/**
1048
 * @method string getBizType()
1049
 */
1050
class GetBizTypeConfig extends Rpc
1051
{
1052
1053
    /**
1054
     * @param string $value
1055
     *
1056
     * @return $this
1057
     */
1058
    public function withBizType($value)
1059
    {
1060
        $this->data['BizType'] = $value;
1061
        $this->options['form_params']['BizType'] = $value;
1062
1063
        return $this;
1064
    }
1065
}
1066
1067
/**
1068
 * @method string getAccountType()
1069
 */
1070
class GetBizTypeConfigList extends Rpc
1071
{
1072
1073
    /**
1074
     * @param string $value
1075
     *
1076
     * @return $this
1077
     */
1078
    public function withAccountType($value)
1079
    {
1080
        $this->data['AccountType'] = $value;
1081
        $this->options['form_params']['AccountType'] = $value;
1082
1083
        return $this;
1084
    }
1085
}
1086
1087
/**
1088
 * @method string getDeliveryType()
1089
 */
1090
class GetDeliveryTypeConfig extends Rpc
1091
{
1092
1093
    /**
1094
     * @param string $value
1095
     *
1096
     * @return $this
1097
     */
1098
    public function withDeliveryType($value)
1099
    {
1100
        $this->data['DeliveryType'] = $value;
1101
        $this->options['form_params']['DeliveryType'] = $value;
1102
1103
        return $this;
1104
    }
1105
}
1106
1107
/**
1108
 * @method string getAccountType()
1109
 */
1110
class GetDeliveryTypeConfigList extends Rpc
1111
{
1112
1113
    /**
1114
     * @param string $value
1115
     *
1116
     * @return $this
1117
     */
1118
    public function withAccountType($value)
1119
    {
1120
        $this->data['AccountType'] = $value;
1121
        $this->options['form_params']['AccountType'] = $value;
1122
1123
        return $this;
1124
    }
1125
}
1126
1127
/**
1128
 * @method string getAccountType()
1129
 * @method $this withAccountType($value)
1130
 * @method string getPageSize()
1131
 * @method $this withPageSize($value)
1132
 * @method string getPageIndex()
1133
 * @method $this withPageIndex($value)
1134
 * @method string getMainType()
1135
 * @method $this withMainType($value)
1136
 * @method string getParentMainId()
1137
 * @method $this withParentMainId($value)
1138
 * @method string getMainName()
1139
 * @method $this withMainName($value)
1140
 */
1141
class GetMainPartList extends Rpc
1142
{
1143
}
1144
1145
/**
1146
 * @method string getAccountType()
1147
 */
1148
class GetProductConfig extends Rpc
1149
{
1150
1151
    /**
1152
     * @param string $value
1153
     *
1154
     * @return $this
1155
     */
1156
    public function withAccountType($value)
1157
    {
1158
        $this->data['AccountType'] = $value;
1159
        $this->options['form_params']['AccountType'] = $value;
1160
1161
        return $this;
1162
    }
1163
}
1164
1165
/**
1166
 * @method string getCode()
1167
 * @method string getType()
1168
 * @method string getStatus()
1169
 */
1170
class GetPublishPriceTask extends Rpc
1171
{
1172
1173
    /**
1174
     * @param string $value
1175
     *
1176
     * @return $this
1177
     */
1178
    public function withCode($value)
1179
    {
1180
        $this->data['Code'] = $value;
1181
        $this->options['form_params']['Code'] = $value;
1182
1183
        return $this;
1184
    }
1185
1186
    /**
1187
     * @param string $value
1188
     *
1189
     * @return $this
1190
     */
1191
    public function withType($value)
1192
    {
1193
        $this->data['Type'] = $value;
1194
        $this->options['form_params']['Type'] = $value;
1195
1196
        return $this;
1197
    }
1198
1199
    /**
1200
     * @param string $value
1201
     *
1202
     * @return $this
1203
     */
1204
    public function withStatus($value)
1205
    {
1206
        $this->data['Status'] = $value;
1207
        $this->options['form_params']['Status'] = $value;
1208
1209
        return $this;
1210
    }
1211
}
1212
1213
/**
1214
 * @method string getUserNick()
1215
 * @method $this withUserNick($value)
1216
 * @method string getSign()
1217
 * @method $this withSign($value)
1218
 * @method string getAlipayOpenId()
1219
 * @method $this withAlipayOpenId($value)
1220
 * @method string getUserId()
1221
 * @method $this withUserId($value)
1222
 * @method string getTaskId()
1223
 * @method $this withTaskId($value)
1224
 * @method string getChannelId()
1225
 * @method $this withChannelId($value)
1226
 */
1227
class GetUnionTaskStatus extends Rpc
1228
{
1229
}
1230
1231
/**
1232
 * @method string getBody()
1233
 */
1234
class InnerCallService extends Rpc
1235
{
1236
1237
    /**
1238
     * @param string $value
1239
     *
1240
     * @return $this
1241
     */
1242
    public function withBody($value)
1243
    {
1244
        $this->data['Body'] = $value;
1245
        $this->options['form_params']['body'] = $value;
1246
1247
        return $this;
1248
    }
1249
}
1250
1251
/**
1252
 * @method string getTac()
1253
 * @method string getNetworkType()
1254
 * @method string getCellId()
1255
 * @method string getDeviceSn()
1256
 * @method string getChannelId()
1257
 */
1258
class KeepAlive extends Rpc
1259
{
1260
1261
    /** @var string */
1262
    public $scheme = 'https';
1263
1264
    /**
1265
     * @param string $value
1266
     *
1267
     * @return $this
1268
     */
1269
    public function withTac($value)
1270
    {
1271
        $this->data['Tac'] = $value;
1272
        $this->options['form_params']['Tac'] = $value;
1273
1274
        return $this;
1275
    }
1276
1277
    /**
1278
     * @param string $value
1279
     *
1280
     * @return $this
1281
     */
1282
    public function withNetworkType($value)
1283
    {
1284
        $this->data['NetworkType'] = $value;
1285
        $this->options['form_params']['NetworkType'] = $value;
1286
1287
        return $this;
1288
    }
1289
1290
    /**
1291
     * @param string $value
1292
     *
1293
     * @return $this
1294
     */
1295
    public function withCellId($value)
1296
    {
1297
        $this->data['CellId'] = $value;
1298
        $this->options['form_params']['CellId'] = $value;
1299
1300
        return $this;
1301
    }
1302
1303
    /**
1304
     * @param string $value
1305
     *
1306
     * @return $this
1307
     */
1308
    public function withDeviceSn($value)
1309
    {
1310
        $this->data['DeviceSn'] = $value;
1311
        $this->options['form_params']['DeviceSn'] = $value;
1312
1313
        return $this;
1314
    }
1315
1316
    /**
1317
     * @param string $value
1318
     *
1319
     * @return $this
1320
     */
1321
    public function withChannelId($value)
1322
    {
1323
        $this->data['ChannelId'] = $value;
1324
        $this->options['form_params']['ChannelId'] = $value;
1325
1326
        return $this;
1327
    }
1328
}
1329
1330
/**
1331
 * @method string getBusiness()
1332
 * @method $this withBusiness($value)
1333
 * @method string getClientToken()
1334
 * @method $this withClientToken($value)
1335
 * @method string getUserId()
1336
 * @method $this withUserId($value)
1337
 * @method string getOriginSiteUserId()
1338
 * @method $this withOriginSiteUserId($value)
1339
 * @method string getPageNumber()
1340
 * @method string getListFlow()
1341
 * @method string getEnvironment()
1342
 * @method $this withEnvironment($value)
1343
 * @method string getAppName()
1344
 * @method $this withAppName($value)
1345
 * @method string getTenantId()
1346
 * @method $this withTenantId($value)
1347
 * @method string getPageSize()
1348
 * @method string getUserSite()
1349
 * @method $this withUserSite($value)
1350
 */
1351
class ListFlow extends Rpc
1352
{
1353
1354
    /**
1355
     * @param string $value
1356
     *
1357
     * @return $this
1358
     */
1359
    public function withPageNumber($value)
1360
    {
1361
        $this->data['PageNumber'] = $value;
1362
        $this->options['form_params']['PageNumber'] = $value;
1363
1364
        return $this;
1365
    }
1366
1367
    /**
1368
     * @param string $value
1369
     *
1370
     * @return $this
1371
     */
1372
    public function withListFlow($value)
1373
    {
1374
        $this->data['ListFlow'] = $value;
1375
        $this->options['form_params']['ListFlow'] = $value;
1376
1377
        return $this;
1378
    }
1379
1380
    /**
1381
     * @param string $value
1382
     *
1383
     * @return $this
1384
     */
1385
    public function withPageSize($value)
1386
    {
1387
        $this->data['PageSize'] = $value;
1388
        $this->options['form_params']['PageSize'] = $value;
1389
1390
        return $this;
1391
    }
1392
}
1393
1394
/**
1395
 * @method string getUserId()
1396
 * @method $this withUserId($value)
1397
 * @method string getOriginSiteUserId()
1398
 * @method $this withOriginSiteUserId($value)
1399
 * @method string getPageNumber()
1400
 * @method $this withPageNumber($value)
1401
 * @method string getMediaName()
1402
 * @method $this withMediaName($value)
1403
 * @method string getAppName()
1404
 * @method $this withAppName($value)
1405
 * @method string getTenantId()
1406
 * @method $this withTenantId($value)
1407
 * @method string getPageSize()
1408
 * @method $this withPageSize($value)
1409
 * @method string getAccessStatus()
1410
 * @method $this withAccessStatus($value)
1411
 * @method string getFirstScene()
1412
 * @method $this withFirstScene($value)
1413
 * @method string getEndCreateTime()
1414
 * @method $this withEndCreateTime($value)
1415
 * @method string getBusiness()
1416
 * @method $this withBusiness($value)
1417
 * @method string getOs()
1418
 * @method $this withOs($value)
1419
 * @method string getMediaStatus()
1420
 * @method $this withMediaStatus($value)
1421
 * @method string getEnvironment()
1422
 * @method $this withEnvironment($value)
1423
 * @method string getStartCreateTime()
1424
 * @method $this withStartCreateTime($value)
1425
 * @method string getUserSite()
1426
 * @method $this withUserSite($value)
1427
 * @method string getSecondScene()
1428
 * @method $this withSecondScene($value)
1429
 * @method string getMediaType()
1430
 * @method $this withMediaType($value)
1431
 */
1432
class ListMedia extends Rpc
1433
{
1434
}
1435
1436
/**
1437
 * @method string getUserId()
1438
 * @method $this withUserId($value)
1439
 * @method string getOriginSiteUserId()
1440
 * @method $this withOriginSiteUserId($value)
1441
 * @method string getPageNumber()
1442
 * @method $this withPageNumber($value)
1443
 * @method string getMediaName()
1444
 * @method $this withMediaName($value)
1445
 * @method string getAppName()
1446
 * @method $this withAppName($value)
1447
 * @method string getTenantId()
1448
 * @method $this withTenantId($value)
1449
 * @method string getPageSize()
1450
 * @method $this withPageSize($value)
1451
 * @method string getAccessStatus()
1452
 * @method $this withAccessStatus($value)
1453
 * @method string getFirstScene()
1454
 * @method $this withFirstScene($value)
1455
 * @method string getEndCreateTime()
1456
 * @method $this withEndCreateTime($value)
1457
 * @method string getBusiness()
1458
 * @method $this withBusiness($value)
1459
 * @method string getOs()
1460
 * @method $this withOs($value)
1461
 * @method string getMediaStatus()
1462
 * @method $this withMediaStatus($value)
1463
 * @method string getEnvironment()
1464
 * @method $this withEnvironment($value)
1465
 * @method string getStartCreateTime()
1466
 * @method $this withStartCreateTime($value)
1467
 * @method string getUserSite()
1468
 * @method $this withUserSite($value)
1469
 * @method string getSecondScene()
1470
 * @method $this withSecondScene($value)
1471
 * @method string getMediaType()
1472
 * @method $this withMediaType($value)
1473
 */
1474
class ListMediaName extends Rpc
1475
{
1476
}
1477
1478
/**
1479
 * @method string getAdSlotType()
1480
 * @method $this withAdSlotType($value)
1481
 * @method string getRuleName()
1482
 * @method $this withRuleName($value)
1483
 * @method string getUserId()
1484
 * @method $this withUserId($value)
1485
 * @method string getOriginSiteUserId()
1486
 * @method $this withOriginSiteUserId($value)
1487
 * @method string getPageNumber()
1488
 * @method $this withPageNumber($value)
1489
 * @method string getMediaName()
1490
 * @method $this withMediaName($value)
1491
 * @method string getAppName()
1492
 * @method $this withAppName($value)
1493
 * @method string getTenantId()
1494
 * @method $this withTenantId($value)
1495
 * @method string getAdSlotId()
1496
 * @method $this withAdSlotId($value)
1497
 * @method string getPageSize()
1498
 * @method $this withPageSize($value)
1499
 * @method string getEndCreateTime()
1500
 * @method $this withEndCreateTime($value)
1501
 * @method string getBusiness()
1502
 * @method $this withBusiness($value)
1503
 * @method string getRuleType()
1504
 * @method $this withRuleType($value)
1505
 * @method string getMediaId()
1506
 * @method $this withMediaId($value)
1507
 * @method string getMediaStatus()
1508
 * @method $this withMediaStatus($value)
1509
 * @method string getEnvironment()
1510
 * @method $this withEnvironment($value)
1511
 * @method string getStartCreateTime()
1512
 * @method $this withStartCreateTime($value)
1513
 * @method string getUserSite()
1514
 * @method $this withUserSite($value)
1515
 * @method string getAdSlotName()
1516
 * @method $this withAdSlotName($value)
1517
 * @method string getRuleId()
1518
 * @method $this withRuleId($value)
1519
 */
1520
class ListRule extends Rpc
1521
{
1522
}
1523
1524
/**
1525
 * @method string getAdSlotType()
1526
 * @method $this withAdSlotType($value)
1527
 * @method string getRuleName()
1528
 * @method $this withRuleName($value)
1529
 * @method string getUserId()
1530
 * @method $this withUserId($value)
1531
 * @method string getOriginSiteUserId()
1532
 * @method $this withOriginSiteUserId($value)
1533
 * @method string getPageNumber()
1534
 * @method $this withPageNumber($value)
1535
 * @method string getAppName()
1536
 * @method $this withAppName($value)
1537
 * @method string getTenantId()
1538
 * @method $this withTenantId($value)
1539
 * @method string getAdSlotId()
1540
 * @method $this withAdSlotId($value)
1541
 * @method string getPageSize()
1542
 * @method $this withPageSize($value)
1543
 * @method string getEndCreateTime()
1544
 * @method $this withEndCreateTime($value)
1545
 * @method string getBusiness()
1546
 * @method $this withBusiness($value)
1547
 * @method string getRuleType()
1548
 * @method $this withRuleType($value)
1549
 * @method string getMediaId()
1550
 * @method $this withMediaId($value)
1551
 * @method string getMediaStatus()
1552
 * @method $this withMediaStatus($value)
1553
 * @method string getEnvironment()
1554
 * @method $this withEnvironment($value)
1555
 * @method string getStartCreateTime()
1556
 * @method $this withStartCreateTime($value)
1557
 * @method string getUserSite()
1558
 * @method $this withUserSite($value)
1559
 * @method string getRuleId()
1560
 * @method $this withRuleId($value)
1561
 */
1562
class ListRuleArea extends Rpc
1563
{
1564
}
1565
1566
/**
1567
 * @method string getAdSlotType()
1568
 * @method $this withAdSlotType($value)
1569
 * @method string getUserId()
1570
 * @method $this withUserId($value)
1571
 * @method string getOriginSiteUserId()
1572
 * @method $this withOriginSiteUserId($value)
1573
 * @method string getPageNumber()
1574
 * @method $this withPageNumber($value)
1575
 * @method string getMediaName()
1576
 * @method $this withMediaName($value)
1577
 * @method string getAppName()
1578
 * @method $this withAppName($value)
1579
 * @method string getAdSlotStatus()
1580
 * @method $this withAdSlotStatus($value)
1581
 * @method string getTenantId()
1582
 * @method $this withTenantId($value)
1583
 * @method string getAdSlotId()
1584
 * @method $this withAdSlotId($value)
1585
 * @method string getPageSize()
1586
 * @method $this withPageSize($value)
1587
 * @method string getAdSlotCorporateStatus()
1588
 * @method $this withAdSlotCorporateStatus($value)
1589
 * @method string getEndCreateTime()
1590
 * @method $this withEndCreateTime($value)
1591
 * @method string getBusiness()
1592
 * @method $this withBusiness($value)
1593
 * @method string getMediaId()
1594
 * @method $this withMediaId($value)
1595
 * @method string getEnvironment()
1596
 * @method $this withEnvironment($value)
1597
 * @method string getStartCreateTime()
1598
 * @method $this withStartCreateTime($value)
1599
 * @method string getUserSite()
1600
 * @method $this withUserSite($value)
1601
 * @method string getAdSlotName()
1602
 * @method $this withAdSlotName($value)
1603
 */
1604
class ListSlot extends Rpc
1605
{
1606
}
1607
1608
/**
1609
 * @method string getTaskType()
1610
 * @method string getTaskName()
1611
 * @method string getEndTime()
1612
 * @method string getBrandUserNick()
1613
 * @method string getStartTime()
1614
 * @method string getMarketingType()
1615
 * @method string getCurrencyType()
1616
 * @method string getPageSize()
1617
 * @method string getPageIndex()
1618
 * @method string getProxyUserNick()
1619
 * @method string getTaskId()
1620
 * @method string getStatus()
1621
 */
1622
class ListTasks extends Rpc
1623
{
1624
1625
    /**
1626
     * @param string $value
1627
     *
1628
     * @return $this
1629
     */
1630
    public function withTaskType($value)
1631
    {
1632
        $this->data['TaskType'] = $value;
1633
        $this->options['form_params']['TaskType'] = $value;
1634
1635
        return $this;
1636
    }
1637
1638
    /**
1639
     * @param string $value
1640
     *
1641
     * @return $this
1642
     */
1643
    public function withTaskName($value)
1644
    {
1645
        $this->data['TaskName'] = $value;
1646
        $this->options['form_params']['TaskName'] = $value;
1647
1648
        return $this;
1649
    }
1650
1651
    /**
1652
     * @param string $value
1653
     *
1654
     * @return $this
1655
     */
1656
    public function withEndTime($value)
1657
    {
1658
        $this->data['EndTime'] = $value;
1659
        $this->options['form_params']['EndTime'] = $value;
1660
1661
        return $this;
1662
    }
1663
1664
    /**
1665
     * @param string $value
1666
     *
1667
     * @return $this
1668
     */
1669
    public function withBrandUserNick($value)
1670
    {
1671
        $this->data['BrandUserNick'] = $value;
1672
        $this->options['form_params']['BrandUserNick'] = $value;
1673
1674
        return $this;
1675
    }
1676
1677
    /**
1678
     * @param string $value
1679
     *
1680
     * @return $this
1681
     */
1682
    public function withStartTime($value)
1683
    {
1684
        $this->data['StartTime'] = $value;
1685
        $this->options['form_params']['StartTime'] = $value;
1686
1687
        return $this;
1688
    }
1689
1690
    /**
1691
     * @param string $value
1692
     *
1693
     * @return $this
1694
     */
1695
    public function withMarketingType($value)
1696
    {
1697
        $this->data['MarketingType'] = $value;
1698
        $this->options['form_params']['MarketingType'] = $value;
1699
1700
        return $this;
1701
    }
1702
1703
    /**
1704
     * @param string $value
1705
     *
1706
     * @return $this
1707
     */
1708
    public function withCurrencyType($value)
1709
    {
1710
        $this->data['CurrencyType'] = $value;
1711
        $this->options['form_params']['CurrencyType'] = $value;
1712
1713
        return $this;
1714
    }
1715
1716
    /**
1717
     * @param string $value
1718
     *
1719
     * @return $this
1720
     */
1721
    public function withPageSize($value)
1722
    {
1723
        $this->data['PageSize'] = $value;
1724
        $this->options['form_params']['PageSize'] = $value;
1725
1726
        return $this;
1727
    }
1728
1729
    /**
1730
     * @param string $value
1731
     *
1732
     * @return $this
1733
     */
1734
    public function withPageIndex($value)
1735
    {
1736
        $this->data['PageIndex'] = $value;
1737
        $this->options['form_params']['PageIndex'] = $value;
1738
1739
        return $this;
1740
    }
1741
1742
    /**
1743
     * @param string $value
1744
     *
1745
     * @return $this
1746
     */
1747
    public function withProxyUserNick($value)
1748
    {
1749
        $this->data['ProxyUserNick'] = $value;
1750
        $this->options['form_params']['ProxyUserNick'] = $value;
1751
1752
        return $this;
1753
    }
1754
1755
    /**
1756
     * @param string $value
1757
     *
1758
     * @return $this
1759
     */
1760
    public function withTaskId($value)
1761
    {
1762
        $this->data['TaskId'] = $value;
1763
        $this->options['form_params']['TaskId'] = $value;
1764
1765
        return $this;
1766
    }
1767
1768
    /**
1769
     * @param string $value
1770
     *
1771
     * @return $this
1772
     */
1773
    public function withStatus($value)
1774
    {
1775
        $this->data['Status'] = $value;
1776
        $this->options['form_params']['Status'] = $value;
1777
1778
        return $this;
1779
    }
1780
}
1781
1782
/**
1783
 * @method string getEndCreateTime()
1784
 * @method $this withEndCreateTime($value)
1785
 * @method string getBusiness()
1786
 * @method $this withBusiness($value)
1787
 * @method string getUserId()
1788
 * @method $this withUserId($value)
1789
 * @method string getOriginSiteUserId()
1790
 * @method $this withOriginSiteUserId($value)
1791
 * @method string getPageNumber()
1792
 * @method $this withPageNumber($value)
1793
 * @method string getEnvironment()
1794
 * @method $this withEnvironment($value)
1795
 * @method string getAppName()
1796
 * @method $this withAppName($value)
1797
 * @method string getStartCreateTime()
1798
 * @method $this withStartCreateTime($value)
1799
 * @method string getTenantId()
1800
 * @method $this withTenantId($value)
1801
 * @method string getPageSize()
1802
 * @method $this withPageSize($value)
1803
 * @method string getUserSite()
1804
 * @method $this withUserSite($value)
1805
 * @method string getTenantName()
1806
 * @method $this withTenantName($value)
1807
 * @method string getStatus()
1808
 * @method $this withStatus($value)
1809
 */
1810
class ListTenant extends Rpc
1811
{
1812
}
1813
1814
/**
1815
 * @method string getEndCreateTime()
1816
 * @method $this withEndCreateTime($value)
1817
 * @method string getBusiness()
1818
 * @method $this withBusiness($value)
1819
 * @method string getUserId()
1820
 * @method $this withUserId($value)
1821
 * @method string getOriginSiteUserId()
1822
 * @method $this withOriginSiteUserId($value)
1823
 * @method string getPageNumber()
1824
 * @method $this withPageNumber($value)
1825
 * @method string getEnvironment()
1826
 * @method $this withEnvironment($value)
1827
 * @method string getAppName()
1828
 * @method $this withAppName($value)
1829
 * @method string getStartCreateTime()
1830
 * @method $this withStartCreateTime($value)
1831
 * @method string getTenantId()
1832
 * @method $this withTenantId($value)
1833
 * @method string getPageSize()
1834
 * @method $this withPageSize($value)
1835
 * @method string getUserSite()
1836
 * @method $this withUserSite($value)
1837
 * @method string getTenantName()
1838
 * @method $this withTenantName($value)
1839
 * @method string getStatus()
1840
 * @method $this withStatus($value)
1841
 */
1842
class ListTenantName extends Rpc
1843
{
1844
}
1845
1846
/**
1847
 * @method string getProxyUserId()
1848
 * @method $this withProxyUserId($value)
1849
 * @method string getChannelId()
1850
 * @method $this withChannelId($value)
1851
 */
1852
class ListUnionMediaIndustry extends Rpc
1853
{
1854
}
1855
1856
/**
1857
 * @method string getBusiness()
1858
 * @method $this withBusiness($value)
1859
 * @method string getClientToken()
1860
 * @method $this withClientToken($value)
1861
 * @method string getUserId()
1862
 * @method $this withUserId($value)
1863
 * @method string getOriginSiteUserId()
1864
 * @method $this withOriginSiteUserId($value)
1865
 * @method string getPageNumber()
1866
 * @method string getSspUser()
1867
 * @method string getEnvironment()
1868
 * @method $this withEnvironment($value)
1869
 * @method string getAppName()
1870
 * @method $this withAppName($value)
1871
 * @method string getTenantId()
1872
 * @method $this withTenantId($value)
1873
 * @method string getPageSize()
1874
 * @method string getUserSite()
1875
 * @method $this withUserSite($value)
1876
 */
1877
class ListUser extends Rpc
1878
{
1879
1880
    /**
1881
     * @param string $value
1882
     *
1883
     * @return $this
1884
     */
1885
    public function withPageNumber($value)
1886
    {
1887
        $this->data['PageNumber'] = $value;
1888
        $this->options['form_params']['PageNumber'] = $value;
1889
1890
        return $this;
1891
    }
1892
1893
    /**
1894
     * @param string $value
1895
     *
1896
     * @return $this
1897
     */
1898
    public function withSspUser($value)
1899
    {
1900
        $this->data['SspUser'] = $value;
1901
        $this->options['form_params']['SspUser'] = $value;
1902
1903
        return $this;
1904
    }
1905
1906
    /**
1907
     * @param string $value
1908
     *
1909
     * @return $this
1910
     */
1911
    public function withPageSize($value)
1912
    {
1913
        $this->data['PageSize'] = $value;
1914
        $this->options['form_params']['PageSize'] = $value;
1915
1916
        return $this;
1917
    }
1918
}
1919
1920
/**
1921
 * @method string getBusiness()
1922
 * @method $this withBusiness($value)
1923
 * @method string getMedia()
1924
 * @method string getUserId()
1925
 * @method $this withUserId($value)
1926
 * @method string getOriginSiteUserId()
1927
 * @method $this withOriginSiteUserId($value)
1928
 * @method string getEnvironment()
1929
 * @method $this withEnvironment($value)
1930
 * @method string getAppName()
1931
 * @method $this withAppName($value)
1932
 * @method string getTenantId()
1933
 * @method $this withTenantId($value)
1934
 * @method string getUserSite()
1935
 * @method $this withUserSite($value)
1936
 */
1937
class ModifyMedia extends Rpc
1938
{
1939
1940
    /**
1941
     * @param string $value
1942
     *
1943
     * @return $this
1944
     */
1945
    public function withMedia($value)
1946
    {
1947
        $this->data['Media'] = $value;
1948
        $this->options['form_params']['Media'] = $value;
1949
1950
        return $this;
1951
    }
1952
}
1953
1954
/**
1955
 * @method string getAdRule()
1956
 * @method string getBusiness()
1957
 * @method $this withBusiness($value)
1958
 * @method string getUserId()
1959
 * @method $this withUserId($value)
1960
 * @method string getOriginSiteUserId()
1961
 * @method $this withOriginSiteUserId($value)
1962
 * @method string getEnvironment()
1963
 * @method $this withEnvironment($value)
1964
 * @method string getAppName()
1965
 * @method $this withAppName($value)
1966
 * @method string getTenantId()
1967
 * @method $this withTenantId($value)
1968
 * @method string getUserSite()
1969
 * @method $this withUserSite($value)
1970
 */
1971
class ModifyRule extends Rpc
1972
{
1973
1974
    /**
1975
     * @param string $value
1976
     *
1977
     * @return $this
1978
     */
1979
    public function withAdRule($value)
1980
    {
1981
        $this->data['AdRule'] = $value;
1982
        $this->options['form_params']['AdRule'] = $value;
1983
1984
        return $this;
1985
    }
1986
}
1987
1988
/**
1989
 * @method string getBusiness()
1990
 * @method $this withBusiness($value)
1991
 * @method string getUserId()
1992
 * @method $this withUserId($value)
1993
 * @method string getOriginSiteUserId()
1994
 * @method $this withOriginSiteUserId($value)
1995
 * @method string getEnvironment()
1996
 * @method $this withEnvironment($value)
1997
 * @method string getAppName()
1998
 * @method $this withAppName($value)
1999
 * @method string getTenantId()
2000
 * @method $this withTenantId($value)
2001
 * @method string getUserSite()
2002
 * @method $this withUserSite($value)
2003
 * @method string getAdSlot()
2004
 */
2005
class ModifySlot extends Rpc
2006
{
2007
2008
    /**
2009
     * @param string $value
2010
     *
2011
     * @return $this
2012
     */
2013
    public function withAdSlot($value)
2014
    {
2015
        $this->data['AdSlot'] = $value;
2016
        $this->options['form_params']['AdSlot'] = $value;
2017
2018
        return $this;
2019
    }
2020
}
2021
2022
/**
2023
 * @method string getBusiness()
2024
 * @method $this withBusiness($value)
2025
 * @method string getClientToken()
2026
 * @method $this withClientToken($value)
2027
 * @method string getUserId()
2028
 * @method $this withUserId($value)
2029
 * @method string getOriginSiteUserId()
2030
 * @method $this withOriginSiteUserId($value)
2031
 * @method string getAdSlotTemplate()
2032
 * @method string getEnvironment()
2033
 * @method $this withEnvironment($value)
2034
 * @method string getAppName()
2035
 * @method $this withAppName($value)
2036
 * @method string getTenantId()
2037
 * @method $this withTenantId($value)
2038
 * @method string getUserSite()
2039
 * @method $this withUserSite($value)
2040
 */
2041
class ModifySlotTemplate extends Rpc
2042
{
2043
2044
    /**
2045
     * @param string $value
2046
     *
2047
     * @return $this
2048
     */
2049
    public function withAdSlotTemplate($value)
2050
    {
2051
        $this->data['AdSlotTemplate'] = $value;
2052
        $this->options['form_params']['AdSlotTemplate'] = $value;
2053
2054
        return $this;
2055
    }
2056
}
2057
2058
/**
2059
 * @method string getBusiness()
2060
 * @method $this withBusiness($value)
2061
 * @method string getUserId()
2062
 * @method $this withUserId($value)
2063
 * @method string getOriginSiteUserId()
2064
 * @method $this withOriginSiteUserId($value)
2065
 * @method string getEnvironment()
2066
 * @method $this withEnvironment($value)
2067
 * @method string getAppName()
2068
 * @method $this withAppName($value)
2069
 * @method string getTenantId()
2070
 * @method $this withTenantId($value)
2071
 * @method string getUserSite()
2072
 * @method $this withUserSite($value)
2073
 * @method string getTenant()
2074
 */
2075
class ModifyTenantInfo extends Rpc
2076
{
2077
2078
    /**
2079
     * @param string $value
2080
     *
2081
     * @return $this
2082
     */
2083
    public function withTenant($value)
2084
    {
2085
        $this->data['Tenant'] = $value;
2086
        $this->options['form_params']['Tenant'] = $value;
2087
2088
        return $this;
2089
    }
2090
}
2091
2092
/**
2093
 * @method string getDeviceSn()
2094
 * @method string getChannelId()
2095
 * @method string getStatus()
2096
 */
2097
class PushDeviceStatus extends Rpc
2098
{
2099
2100
    /** @var string */
2101
    public $scheme = 'https';
2102
2103
    /**
2104
     * @param string $value
2105
     *
2106
     * @return $this
2107
     */
2108
    public function withDeviceSn($value)
2109
    {
2110
        $this->data['DeviceSn'] = $value;
2111
        $this->options['form_params']['DeviceSn'] = $value;
2112
2113
        return $this;
2114
    }
2115
2116
    /**
2117
     * @param string $value
2118
     *
2119
     * @return $this
2120
     */
2121
    public function withChannelId($value)
2122
    {
2123
        $this->data['ChannelId'] = $value;
2124
        $this->options['form_params']['ChannelId'] = $value;
2125
2126
        return $this;
2127
    }
2128
2129
    /**
2130
     * @param string $value
2131
     *
2132
     * @return $this
2133
     */
2134
    public function withStatus($value)
2135
    {
2136
        $this->data['Status'] = $value;
2137
        $this->options['form_params']['Status'] = $value;
2138
2139
        return $this;
2140
    }
2141
}
2142
2143
/**
2144
 * @method string getOrderId()
2145
 * @method string getSalePrice()
2146
 * @method string getTradeStatus()
2147
 * @method string getCommodityId()
2148
 * @method string getDeviceSn()
2149
 * @method string getChannelId()
2150
 * @method string getCommodityName()
2151
 * @method string getTradeTime()
2152
 * @method string getTradePrice()
2153
 */
2154
class PushExtraTradeDetail extends Rpc
2155
{
2156
2157
    /** @var string */
2158
    public $scheme = 'https';
2159
2160
    /**
2161
     * @param string $value
2162
     *
2163
     * @return $this
2164
     */
2165
    public function withOrderId($value)
2166
    {
2167
        $this->data['OrderId'] = $value;
2168
        $this->options['form_params']['OrderId'] = $value;
2169
2170
        return $this;
2171
    }
2172
2173
    /**
2174
     * @param string $value
2175
     *
2176
     * @return $this
2177
     */
2178
    public function withSalePrice($value)
2179
    {
2180
        $this->data['SalePrice'] = $value;
2181
        $this->options['form_params']['SalePrice'] = $value;
2182
2183
        return $this;
2184
    }
2185
2186
    /**
2187
     * @param string $value
2188
     *
2189
     * @return $this
2190
     */
2191
    public function withTradeStatus($value)
2192
    {
2193
        $this->data['TradeStatus'] = $value;
2194
        $this->options['form_params']['TradeStatus'] = $value;
2195
2196
        return $this;
2197
    }
2198
2199
    /**
2200
     * @param string $value
2201
     *
2202
     * @return $this
2203
     */
2204
    public function withCommodityId($value)
2205
    {
2206
        $this->data['CommodityId'] = $value;
2207
        $this->options['form_params']['CommodityId'] = $value;
2208
2209
        return $this;
2210
    }
2211
2212
    /**
2213
     * @param string $value
2214
     *
2215
     * @return $this
2216
     */
2217
    public function withDeviceSn($value)
2218
    {
2219
        $this->data['DeviceSn'] = $value;
2220
        $this->options['form_params']['DeviceSn'] = $value;
2221
2222
        return $this;
2223
    }
2224
2225
    /**
2226
     * @param string $value
2227
     *
2228
     * @return $this
2229
     */
2230
    public function withChannelId($value)
2231
    {
2232
        $this->data['ChannelId'] = $value;
2233
        $this->options['form_params']['ChannelId'] = $value;
2234
2235
        return $this;
2236
    }
2237
2238
    /**
2239
     * @param string $value
2240
     *
2241
     * @return $this
2242
     */
2243
    public function withCommodityName($value)
2244
    {
2245
        $this->data['CommodityName'] = $value;
2246
        $this->options['form_params']['CommodityName'] = $value;
2247
2248
        return $this;
2249
    }
2250
2251
    /**
2252
     * @param string $value
2253
     *
2254
     * @return $this
2255
     */
2256
    public function withTradeTime($value)
2257
    {
2258
        $this->data['TradeTime'] = $value;
2259
        $this->options['form_params']['TradeTime'] = $value;
2260
2261
        return $this;
2262
    }
2263
2264
    /**
2265
     * @param string $value
2266
     *
2267
     * @return $this
2268
     */
2269
    public function withTradePrice($value)
2270
    {
2271
        $this->data['TradePrice'] = $value;
2272
        $this->options['form_params']['TradePrice'] = $value;
2273
2274
        return $this;
2275
    }
2276
}
2277
2278
/**
2279
 * @method string getFaultComment()
2280
 * @method string getTime()
2281
 * @method string getType()
2282
 * @method string getDeviceSn()
2283
 * @method string getChannelId()
2284
 * @method string getFaultType()
2285
 */
2286
class PushFaultEvent extends Rpc
2287
{
2288
2289
    /** @var string */
2290
    public $scheme = 'https';
2291
2292
    /**
2293
     * @param string $value
2294
     *
2295
     * @return $this
2296
     */
2297
    public function withFaultComment($value)
2298
    {
2299
        $this->data['FaultComment'] = $value;
2300
        $this->options['form_params']['FaultComment'] = $value;
2301
2302
        return $this;
2303
    }
2304
2305
    /**
2306
     * @param string $value
2307
     *
2308
     * @return $this
2309
     */
2310
    public function withTime($value)
2311
    {
2312
        $this->data['Time'] = $value;
2313
        $this->options['form_params']['Time'] = $value;
2314
2315
        return $this;
2316
    }
2317
2318
    /**
2319
     * @param string $value
2320
     *
2321
     * @return $this
2322
     */
2323
    public function withType($value)
2324
    {
2325
        $this->data['Type'] = $value;
2326
        $this->options['form_params']['Type'] = $value;
2327
2328
        return $this;
2329
    }
2330
2331
    /**
2332
     * @param string $value
2333
     *
2334
     * @return $this
2335
     */
2336
    public function withDeviceSn($value)
2337
    {
2338
        $this->data['DeviceSn'] = $value;
2339
        $this->options['form_params']['DeviceSn'] = $value;
2340
2341
        return $this;
2342
    }
2343
2344
    /**
2345
     * @param string $value
2346
     *
2347
     * @return $this
2348
     */
2349
    public function withChannelId($value)
2350
    {
2351
        $this->data['ChannelId'] = $value;
2352
        $this->options['form_params']['ChannelId'] = $value;
2353
2354
        return $this;
2355
    }
2356
2357
    /**
2358
     * @param string $value
2359
     *
2360
     * @return $this
2361
     */
2362
    public function withFaultType($value)
2363
    {
2364
        $this->data['FaultType'] = $value;
2365
        $this->options['form_params']['FaultType'] = $value;
2366
2367
        return $this;
2368
    }
2369
}
2370
2371
/**
2372
 * @method string getSalePrice()
2373
 * @method string getEndTime()
2374
 * @method string getTradeStatus()
2375
 * @method string getCommodityId()
2376
 * @method string getStartTime()
2377
 * @method string getTradeOrderId()
2378
 * @method string getDeviceSn()
2379
 * @method string getCommodityName()
2380
 * @method string getVerificationStatus()
2381
 * @method string getAlipayOrderId()
2382
 * @method string getChannelId()
2383
 * @method string getOuterTradeId()
2384
 * @method string getTradeTime()
2385
 * @method string getTradePrice()
2386
 */
2387
class PushTradeDetail extends Rpc
2388
{
2389
2390
    /** @var string */
2391
    public $scheme = 'https';
2392
2393
    /**
2394
     * @param string $value
2395
     *
2396
     * @return $this
2397
     */
2398
    public function withSalePrice($value)
2399
    {
2400
        $this->data['SalePrice'] = $value;
2401
        $this->options['form_params']['SalePrice'] = $value;
2402
2403
        return $this;
2404
    }
2405
2406
    /**
2407
     * @param string $value
2408
     *
2409
     * @return $this
2410
     */
2411
    public function withEndTime($value)
2412
    {
2413
        $this->data['EndTime'] = $value;
2414
        $this->options['form_params']['EndTime'] = $value;
2415
2416
        return $this;
2417
    }
2418
2419
    /**
2420
     * @param string $value
2421
     *
2422
     * @return $this
2423
     */
2424
    public function withTradeStatus($value)
2425
    {
2426
        $this->data['TradeStatus'] = $value;
2427
        $this->options['form_params']['TradeStatus'] = $value;
2428
2429
        return $this;
2430
    }
2431
2432
    /**
2433
     * @param string $value
2434
     *
2435
     * @return $this
2436
     */
2437
    public function withCommodityId($value)
2438
    {
2439
        $this->data['CommodityId'] = $value;
2440
        $this->options['form_params']['CommodityId'] = $value;
2441
2442
        return $this;
2443
    }
2444
2445
    /**
2446
     * @param string $value
2447
     *
2448
     * @return $this
2449
     */
2450
    public function withStartTime($value)
2451
    {
2452
        $this->data['StartTime'] = $value;
2453
        $this->options['form_params']['StartTime'] = $value;
2454
2455
        return $this;
2456
    }
2457
2458
    /**
2459
     * @param string $value
2460
     *
2461
     * @return $this
2462
     */
2463
    public function withTradeOrderId($value)
2464
    {
2465
        $this->data['TradeOrderId'] = $value;
2466
        $this->options['form_params']['TradeOrderId'] = $value;
2467
2468
        return $this;
2469
    }
2470
2471
    /**
2472
     * @param string $value
2473
     *
2474
     * @return $this
2475
     */
2476
    public function withDeviceSn($value)
2477
    {
2478
        $this->data['DeviceSn'] = $value;
2479
        $this->options['form_params']['DeviceSn'] = $value;
2480
2481
        return $this;
2482
    }
2483
2484
    /**
2485
     * @param string $value
2486
     *
2487
     * @return $this
2488
     */
2489
    public function withCommodityName($value)
2490
    {
2491
        $this->data['CommodityName'] = $value;
2492
        $this->options['form_params']['CommodityName'] = $value;
2493
2494
        return $this;
2495
    }
2496
2497
    /**
2498
     * @param string $value
2499
     *
2500
     * @return $this
2501
     */
2502
    public function withVerificationStatus($value)
2503
    {
2504
        $this->data['VerificationStatus'] = $value;
2505
        $this->options['form_params']['VerificationStatus'] = $value;
2506
2507
        return $this;
2508
    }
2509
2510
    /**
2511
     * @param string $value
2512
     *
2513
     * @return $this
2514
     */
2515
    public function withAlipayOrderId($value)
2516
    {
2517
        $this->data['AlipayOrderId'] = $value;
2518
        $this->options['form_params']['AlipayOrderId'] = $value;
2519
2520
        return $this;
2521
    }
2522
2523
    /**
2524
     * @param string $value
2525
     *
2526
     * @return $this
2527
     */
2528
    public function withChannelId($value)
2529
    {
2530
        $this->data['ChannelId'] = $value;
2531
        $this->options['form_params']['ChannelId'] = $value;
2532
2533
        return $this;
2534
    }
2535
2536
    /**
2537
     * @param string $value
2538
     *
2539
     * @return $this
2540
     */
2541
    public function withOuterTradeId($value)
2542
    {
2543
        $this->data['OuterTradeId'] = $value;
2544
        $this->options['form_params']['OuterTradeId'] = $value;
2545
2546
        return $this;
2547
    }
2548
2549
    /**
2550
     * @param string $value
2551
     *
2552
     * @return $this
2553
     */
2554
    public function withTradeTime($value)
2555
    {
2556
        $this->data['TradeTime'] = $value;
2557
        $this->options['form_params']['TradeTime'] = $value;
2558
2559
        return $this;
2560
    }
2561
2562
    /**
2563
     * @param string $value
2564
     *
2565
     * @return $this
2566
     */
2567
    public function withTradePrice($value)
2568
    {
2569
        $this->data['TradePrice'] = $value;
2570
        $this->options['form_params']['TradePrice'] = $value;
2571
2572
        return $this;
2573
    }
2574
}
2575
2576
/**
2577
 * @method string getExtra()
2578
 * @method $this withExtra($value)
2579
 * @method string getUserType()
2580
 * @method $this withUserType($value)
2581
 * @method string getUserId()
2582
 * @method $this withUserId($value)
2583
 * @method string getChannelId()
2584
 * @method $this withChannelId($value)
2585
 */
2586
class QueryAppPromotion extends Rpc
2587
{
2588
}
2589
2590
/**
2591
 * @method string getTaskType()
2592
 * @method $this withTaskType($value)
2593
 * @method string getPageSize()
2594
 * @method $this withPageSize($value)
2595
 * @method string getPageIndex()
2596
 * @method $this withPageIndex($value)
2597
 * @method string getTaskId()
2598
 * @method $this withTaskId($value)
2599
 */
2600
class QueryAppTasks extends Rpc
2601
{
2602
}
2603
2604
/**
2605
 * @method string getProxyUserId()
2606
 * @method $this withProxyUserId($value)
2607
 * @method string getChannelId()
2608
 * @method $this withChannelId($value)
2609
 */
2610
class QueryAvailableBalance extends Rpc
2611
{
2612
}
2613
2614
/**
2615
 * @method string getTaskType()
2616
 * @method $this withTaskType($value)
2617
 * @method string getPageSize()
2618
 * @method $this withPageSize($value)
2619
 * @method string getEndTime()
2620
 * @method $this withEndTime($value)
2621
 * @method string getStartTime()
2622
 * @method $this withStartTime($value)
2623
 * @method string getPageNum()
2624
 * @method $this withPageNum($value)
2625
 * @method string getChannelId()
2626
 * @method $this withChannelId($value)
2627
 */
2628
class QueryChannelHistoryData extends Rpc
2629
{
2630
}
2631
2632
/**
2633
 * @method string getContentId()
2634
 * @method $this withContentId($value)
2635
 */
2636
class QueryContentInfo extends Rpc
2637
{
2638
}
2639
2640
/**
2641
 * @method string getTaskType()
2642
 * @method $this withTaskType($value)
2643
 * @method string getTaskBizType()
2644
 * @method $this withTaskBizType($value)
2645
 * @method string getBrandUserId()
2646
 * @method $this withBrandUserId($value)
2647
 * @method string getBrandUserNick()
2648
 * @method $this withBrandUserNick($value)
2649
 * @method string getProxyUserId()
2650
 * @method $this withProxyUserId($value)
2651
 * @method string getChannelId()
2652
 * @method $this withChannelId($value)
2653
 */
2654
class QueryContentList extends Rpc
2655
{
2656
}
2657
2658
/**
2659
 * @method string getBusiness()
2660
 * @method $this withBusiness($value)
2661
 * @method string getClientToken()
2662
 * @method $this withClientToken($value)
2663
 * @method string getUserId()
2664
 * @method $this withUserId($value)
2665
 * @method string getOriginSiteUserId()
2666
 * @method $this withOriginSiteUserId($value)
2667
 * @method string getEnvironment()
2668
 * @method $this withEnvironment($value)
2669
 * @method string getAppName()
2670
 * @method $this withAppName($value)
2671
 * @method string getTenantId()
2672
 * @method $this withTenantId($value)
2673
 * @method string getUserSite()
2674
 * @method $this withUserSite($value)
2675
 * @method string getFlowId()
2676
 */
2677
class QueryFlow extends Rpc
2678
{
2679
2680
    /**
2681
     * @param string $value
2682
     *
2683
     * @return $this
2684
     */
2685
    public function withFlowId($value)
2686
    {
2687
        $this->data['FlowId'] = $value;
2688
        $this->options['form_params']['FlowId'] = $value;
2689
2690
        return $this;
2691
    }
2692
}
2693
2694
/**
2695
 * @method string getAdSlotType()
2696
 * @method $this withAdSlotType($value)
2697
 * @method string getBusiness()
2698
 * @method $this withBusiness($value)
2699
 * @method string getEndTime()
2700
 * @method $this withEndTime($value)
2701
 * @method string getStartTime()
2702
 * @method $this withStartTime($value)
2703
 * @method string getMediaId()
2704
 * @method $this withMediaId($value)
2705
 * @method string getUserId()
2706
 * @method $this withUserId($value)
2707
 * @method string getOriginSiteUserId()
2708
 * @method $this withOriginSiteUserId($value)
2709
 * @method string getMediaName()
2710
 * @method $this withMediaName($value)
2711
 * @method string getEnvironment()
2712
 * @method $this withEnvironment($value)
2713
 * @method string getAppName()
2714
 * @method $this withAppName($value)
2715
 * @method string getTenantId()
2716
 * @method $this withTenantId($value)
2717
 * @method string getAdSlotId()
2718
 * @method $this withAdSlotId($value)
2719
 * @method string getUserSite()
2720
 * @method $this withUserSite($value)
2721
 * @method string getAdSlotName()
2722
 * @method $this withAdSlotName($value)
2723
 * @method string getDimension()
2724
 * @method $this withDimension($value)
2725
 * @method string getQueryType()
2726
 * @method $this withQueryType($value)
2727
 */
2728
class QueryIncomeData extends Rpc
2729
{
2730
}
2731
2732
/**
2733
 * @method string getAdSlotType()
2734
 * @method $this withAdSlotType($value)
2735
 * @method string getStartTime()
2736
 * @method $this withStartTime($value)
2737
 * @method string getSlot()
2738
 * @method $this withSlot($value)
2739
 * @method string getUserId()
2740
 * @method $this withUserId($value)
2741
 * @method string getOriginSiteUserId()
2742
 * @method $this withOriginSiteUserId($value)
2743
 * @method string getPageNumber()
2744
 * @method $this withPageNumber($value)
2745
 * @method string getMediaName()
2746
 * @method $this withMediaName($value)
2747
 * @method string getSlotDimension()
2748
 * @method $this withSlotDimension($value)
2749
 * @method string getAppName()
2750
 * @method $this withAppName($value)
2751
 * @method string getTenantId()
2752
 * @method $this withTenantId($value)
2753
 * @method string getAdSlotId()
2754
 * @method $this withAdSlotId($value)
2755
 * @method string getPageSize()
2756
 * @method $this withPageSize($value)
2757
 * @method string getDimension()
2758
 * @method $this withDimension($value)
2759
 * @method string getQueryType()
2760
 * @method $this withQueryType($value)
2761
 * @method string getBusiness()
2762
 * @method $this withBusiness($value)
2763
 * @method string getEndTime()
2764
 * @method $this withEndTime($value)
2765
 * @method string getMediaId()
2766
 * @method $this withMediaId($value)
2767
 * @method string getEnvironment()
2768
 * @method $this withEnvironment($value)
2769
 * @method string getUserSite()
2770
 * @method $this withUserSite($value)
2771
 * @method string getAdSlotName()
2772
 * @method $this withAdSlotName($value)
2773
 */
2774
class QueryIncomeTrend extends Rpc
2775
{
2776
}
2777
2778
/**
2779
 * @method string getChannelId()
2780
 * @method $this withChannelId($value)
2781
 */
2782
class QueryIndustryLabelBag extends Rpc
2783
{
2784
}
2785
2786
/**
2787
 * @method string getBusiness()
2788
 * @method $this withBusiness($value)
2789
 * @method string getMediaId()
2790
 * @method $this withMediaId($value)
2791
 * @method string getUserId()
2792
 * @method $this withUserId($value)
2793
 * @method string getOriginSiteUserId()
2794
 * @method $this withOriginSiteUserId($value)
2795
 * @method string getEnvironment()
2796
 * @method $this withEnvironment($value)
2797
 * @method string getAppName()
2798
 * @method $this withAppName($value)
2799
 * @method string getTenantId()
2800
 * @method $this withTenantId($value)
2801
 * @method string getUserSite()
2802
 * @method $this withUserSite($value)
2803
 */
2804
class QueryMedia extends Rpc
2805
{
2806
}
2807
2808
/**
2809
 * @method string getProxyChannelId()
2810
 * @method string getExtra()
2811
 * @method string getAlipayOpenId()
2812
 * @method string getUserId()
2813
 * @method string getChannelId()
2814
 */
2815
class QueryPromotion extends Rpc
2816
{
2817
2818
    /** @var string */
2819
    public $scheme = 'https';
2820
2821
    /**
2822
     * @param string $value
2823
     *
2824
     * @return $this
2825
     */
2826
    public function withProxyChannelId($value)
2827
    {
2828
        $this->data['ProxyChannelId'] = $value;
2829
        $this->options['form_params']['ProxyChannelId'] = $value;
2830
2831
        return $this;
2832
    }
2833
2834
    /**
2835
     * @param string $value
2836
     *
2837
     * @return $this
2838
     */
2839
    public function withExtra($value)
2840
    {
2841
        $this->data['Extra'] = $value;
2842
        $this->options['form_params']['Extra'] = $value;
2843
2844
        return $this;
2845
    }
2846
2847
    /**
2848
     * @param string $value
2849
     *
2850
     * @return $this
2851
     */
2852
    public function withAlipayOpenId($value)
2853
    {
2854
        $this->data['AlipayOpenId'] = $value;
2855
        $this->options['form_params']['AlipayOpenId'] = $value;
2856
2857
        return $this;
2858
    }
2859
2860
    /**
2861
     * @param string $value
2862
     *
2863
     * @return $this
2864
     */
2865
    public function withUserId($value)
2866
    {
2867
        $this->data['UserId'] = $value;
2868
        $this->options['form_params']['UserId'] = $value;
2869
2870
        return $this;
2871
    }
2872
2873
    /**
2874
     * @param string $value
2875
     *
2876
     * @return $this
2877
     */
2878
    public function withChannelId($value)
2879
    {
2880
        $this->data['ChannelId'] = $value;
2881
        $this->options['form_params']['ChannelId'] = $value;
2882
2883
        return $this;
2884
    }
2885
}
2886
2887
/**
2888
 * @method string getBusiness()
2889
 * @method $this withBusiness($value)
2890
 * @method string getUserId()
2891
 * @method $this withUserId($value)
2892
 * @method string getOriginSiteUserId()
2893
 * @method $this withOriginSiteUserId($value)
2894
 * @method string getEnvironment()
2895
 * @method $this withEnvironment($value)
2896
 * @method string getAppName()
2897
 * @method $this withAppName($value)
2898
 * @method string getTenantId()
2899
 * @method $this withTenantId($value)
2900
 * @method string getUserSite()
2901
 * @method $this withUserSite($value)
2902
 * @method string getRuleId()
2903
 * @method $this withRuleId($value)
2904
 */
2905
class QueryRule extends Rpc
2906
{
2907
}
2908
2909
/**
2910
 * @method string getBusiness()
2911
 * @method $this withBusiness($value)
2912
 * @method string getUserId()
2913
 * @method $this withUserId($value)
2914
 * @method string getOriginSiteUserId()
2915
 * @method $this withOriginSiteUserId($value)
2916
 * @method string getEnvironment()
2917
 * @method $this withEnvironment($value)
2918
 * @method string getAppName()
2919
 * @method $this withAppName($value)
2920
 * @method string getTenantId()
2921
 * @method $this withTenantId($value)
2922
 * @method string getAdSlotId()
2923
 * @method $this withAdSlotId($value)
2924
 * @method string getUserSite()
2925
 * @method $this withUserSite($value)
2926
 */
2927
class QuerySlot extends Rpc
2928
{
2929
}
2930
2931
/**
2932
 * @method string getBusiness()
2933
 * @method $this withBusiness($value)
2934
 * @method string getUserId()
2935
 * @method $this withUserId($value)
2936
 * @method string getOriginSiteUserId()
2937
 * @method $this withOriginSiteUserId($value)
2938
 * @method string getAdSlotTemplateId()
2939
 * @method $this withAdSlotTemplateId($value)
2940
 * @method string getEnvironment()
2941
 * @method $this withEnvironment($value)
2942
 * @method string getAppName()
2943
 * @method $this withAppName($value)
2944
 * @method string getTenantId()
2945
 * @method $this withTenantId($value)
2946
 * @method string getUserSite()
2947
 * @method $this withUserSite($value)
2948
 */
2949
class QuerySlotTemplate extends Rpc
2950
{
2951
}
2952
2953
/**
2954
 * @method string getChannelId()
2955
 * @method $this withChannelId($value)
2956
 */
2957
class QueryTaskBizType extends Rpc
2958
{
2959
}
2960
2961
/**
2962
 * @method string getChannelId()
2963
 * @method $this withChannelId($value)
2964
 */
2965
class QueryTaskRuleLimit extends Rpc
2966
{
2967
}
2968
2969
/**
2970
 * @method string getTaskRuleType()
2971
 * @method $this withTaskRuleType($value)
2972
 * @method string getTaskId()
2973
 * @method $this withTaskId($value)
2974
 */
2975
class QueryTaskRules extends Rpc
2976
{
2977
}
2978
2979
/**
2980
 * @method string getEnvironment()
2981
 * @method $this withEnvironment($value)
2982
 * @method string getBusiness()
2983
 * @method $this withBusiness($value)
2984
 * @method string getAppName()
2985
 * @method $this withAppName($value)
2986
 * @method string getTenantId()
2987
 * @method $this withTenantId($value)
2988
 * @method string getBizId()
2989
 * @method $this withBizId($value)
2990
 * @method string getUserSite()
2991
 * @method $this withUserSite($value)
2992
 * @method string getUserId()
2993
 * @method $this withUserId($value)
2994
 * @method string getOriginSiteUserId()
2995
 * @method $this withOriginSiteUserId($value)
2996
 */
2997
class QueryTenantBizConfig extends Rpc
2998
{
2999
}
3000
3001
/**
3002
 * @method string getBusiness()
3003
 * @method $this withBusiness($value)
3004
 * @method string getUserId()
3005
 * @method $this withUserId($value)
3006
 * @method string getOriginSiteUserId()
3007
 * @method $this withOriginSiteUserId($value)
3008
 * @method string getEnvironment()
3009
 * @method $this withEnvironment($value)
3010
 * @method string getAppName()
3011
 * @method $this withAppName($value)
3012
 * @method string getTenantId()
3013
 * @method $this withTenantId($value)
3014
 * @method string getUserSite()
3015
 * @method $this withUserSite($value)
3016
 */
3017
class QueryTenantInfo extends Rpc
3018
{
3019
}
3020
3021
/**
3022
 * @method string getBusiness()
3023
 * @method $this withBusiness($value)
3024
 * @method string getUserId()
3025
 * @method $this withUserId($value)
3026
 * @method string getOriginSiteUserId()
3027
 * @method $this withOriginSiteUserId($value)
3028
 * @method string getEnvironment()
3029
 * @method $this withEnvironment($value)
3030
 * @method string getAppName()
3031
 * @method $this withAppName($value)
3032
 * @method string getTenantId()
3033
 * @method $this withTenantId($value)
3034
 * @method string getUserSite()
3035
 * @method $this withUserSite($value)
3036
 */
3037
class QueryTenantUser extends Rpc
3038
{
3039
}
3040
3041
/**
3042
 * @method string getBusiness()
3043
 * @method $this withBusiness($value)
3044
 * @method string getUserId()
3045
 * @method $this withUserId($value)
3046
 * @method string getOriginSiteUserId()
3047
 * @method $this withOriginSiteUserId($value)
3048
 * @method string getEnvironment()
3049
 * @method $this withEnvironment($value)
3050
 * @method string getAppName()
3051
 * @method $this withAppName($value)
3052
 * @method string getTenantId()
3053
 * @method $this withTenantId($value)
3054
 * @method string getUserSite()
3055
 * @method $this withUserSite($value)
3056
 */
3057
class QueryTenantUserByUserId extends Rpc
3058
{
3059
}
3060
3061
/**
3062
 * @method string getChannelId()
3063
 * @method $this withChannelId($value)
3064
 */
3065
class QueryUnionChannel extends Rpc
3066
{
3067
}
3068
3069
/**
3070
 * @method string getContentId()
3071
 * @method $this withContentId($value)
3072
 * @method string getProxyUserId()
3073
 * @method $this withProxyUserId($value)
3074
 * @method string getChannelId()
3075
 * @method $this withChannelId($value)
3076
 */
3077
class QueryUnionContentInfo extends Rpc
3078
{
3079
}
3080
3081
/**
3082
 * @method string getUnionBizType()
3083
 * @method $this withUnionBizType($value)
3084
 * @method string getProxyChannelId()
3085
 * @method $this withProxyChannelId($value)
3086
 * @method string getUserNick()
3087
 * @method $this withUserNick($value)
3088
 * @method string getSign()
3089
 * @method $this withSign($value)
3090
 * @method string getAlipayOpenId()
3091
 * @method $this withAlipayOpenId($value)
3092
 * @method string getUserId()
3093
 * @method $this withUserId($value)
3094
 * @method string getChannelId()
3095
 * @method $this withChannelId($value)
3096
 */
3097
class QueryUnionPromotion extends Rpc
3098
{
3099
}
3100
3101
/**
3102
 * @method string getTaskType()
3103
 * @method $this withTaskType($value)
3104
 * @method string getChannelId()
3105
 * @method $this withChannelId($value)
3106
 */
3107
class QueryUnionSumChannelData extends Rpc
3108
{
3109
}
3110
3111
/**
3112
 * @method string getProxyUserId()
3113
 * @method $this withProxyUserId($value)
3114
 * @method string getChannelId()
3115
 * @method $this withChannelId($value)
3116
 * @method string getTaskId()
3117
 * @method $this withTaskId($value)
3118
 */
3119
class QueryUnionTaskInfo extends Rpc
3120
{
3121
}
3122
3123
/**
3124
 * @method string getBrandUserId()
3125
 * @method $this withBrandUserId($value)
3126
 * @method string getBrandUserNick()
3127
 * @method $this withBrandUserNick($value)
3128
 * @method string getProxyUserId()
3129
 * @method $this withProxyUserId($value)
3130
 * @method string getPageSize()
3131
 * @method $this withPageSize($value)
3132
 * @method string getPageIndex()
3133
 * @method $this withPageIndex($value)
3134
 * @method string getChannelId()
3135
 * @method $this withChannelId($value)
3136
 */
3137
class QueryUnionTaskList extends Rpc
3138
{
3139
}
3140
3141
/**
3142
 * @method string getBusiness()
3143
 * @method $this withBusiness($value)
3144
 * @method string getClientToken()
3145
 * @method $this withClientToken($value)
3146
 * @method string getUserId()
3147
 * @method $this withUserId($value)
3148
 * @method string getOriginSiteUserId()
3149
 * @method $this withOriginSiteUserId($value)
3150
 * @method string getSspUser()
3151
 * @method string getEnvironment()
3152
 * @method $this withEnvironment($value)
3153
 * @method string getAppName()
3154
 * @method $this withAppName($value)
3155
 * @method string getTenantId()
3156
 * @method $this withTenantId($value)
3157
 * @method string getUserSite()
3158
 * @method $this withUserSite($value)
3159
 */
3160
class QueryUser extends Rpc
3161
{
3162
3163
    /**
3164
     * @param string $value
3165
     *
3166
     * @return $this
3167
     */
3168
    public function withSspUser($value)
3169
    {
3170
        $this->data['SspUser'] = $value;
3171
        $this->options['form_params']['SspUser'] = $value;
3172
3173
        return $this;
3174
    }
3175
}
3176
3177
/**
3178
 * @method string getAmount()
3179
 * @method $this withAmount($value)
3180
 * @method string getV()
3181
 * @method $this withV($value)
3182
 * @method string getTaskId()
3183
 * @method $this withTaskId($value)
3184
 * @method string getChannelId()
3185
 * @method $this withChannelId($value)
3186
 */
3187
class ReduceAmount extends Rpc
3188
{
3189
}
3190
3191
/**
3192
 * @method string getFirstScene()
3193
 * @method string getDetailAddr()
3194
 * @method string getCity()
3195
 * @method string getDeviceType()
3196
 * @method string getLocationName()
3197
 * @method string getProvince()
3198
 * @method string getDistrict()
3199
 * @method string getDeviceName()
3200
 * @method string getDeviceModelNumber()
3201
 * @method string getSecondScene()
3202
 * @method string getFloor()
3203
 * @method string getChannelId()
3204
 * @method string getOuterCode()
3205
 */
3206
class RegistDevice extends Rpc
3207
{
3208
3209
    /** @var string */
3210
    public $scheme = 'https';
3211
3212
    /**
3213
     * @param string $value
3214
     *
3215
     * @return $this
3216
     */
3217
    public function withFirstScene($value)
3218
    {
3219
        $this->data['FirstScene'] = $value;
3220
        $this->options['form_params']['FirstScene'] = $value;
3221
3222
        return $this;
3223
    }
3224
3225
    /**
3226
     * @param string $value
3227
     *
3228
     * @return $this
3229
     */
3230
    public function withDetailAddr($value)
3231
    {
3232
        $this->data['DetailAddr'] = $value;
3233
        $this->options['form_params']['DetailAddr'] = $value;
3234
3235
        return $this;
3236
    }
3237
3238
    /**
3239
     * @param string $value
3240
     *
3241
     * @return $this
3242
     */
3243
    public function withCity($value)
3244
    {
3245
        $this->data['City'] = $value;
3246
        $this->options['form_params']['City'] = $value;
3247
3248
        return $this;
3249
    }
3250
3251
    /**
3252
     * @param string $value
3253
     *
3254
     * @return $this
3255
     */
3256
    public function withDeviceType($value)
3257
    {
3258
        $this->data['DeviceType'] = $value;
3259
        $this->options['form_params']['DeviceType'] = $value;
3260
3261
        return $this;
3262
    }
3263
3264
    /**
3265
     * @param string $value
3266
     *
3267
     * @return $this
3268
     */
3269
    public function withLocationName($value)
3270
    {
3271
        $this->data['LocationName'] = $value;
3272
        $this->options['form_params']['LocationName'] = $value;
3273
3274
        return $this;
3275
    }
3276
3277
    /**
3278
     * @param string $value
3279
     *
3280
     * @return $this
3281
     */
3282
    public function withProvince($value)
3283
    {
3284
        $this->data['Province'] = $value;
3285
        $this->options['form_params']['Province'] = $value;
3286
3287
        return $this;
3288
    }
3289
3290
    /**
3291
     * @param string $value
3292
     *
3293
     * @return $this
3294
     */
3295
    public function withDistrict($value)
3296
    {
3297
        $this->data['District'] = $value;
3298
        $this->options['form_params']['District'] = $value;
3299
3300
        return $this;
3301
    }
3302
3303
    /**
3304
     * @param string $value
3305
     *
3306
     * @return $this
3307
     */
3308
    public function withDeviceName($value)
3309
    {
3310
        $this->data['DeviceName'] = $value;
3311
        $this->options['form_params']['DeviceName'] = $value;
3312
3313
        return $this;
3314
    }
3315
3316
    /**
3317
     * @param string $value
3318
     *
3319
     * @return $this
3320
     */
3321
    public function withDeviceModelNumber($value)
3322
    {
3323
        $this->data['DeviceModelNumber'] = $value;
3324
        $this->options['form_params']['DeviceModelNumber'] = $value;
3325
3326
        return $this;
3327
    }
3328
3329
    /**
3330
     * @param string $value
3331
     *
3332
     * @return $this
3333
     */
3334
    public function withSecondScene($value)
3335
    {
3336
        $this->data['SecondScene'] = $value;
3337
        $this->options['form_params']['SecondScene'] = $value;
3338
3339
        return $this;
3340
    }
3341
3342
    /**
3343
     * @param string $value
3344
     *
3345
     * @return $this
3346
     */
3347
    public function withFloor($value)
3348
    {
3349
        $this->data['Floor'] = $value;
3350
        $this->options['form_params']['Floor'] = $value;
3351
3352
        return $this;
3353
    }
3354
3355
    /**
3356
     * @param string $value
3357
     *
3358
     * @return $this
3359
     */
3360
    public function withChannelId($value)
3361
    {
3362
        $this->data['ChannelId'] = $value;
3363
        $this->options['form_params']['ChannelId'] = $value;
3364
3365
        return $this;
3366
    }
3367
3368
    /**
3369
     * @param string $value
3370
     *
3371
     * @return $this
3372
     */
3373
    public function withOuterCode($value)
3374
    {
3375
        $this->data['OuterCode'] = $value;
3376
        $this->options['form_params']['OuterCode'] = $value;
3377
3378
        return $this;
3379
    }
3380
}
3381
3382
/**
3383
 * @method string getTaskType()
3384
 * @method $this withTaskType($value)
3385
 * @method string getRealCostAmount()
3386
 * @method $this withRealCostAmount($value)
3387
 * @method string getSex()
3388
 * @method $this withSex($value)
3389
 * @method string getCostDetail()
3390
 * @method $this withCostDetail($value)
3391
 * @method string getTaskTag()
3392
 * @method $this withTaskTag($value)
3393
 * @method string getBizType()
3394
 * @method $this withBizType($value)
3395
 * @method string getDeviceCode()
3396
 * @method $this withDeviceCode($value)
3397
 * @method string getV()
3398
 * @method $this withV($value)
3399
 * @method string getApplyPrice()
3400
 * @method $this withApplyPrice($value)
3401
 * @method string getChargeType()
3402
 * @method $this withChargeType($value)
3403
 * @method string getHoldId()
3404
 * @method $this withHoldId($value)
3405
 * @method string getExtendString()
3406
 * @method $this withExtendString($value)
3407
 * @method string getChannelId()
3408
 * @method $this withChannelId($value)
3409
 * @method string getAge()
3410
 * @method $this withAge($value)
3411
 * @method string getTaskId()
3412
 * @method $this withTaskId($value)
3413
 * @method string getAdvertType()
3414
 * @method $this withAdvertType($value)
3415
 * @method string getOuterCode()
3416
 * @method $this withOuterCode($value)
3417
 * @method string getTradeTime()
3418
 * @method $this withTradeTime($value)
3419
 */
3420
class SaveCpmTrade extends Rpc
3421
{
3422
3423
    /** @var string */
3424
    public $scheme = 'https';
3425
}
3426
3427
/**
3428
 * @method string getRealCostAmount()
3429
 * @method $this withRealCostAmount($value)
3430
 * @method string getSalePrice()
3431
 * @method $this withSalePrice($value)
3432
 * @method string getCommodityId()
3433
 * @method $this withCommodityId($value)
3434
 * @method string getTradeTimeStr()
3435
 * @method $this withTradeTimeStr($value)
3436
 * @method string getHolderId()
3437
 * @method $this withHolderId($value)
3438
 * @method string getDeviceType()
3439
 * @method $this withDeviceType($value)
3440
 * @method string getDeviceCode()
3441
 * @method $this withDeviceCode($value)
3442
 * @method string getApplyPrice()
3443
 * @method $this withApplyPrice($value)
3444
 * @method string getTaskId()
3445
 * @method $this withTaskId($value)
3446
 * @method string getOuterCode()
3447
 * @method $this withOuterCode($value)
3448
 * @method string getQueryStr()
3449
 * @method $this withQueryStr($value)
3450
 * @method string getPhase()
3451
 * @method $this withPhase($value)
3452
 * @method string getBizResult()
3453
 * @method $this withBizResult($value)
3454
 * @method string getTaskType()
3455
 * @method $this withTaskType($value)
3456
 * @method string getBrandUserId()
3457
 * @method $this withBrandUserId($value)
3458
 * @method string getSex()
3459
 * @method $this withSex($value)
3460
 * @method string getCostDetail()
3461
 * @method $this withCostDetail($value)
3462
 * @method string getProxyUserId()
3463
 * @method $this withProxyUserId($value)
3464
 * @method string getAlipayOpenId()
3465
 * @method $this withAlipayOpenId($value)
3466
 * @method string getBizType()
3467
 * @method $this withBizType($value)
3468
 * @method string getBrandNick()
3469
 * @method $this withBrandNick($value)
3470
 * @method string getV()
3471
 * @method $this withV($value)
3472
 * @method string getChargeTag()
3473
 * @method $this withChargeTag($value)
3474
 * @method string getAge()
3475
 * @method $this withAge($value)
3476
 * @method string getChannelId()
3477
 * @method $this withChannelId($value)
3478
 * @method string getCid()
3479
 * @method $this withCid($value)
3480
 */
3481
class ScanCodeNotification extends Rpc
3482
{
3483
3484
    /** @var string */
3485
    public $scheme = 'https';
3486
}
3487
3488
/**
3489
 * @method string getApp()
3490
 * @method $this withApp($value)
3491
 * @method string getExt()
3492
 * @method $this withExt($value)
3493
 * @method string getTest()
3494
 * @method $this withTest($value)
3495
 * @method string getImp()
3496
 * @method $this withImp($value)
3497
 * @method string getId()
3498
 * @method $this withId($value)
3499
 * @method string getUser()
3500
 * @method $this withUser($value)
3501
 * @method string getDevice()
3502
 * @method $this withDevice($value)
3503
 */
3504
class SearchAdvertising extends Rpc
3505
{
3506
}
3507
3508
/**
3509
 * @method string getProductId()
3510
 * @method string getGender()
3511
 * @method string getCity()
3512
 * @method string getUserId()
3513
 * @method string getMac()
3514
 * @method string getProvince()
3515
 * @method string getProductTitle()
3516
 * @method string getBrandId()
3517
 * @method string getSellPrice()
3518
 * @method string getPlat()
3519
 * @method string getComponentId()
3520
 * @method string getAddress()
3521
 * @method string getIp()
3522
 * @method string getMediaId()
3523
 * @method string getPhone()
3524
 * @method string getV()
3525
 * @method string getEnvironmentType()
3526
 * @method string getDistrict()
3527
 * @method string getImei()
3528
 * @method string getPayPrice()
3529
 * @method string getChannelId()
3530
 * @method string getAge()
3531
 * @method string getStatus()
3532
 */
3533
class SendTaokeInfo extends Rpc
3534
{
3535
3536
    /**
3537
     * @param string $value
3538
     *
3539
     * @return $this
3540
     */
3541
    public function withProductId($value)
3542
    {
3543
        $this->data['ProductId'] = $value;
3544
        $this->options['form_params']['ProductId'] = $value;
3545
3546
        return $this;
3547
    }
3548
3549
    /**
3550
     * @param string $value
3551
     *
3552
     * @return $this
3553
     */
3554
    public function withGender($value)
3555
    {
3556
        $this->data['Gender'] = $value;
3557
        $this->options['form_params']['Gender'] = $value;
3558
3559
        return $this;
3560
    }
3561
3562
    /**
3563
     * @param string $value
3564
     *
3565
     * @return $this
3566
     */
3567
    public function withCity($value)
3568
    {
3569
        $this->data['City'] = $value;
3570
        $this->options['form_params']['City'] = $value;
3571
3572
        return $this;
3573
    }
3574
3575
    /**
3576
     * @param string $value
3577
     *
3578
     * @return $this
3579
     */
3580
    public function withUserId($value)
3581
    {
3582
        $this->data['UserId'] = $value;
3583
        $this->options['form_params']['UserId'] = $value;
3584
3585
        return $this;
3586
    }
3587
3588
    /**
3589
     * @param string $value
3590
     *
3591
     * @return $this
3592
     */
3593
    public function withMac($value)
3594
    {
3595
        $this->data['Mac'] = $value;
3596
        $this->options['form_params']['Mac'] = $value;
3597
3598
        return $this;
3599
    }
3600
3601
    /**
3602
     * @param string $value
3603
     *
3604
     * @return $this
3605
     */
3606
    public function withProvince($value)
3607
    {
3608
        $this->data['Province'] = $value;
3609
        $this->options['form_params']['Province'] = $value;
3610
3611
        return $this;
3612
    }
3613
3614
    /**
3615
     * @param string $value
3616
     *
3617
     * @return $this
3618
     */
3619
    public function withProductTitle($value)
3620
    {
3621
        $this->data['ProductTitle'] = $value;
3622
        $this->options['form_params']['ProductTitle'] = $value;
3623
3624
        return $this;
3625
    }
3626
3627
    /**
3628
     * @param string $value
3629
     *
3630
     * @return $this
3631
     */
3632
    public function withBrandId($value)
3633
    {
3634
        $this->data['BrandId'] = $value;
3635
        $this->options['form_params']['BrandId'] = $value;
3636
3637
        return $this;
3638
    }
3639
3640
    /**
3641
     * @param string $value
3642
     *
3643
     * @return $this
3644
     */
3645
    public function withSellPrice($value)
3646
    {
3647
        $this->data['SellPrice'] = $value;
3648
        $this->options['form_params']['SellPrice'] = $value;
3649
3650
        return $this;
3651
    }
3652
3653
    /**
3654
     * @param string $value
3655
     *
3656
     * @return $this
3657
     */
3658
    public function withPlat($value)
3659
    {
3660
        $this->data['Plat'] = $value;
3661
        $this->options['form_params']['Plat'] = $value;
3662
3663
        return $this;
3664
    }
3665
3666
    /**
3667
     * @param string $value
3668
     *
3669
     * @return $this
3670
     */
3671
    public function withComponentId($value)
3672
    {
3673
        $this->data['ComponentId'] = $value;
3674
        $this->options['form_params']['ComponentId'] = $value;
3675
3676
        return $this;
3677
    }
3678
3679
    /**
3680
     * @param string $value
3681
     *
3682
     * @return $this
3683
     */
3684
    public function withAddress($value)
3685
    {
3686
        $this->data['Address'] = $value;
3687
        $this->options['form_params']['Address'] = $value;
3688
3689
        return $this;
3690
    }
3691
3692
    /**
3693
     * @param string $value
3694
     *
3695
     * @return $this
3696
     */
3697
    public function withIp($value)
3698
    {
3699
        $this->data['Ip'] = $value;
3700
        $this->options['form_params']['Ip'] = $value;
3701
3702
        return $this;
3703
    }
3704
3705
    /**
3706
     * @param string $value
3707
     *
3708
     * @return $this
3709
     */
3710
    public function withMediaId($value)
3711
    {
3712
        $this->data['MediaId'] = $value;
3713
        $this->options['form_params']['MediaId'] = $value;
3714
3715
        return $this;
3716
    }
3717
3718
    /**
3719
     * @param string $value
3720
     *
3721
     * @return $this
3722
     */
3723
    public function withPhone($value)
3724
    {
3725
        $this->data['Phone'] = $value;
3726
        $this->options['form_params']['Phone'] = $value;
3727
3728
        return $this;
3729
    }
3730
3731
    /**
3732
     * @param string $value
3733
     *
3734
     * @return $this
3735
     */
3736
    public function withV($value)
3737
    {
3738
        $this->data['V'] = $value;
3739
        $this->options['form_params']['V'] = $value;
3740
3741
        return $this;
3742
    }
3743
3744
    /**
3745
     * @param string $value
3746
     *
3747
     * @return $this
3748
     */
3749
    public function withEnvironmentType($value)
3750
    {
3751
        $this->data['EnvironmentType'] = $value;
3752
        $this->options['form_params']['EnvironmentType'] = $value;
3753
3754
        return $this;
3755
    }
3756
3757
    /**
3758
     * @param string $value
3759
     *
3760
     * @return $this
3761
     */
3762
    public function withDistrict($value)
3763
    {
3764
        $this->data['District'] = $value;
3765
        $this->options['form_params']['District'] = $value;
3766
3767
        return $this;
3768
    }
3769
3770
    /**
3771
     * @param string $value
3772
     *
3773
     * @return $this
3774
     */
3775
    public function withImei($value)
3776
    {
3777
        $this->data['Imei'] = $value;
3778
        $this->options['form_params']['Imei'] = $value;
3779
3780
        return $this;
3781
    }
3782
3783
    /**
3784
     * @param string $value
3785
     *
3786
     * @return $this
3787
     */
3788
    public function withPayPrice($value)
3789
    {
3790
        $this->data['PayPrice'] = $value;
3791
        $this->options['form_params']['PayPrice'] = $value;
3792
3793
        return $this;
3794
    }
3795
3796
    /**
3797
     * @param string $value
3798
     *
3799
     * @return $this
3800
     */
3801
    public function withChannelId($value)
3802
    {
3803
        $this->data['ChannelId'] = $value;
3804
        $this->options['form_params']['ChannelId'] = $value;
3805
3806
        return $this;
3807
    }
3808
3809
    /**
3810
     * @param string $value
3811
     *
3812
     * @return $this
3813
     */
3814
    public function withAge($value)
3815
    {
3816
        $this->data['Age'] = $value;
3817
        $this->options['form_params']['Age'] = $value;
3818
3819
        return $this;
3820
    }
3821
3822
    /**
3823
     * @param string $value
3824
     *
3825
     * @return $this
3826
     */
3827
    public function withStatus($value)
3828
    {
3829
        $this->data['Status'] = $value;
3830
        $this->options['form_params']['Status'] = $value;
3831
3832
        return $this;
3833
    }
3834
}
3835
3836
/**
3837
 * @method string getProxyChannelId()
3838
 * @method $this withProxyChannelId($value)
3839
 * @method string getTaskType()
3840
 * @method $this withTaskType($value)
3841
 * @method string getRealCostAmount()
3842
 * @method $this withRealCostAmount($value)
3843
 * @method string getTaskBizType()
3844
 * @method $this withTaskBizType($value)
3845
 * @method string getSex()
3846
 * @method $this withSex($value)
3847
 * @method string getBrandUserId()
3848
 * @method $this withBrandUserId($value)
3849
 * @method string getBrandName()
3850
 * @method $this withBrandName($value)
3851
 * @method string getProxyUserId()
3852
 * @method $this withProxyUserId($value)
3853
 * @method string getDeviceId()
3854
 * @method $this withDeviceId($value)
3855
 * @method string getHolderId()
3856
 * @method $this withHolderId($value)
3857
 * @method string getBizSerialNumber()
3858
 * @method $this withBizSerialNumber($value)
3859
 * @method string getTaskRuleType()
3860
 * @method $this withTaskRuleType($value)
3861
 * @method string getV()
3862
 * @method $this withV($value)
3863
 * @method string getIndustryLabelBagId()
3864
 * @method $this withIndustryLabelBagId($value)
3865
 * @method string getApplyPrice()
3866
 * @method $this withApplyPrice($value)
3867
 * @method string getTradeTimeString()
3868
 * @method $this withTradeTimeString($value)
3869
 * @method string getExtendInfo()
3870
 * @method $this withExtendInfo($value)
3871
 * @method string getChannelId()
3872
 * @method $this withChannelId($value)
3873
 * @method string getAge()
3874
 * @method $this withAge($value)
3875
 * @method string getTaskId()
3876
 * @method $this withTaskId($value)
3877
 * @method string getStatus()
3878
 * @method $this withStatus($value)
3879
 */
3880
class SyncUnionOrder extends Rpc
3881
{
3882
}
3883
3884
/**
3885
 * @method string getBusiness()
3886
 * @method $this withBusiness($value)
3887
 * @method string getClientToken()
3888
 * @method $this withClientToken($value)
3889
 * @method string getUserId()
3890
 * @method $this withUserId($value)
3891
 * @method string getOriginSiteUserId()
3892
 * @method $this withOriginSiteUserId($value)
3893
 * @method string getEnvironment()
3894
 * @method $this withEnvironment($value)
3895
 * @method string getAppName()
3896
 * @method $this withAppName($value)
3897
 * @method string getTenantId()
3898
 * @method $this withTenantId($value)
3899
 * @method string getUserSite()
3900
 * @method $this withUserSite($value)
3901
 * @method string getFlow()
3902
 */
3903
class UpdateFlow extends Rpc
3904
{
3905
3906
    /**
3907
     * @param string $value
3908
     *
3909
     * @return $this
3910
     */
3911
    public function withFlow($value)
3912
    {
3913
        $this->data['Flow'] = $value;
3914
        $this->options['form_params']['Flow'] = $value;
3915
3916
        return $this;
3917
    }
3918
}
3919
3920
/**
3921
 * @method string getBusiness()
3922
 * @method $this withBusiness($value)
3923
 * @method string getClientToken()
3924
 * @method $this withClientToken($value)
3925
 * @method string getUserId()
3926
 * @method $this withUserId($value)
3927
 * @method string getOriginSiteUserId()
3928
 * @method $this withOriginSiteUserId($value)
3929
 * @method string getSspUser()
3930
 * @method string getEnvironment()
3931
 * @method $this withEnvironment($value)
3932
 * @method string getAppName()
3933
 * @method $this withAppName($value)
3934
 * @method string getTenantId()
3935
 * @method $this withTenantId($value)
3936
 * @method string getUserSite()
3937
 * @method $this withUserSite($value)
3938
 */
3939
class UpdateUser extends Rpc
3940
{
3941
3942
    /**
3943
     * @param string $value
3944
     *
3945
     * @return $this
3946
     */
3947
    public function withSspUser($value)
3948
    {
3949
        $this->data['SspUser'] = $value;
3950
        $this->options['form_params']['SspUser'] = $value;
3951
3952
        return $this;
3953
    }
3954
}
3955