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 ( a09a40...3bcb20 )
by
unknown
06:43
created

BrandMessageMigrate::withProxyUserNick()   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\V20181207;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AccountOperate accountOperate(array $options = [])
9
 * @method BrandMessageMigrate brandMessageMigrate(array $options = [])
10
 * @method CreateOrderProxy createOrderProxy(array $options = [])
11
 * @method GetConsoleInfo getConsoleInfo(array $options = [])
12
 * @method GetImageUrl getImageUrl(array $options = [])
13
 * @method PopUpQuery popUpQuery(array $options = [])
14
 * @method PopUpQuery2 popUpQuery2(array $options = [])
15
 * @method QueryPromotion queryPromotion(array $options = [])
16
 * @method QueryWithPay queryWithPay(array $options = [])
17
 * @method ScanCodeNotification scanCodeNotification(array $options = [])
18
 * @method ServingPlanMigrate servingPlanMigrate(array $options = [])
19
 */
20
class UniMktApiResolver extends ApiResolver
21
{
22
}
23
24
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
25
{
26
    /** @var string */
27
    public $product = 'UniMkt';
28
29
    /** @var string */
30
    public $version = '2018-12-07';
31
32
    /** @var string */
33
    public $method = 'POST';
34
35
    /** @var string */
36
    protected $scheme = 'https';
37
}
38
39
/**
40
 * @method string getAccountManagerNumber()
41
 * @method string getFromUserId()
42
 * @method string getToAccountNo()
43
 * @method string getCataloguePrice()
44
 * @method string getBpId()
45
 * @method string getOperateName()
46
 * @method string getBalance()
47
 * @method string getActualAmount()
48
 * @method string getProxyUserNick()
49
 * @method string getFromAccountNo()
50
 * @method string getPriceVersion()
51
 * @method string getCreateTime()
52
 * @method string getAmount()
53
 * @method string getAccountManagerName()
54
 * @method string getToUserId()
55
 * @method string getMarketCount()
56
 * @method string getProxyUserId()
57
 * @method string getDiscountRate()
58
 * @method string getAccuActualAmount()
59
 * @method string getFlowId()
60
 * @method string getPreDebit()
61
 * @method string getAccuAmount()
62
 */
