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 ( 72efce...86000d )
by
unknown
06:52
created

ChangeSlotStatus::withMessage()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

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