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 ( b831a0...62e276 )
by
unknown
09:09
created

QueryPromotion::withProxyChannelId()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

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