63
class AccountOperate extends Rpc
64
{
65
66
    /**
67
     * @param string $value
68
     *
69
     * @return $this
70
     */
71
    public function withAccountManagerNumber($value)
72
    {
73
        $this->data['AccountManagerNumber'] = $value;
74
        $this->options['form_params']['AccountManagerNumber'] = $value;
75
76
        return $this;
77
    }
78
79
    /**
80
     * @param string $value
81
     *
82
     * @return $this
83
     */
84
    public function withFromUserId($value)
85
    {
86
        $this->data['FromUserId'] = $value;
87
        $this->options['form_params']['FromUserId'] = $value;
88
89
        return $this;
90
    }
91
92
    /**
93
     * @param string $value
94
     *
95
     * @return $this
96
     */
97
    public function withToAccountNo($value)
98
    {
99
        $this->data['ToAccountNo'] = $value;
100
        $this->options['form_params']['ToAccountNo'] = $value;
101
102
        return $this;
103
    }
104
105
    /**
106
     * @param string $value
107
     *
108
     * @return $this
109
     */
110
    public function withCataloguePrice($value)
111
    {
112
        $this->data['CataloguePrice'] = $value;
113
        $this->options['form_params']['CataloguePrice'] = $value;
114
115
        return $this;
116
    }
117
118
    /**
119
     * @param string $value
120
     *
121
     * @return $this
122
     */
123
    public function withBpId($value)
124
    {
125
        $this->data['BpId'] = $value;
126
        $this->options['form_params']['BpId'] = $value;
127
128
        return $this;
129
    }
130
131
    /**
132
     * @param string $value
133
     *
134
     * @return $this
135
     */
136
    public function withOperateName($value)
137
    {
138
        $this->data['OperateName'] = $value;
139
        $this->options['form_params']['OperateName'] = $value;
140
141
        return $this;
142
    }
143
144
    /**
145
     * @param string $value
146
     *
147
     * @return $this
148
     */
149
    public function withBalance($value)
150
    {
151
        $this->data['Balance'] = $value;
152
        $this->options['form_params']['Balance'] = $value;
153
154
        return $this;
155
    }
156
157
    /**
158
     * @param string $value
159
     *
160
     * @return $this
161
     */
162
    public function withActualAmount($value)
163
    {
164
        $this->data['ActualAmount'] = $value;
165
        $this->options['form_params']['ActualAmount'] = $value;
166
167
        return $this;
168
    }
169
170
    /**
171
     * @param string $value
172
     *
173
     * @return $this
174
     */
175
    public function withProxyUserNick($value)
176
    {
177
        $this->data['ProxyUserNick'] = $value;
178
        $this->options['form_params']['ProxyUserNick'] = $value;
179
180
        return $this;
181
    }
182
183
    /**
184
     * @param string $value
185
     *
186
     * @return $this
187
     */
188
    public function withFromAccountNo($value)
189
    {
190
        $this->data['FromAccountNo'] = $value;
191
        $this->options['form_params']['FromAccountNo'] = $value;
192
193
        return $this;
194
    }
195
196
    /**
197
     * @param string $value
198
     *
199
     * @return $this
200
     */
201
    public function withPriceVersion($value)
202
    {
203
        $this->data['PriceVersion'] = $value;
204
        $this->options['form_params']['PriceVersion'] = $value;
205
206
        return $this;
207
    }
208
209
    /**
210
     * @param string $value
211
     *
212
     * @return $this
213
     */
214
    public function withCreateTime($value)
215
    {
216
        $this->data['CreateTime'] = $value;
217
        $this->options['form_params']['CreateTime'] = $value;
218
219
        return $this;
220
    }
221
222
    /**
223
     * @param string $value
224
     *
225
     * @return $this
226
     */
227
    public function withAmount($value)
228
    {
229
        $this->data['Amount'] = $value;
230
        $this->options['form_params']['Amount'] = $value;
231
232
        return $this;
233
    }
234
235
    /**
236
     * @param string $value
237
     *
238
     * @return $this
239
     */
240
    public function withAccountManagerName($value)
241
    {
242
        $this->data['AccountManagerName'] = $value;
243
        $this->options['form_params']['AccountManagerName'] = $value;
244
245
        return $this;
246
    }
247
248
    /**
249
     * @param string $value
250
     *
251
     * @return $this
252
     */
253
    public function withToUserId($value)
254
    {
255
        $this->data['ToUserId'] = $value;
256
        $this->options['form_params']['ToUserId'] = $value;
257
258
        return $this;
259
    }
260
261
    /**
262
     * @param string $value
263
     *
264
     * @return $this
265
     */
266
    public function withMarketCount($value)
267
    {
268
        $this->data['MarketCount'] = $value;
269
        $this->options['form_params']['MarketCount'] = $value;
270
271
        return $this;
272
    }
273
274
    /**
275
     * @param string $value
276
     *
277
     * @return $this
278
     */
279
    public function withProxyUserId($value)
280
    {
281
        $this->data['ProxyUserId'] = $value;
282
        $this->options['form_params']['ProxyUserId'] = $value;
283
284
        return $this;
285
    }
286
287
    /**
288
     * @param string $value
289
     *
290
     * @return $this
291
     */
292
    public function withDiscountRate($value)
293
    {
294
        $this->data['DiscountRate'] = $value;
295
        $this->options['form_params']['DiscountRate'] = $value;
296
297
        return $this;
298
    }
299
300
    /**
301
     * @param string $value
302
     *
303
     * @return $this
304
     */
305
    public function withAccuActualAmount($value)
306
    {
307
        $this->data['AccuActualAmount'] = $value;
308
        $this->options['form_params']['AccuActualAmount'] = $value;
309
310
        return $this;
311
    }
312
313
    /**
314
     * @param string $value
315
     *
316
     * @return $this
317
     */
318
    public function withFlowId($value)
319
    {
320
        $this->data['FlowId'] = $value;
321
        $this->options['form_params']['FlowId'] = $value;
322
323
        return $this;
324
    }
325
326
    /**
327
     * @param string $value
328
     *
329
     * @return $this
330
     */
331
    public function withPreDebit($value)
332
    {
333
        $this->data['PreDebit'] = $value;
334
        $this->options['form_params']['PreDebit'] = $value;
335
336
        return $this;
337
    }
338
339
    /**
340
     * @param string $value
341
     *
342
     * @return $this
343
     */
344
    public function withAccuAmount($value)
345
    {
346
        $this->data['AccuAmount'] = $value;
347
        $this->options['form_params']['AccuAmount'] = $value;
348
349
        return $this;
350
    }
351
}
352
353
/**
354
 * @method string getBrandUserId()
355
 * @method string getBrandUserNick()
356
 * @method string getIndustry()
357
 * @method string getProxyUserId()
358
 * @method string getUserId()
359
 * @method string getContactName()
360
 * @method string getAccountNo()
361
 * @method string getCompany()
362
 * @method string getProxyUserNick()
363
 * @method string getContactPhone()
364
 */
