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 ( 295914...c14fdd )
by
unknown
06:58
created

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