365
class BrandMessageMigrate extends Rpc
366
{
367
368
    /**
369
     * @param string $value
370
     *
371
     * @return $this
372
     */
373
    public function withBrandUserId($value)
374
    {
375
        $this->data['BrandUserId'] = $value;
376
        $this->options['form_params']['BrandUserId'] = $value;
377
378
        return $this;
379
    }
380
381
    /**
382
     * @param string $value
383
     *
384
     * @return $this
385
     */
386
    public function withBrandUserNick($value)
387
    {
388
        $this->data['BrandUserNick'] = $value;
389
        $this->options['form_params']['BrandUserNick'] = $value;
390
391
        return $this;
392
    }
393
394
    /**
395
     * @param string $value
396
     *
397
     * @return $this
398
     */
399
    public function withIndustry($value)
400
    {
401
        $this->data['Industry'] = $value;
402
        $this->options['form_params']['Industry'] = $value;
403
404
        return $this;
405
    }
406
407
    /**
408
     * @param string $value
409
     *
410
     * @return $this
411
     */
412
    public function withProxyUserId($value)
413
    {
414
        $this->data['ProxyUserId'] = $value;
415
        $this->options['form_params']['ProxyUserId'] = $value;
416
417
        return $this;
418
    }
419
420
    /**
421
     * @param string $value
422
     *
423
     * @return $this
424
     */
425
    public function withUserId($value)
426
    {
427
        $this->data['UserId'] = $value;
428
        $this->options['form_params']['UserId'] = $value;
429
430
        return $this;
431
    }
432
433
    /**
434
     * @param string $value
435
     *
436
     * @return $this
437
     */
438
    public function withContactName($value)
439
    {
440
        $this->data['ContactName'] = $value;
441
        $this->options['form_params']['ContactName'] = $value;
442
443
        return $this;
444
    }
445
446
    /**
447
     * @param string $value
448
     *
449
     * @return $this
450
     */
451
    public function withAccountNo($value)
452
    {
453
        $this->data['AccountNo'] = $value;
454
        $this->options['form_params']['AccountNo'] = $value;
455
456
        return $this;
457
    }
458
459
    /**
460
     * @param string $value
461
     *
462
     * @return $this
463
     */
464
    public function withCompany($value)
465
    {
466
        $this->data['Company'] = $value;
467
        $this->options['form_params']['Company'] = $value;
468
469
        return $this;
470
    }
471
472
    /**
473
     * @param string $value
474
     *
475
     * @return $this
476
     */
477
    public function withProxyUserNick($value)
478
    {
479
        $this->data['ProxyUserNick'] = $value;
480
        $this->options['form_params']['ProxyUserNick'] = $value;
481
482
        return $this;
483
    }
484
485
    /**
486
     * @param string $value
487
     *
488
     * @return $this
489
     */
490
    public function withContactPhone($value)
491
    {
492
        $this->data['ContactPhone'] = $value;
493
        $this->options['form_params']['ContactPhone'] = $value;
494
495
        return $this;
496
    }
497
}
498
499
/**
500
 * @method string getSalePrice()
501
 * @method $this withSalePrice($value)
502
 * @method string getCommodityId()
503
 * @method $this withCommodityId($value)
504
 * @method string getHolderId()
505
 * @method $this withHolderId($value)
506
 * @method string getPromotionId()
507
 * @method $this withPromotionId($value)
508
 * @method string getDeviceType()
509
 * @method $this withDeviceType($value)
510
 * @method string getAlipayUid()
511
 * @method $this withAlipayUid($value)
512
 * @method string getDeviceCode()
513
 * @method $this withDeviceCode($value)
514
 * @method string getV()
515
 * @method $this withV($value)
516
 * @method string getChannelId()
517
 * @method $this withChannelId($value)
518
 * @method string getOuterCode()
519
 * @method $this withOuterCode($value)
520
 * @method string getQueryStr()
521
 * @method $this withQueryStr($value)
522
 */
523
class CreateOrderProxy extends Rpc
524
{
525
}
526
527
/**
528
 * @method string getMessage()
529
 */
530
class GetConsoleInfo extends Rpc
531
{
532
533
    /**
534
     * @param string $value
535
     *
536
     * @return $this
537
     */
538
    public function withMessage($value)
539
    {
540
        $this->data['Message'] = $value;
541
        $this->options['form_params']['Message'] = $value;
542
543
        return $this;
544
    }
545
}
546
547
/**
548
 * @method string getCommodityId()
549
 * @method $this withCommodityId($value)
550
 */
551
class GetImageUrl extends Rpc
552
{
553
}
554
555
/**
556
 * @method string getOptionType()
557
 * @method string getExtra()
558
 * @method string getUrlId()
559
 * @method string getAlipayOpenId()
560
 * @method string getChannelId()
561
 * @method string getOuterCode()
562
 */
563
class PopUpQuery extends Rpc
564
{
565
566
    /**
567
     * @param string $value
568
     *
569
     * @return $this
570
     */
571
    public function withOptionType($value)
572
    {
573
        $this->data['OptionType'] = $value;
574
        $this->options['form_params']['OptionType'] = $value;
575
576
        return $this;
577
    }
578
579
    /**
580
     * @param string $value
581
     *
582
     * @return $this
583
     */
584
    public function withExtra($value)
585
    {
586
        $this->data['Extra'] = $value;
587
        $this->options['form_params']['Extra'] = $value;
588
589
        return $this;
590
    }
591
592
    /**
593
     * @param string $value
594
     *
595
     * @return $this
596
     */
597
    public function withUrlId($value)
598
    {
599
        $this->data['UrlId'] = $value;
600
        $this->options['form_params']['UrlId'] = $value;
601
602
        return $this;
603
    }
604
605
    /**
606
     * @param string $value
607
     *
608
     * @return $this
609
     */
610
    public function withAlipayOpenId($value)
611
    {
612
        $this->data['AlipayOpenId'] = $value;
613
        $this->options['form_params']['AlipayOpenId'] = $value;
614
615
        return $this;
616
    }
617
618
    /**
619
     * @param string $value
620
     *
621
     * @return $this
622
     */
623
    public function withChannelId($value)
624
    {
625
        $this->data['ChannelId'] = $value;
626
        $this->options['form_params']['ChannelId'] = $value;
627
628
        return $this;
629
    }
630
631
    /**
632
     * @param string $value
633
     *
634
     * @return $this
635
     */
636
    public function withOuterCode($value)
637
    {
638
        $this->data['OuterCode'] = $value;
639
        $this->options['form_params']['OuterCode'] = $value;
640
641
        return $this;
642
    }
643
}
644
645
/**
646
 * @method string getExtra()
647
 * @method string getUrlId()
648
 * @method string getAlipayOpenId()
649
 * @method string getChannelId()
650
 * @method string getOuterCode()
651
 */
652
class PopUpQuery2 extends Rpc
653
{
654
655
    /**
656
     * @param string $value
657
     *
658
     * @return $this
659
     */
660
    public function withExtra($value)
661
    {
662
        $this->data['Extra'] = $value;
663
        $this->options['form_params']['Extra'] = $value;
664
665
        return $this;
666
    }
667
668
    /**
669
     * @param string $value
670
     *
671
     * @return $this
672
     */
673
    public function withUrlId($value)
674
    {
675
        $this->data['UrlId'] = $value;
676
        $this->options['form_params']['UrlId'] = $value;
677
678
        return $this;
679
    }
680
681
    /**
682
     * @param string $value
683
     *
684
     * @return $this
685
     */
686
    public function withAlipayOpenId($value)
687
    {
688
        $this->data['AlipayOpenId'] = $value;
689
        $this->options['form_params']['AlipayOpenId'] = $value;
690
691
        return $this;
692
    }
693
694
    /**
695
     * @param string $value
696
     *
697
     * @return $this
698
     */
699
    public function withChannelId($value)
700
    {
701
        $this->data['ChannelId'] = $value;
702
        $this->options['form_params']['ChannelId'] = $value;
703
704
        return $this;
705
    }
706
707
    /**
708
     * @param string $value
709
     *
710
     * @return $this
711
     */
712
    public function withOuterCode($value)
713
    {
714
        $this->data['OuterCode'] = $value;
715
        $this->options['form_params']['OuterCode'] = $value;
716
717
        return $this;
718
    }
719
}
720
721
/**
722
 * @method string getExtra()
723
 * @method string getAlipayOpenId()
724
 * @method string getChannelId()
725
 */
726
class QueryPromotion extends Rpc
727
{
728
729
    /**
730
     * @param string $value
731
     *
732
     * @return $this
733
     */
734
    public function withExtra($value)
735
    {
736
        $this->data['Extra'] = $value;
737
        $this->options['form_params']['Extra'] = $value;
738
739
        return $this;
740
    }
741
742
    /**
743
     * @param string $value
744
     *
745
     * @return $this
746
     */
747
    public function withAlipayOpenId($value)
748
    {
749
        $this->data['AlipayOpenId'] = $value;
750
        $this->options['form_params']['AlipayOpenId'] = $value;
751
752
        return $this;
753
    }
754
755
    /**
756
     * @param string $value
757
     *
758
     * @return $this
759
     */
760
    public function withChannelId($value)
761
    {
762
        $this->data['ChannelId'] = $value;
763
        $this->options['form_params']['ChannelId'] = $value;
764
765
        return $this;
766
    }
767
}
768
769
/**
770
 * @method string getExtra()
771
 * @method string getSalePrice()
772
 * @method string getCommodityId()
773
 * @method string getAlipayOpenId()
774
 * @method string getDeviceSn()
775
 * @method string getChannelId()
776
 */
777
class QueryWithPay extends Rpc
778
{
779
780
    /**
781
     * @param string $value
782
     *
783
     * @return $this
784
     */
785
    public function withExtra($value)
786
    {
787
        $this->data['Extra'] = $value;
788
        $this->options['form_params']['Extra'] = $value;
789
790
        return $this;
791
    }
792
793
    /**
794
     * @param string $value
795
     *
796
     * @return $this
797
     */
798
    public function withSalePrice($value)
799
    {
800
        $this->data['SalePrice'] = $value;
801
        $this->options['form_params']['SalePrice'] = $value;
802
803
        return $this;
804
    }
805
806
    /**
807
     * @param string $value
808
     *
809
     * @return $this
810
     */
811
    public function withCommodityId($value)
812
    {
813
        $this->data['CommodityId'] = $value;
814
        $this->options['form_params']['CommodityId'] = $value;
815
816
        return $this;
817
    }
818
819
    /**
820
     * @param string $value
821
     *
822
     * @return $this
823
     */
824
    public function withAlipayOpenId($value)
825
    {
826
        $this->data['AlipayOpenId'] = $value;
827
        $this->options['form_params']['AlipayOpenId'] = $value;
828
829
        return $this;
830
    }
831
832
    /**
833
     * @param string $value
834
     *
835
     * @return $this
836
     */
837
    public function withDeviceSn($value)
838
    {
839
        $this->data['DeviceSn'] = $value;
840
        $this->options['form_params']['DeviceSn'] = $value;
841
842
        return $this;
843
    }
844
845
    /**
846
     * @param string $value
847
     *
848
     * @return $this
849
     */
850
    public function withChannelId($value)
851
    {
852
        $this->data['ChannelId'] = $value;
853
        $this->options['form_params']['ChannelId'] = $value;
854
855
        return $this;
856
    }
857
}
858
859
/**
860
 * @method string getRealCostAmount()
861
 * @method $this withRealCostAmount($value)
862
 * @method string getSalePrice()
863
 * @method $this withSalePrice($value)
864
 * @method string getCommodityId()
865
 * @method $this withCommodityId($value)
866
 * @method string getHolderId()
867
 * @method $this withHolderId($value)
868
 * @method string getDeviceType()
869
 * @method $this withDeviceType($value)
870
 * @method string getDeviceCode()
871
 * @method $this withDeviceCode($value)
872
 * @method string getApplyPrice()
873
 * @method $this withApplyPrice($value)
874
 * @method string getTaskId()
875
 * @method $this withTaskId($value)
876
 * @method string getOuterCode()
877
 * @method $this withOuterCode($value)
878
 * @method string getQueryStr()
879
 * @method $this withQueryStr($value)
880
 * @method string getPhase()
881
 * @method $this withPhase($value)
882
 * @method string getBizResult()
883
 * @method $this withBizResult($value)
884
 * @method string getTaskType()
885
 * @method $this withTaskType($value)
886
 * @method string getBrandUserId()
887
 * @method $this withBrandUserId($value)
888
 * @method string getSex()
889
 * @method $this withSex($value)
890
 * @method string getProxyUserId()
891
 * @method $this withProxyUserId($value)
892
 * @method string getAlipayOpenId()
893
 * @method $this withAlipayOpenId($value)
894
 * @method string getBizType()
895
 * @method $this withBizType($value)
896
 * @method string getBrandNick()
897
 * @method $this withBrandNick($value)
898
 * @method string getV()
899
 * @method $this withV($value)
900
 * @method string getChargeTag()
901
 * @method $this withChargeTag($value)
902
 * @method string getAge()
903
 * @method $this withAge($value)
904
 * @method string getChannelId()
905
 * @method $this withChannelId($value)
906
 * @method string getCid()
907
 * @method $this withCid($value)
908
 */
909
class ScanCodeNotification extends Rpc
910
{
911
}
912
913
/**
914
 * @method string getQuotaPerDay()
915
 * @method string getBrandUserId()
916
 * @method string getEndTime()
917
 * @method string getBrandUserNick()
918
 * @method string getStartTime()
919
 * @method string getProxyUserId()
920
 * @method string getBizType()
921
 * @method string getQuota()
922
 * @method string getName()
923
 * @method string getProxyUserNick()
924
 * @method string getPayType()
925
 * @method string getTaskId()
926
 * @method string getStatus()
927
 */
928
class ServingPlanMigrate extends Rpc
929
{
930
931
    /**
932
     * @param string $value
933
     *
934
     * @return $this
935
     */
936
    public function withQuotaPerDay($value)
937
    {
938
        $this->data['QuotaPerDay'] = $value;
939
        $this->options['form_params']['QuotaPerDay'] = $value;
940
941
        return $this;
942
    }
943
944
    /**
945
     * @param string $value
946
     *
947
     * @return $this
948
     */
949
    public function withBrandUserId($value)
950
    {
951
        $this->data['BrandUserId'] = $value;
952
        $this->options['form_params']['BrandUserId'] = $value;
953
954
        return $this;
955
    }
956
957
    /**
958
     * @param string $value
959
     *
960
     * @return $this
961
     */
962
    public function withEndTime($value)
963
    {
964
        $this->data['EndTime'] = $value;
965
        $this->options['form_params']['EndTime'] = $value;
966
967
        return $this;
968
    }
969
970
    /**
971
     * @param string $value
972
     *
973
     * @return $this
974
     */
975
    public function withBrandUserNick($value)
976
    {
977
        $this->data['BrandUserNick'] = $value;
978
        $this->options['form_params']['BrandUserNick'] = $value;
979
980
        return $this;
981
    }
982
983
    /**
984
     * @param string $value
985
     *
986
     * @return $this
987
     */
988
    public function withStartTime($value)
989
    {
990
        $this->data['StartTime'] = $value;
991
        $this->options['form_params']['StartTime'] = $value;
992
993
        return $this;
994
    }
995
996
    /**
997
     * @param string $value
998
     *
999
     * @return $this
1000
     */
1001
    public function withProxyUserId($value)
1002
    {
1003
        $this->data['ProxyUserId'] = $value;
1004
        $this->options['form_params']['ProxyUserId'] = $value;
1005
1006
        return $this;
1007
    }
1008
1009
    /**
1010
     * @param string $value
1011
     *
1012
     * @return $this
1013
     */
1014
    public function withBizType($value)
1015
    {
1016
        $this->data['BizType'] = $value;
1017
        $this->options['form_params']['BizType'] = $value;
1018
1019
        return $this;
1020
    }
1021
1022
    /**
1023
     * @param string $value
1024
     *
1025
     * @return $this
1026
     */
1027
    public function withQuota($value)
1028
    {
1029
        $this->data['Quota'] = $value;
1030
        $this->options['form_params']['Quota'] = $value;
1031
1032
        return $this;
1033
    }
1034
1035
    /**
1036
     * @param string $value
1037
     *
1038
     * @return $this
1039
     */
1040
    public function withName($value)
1041
    {
1042
        $this->data['Name'] = $value;
1043
        $this->options['form_params']['Name'] = $value;
1044
1045
        return $this;
1046
    }
1047
1048
    /**
1049
     * @param string $value
1050
     *
1051
     * @return $this
1052
     */
1053
    public function withProxyUserNick($value)
1054
    {
1055
        $this->data['ProxyUserNick'] = $value;
1056
        $this->options['form_params']['ProxyUserNick'] = $value;
1057
1058
        return $this;
1059
    }
1060
1061
    /**
1062
     * @param string $value
1063
     *
1064
     * @return $this
1065
     */
1066
    public function withPayType($value)
1067
    {
1068
        $this->data['PayType'] = $value;
1069
        $this->options['form_params']['PayType'] = $value;
1070
1071
        return $this;
1072
    }
1073
1074
    /**
1075
     * @param string $value
1076
     *
1077
     * @return $this
1078
     */
1079
    public function withTaskId($value)
1080
    {
1081
        $this->data['TaskId'] = $value;
1082
        $this->options['form_params']['TaskId'] = $value;
1083
1084
        return $this;
1085
    }
1086
1087
    /**
1088
     * @param string $value
1089
     *
1090
     * @return $this
1091
     */
1092
    public function withStatus($value)
1093
    {
1094
        $this->data['Status'] = $value;
1095
        $this->options['form_params']['Status'] = $value;
1096
1097
        return $this;
1098
    }
1099
}
1100