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 ( 570a9f...e26954 )
by
unknown
06:44
created

UploadMcubeMiniPackage   A

Complexity

Total Complexity 24

Size/Duplication

Total Lines 313
Duplicated Lines 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
wmc 24
eloc 73
c 1
b 0
f 0
dl 0
loc 313
rs 10

24 Methods

Rating   Name   Duplication   Size   Complexity  
A withEnableTabBar() 0 6 1
A withAppId() 0 6 1
A withVhost() 0 6 1
A withWorkspaceId() 0 6 1
A withInstallType() 0 6 1
A withExtendInfo() 0 6 1
A withUserId() 0 6 1
A withPackageType() 0 6 1
A withUuid() 0 6 1
A withH5Version() 0 6 1
A withEnableKeepAlive() 0 6 1
A withIconFileUrl() 0 6 1
A withH5Name() 0 6 1
A withEnableOptionMenu() 0 6 1
A withOnexFlag() 0 6 1
A withClientVersionMax() 0 6 1
A withClientVersionMin() 0 6 1
A withMainUrl() 0 6 1
A withPlatform() 0 6 1
A withTenantId() 0 6 1
A withAutoInstall() 0 6 1
A withResourceFileUrl() 0 6 1
A withResourceType() 0 6 1
A withH5Id() 0 6 1
1
<?php
2
3
namespace AlibabaCloud\MPaaS\V20190821;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method ChangeMcubeMiniTaskStatus changeMcubeMiniTaskStatus(array $options = [])
9
 * @method CreateMcubeMiniApp createMcubeMiniApp(array $options = [])
10
 * @method CreateMcubeMiniTask createMcubeMiniTask(array $options = [])
11
 * @method CreateMcubeVhost createMcubeVhost(array $options = [])
12
 * @method CreateMcubeWhitelist createMcubeWhitelist(array $options = [])
13
 * @method CreateMcubeWhitelistForIde createMcubeWhitelistForIde(array $options = [])
14
 * @method CreateMsaEnhance createMsaEnhance(array $options = [])
15
 * @method CreateOpenGlobalData createOpenGlobalData(array $options = [])
16
 * @method CreateOpenSingleData createOpenSingleData(array $options = [])
17
 * @method DeleteMcubeMiniApp deleteMcubeMiniApp(array $options = [])
18
 * @method DeleteMcubeWhitelist deleteMcubeWhitelist(array $options = [])
19
 * @method DeleteMpaasMrtcArtvcRecordfile deleteMpaasMrtcArtvcRecordfile(array $options = [])
20
 * @method ExistMcubeRsaKey existMcubeRsaKey(array $options = [])
21
 * @method ExportMappCenterAppConfig exportMappCenterAppConfig(array $options = [])
22
 * @method GetMcubeFileToken getMcubeFileToken(array $options = [])
23
 * @method ListMappCenterApps listMappCenterApps(array $options = [])
24
 * @method ListMappCenterWorkspaces listMappCenterWorkspaces(array $options = [])
25
 * @method ListMcdpAim listMcdpAim(array $options = [])
26
 * @method ListMcubeMiniApps listMcubeMiniApps(array $options = [])
27
 * @method ListMcubeMiniPackages listMcubeMiniPackages(array $options = [])
28
 * @method ListMcubeMiniTasks listMcubeMiniTasks(array $options = [])
29
 * @method ListMcubeWhitelists listMcubeWhitelists(array $options = [])
30
 * @method ListMgsApi listMgsApi(array $options = [])
31
 * @method ListMPaaSMasTinyApp listMPaaSMasTinyApp(array $options = [])
32
 * @method PushBroadcast pushBroadcast(array $options = [])
33
 * @method PushMultiple pushMultiple(array $options = [])
34
 * @method PushSimple pushSimple(array $options = [])
35
 * @method PushTemplate pushTemplate(array $options = [])
36
 * @method QueryMappCenterApp queryMappCenterApp(array $options = [])
37
 * @method QueryMcubeMiniPackage queryMcubeMiniPackage(array $options = [])
38
 * @method QueryMcubeMiniTask queryMcubeMiniTask(array $options = [])
39
 * @method QueryMcubeVhost queryMcubeVhost(array $options = [])
40
 * @method QueryMgsApipage queryMgsApipage(array $options = [])
41
 * @method QueryMgsApirest queryMgsApirest(array $options = [])
42
 * @method QueryMgsTestreqbodyautogen queryMgsTestreqbodyautogen(array $options = [])
43
 * @method QueryMPaaSMasTinyAppDailyData queryMPaaSMasTinyAppDailyData(array $options = [])
44
 * @method QueryMPaaSMasTinyAppDailyPageView queryMPaaSMasTinyAppDailyPageView(array $options = [])
45
 * @method QueryMPaaSMasTinyAppHistoryData queryMPaaSMasTinyAppHistoryData(array $options = [])
46
 * @method QueryMpaasMrtcArtvcRecordfile queryMpaasMrtcArtvcRecordfile(array $options = [])
47
 * @method RunMsaDiff runMsaDiff(array $options = [])
48
 * @method SaveMgsApirest saveMgsApirest(array $options = [])
49
 * @method UpdateMcubeWhitelist updateMcubeWhitelist(array $options = [])
50
 * @method UpdateMpaasAppInfo updateMpaasAppInfo(array $options = [])
51
 * @method UploadMcubeMiniPackage uploadMcubeMiniPackage(array $options = [])
52
 * @method UploadMcubeRsaKey uploadMcubeRsaKey(array $options = [])
53
 */
54
class MPaaSApiResolver extends ApiResolver
55
{
56
}
57
58
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
59
{
60
    /** @var string */
61
    public $product = 'mPaaS';
62
63
    /** @var string */
64
    public $version = '2019-08-21';
65
66
    /** @var string */
67
    public $method = 'POST';
68
}
69
70
/**
71
 * @method string getPackageId()
72
 * @method string getTaskStatus()
73
 * @method string getTenantId()
74
 * @method string getTaskId()
75
 * @method string getBizType()
76
 * @method string getAppId()
77
 * @method string getWorkspaceId()
78
 */
79
class ChangeMcubeMiniTaskStatus extends Rpc
80
{
81
82
    /**
83
     * @param string $value
84
     *
85
     * @return $this
86
     */
87
    public function withPackageId($value)
88
    {
89
        $this->data['PackageId'] = $value;
90
        $this->options['form_params']['PackageId'] = $value;
91
92
        return $this;
93
    }
94
95
    /**
96
     * @param string $value
97
     *
98
     * @return $this
99
     */
100
    public function withTaskStatus($value)
101
    {
102
        $this->data['TaskStatus'] = $value;
103
        $this->options['form_params']['TaskStatus'] = $value;
104
105
        return $this;
106
    }
107
108
    /**
109
     * @param string $value
110
     *
111
     * @return $this
112
     */
113
    public function withTenantId($value)
114
    {
115
        $this->data['TenantId'] = $value;
116
        $this->options['form_params']['TenantId'] = $value;
117
118
        return $this;
119
    }
120
121
    /**
122
     * @param string $value
123
     *
124
     * @return $this
125
     */
126
    public function withTaskId($value)
127
    {
128
        $this->data['TaskId'] = $value;
129
        $this->options['form_params']['TaskId'] = $value;
130
131
        return $this;
132
    }
133
134
    /**
135
     * @param string $value
136
     *
137
     * @return $this
138
     */
139
    public function withBizType($value)
140
    {
141
        $this->data['BizType'] = $value;
142
        $this->options['form_params']['BizType'] = $value;
143
144
        return $this;
145
    }
146
147
    /**
148
     * @param string $value
149
     *
150
     * @return $this
151
     */
152
    public function withAppId($value)
153
    {
154
        $this->data['AppId'] = $value;
155
        $this->options['form_params']['AppId'] = $value;
156
157
        return $this;
158
    }
159
160
    /**
161
     * @param string $value
162
     *
163
     * @return $this
164
     */
165
    public function withWorkspaceId($value)
166
    {
167
        $this->data['WorkspaceId'] = $value;
168
        $this->options['form_params']['WorkspaceId'] = $value;
169
170
        return $this;
171
    }
172
}
173
174
/**
175
 * @method string getH5Name()
176
 * @method string getH5Id()
177
 * @method string getTenantId()
178
 * @method string getAppId()
179
 * @method string getWorkspaceId()
180
 */
181
class CreateMcubeMiniApp extends Rpc
182
{
183
184
    /**
185
     * @param string $value
186
     *
187
     * @return $this
188
     */
189
    public function withH5Name($value)
190
    {
191
        $this->data['H5Name'] = $value;
192
        $this->options['form_params']['H5Name'] = $value;
193
194
        return $this;
195
    }
196
197
    /**
198
     * @param string $value
199
     *
200
     * @return $this
201
     */
202
    public function withH5Id($value)
203
    {
204
        $this->data['H5Id'] = $value;
205
        $this->options['form_params']['H5Id'] = $value;
206
207
        return $this;
208
    }
209
210
    /**
211
     * @param string $value
212
     *
213
     * @return $this
214
     */
215
    public function withTenantId($value)
216
    {
217
        $this->data['TenantId'] = $value;
218
        $this->options['form_params']['TenantId'] = $value;
219
220
        return $this;
221
    }
222
223
    /**
224
     * @param string $value
225
     *
226
     * @return $this
227
     */
228
    public function withAppId($value)
229
    {
230
        $this->data['AppId'] = $value;
231
        $this->options['form_params']['AppId'] = $value;
232
233
        return $this;
234
    }
235
236
    /**
237
     * @param string $value
238
     *
239
     * @return $this
240
     */
241
    public function withWorkspaceId($value)
242
    {
243
        $this->data['WorkspaceId'] = $value;
244
        $this->options['form_params']['WorkspaceId'] = $value;
245
246
        return $this;
247
    }
248
}
249
250
/**
251
 * @method string getPackageId()
252
 * @method string getMemo()
253
 * @method string getGreyConfigInfo()
254
 * @method string getTenantId()
255
 * @method string getPublishMode()
256
 * @method string getWhitelistIds()
257
 * @method string getPublishType()
258
 * @method string getGreyNum()
259
 * @method string getAppId()
260
 * @method string getGreyEndtimeData()
261
 * @method string getWorkspaceId()
262
 */
263
class CreateMcubeMiniTask extends Rpc
264
{
265
266
    /**
267
     * @param string $value
268
     *
269
     * @return $this
270
     */
271
    public function withPackageId($value)
272
    {
273
        $this->data['PackageId'] = $value;
274
        $this->options['form_params']['PackageId'] = $value;
275
276
        return $this;
277
    }
278
279
    /**
280
     * @param string $value
281
     *
282
     * @return $this
283
     */
284
    public function withMemo($value)
285
    {
286
        $this->data['Memo'] = $value;
287
        $this->options['form_params']['Memo'] = $value;
288
289
        return $this;
290
    }
291
292
    /**
293
     * @param string $value
294
     *
295
     * @return $this
296
     */
297
    public function withGreyConfigInfo($value)
298
    {
299
        $this->data['GreyConfigInfo'] = $value;
300
        $this->options['form_params']['GreyConfigInfo'] = $value;
301
302
        return $this;
303
    }
304
305
    /**
306
     * @param string $value
307
     *
308
     * @return $this
309
     */
310
    public function withTenantId($value)
311
    {
312
        $this->data['TenantId'] = $value;
313
        $this->options['form_params']['TenantId'] = $value;
314
315
        return $this;
316
    }
317
318
    /**
319
     * @param string $value
320
     *
321
     * @return $this
322
     */
323
    public function withPublishMode($value)
324
    {
325
        $this->data['PublishMode'] = $value;
326
        $this->options['form_params']['PublishMode'] = $value;
327
328
        return $this;
329
    }
330
331
    /**
332
     * @param string $value
333
     *
334
     * @return $this
335
     */
336
    public function withWhitelistIds($value)
337
    {
338
        $this->data['WhitelistIds'] = $value;
339
        $this->options['form_params']['WhitelistIds'] = $value;
340
341
        return $this;
342
    }
343
344
    /**
345
     * @param string $value
346
     *
347
     * @return $this
348
     */
349
    public function withPublishType($value)
350
    {
351
        $this->data['PublishType'] = $value;
352
        $this->options['form_params']['PublishType'] = $value;
353
354
        return $this;
355
    }
356
357
    /**
358
     * @param string $value
359
     *
360
     * @return $this
361
     */
362
    public function withGreyNum($value)
363
    {
364
        $this->data['GreyNum'] = $value;
365
        $this->options['form_params']['GreyNum'] = $value;
366
367
        return $this;
368
    }
369
370
    /**
371
     * @param string $value
372
     *
373
     * @return $this
374
     */
375
    public function withAppId($value)
376
    {
377
        $this->data['AppId'] = $value;
378
        $this->options['form_params']['AppId'] = $value;
379
380
        return $this;
381
    }
382
383
    /**
384
     * @param string $value
385
     *
386
     * @return $this
387
     */
388
    public function withGreyEndtimeData($value)
389
    {
390
        $this->data['GreyEndtimeData'] = $value;
391
        $this->options['form_params']['GreyEndtimeData'] = $value;
392
393
        return $this;
394
    }
395
396
    /**
397
     * @param string $value
398
     *
399
     * @return $this
400
     */
401
    public function withWorkspaceId($value)
402
    {
403
        $this->data['WorkspaceId'] = $value;
404
        $this->options['form_params']['WorkspaceId'] = $value;
405
406
        return $this;
407
    }
408
}
409
410
/**
411
 * @method string getTenantId()
412
 * @method string getVhost()
413
 * @method string getAppId()
414
 * @method string getWorkspaceId()
415
 */
416
class CreateMcubeVhost extends Rpc
417
{
418
419
    /**
420
     * @param string $value
421
     *
422
     * @return $this
423
     */
424
    public function withTenantId($value)
425
    {
426
        $this->data['TenantId'] = $value;
427
        $this->options['form_params']['TenantId'] = $value;
428
429
        return $this;
430
    }
431
432
    /**
433
     * @param string $value
434
     *
435
     * @return $this
436
     */
437
    public function withVhost($value)
438
    {
439
        $this->data['Vhost'] = $value;
440
        $this->options['form_params']['Vhost'] = $value;
441
442
        return $this;
443
    }
444
445
    /**
446
     * @param string $value
447
     *
448
     * @return $this
449
     */
450
    public function withAppId($value)
451
    {
452
        $this->data['AppId'] = $value;
453
        $this->options['form_params']['AppId'] = $value;
454
455
        return $this;
456
    }
457
458
    /**
459
     * @param string $value
460
     *
461
     * @return $this
462
     */
463
    public function withWorkspaceId($value)
464
    {
465
        $this->data['WorkspaceId'] = $value;
466
        $this->options['form_params']['WorkspaceId'] = $value;
467
468
        return $this;
469
    }
470
}
471
472
/**
473
 * @method string getTenantId()
474
 * @method string getWhitelistType()
475
 * @method string getAppId()
476
 * @method string getWhiteListName()
477
 * @method string getWorkspaceId()
478
 */
479
class CreateMcubeWhitelist extends Rpc
480
{
481
482
    /**
483
     * @param string $value
484
     *
485
     * @return $this
486
     */
487
    public function withTenantId($value)
488
    {
489
        $this->data['TenantId'] = $value;
490
        $this->options['form_params']['TenantId'] = $value;
491
492
        return $this;
493
    }
494
495
    /**
496
     * @param string $value
497
     *
498
     * @return $this
499
     */
500
    public function withWhitelistType($value)
501
    {
502
        $this->data['WhitelistType'] = $value;
503
        $this->options['form_params']['WhitelistType'] = $value;
504
505
        return $this;
506
    }
507
508
    /**
509
     * @param string $value
510
     *
511
     * @return $this
512
     */
513
    public function withAppId($value)
514
    {
515
        $this->data['AppId'] = $value;
516
        $this->options['form_params']['AppId'] = $value;
517
518
        return $this;
519
    }
520
521
    /**
522
     * @param string $value
523
     *
524
     * @return $this
525
     */
526
    public function withWhiteListName($value)
527
    {
528
        $this->data['WhiteListName'] = $value;
529
        $this->options['form_params']['WhiteListName'] = $value;
530
531
        return $this;
532
    }
533
534
    /**
535
     * @param string $value
536
     *
537
     * @return $this
538
     */
539
    public function withWorkspaceId($value)
540
    {
541
        $this->data['WorkspaceId'] = $value;
542
        $this->options['form_params']['WorkspaceId'] = $value;
543
544
        return $this;
545
    }
546
}
547
548
/**
549
 * @method string getUserId()
550
 * @method string getTenantId()
551
 * @method string getWhitelistValue()
552
 * @method string getAppId()
553
 * @method string getWorkspaceId()
554
 */
555
class CreateMcubeWhitelistForIde extends Rpc
556
{
557
558
    /**
559
     * @param string $value
560
     *
561
     * @return $this
562
     */
563
    public function withUserId($value)
564
    {
565
        $this->data['UserId'] = $value;
566
        $this->options['form_params']['UserId'] = $value;
567
568
        return $this;
569
    }
570
571
    /**
572
     * @param string $value
573
     *
574
     * @return $this
575
     */
576
    public function withTenantId($value)
577
    {
578
        $this->data['TenantId'] = $value;
579
        $this->options['form_params']['TenantId'] = $value;
580
581
        return $this;
582
    }
583
584
    /**
585
     * @param string $value
586
     *
587
     * @return $this
588
     */
589
    public function withWhitelistValue($value)
590
    {
591
        $this->data['WhitelistValue'] = $value;
592
        $this->options['form_params']['WhitelistValue'] = $value;
593
594
        return $this;
595
    }
596
597
    /**
598
     * @param string $value
599
     *
600
     * @return $this
601
     */
602
    public function withAppId($value)
603
    {
604
        $this->data['AppId'] = $value;
605
        $this->options['form_params']['AppId'] = $value;
606
607
        return $this;
608
    }
609
610
    /**
611
     * @param string $value
612
     *
613
     * @return $this
614
     */
615
    public function withWorkspaceId($value)
616
    {
617
        $this->data['WorkspaceId'] = $value;
618
        $this->options['form_params']['WorkspaceId'] = $value;
619
620
        return $this;
621
    }
622
}
623
624
/**
625
 * @method string getMpaasMappcenterMsaEnhanceCreateJsonStr()
626
 * @method string getTenantId()
627
 * @method string getAppId()
628
 * @method string getWorkspaceId()
629
 */
630
class CreateMsaEnhance extends Rpc
631
{
632
633
    /**
634
     * @param string $value
635
     *
636
     * @return $this
637
     */
638
    public function withMpaasMappcenterMsaEnhanceCreateJsonStr($value)
639
    {
640
        $this->data['MpaasMappcenterMsaEnhanceCreateJsonStr'] = $value;
641
        $this->options['form_params']['MpaasMappcenterMsaEnhanceCreateJsonStr'] = $value;
642
643
        return $this;
644
    }
645
646
    /**
647
     * @param string $value
648
     *
649
     * @return $this
650
     */
651
    public function withTenantId($value)
652
    {
653
        $this->data['TenantId'] = $value;
654
        $this->options['form_params']['TenantId'] = $value;
655
656
        return $this;
657
    }
658
659
    /**
660
     * @param string $value
661
     *
662
     * @return $this
663
     */
664
    public function withAppId($value)
665
    {
666
        $this->data['AppId'] = $value;
667
        $this->options['form_params']['AppId'] = $value;
668
669
        return $this;
670
    }
671
672
    /**
673
     * @param string $value
674
     *
675
     * @return $this
676
     */
677
    public function withWorkspaceId($value)
678
    {
679
        $this->data['WorkspaceId'] = $value;
680
        $this->options['form_params']['WorkspaceId'] = $value;
681
682
        return $this;
683
    }
684
}
685
686
/**
687
 * @method string getExtAttrStr()
688
 * @method string getMinUid()
689
 * @method string getThirdMsgId()
690
 * @method string getValidTimeEnd()
691
 * @method string getPayload()
692
 * @method string getUids()
693
 * @method string getAppMinVersion()
694
 * @method string getValidTimeStart()
695
 * @method string getMaxUid()
696
 * @method string getOsType()
697
 * @method string getBizType()
698
 * @method string getAppMaxVersion()
699
 * @method string getAppId()
700
 * @method string getWorkspaceId()
701
 */
702
class CreateOpenGlobalData extends Rpc
703
{
704
705
    /**
706
     * @param string $value
707
     *
708
     * @return $this
709
     */
710
    public function withExtAttrStr($value)
711
    {
712
        $this->data['ExtAttrStr'] = $value;
713
        $this->options['form_params']['ExtAttrStr'] = $value;
714
715
        return $this;
716
    }
717
718
    /**
719
     * @param string $value
720
     *
721
     * @return $this
722
     */
723
    public function withMinUid($value)
724
    {
725
        $this->data['MinUid'] = $value;
726
        $this->options['form_params']['MinUid'] = $value;
727
728
        return $this;
729
    }
730
731
    /**
732
     * @param string $value
733
     *
734
     * @return $this
735
     */
736
    public function withThirdMsgId($value)
737
    {
738
        $this->data['ThirdMsgId'] = $value;
739
        $this->options['form_params']['ThirdMsgId'] = $value;
740
741
        return $this;
742
    }
743
744
    /**
745
     * @param string $value
746
     *
747
     * @return $this
748
     */
749
    public function withValidTimeEnd($value)
750
    {
751
        $this->data['ValidTimeEnd'] = $value;
752
        $this->options['form_params']['ValidTimeEnd'] = $value;
753
754
        return $this;
755
    }
756
757
    /**
758
     * @param string $value
759
     *
760
     * @return $this
761
     */
762
    public function withPayload($value)
763
    {
764
        $this->data['Payload'] = $value;
765
        $this->options['form_params']['Payload'] = $value;
766
767
        return $this;
768
    }
769
770
    /**
771
     * @param string $value
772
     *
773
     * @return $this
774
     */
775
    public function withUids($value)
776
    {
777
        $this->data['Uids'] = $value;
778
        $this->options['form_params']['Uids'] = $value;
779
780
        return $this;
781
    }
782
783
    /**
784
     * @param string $value
785
     *
786
     * @return $this
787
     */
788
    public function withAppMinVersion($value)
789
    {
790
        $this->data['AppMinVersion'] = $value;
791
        $this->options['form_params']['AppMinVersion'] = $value;
792
793
        return $this;
794
    }
795
796
    /**
797
     * @param string $value
798
     *
799
     * @return $this
800
     */
801
    public function withValidTimeStart($value)
802
    {
803
        $this->data['ValidTimeStart'] = $value;
804
        $this->options['form_params']['ValidTimeStart'] = $value;
805
806
        return $this;
807
    }
808
809
    /**
810
     * @param string $value
811
     *
812
     * @return $this
813
     */
814
    public function withMaxUid($value)
815
    {
816
        $this->data['MaxUid'] = $value;
817
        $this->options['form_params']['MaxUid'] = $value;
818
819
        return $this;
820
    }
821
822
    /**
823
     * @param string $value
824
     *
825
     * @return $this
826
     */
827
    public function withOsType($value)
828
    {
829
        $this->data['OsType'] = $value;
830
        $this->options['form_params']['OsType'] = $value;
831
832
        return $this;
833
    }
834
835
    /**
836
     * @param string $value
837
     *
838
     * @return $this
839
     */
840
    public function withBizType($value)
841
    {
842
        $this->data['BizType'] = $value;
843
        $this->options['form_params']['BizType'] = $value;
844
845
        return $this;
846
    }
847
848
    /**
849
     * @param string $value
850
     *
851
     * @return $this
852
     */
853
    public function withAppMaxVersion($value)
854
    {
855
        $this->data['AppMaxVersion'] = $value;
856
        $this->options['form_params']['AppMaxVersion'] = $value;
857
858
        return $this;
859
    }
860
861
    /**
862
     * @param string $value
863
     *
864
     * @return $this
865
     */
866
    public function withAppId($value)
867
    {
868
        $this->data['AppId'] = $value;
869
        $this->options['form_params']['AppId'] = $value;
870
871
        return $this;
872
    }
873
874
    /**
875
     * @param string $value
876
     *
877
     * @return $this
878
     */
879
    public function withWorkspaceId($value)
880
    {
881
        $this->data['WorkspaceId'] = $value;
882
        $this->options['form_params']['WorkspaceId'] = $value;
883
884
        return $this;
885
    }
886
}
887
888
/**
889
 * @method string getExtAttrStr()
890
 * @method string getThirdMsgId()
891
 * @method string getValidTimeEnd()
892
 * @method string getPayload()
893
 * @method string getCheckOnline()
894
 * @method string getAppMinVersion()
895
 * @method string getValidTimeStart()
896
 * @method string getLinkToken()
897
 * @method string getOsType()
898
 * @method string getBizType()
899
 * @method string getAppMaxVersion()
900
 * @method string getAppId()
901
 * @method string getWorkspaceId()
902
 */
903
class CreateOpenSingleData extends Rpc
904
{
905
906
    /**
907
     * @param string $value
908
     *
909
     * @return $this
910
     */
911
    public function withExtAttrStr($value)
912
    {
913
        $this->data['ExtAttrStr'] = $value;
914
        $this->options['form_params']['ExtAttrStr'] = $value;
915
916
        return $this;
917
    }
918
919
    /**
920
     * @param string $value
921
     *
922
     * @return $this
923
     */
924
    public function withThirdMsgId($value)
925
    {
926
        $this->data['ThirdMsgId'] = $value;
927
        $this->options['form_params']['ThirdMsgId'] = $value;
928
929
        return $this;
930
    }
931
932
    /**
933
     * @param string $value
934
     *
935
     * @return $this
936
     */
937
    public function withValidTimeEnd($value)
938
    {
939
        $this->data['ValidTimeEnd'] = $value;
940
        $this->options['form_params']['ValidTimeEnd'] = $value;
941
942
        return $this;
943
    }
944
945
    /**
946
     * @param string $value
947
     *
948
     * @return $this
949
     */
950
    public function withPayload($value)
951
    {
952
        $this->data['Payload'] = $value;
953
        $this->options['form_params']['Payload'] = $value;
954
955
        return $this;
956
    }
957
958
    /**
959
     * @param string $value
960
     *
961
     * @return $this
962
     */
963
    public function withCheckOnline($value)
964
    {
965
        $this->data['CheckOnline'] = $value;
966
        $this->options['form_params']['CheckOnline'] = $value;
967
968
        return $this;
969
    }
970
971
    /**
972
     * @param string $value
973
     *
974
     * @return $this
975
     */
976
    public function withAppMinVersion($value)
977
    {
978
        $this->data['AppMinVersion'] = $value;
979
        $this->options['form_params']['AppMinVersion'] = $value;
980
981
        return $this;
982
    }
983
984
    /**
985
     * @param string $value
986
     *
987
     * @return $this
988
     */
989
    public function withValidTimeStart($value)
990
    {
991
        $this->data['ValidTimeStart'] = $value;
992
        $this->options['form_params']['ValidTimeStart'] = $value;
993
994
        return $this;
995
    }
996
997
    /**
998
     * @param string $value
999
     *
1000
     * @return $this
1001
     */
1002
    public function withLinkToken($value)
1003
    {
1004
        $this->data['LinkToken'] = $value;
1005
        $this->options['form_params']['LinkToken'] = $value;
1006
1007
        return $this;
1008
    }
1009
1010
    /**
1011
     * @param string $value
1012
     *
1013
     * @return $this
1014
     */
1015
    public function withOsType($value)
1016
    {
1017
        $this->data['OsType'] = $value;
1018
        $this->options['form_params']['OsType'] = $value;
1019
1020
        return $this;
1021
    }
1022
1023
    /**
1024
     * @param string $value
1025
     *
1026
     * @return $this
1027
     */
1028
    public function withBizType($value)
1029
    {
1030
        $this->data['BizType'] = $value;
1031
        $this->options['form_params']['BizType'] = $value;
1032
1033
        return $this;
1034
    }
1035
1036
    /**
1037
     * @param string $value
1038
     *
1039
     * @return $this
1040
     */
1041
    public function withAppMaxVersion($value)
1042
    {
1043
        $this->data['AppMaxVersion'] = $value;
1044
        $this->options['form_params']['AppMaxVersion'] = $value;
1045
1046
        return $this;
1047
    }
1048
1049
    /**
1050
     * @param string $value
1051
     *
1052
     * @return $this
1053
     */
1054
    public function withAppId($value)
1055
    {
1056
        $this->data['AppId'] = $value;
1057
        $this->options['form_params']['AppId'] = $value;
1058
1059
        return $this;
1060
    }
1061
1062
    /**
1063
     * @param string $value
1064
     *
1065
     * @return $this
1066
     */
1067
    public function withWorkspaceId($value)
1068
    {
1069
        $this->data['WorkspaceId'] = $value;
1070
        $this->options['form_params']['WorkspaceId'] = $value;
1071
1072
        return $this;
1073
    }
1074
}
1075
1076
/**
1077
 * @method string getH5Id()
1078
 * @method string getTenantId()
1079
 * @method string getAppId()
1080
 * @method string getWorkspaceId()
1081
 */
1082
class DeleteMcubeMiniApp extends Rpc
1083
{
1084
1085
    /**
1086
     * @param string $value
1087
     *
1088
     * @return $this
1089
     */
1090
    public function withH5Id($value)
1091
    {
1092
        $this->data['H5Id'] = $value;
1093
        $this->options['form_params']['H5Id'] = $value;
1094
1095
        return $this;
1096
    }
1097
1098
    /**
1099
     * @param string $value
1100
     *
1101
     * @return $this
1102
     */
1103
    public function withTenantId($value)
1104
    {
1105
        $this->data['TenantId'] = $value;
1106
        $this->options['form_params']['TenantId'] = $value;
1107
1108
        return $this;
1109
    }
1110
1111
    /**
1112
     * @param string $value
1113
     *
1114
     * @return $this
1115
     */
1116
    public function withAppId($value)
1117
    {
1118
        $this->data['AppId'] = $value;
1119
        $this->options['form_params']['AppId'] = $value;
1120
1121
        return $this;
1122
    }
1123
1124
    /**
1125
     * @param string $value
1126
     *
1127
     * @return $this
1128
     */
1129
    public function withWorkspaceId($value)
1130
    {
1131
        $this->data['WorkspaceId'] = $value;
1132
        $this->options['form_params']['WorkspaceId'] = $value;
1133
1134
        return $this;
1135
    }
1136
}
1137
1138
/**
1139
 * @method string getTenantId()
1140
 * @method string getId()
1141
 * @method string getAppId()
1142
 * @method string getWorkspaceId()
1143
 */
1144
class DeleteMcubeWhitelist extends Rpc
1145
{
1146
1147
    /**
1148
     * @param string $value
1149
     *
1150
     * @return $this
1151
     */
1152
    public function withTenantId($value)
1153
    {
1154
        $this->data['TenantId'] = $value;
1155
        $this->options['form_params']['TenantId'] = $value;
1156
1157
        return $this;
1158
    }
1159
1160
    /**
1161
     * @param string $value
1162
     *
1163
     * @return $this
1164
     */
1165
    public function withId($value)
1166
    {
1167
        $this->data['Id'] = $value;
1168
        $this->options['form_params']['Id'] = $value;
1169
1170
        return $this;
1171
    }
1172
1173
    /**
1174
     * @param string $value
1175
     *
1176
     * @return $this
1177
     */
1178
    public function withAppId($value)
1179
    {
1180
        $this->data['AppId'] = $value;
1181
        $this->options['form_params']['AppId'] = $value;
1182
1183
        return $this;
1184
    }
1185
1186
    /**
1187
     * @param string $value
1188
     *
1189
     * @return $this
1190
     */
1191
    public function withWorkspaceId($value)
1192
    {
1193
        $this->data['WorkspaceId'] = $value;
1194
        $this->options['form_params']['WorkspaceId'] = $value;
1195
1196
        return $this;
1197
    }
1198
}
1199
1200
/**
1201
 * @method string getTenantId()
1202
 * @method string getBizRequestId()
1203
 * @method string getBizName()
1204
 * @method string getBizAppCode()
1205
 * @method string getRoomId()
1206
 * @method string getRecordId()
1207
 * @method string getS()
1208
 * @method string getAppId()
1209
 * @method string getMediaType()
1210
 * @method string getWorkspaceId()
1211
 */
1212
class DeleteMpaasMrtcArtvcRecordfile extends Rpc
1213
{
1214
1215
    /**
1216
     * @param string $value
1217
     *
1218
     * @return $this
1219
     */
1220
    public function withTenantId($value)
1221
    {
1222
        $this->data['TenantId'] = $value;
1223
        $this->options['form_params']['TenantId'] = $value;
1224
1225
        return $this;
1226
    }
1227
1228
    /**
1229
     * @param string $value
1230
     *
1231
     * @return $this
1232
     */
1233
    public function withBizRequestId($value)
1234
    {
1235
        $this->data['BizRequestId'] = $value;
1236
        $this->options['form_params']['BizRequestId'] = $value;
1237
1238
        return $this;
1239
    }
1240
1241
    /**
1242
     * @param string $value
1243
     *
1244
     * @return $this
1245
     */
1246
    public function withBizName($value)
1247
    {
1248
        $this->data['BizName'] = $value;
1249
        $this->options['form_params']['BizName'] = $value;
1250
1251
        return $this;
1252
    }
1253
1254
    /**
1255
     * @param string $value
1256
     *
1257
     * @return $this
1258
     */
1259
    public function withBizAppCode($value)
1260
    {
1261
        $this->data['BizAppCode'] = $value;
1262
        $this->options['form_params']['BizAppCode'] = $value;
1263
1264
        return $this;
1265
    }
1266
1267
    /**
1268
     * @param string $value
1269
     *
1270
     * @return $this
1271
     */
1272
    public function withRoomId($value)
1273
    {
1274
        $this->data['RoomId'] = $value;
1275
        $this->options['form_params']['RoomId'] = $value;
1276
1277
        return $this;
1278
    }
1279
1280
    /**
1281
     * @param string $value
1282
     *
1283
     * @return $this
1284
     */
1285
    public function withRecordId($value)
1286
    {
1287
        $this->data['RecordId'] = $value;
1288
        $this->options['form_params']['RecordId'] = $value;
1289
1290
        return $this;
1291
    }
1292
1293
    /**
1294
     * @param string $value
1295
     *
1296
     * @return $this
1297
     */
1298
    public function withS($value)
1299
    {
1300
        $this->data['S'] = $value;
1301
        $this->options['form_params']['S'] = $value;
1302
1303
        return $this;
1304
    }
1305
1306
    /**
1307
     * @param string $value
1308
     *
1309
     * @return $this
1310
     */
1311
    public function withAppId($value)
1312
    {
1313
        $this->data['AppId'] = $value;
1314
        $this->options['form_params']['AppId'] = $value;
1315
1316
        return $this;
1317
    }
1318
1319
    /**
1320
     * @param string $value
1321
     *
1322
     * @return $this
1323
     */
1324
    public function withMediaType($value)
1325
    {
1326
        $this->data['MediaType'] = $value;
1327
        $this->options['form_params']['MediaType'] = $value;
1328
1329
        return $this;
1330
    }
1331
1332
    /**
1333
     * @param string $value
1334
     *
1335
     * @return $this
1336
     */
1337
    public function withWorkspaceId($value)
1338
    {
1339
        $this->data['WorkspaceId'] = $value;
1340
        $this->options['form_params']['WorkspaceId'] = $value;
1341
1342
        return $this;
1343
    }
1344
}
1345
1346
/**
1347
 * @method string getTenantId()
1348
 * @method string getAppId()
1349
 * @method string getWorkspaceId()
1350
 */
1351
class ExistMcubeRsaKey extends Rpc
1352
{
1353
1354
    /**
1355
     * @param string $value
1356
     *
1357
     * @return $this
1358
     */
1359
    public function withTenantId($value)
1360
    {
1361
        $this->data['TenantId'] = $value;
1362
        $this->options['form_params']['TenantId'] = $value;
1363
1364
        return $this;
1365
    }
1366
1367
    /**
1368
     * @param string $value
1369
     *
1370
     * @return $this
1371
     */
1372
    public function withAppId($value)
1373
    {
1374
        $this->data['AppId'] = $value;
1375
        $this->options['form_params']['AppId'] = $value;
1376
1377
        return $this;
1378
    }
1379
1380
    /**
1381
     * @param string $value
1382
     *
1383
     * @return $this
1384
     */
1385
    public function withWorkspaceId($value)
1386
    {
1387
        $this->data['WorkspaceId'] = $value;
1388
        $this->options['form_params']['WorkspaceId'] = $value;
1389
1390
        return $this;
1391
    }
1392
}
1393
1394
/**
1395
 * @method string getSystemType()
1396
 * @method string getOnexFlag()
1397
 * @method string getIdentifier()
1398
 * @method string getCertRsaBase64()
1399
 * @method string getAppId()
1400
 * @method string getWorkspaceId()
1401
 */
1402
class ExportMappCenterAppConfig extends Rpc
1403
{
1404
1405
    /**
1406
     * @param string $value
1407
     *
1408
     * @return $this
1409
     */
1410
    public function withSystemType($value)
1411
    {
1412
        $this->data['SystemType'] = $value;
1413
        $this->options['form_params']['SystemType'] = $value;
1414
1415
        return $this;
1416
    }
1417
1418
    /**
1419
     * @param string $value
1420
     *
1421
     * @return $this
1422
     */
1423
    public function withOnexFlag($value)
1424
    {
1425
        $this->data['OnexFlag'] = $value;
1426
        $this->options['form_params']['OnexFlag'] = $value;
1427
1428
        return $this;
1429
    }
1430
1431
    /**
1432
     * @param string $value
1433
     *
1434
     * @return $this
1435
     */
1436
    public function withIdentifier($value)
1437
    {
1438
        $this->data['Identifier'] = $value;
1439
        $this->options['form_params']['Identifier'] = $value;
1440
1441
        return $this;
1442
    }
1443
1444
    /**
1445
     * @param string $value
1446
     *
1447
     * @return $this
1448
     */
1449
    public function withCertRsaBase64($value)
1450
    {
1451
        $this->data['CertRsaBase64'] = $value;
1452
        $this->options['form_params']['CertRsaBase64'] = $value;
1453
1454
        return $this;
1455
    }
1456
1457
    /**
1458
     * @param string $value
1459
     *
1460
     * @return $this
1461
     */
1462
    public function withAppId($value)
1463
    {
1464
        $this->data['AppId'] = $value;
1465
        $this->options['form_params']['AppId'] = $value;
1466
1467
        return $this;
1468
    }
1469
1470
    /**
1471
     * @param string $value
1472
     *
1473
     * @return $this
1474
     */
1475
    public function withWorkspaceId($value)
1476
    {
1477
        $this->data['WorkspaceId'] = $value;
1478
        $this->options['form_params']['WorkspaceId'] = $value;
1479
1480
        return $this;
1481
    }
1482
}
1483
1484
/**
1485
 * @method string getOnexFlag()
1486
 * @method string getTenantId()
1487
 * @method string getAppId()
1488
 * @method string getWorkspaceId()
1489
 */
1490
class GetMcubeFileToken extends Rpc
1491
{
1492
1493
    /**
1494
     * @param string $value
1495
     *
1496
     * @return $this
1497
     */
1498
    public function withOnexFlag($value)
1499
    {
1500
        $this->data['OnexFlag'] = $value;
1501
        $this->options['form_params']['OnexFlag'] = $value;
1502
1503
        return $this;
1504
    }
1505
1506
    /**
1507
     * @param string $value
1508
     *
1509
     * @return $this
1510
     */
1511
    public function withTenantId($value)
1512
    {
1513
        $this->data['TenantId'] = $value;
1514
        $this->options['form_params']['TenantId'] = $value;
1515
1516
        return $this;
1517
    }
1518
1519
    /**
1520
     * @param string $value
1521
     *
1522
     * @return $this
1523
     */
1524
    public function withAppId($value)
1525
    {
1526
        $this->data['AppId'] = $value;
1527
        $this->options['form_params']['AppId'] = $value;
1528
1529
        return $this;
1530
    }
1531
1532
    /**
1533
     * @param string $value
1534
     *
1535
     * @return $this
1536
     */
1537
    public function withWorkspaceId($value)
1538
    {
1539
        $this->data['WorkspaceId'] = $value;
1540
        $this->options['form_params']['WorkspaceId'] = $value;
1541
1542
        return $this;
1543
    }
1544
}
1545
1546
class ListMappCenterApps extends Rpc
1547
{
1548
}
1549
1550
class ListMappCenterWorkspaces extends Rpc
1551
{
1552
}
1553
1554
/**
1555
 * @method string getType()
1556
 * @method string getPageSize()
1557
 * @method string getTenantId()
1558
 * @method string getKeyword()
1559
 * @method string getSort()
1560
 * @method string getEmptyTag()
1561
 * @method string getPageNo()
1562
 * @method string getAppId()
1563
 * @method string getName()
1564
 * @method string getSortField()
1565
 * @method string getWorkspaceId()
1566
 */
1567
class ListMcdpAim extends Rpc
1568
{
1569
1570
    /**
1571
     * @param string $value
1572
     *
1573
     * @return $this
1574
     */
1575
    public function withType($value)
1576
    {
1577
        $this->data['Type'] = $value;
1578
        $this->options['form_params']['Type'] = $value;
1579
1580
        return $this;
1581
    }
1582
1583
    /**
1584
     * @param string $value
1585
     *
1586
     * @return $this
1587
     */
1588
    public function withPageSize($value)
1589
    {
1590
        $this->data['PageSize'] = $value;
1591
        $this->options['form_params']['PageSize'] = $value;
1592
1593
        return $this;
1594
    }
1595
1596
    /**
1597
     * @param string $value
1598
     *
1599
     * @return $this
1600
     */
1601
    public function withTenantId($value)
1602
    {
1603
        $this->data['TenantId'] = $value;
1604
        $this->options['form_params']['TenantId'] = $value;
1605
1606
        return $this;
1607
    }
1608
1609
    /**
1610
     * @param string $value
1611
     *
1612
     * @return $this
1613
     */
1614
    public function withKeyword($value)
1615
    {
1616
        $this->data['Keyword'] = $value;
1617
        $this->options['form_params']['Keyword'] = $value;
1618
1619
        return $this;
1620
    }
1621
1622
    /**
1623
     * @param string $value
1624
     *
1625
     * @return $this
1626
     */
1627
    public function withSort($value)
1628
    {
1629
        $this->data['Sort'] = $value;
1630
        $this->options['form_params']['Sort'] = $value;
1631
1632
        return $this;
1633
    }
1634
1635
    /**
1636
     * @param string $value
1637
     *
1638
     * @return $this
1639
     */
1640
    public function withEmptyTag($value)
1641
    {
1642
        $this->data['EmptyTag'] = $value;
1643
        $this->options['form_params']['EmptyTag'] = $value;
1644
1645
        return $this;
1646
    }
1647
1648
    /**
1649
     * @param string $value
1650
     *
1651
     * @return $this
1652
     */
1653
    public function withPageNo($value)
1654
    {
1655
        $this->data['PageNo'] = $value;
1656
        $this->options['form_params']['PageNo'] = $value;
1657
1658
        return $this;
1659
    }
1660
1661
    /**
1662
     * @param string $value
1663
     *
1664
     * @return $this
1665
     */
1666
    public function withAppId($value)
1667
    {
1668
        $this->data['AppId'] = $value;
1669
        $this->options['form_params']['AppId'] = $value;
1670
1671
        return $this;
1672
    }
1673
1674
    /**
1675
     * @param string $value
1676
     *
1677
     * @return $this
1678
     */
1679
    public function withName($value)
1680
    {
1681
        $this->data['Name'] = $value;
1682
        $this->options['form_params']['Name'] = $value;
1683
1684
        return $this;
1685
    }
1686
1687
    /**
1688
     * @param string $value
1689
     *
1690
     * @return $this
1691
     */
1692
    public function withSortField($value)
1693
    {
1694
        $this->data['SortField'] = $value;
1695
        $this->options['form_params']['SortField'] = $value;
1696
1697
        return $this;
1698
    }
1699
1700
    /**
1701
     * @param string $value
1702
     *
1703
     * @return $this
1704
     */
1705
    public function withWorkspaceId($value)
1706
    {
1707
        $this->data['WorkspaceId'] = $value;
1708
        $this->options['form_params']['WorkspaceId'] = $value;
1709
1710
        return $this;
1711
    }
1712
}
1713
1714
/**
1715
 * @method string getTenantId()
1716
 * @method string getAppId()
1717
 * @method string getWorkspaceId()
1718
 */
1719
class ListMcubeMiniApps extends Rpc
1720
{
1721
1722
    /**
1723
     * @param string $value
1724
     *
1725
     * @return $this
1726
     */
1727
    public function withTenantId($value)
1728
    {
1729
        $this->data['TenantId'] = $value;
1730
        $this->options['form_params']['TenantId'] = $value;
1731
1732
        return $this;
1733
    }
1734
1735
    /**
1736
     * @param string $value
1737
     *
1738
     * @return $this
1739
     */
1740
    public function withAppId($value)
1741
    {
1742
        $this->data['AppId'] = $value;
1743
        $this->options['form_params']['AppId'] = $value;
1744
1745
        return $this;
1746
    }
1747
1748
    /**
1749
     * @param string $value
1750
     *
1751
     * @return $this
1752
     */
1753
    public function withWorkspaceId($value)
1754
    {
1755
        $this->data['WorkspaceId'] = $value;
1756
        $this->options['form_params']['WorkspaceId'] = $value;
1757
1758
        return $this;
1759
    }
1760
}
1761
1762
/**
1763
 * @method string getH5Id()
1764
 * @method string getTenantId()
1765
 * @method string getAppId()
1766
 * @method string getPackageTypes()
1767
 * @method string getWorkspaceId()
1768
 */
1769
class ListMcubeMiniPackages extends Rpc
1770
{
1771
1772
    /**
1773
     * @param string $value
1774
     *
1775
     * @return $this
1776
     */
1777
    public function withH5Id($value)
1778
    {
1779
        $this->data['H5Id'] = $value;
1780
        $this->options['form_params']['H5Id'] = $value;
1781
1782
        return $this;
1783
    }
1784
1785
    /**
1786
     * @param string $value
1787
     *
1788
     * @return $this
1789
     */
1790
    public function withTenantId($value)
1791
    {
1792
        $this->data['TenantId'] = $value;
1793
        $this->options['form_params']['TenantId'] = $value;
1794
1795
        return $this;
1796
    }
1797
1798
    /**
1799
     * @param string $value
1800
     *
1801
     * @return $this
1802
     */
1803
    public function withAppId($value)
1804
    {
1805
        $this->data['AppId'] = $value;
1806
        $this->options['form_params']['AppId'] = $value;
1807
1808
        return $this;
1809
    }
1810
1811
    /**
1812
     * @param string $value
1813
     *
1814
     * @return $this
1815
     */
1816
    public function withPackageTypes($value)
1817
    {
1818
        $this->data['PackageTypes'] = $value;
1819
        $this->options['form_params']['PackageTypes'] = $value;
1820
1821
        return $this;
1822
    }
1823
1824
    /**
1825
     * @param string $value
1826
     *
1827
     * @return $this
1828
     */
1829
    public function withWorkspaceId($value)
1830
    {
1831
        $this->data['WorkspaceId'] = $value;
1832
        $this->options['form_params']['WorkspaceId'] = $value;
1833
1834
        return $this;
1835
    }
1836
}
1837
1838
/**
1839
 * @method string getTenantId()
1840
 * @method string getId()
1841
 * @method string getAppId()
1842
 * @method string getWorkspaceId()
1843
 */
1844
class ListMcubeMiniTasks extends Rpc
1845
{
1846
1847
    /**
1848
     * @param string $value
1849
     *
1850
     * @return $this
1851
     */
1852
    public function withTenantId($value)
1853
    {
1854
        $this->data['TenantId'] = $value;
1855
        $this->options['form_params']['TenantId'] = $value;
1856
1857
        return $this;
1858
    }
1859
1860
    /**
1861
     * @param string $value
1862
     *
1863
     * @return $this
1864
     */
1865
    public function withId($value)
1866
    {
1867
        $this->data['Id'] = $value;
1868
        $this->options['form_params']['Id'] = $value;
1869
1870
        return $this;
1871
    }
1872
1873
    /**
1874
     * @param string $value
1875
     *
1876
     * @return $this
1877
     */
1878
    public function withAppId($value)
1879
    {
1880
        $this->data['AppId'] = $value;
1881
        $this->options['form_params']['AppId'] = $value;
1882
1883
        return $this;
1884
    }
1885
1886
    /**
1887
     * @param string $value
1888
     *
1889
     * @return $this
1890
     */
1891
    public function withWorkspaceId($value)
1892
    {
1893
        $this->data['WorkspaceId'] = $value;
1894
        $this->options['form_params']['WorkspaceId'] = $value;
1895
1896
        return $this;
1897
    }
1898
}
1899
1900
/**
1901
 * @method string getTenantId()
1902
 * @method string getAppId()
1903
 * @method string getWorkspaceId()
1904
 */
1905
class ListMcubeWhitelists extends Rpc
1906
{
1907
1908
    /**
1909
     * @param string $value
1910
     *
1911
     * @return $this
1912
     */
1913
    public function withTenantId($value)
1914
    {
1915
        $this->data['TenantId'] = $value;
1916
        $this->options['form_params']['TenantId'] = $value;
1917
1918
        return $this;
1919
    }
1920
1921
    /**
1922
     * @param string $value
1923
     *
1924
     * @return $this
1925
     */
1926
    public function withAppId($value)
1927
    {
1928
        $this->data['AppId'] = $value;
1929
        $this->options['form_params']['AppId'] = $value;
1930
1931
        return $this;
1932
    }
1933
1934
    /**
1935
     * @param string $value
1936
     *
1937
     * @return $this
1938
     */
1939
    public function withWorkspaceId($value)
1940
    {
1941
        $this->data['WorkspaceId'] = $value;
1942
        $this->options['form_params']['WorkspaceId'] = $value;
1943
1944
        return $this;
1945
    }
1946
}
1947
1948
/**
1949
 * @method string getNeedEtag()
1950
 * @method string getApiType()
1951
 * @method string getOptFuzzy()
1952
 * @method string getHost()
1953
 * @method string getPageSize()
1954
 * @method string getTenantId()
1955
 * @method string getPageIndex()
1956
 * @method string getApiStatus()
1957
 * @method string getSysId()
1958
 * @method string getFormat()
1959
 * @method string getNeedEncrypt()
1960
 * @method string getOperationType()
1961
 * @method string getNeedSign()
1962
 * @method string getAppId()
1963
 * @method string getSysName()
1964
 * @method string getWorkspaceId()
1965
 */
1966
class ListMgsApi extends Rpc
1967
{
1968
1969
    /**
1970
     * @param string $value
1971
     *
1972
     * @return $this
1973
     */
1974
    public function withNeedEtag($value)
1975
    {
1976
        $this->data['NeedEtag'] = $value;
1977
        $this->options['form_params']['NeedEtag'] = $value;
1978
1979
        return $this;
1980
    }
1981
1982
    /**
1983
     * @param string $value
1984
     *
1985
     * @return $this
1986
     */
1987
    public function withApiType($value)
1988
    {
1989
        $this->data['ApiType'] = $value;
1990
        $this->options['form_params']['ApiType'] = $value;
1991
1992
        return $this;
1993
    }
1994
1995
    /**
1996
     * @param string $value
1997
     *
1998
     * @return $this
1999
     */
2000
    public function withOptFuzzy($value)
2001
    {
2002
        $this->data['OptFuzzy'] = $value;
2003
        $this->options['form_params']['OptFuzzy'] = $value;
2004
2005
        return $this;
2006
    }
2007
2008
    /**
2009
     * @param string $value
2010
     *
2011
     * @return $this
2012
     */
2013
    public function withHost($value)
2014
    {
2015
        $this->data['Host'] = $value;
2016
        $this->options['form_params']['Host'] = $value;
2017
2018
        return $this;
2019
    }
2020
2021
    /**
2022
     * @param string $value
2023
     *
2024
     * @return $this
2025
     */
2026
    public function withPageSize($value)
2027
    {
2028
        $this->data['PageSize'] = $value;
2029
        $this->options['form_params']['PageSize'] = $value;
2030
2031
        return $this;
2032
    }
2033
2034
    /**
2035
     * @param string $value
2036
     *
2037
     * @return $this
2038
     */
2039
    public function withTenantId($value)
2040
    {
2041
        $this->data['TenantId'] = $value;
2042
        $this->options['form_params']['TenantId'] = $value;
2043
2044
        return $this;
2045
    }
2046
2047
    /**
2048
     * @param string $value
2049
     *
2050
     * @return $this
2051
     */
2052
    public function withPageIndex($value)
2053
    {
2054
        $this->data['PageIndex'] = $value;
2055
        $this->options['form_params']['PageIndex'] = $value;
2056
2057
        return $this;
2058
    }
2059
2060
    /**
2061
     * @param string $value
2062
     *
2063
     * @return $this
2064
     */
2065
    public function withApiStatus($value)
2066
    {
2067
        $this->data['ApiStatus'] = $value;
2068
        $this->options['form_params']['ApiStatus'] = $value;
2069
2070
        return $this;
2071
    }
2072
2073
    /**
2074
     * @param string $value
2075
     *
2076
     * @return $this
2077
     */
2078
    public function withSysId($value)
2079
    {
2080
        $this->data['SysId'] = $value;
2081
        $this->options['form_params']['SysId'] = $value;
2082
2083
        return $this;
2084
    }
2085
2086
    /**
2087
     * @param string $value
2088
     *
2089
     * @return $this
2090
     */
2091
    public function withFormat($value)
2092
    {
2093
        $this->data['Format'] = $value;
2094
        $this->options['form_params']['Format'] = $value;
2095
2096
        return $this;
2097
    }
2098
2099
    /**
2100
     * @param string $value
2101
     *
2102
     * @return $this
2103
     */
2104
    public function withNeedEncrypt($value)
2105
    {
2106
        $this->data['NeedEncrypt'] = $value;
2107
        $this->options['form_params']['NeedEncrypt'] = $value;
2108
2109
        return $this;
2110
    }
2111
2112
    /**
2113
     * @param string $value
2114
     *
2115
     * @return $this
2116
     */
2117
    public function withOperationType($value)
2118
    {
2119
        $this->data['OperationType'] = $value;
2120
        $this->options['form_params']['OperationType'] = $value;
2121
2122
        return $this;
2123
    }
2124
2125
    /**
2126
     * @param string $value
2127
     *
2128
     * @return $this
2129
     */
2130
    public function withNeedSign($value)
2131
    {
2132
        $this->data['NeedSign'] = $value;
2133
        $this->options['form_params']['NeedSign'] = $value;
2134
2135
        return $this;
2136
    }
2137
2138
    /**
2139
     * @param string $value
2140
     *
2141
     * @return $this
2142
     */
2143
    public function withAppId($value)
2144
    {
2145
        $this->data['AppId'] = $value;
2146
        $this->options['form_params']['AppId'] = $value;
2147
2148
        return $this;
2149
    }
2150
2151
    /**
2152
     * @param string $value
2153
     *
2154
     * @return $this
2155
     */
2156
    public function withSysName($value)
2157
    {
2158
        $this->data['SysName'] = $value;
2159
        $this->options['form_params']['SysName'] = $value;
2160
2161
        return $this;
2162
    }
2163
2164
    /**
2165
     * @param string $value
2166
     *
2167
     * @return $this
2168
     */
2169
    public function withWorkspaceId($value)
2170
    {
2171
        $this->data['WorkspaceId'] = $value;
2172
        $this->options['form_params']['WorkspaceId'] = $value;
2173
2174
        return $this;
2175
    }
2176
}
2177
2178
/**
2179
 * @method string getTenantId()
2180
 * @method string getAppId()
2181
 * @method string getWorkspaceId()
2182
 */
2183
class ListMPaaSMasTinyApp extends Rpc
2184
{
2185
2186
    /**
2187
     * @param string $value
2188
     *
2189
     * @return $this
2190
     */
2191
    public function withTenantId($value)
2192
    {
2193
        $this->data['TenantId'] = $value;
2194
        $this->options['form_params']['TenantId'] = $value;
2195
2196
        return $this;
2197
    }
2198
2199
    /**
2200
     * @param string $value
2201
     *
2202
     * @return $this
2203
     */
2204
    public function withAppId($value)
2205
    {
2206
        $this->data['AppId'] = $value;
2207
        $this->options['form_params']['AppId'] = $value;
2208
2209
        return $this;
2210
    }
2211
2212
    /**
2213
     * @param string $value
2214
     *
2215
     * @return $this
2216
     */
2217
    public function withWorkspaceId($value)
2218
    {
2219
        $this->data['WorkspaceId'] = $value;
2220
        $this->options['form_params']['WorkspaceId'] = $value;
2221
2222
        return $this;
2223
    }
2224
}
2225
2226
/**
2227
 * @method string getTaskName()
2228
 * @method string getTemplateKeyValue()
2229
 * @method string getPushAction()
2230
 * @method string getDeliveryType()
2231
 * @method string getTemplateName()
2232
 * @method string getNotifyType()
2233
 * @method string getExtendedParams()
2234
 * @method string getSilent()
2235
 * @method string getPushStatus()
2236
 * @method string getUnBindPeriod()
2237
 * @method string getExpiredSeconds()
2238
 * @method string getAppId()
2239
 * @method string getMsgkey()
2240
 * @method string getWorkspaceId()
2241
 */
2242
class PushBroadcast extends Rpc
2243
{
2244
2245
    /**
2246
     * @param string $value
2247
     *
2248
     * @return $this
2249
     */
2250
    public function withTaskName($value)
2251
    {
2252
        $this->data['TaskName'] = $value;
2253
        $this->options['form_params']['TaskName'] = $value;
2254
2255
        return $this;
2256
    }
2257
2258
    /**
2259
     * @param string $value
2260
     *
2261
     * @return $this
2262
     */
2263
    public function withTemplateKeyValue($value)
2264
    {
2265
        $this->data['TemplateKeyValue'] = $value;
2266
        $this->options['form_params']['TemplateKeyValue'] = $value;
2267
2268
        return $this;
2269
    }
2270
2271
    /**
2272
     * @param string $value
2273
     *
2274
     * @return $this
2275
     */
2276
    public function withPushAction($value)
2277
    {
2278
        $this->data['PushAction'] = $value;
2279
        $this->options['form_params']['PushAction'] = $value;
2280
2281
        return $this;
2282
    }
2283
2284
    /**
2285
     * @param string $value
2286
     *
2287
     * @return $this
2288
     */
2289
    public function withDeliveryType($value)
2290
    {
2291
        $this->data['DeliveryType'] = $value;
2292
        $this->options['form_params']['DeliveryType'] = $value;
2293
2294
        return $this;
2295
    }
2296
2297
    /**
2298
     * @param string $value
2299
     *
2300
     * @return $this
2301
     */
2302
    public function withTemplateName($value)
2303
    {
2304
        $this->data['TemplateName'] = $value;
2305
        $this->options['form_params']['TemplateName'] = $value;
2306
2307
        return $this;
2308
    }
2309
2310
    /**
2311
     * @param string $value
2312
     *
2313
     * @return $this
2314
     */
2315
    public function withNotifyType($value)
2316
    {
2317
        $this->data['NotifyType'] = $value;
2318
        $this->options['form_params']['NotifyType'] = $value;
2319
2320
        return $this;
2321
    }
2322
2323
    /**
2324
     * @param string $value
2325
     *
2326
     * @return $this
2327
     */
2328
    public function withExtendedParams($value)
2329
    {
2330
        $this->data['ExtendedParams'] = $value;
2331
        $this->options['form_params']['ExtendedParams'] = $value;
2332
2333
        return $this;
2334
    }
2335
2336
    /**
2337
     * @param string $value
2338
     *
2339
     * @return $this
2340
     */
2341
    public function withSilent($value)
2342
    {
2343
        $this->data['Silent'] = $value;
2344
        $this->options['form_params']['Silent'] = $value;
2345
2346
        return $this;
2347
    }
2348
2349
    /**
2350
     * @param string $value
2351
     *
2352
     * @return $this
2353
     */
2354
    public function withPushStatus($value)
2355
    {
2356
        $this->data['PushStatus'] = $value;
2357
        $this->options['form_params']['PushStatus'] = $value;
2358
2359
        return $this;
2360
    }
2361
2362
    /**
2363
     * @param string $value
2364
     *
2365
     * @return $this
2366
     */
2367
    public function withUnBindPeriod($value)
2368
    {
2369
        $this->data['UnBindPeriod'] = $value;
2370
        $this->options['form_params']['UnBindPeriod'] = $value;
2371
2372
        return $this;
2373
    }
2374
2375
    /**
2376
     * @param string $value
2377
     *
2378
     * @return $this
2379
     */
2380
    public function withExpiredSeconds($value)
2381
    {
2382
        $this->data['ExpiredSeconds'] = $value;
2383
        $this->options['form_params']['ExpiredSeconds'] = $value;
2384
2385
        return $this;
2386
    }
2387
2388
    /**
2389
     * @param string $value
2390
     *
2391
     * @return $this
2392
     */
2393
    public function withAppId($value)
2394
    {
2395
        $this->data['AppId'] = $value;
2396
        $this->options['form_params']['AppId'] = $value;
2397
2398
        return $this;
2399
    }
2400
2401
    /**
2402
     * @param string $value
2403
     *
2404
     * @return $this
2405
     */
2406
    public function withMsgkey($value)
2407
    {
2408
        $this->data['Msgkey'] = $value;
2409
        $this->options['form_params']['Msgkey'] = $value;
2410
2411
        return $this;
2412
    }
2413
2414
    /**
2415
     * @param string $value
2416
     *
2417
     * @return $this
2418
     */
2419
    public function withWorkspaceId($value)
2420
    {
2421
        $this->data['WorkspaceId'] = $value;
2422
        $this->options['form_params']['WorkspaceId'] = $value;
2423
2424
        return $this;
2425
    }
2426
}
2427
2428
/**
2429
 * @method string getTaskName()
2430
 * @method string getPushAction()
2431
 * @method string getDeliveryType()
2432
 * @method string getTemplateName()
2433
 * @method string getNotifyType()
2434
 * @method string getExtendedParams()
2435
 * @method string getSilent()
2436
 * @method string getExpiredSeconds()
2437
 * @method array getTargetMsg()
2438
 * @method string getAppId()
2439
 * @method string getWorkspaceId()
2440
 */
2441
class PushMultiple extends Rpc
2442
{
2443
2444
    /**
2445
     * @param string $value
2446
     *
2447
     * @return $this
2448
     */
2449
    public function withTaskName($value)
2450
    {
2451
        $this->data['TaskName'] = $value;
2452
        $this->options['form_params']['TaskName'] = $value;
2453
2454
        return $this;
2455
    }
2456
2457
    /**
2458
     * @param string $value
2459
     *
2460
     * @return $this
2461
     */
2462
    public function withPushAction($value)
2463
    {
2464
        $this->data['PushAction'] = $value;
2465
        $this->options['form_params']['PushAction'] = $value;
2466
2467
        return $this;
2468
    }
2469
2470
    /**
2471
     * @param string $value
2472
     *
2473
     * @return $this
2474
     */
2475
    public function withDeliveryType($value)
2476
    {
2477
        $this->data['DeliveryType'] = $value;
2478
        $this->options['form_params']['DeliveryType'] = $value;
2479
2480
        return $this;
2481
    }
2482
2483
    /**
2484
     * @param string $value
2485
     *
2486
     * @return $this
2487
     */
2488
    public function withTemplateName($value)
2489
    {
2490
        $this->data['TemplateName'] = $value;
2491
        $this->options['form_params']['TemplateName'] = $value;
2492
2493
        return $this;
2494
    }
2495
2496
    /**
2497
     * @param string $value
2498
     *
2499
     * @return $this
2500
     */
2501
    public function withNotifyType($value)
2502
    {
2503
        $this->data['NotifyType'] = $value;
2504
        $this->options['form_params']['NotifyType'] = $value;
2505
2506
        return $this;
2507
    }
2508
2509
    /**
2510
     * @param string $value
2511
     *
2512
     * @return $this
2513
     */
2514
    public function withExtendedParams($value)
2515
    {
2516
        $this->data['ExtendedParams'] = $value;
2517
        $this->options['form_params']['ExtendedParams'] = $value;
2518
2519
        return $this;
2520
    }
2521
2522
    /**
2523
     * @param string $value
2524
     *
2525
     * @return $this
2526
     */
2527
    public function withSilent($value)
2528
    {
2529
        $this->data['Silent'] = $value;
2530
        $this->options['form_params']['Silent'] = $value;
2531
2532
        return $this;
2533
    }
2534
2535
    /**
2536
     * @param string $value
2537
     *
2538
     * @return $this
2539
     */
2540
    public function withExpiredSeconds($value)
2541
    {
2542
        $this->data['ExpiredSeconds'] = $value;
2543
        $this->options['form_params']['ExpiredSeconds'] = $value;
2544
2545
        return $this;
2546
    }
2547
2548
    /**
2549
     * @param array $targetMsg
2550
     *
2551
     * @return $this
2552
     */
2553
	public function withTargetMsg(array $targetMsg)
2554
	{
2555
	    $this->data['TargetMsg'] = $targetMsg;
2556
		foreach ($targetMsg as $depth1 => $depth1Value) {
2557
			if(isset($depth1Value['ExtendedParams'])){
2558
				$this->options['form_params']['TargetMsg.' . ($depth1 + 1) . '.ExtendedParams'] = $depth1Value['ExtendedParams'];
2559
			}
2560
			if(isset($depth1Value['TemplateKeyValue'])){
2561
				$this->options['form_params']['TargetMsg.' . ($depth1 + 1) . '.TemplateKeyValue'] = $depth1Value['TemplateKeyValue'];
2562
			}
2563
			if(isset($depth1Value['MsgKey'])){
2564
				$this->options['form_params']['TargetMsg.' . ($depth1 + 1) . '.MsgKey'] = $depth1Value['MsgKey'];
2565
			}
2566
			if(isset($depth1Value['Target'])){
2567
				$this->options['form_params']['TargetMsg.' . ($depth1 + 1) . '.Target'] = $depth1Value['Target'];
2568
			}
2569
		}
2570
2571
		return $this;
2572
    }
2573
2574
    /**
2575
     * @param string $value
2576
     *
2577
     * @return $this
2578
     */
2579
    public function withAppId($value)
2580
    {
2581
        $this->data['AppId'] = $value;
2582
        $this->options['form_params']['AppId'] = $value;
2583
2584
        return $this;
2585
    }
2586
2587
    /**
2588
     * @param string $value
2589
     *
2590
     * @return $this
2591
     */
2592
    public function withWorkspaceId($value)
2593
    {
2594
        $this->data['WorkspaceId'] = $value;
2595
        $this->options['form_params']['WorkspaceId'] = $value;
2596
2597
        return $this;
2598
    }
2599
}
2600
2601
/**
2602
 * @method string getTaskName()
2603
 * @method string getTitle()
2604
 * @method string getContent()
2605
 * @method string getPushAction()
2606
 * @method string getDeliveryType()
2607
 * @method string getNotifyType()
2608
 * @method string getTargetMsgkey()
2609
 * @method string getExtendedParams()
2610
 * @method string getSilent()
2611
 * @method string getUri()
2612
 * @method string getExpiredSeconds()
2613
 * @method string getAppId()
2614
 * @method string getWorkspaceId()
2615
 */
2616
class PushSimple extends Rpc
2617
{
2618
2619
    /**
2620
     * @param string $value
2621
     *
2622
     * @return $this
2623
     */
2624
    public function withTaskName($value)
2625
    {
2626
        $this->data['TaskName'] = $value;
2627
        $this->options['form_params']['TaskName'] = $value;
2628
2629
        return $this;
2630
    }
2631
2632
    /**
2633
     * @param string $value
2634
     *
2635
     * @return $this
2636
     */
2637
    public function withTitle($value)
2638
    {
2639
        $this->data['Title'] = $value;
2640
        $this->options['form_params']['Title'] = $value;
2641
2642
        return $this;
2643
    }
2644
2645
    /**
2646
     * @param string $value
2647
     *
2648
     * @return $this
2649
     */
2650
    public function withContent($value)
2651
    {
2652
        $this->data['Content'] = $value;
2653
        $this->options['form_params']['Content'] = $value;
2654
2655
        return $this;
2656
    }
2657
2658
    /**
2659
     * @param string $value
2660
     *
2661
     * @return $this
2662
     */
2663
    public function withPushAction($value)
2664
    {
2665
        $this->data['PushAction'] = $value;
2666
        $this->options['form_params']['PushAction'] = $value;
2667
2668
        return $this;
2669
    }
2670
2671
    /**
2672
     * @param string $value
2673
     *
2674
     * @return $this
2675
     */
2676
    public function withDeliveryType($value)
2677
    {
2678
        $this->data['DeliveryType'] = $value;
2679
        $this->options['form_params']['DeliveryType'] = $value;
2680
2681
        return $this;
2682
    }
2683
2684
    /**
2685
     * @param string $value
2686
     *
2687
     * @return $this
2688
     */
2689
    public function withNotifyType($value)
2690
    {
2691
        $this->data['NotifyType'] = $value;
2692
        $this->options['form_params']['NotifyType'] = $value;
2693
2694
        return $this;
2695
    }
2696
2697
    /**
2698
     * @param string $value
2699
     *
2700
     * @return $this
2701
     */
2702
    public function withTargetMsgkey($value)
2703
    {
2704
        $this->data['TargetMsgkey'] = $value;
2705
        $this->options['form_params']['TargetMsgkey'] = $value;
2706
2707
        return $this;
2708
    }
2709
2710
    /**
2711
     * @param string $value
2712
     *
2713
     * @return $this
2714
     */
2715
    public function withExtendedParams($value)
2716
    {
2717
        $this->data['ExtendedParams'] = $value;
2718
        $this->options['form_params']['ExtendedParams'] = $value;
2719
2720
        return $this;
2721
    }
2722
2723
    /**
2724
     * @param string $value
2725
     *
2726
     * @return $this
2727
     */
2728
    public function withSilent($value)
2729
    {
2730
        $this->data['Silent'] = $value;
2731
        $this->options['form_params']['Silent'] = $value;
2732
2733
        return $this;
2734
    }
2735
2736
    /**
2737
     * @param string $value
2738
     *
2739
     * @return $this
2740
     */
2741
    public function withUri($value)
2742
    {
2743
        $this->data['Uri'] = $value;
2744
        $this->options['form_params']['Uri'] = $value;
2745
2746
        return $this;
2747
    }
2748
2749
    /**
2750
     * @param string $value
2751
     *
2752
     * @return $this
2753
     */
2754
    public function withExpiredSeconds($value)
2755
    {
2756
        $this->data['ExpiredSeconds'] = $value;
2757
        $this->options['form_params']['ExpiredSeconds'] = $value;
2758
2759
        return $this;
2760
    }
2761
2762
    /**
2763
     * @param string $value
2764
     *
2765
     * @return $this
2766
     */
2767
    public function withAppId($value)
2768
    {
2769
        $this->data['AppId'] = $value;
2770
        $this->options['form_params']['AppId'] = $value;
2771
2772
        return $this;
2773
    }
2774
2775
    /**
2776
     * @param string $value
2777
     *
2778
     * @return $this
2779
     */
2780
    public function withWorkspaceId($value)
2781
    {
2782
        $this->data['WorkspaceId'] = $value;
2783
        $this->options['form_params']['WorkspaceId'] = $value;
2784
2785
        return $this;
2786
    }
2787
}
2788
2789
/**
2790
 * @method string getTaskName()
2791
 * @method string getTemplateKeyValue()
2792
 * @method string getPushAction()
2793
 * @method string getDeliveryType()
2794
 * @method string getTemplateName()
2795
 * @method string getNotifyType()
2796
 * @method string getTargetMsgkey()
2797
 * @method string getExtendedParams()
2798
 * @method string getSilent()
2799
 * @method string getExpiredSeconds()
2800
 * @method string getAppId()
2801
 * @method string getWorkspaceId()
2802
 */
2803
class PushTemplate extends Rpc
2804
{
2805
2806
    /**
2807
     * @param string $value
2808
     *
2809
     * @return $this
2810
     */
2811
    public function withTaskName($value)
2812
    {
2813
        $this->data['TaskName'] = $value;
2814
        $this->options['form_params']['TaskName'] = $value;
2815
2816
        return $this;
2817
    }
2818
2819
    /**
2820
     * @param string $value
2821
     *
2822
     * @return $this
2823
     */
2824
    public function withTemplateKeyValue($value)
2825
    {
2826
        $this->data['TemplateKeyValue'] = $value;
2827
        $this->options['form_params']['TemplateKeyValue'] = $value;
2828
2829
        return $this;
2830
    }
2831
2832
    /**
2833
     * @param string $value
2834
     *
2835
     * @return $this
2836
     */
2837
    public function withPushAction($value)
2838
    {
2839
        $this->data['PushAction'] = $value;
2840
        $this->options['form_params']['PushAction'] = $value;
2841
2842
        return $this;
2843
    }
2844
2845
    /**
2846
     * @param string $value
2847
     *
2848
     * @return $this
2849
     */
2850
    public function withDeliveryType($value)
2851
    {
2852
        $this->data['DeliveryType'] = $value;
2853
        $this->options['form_params']['DeliveryType'] = $value;
2854
2855
        return $this;
2856
    }
2857
2858
    /**
2859
     * @param string $value
2860
     *
2861
     * @return $this
2862
     */
2863
    public function withTemplateName($value)
2864
    {
2865
        $this->data['TemplateName'] = $value;
2866
        $this->options['form_params']['TemplateName'] = $value;
2867
2868
        return $this;
2869
    }
2870
2871
    /**
2872
     * @param string $value
2873
     *
2874
     * @return $this
2875
     */
2876
    public function withNotifyType($value)
2877
    {
2878
        $this->data['NotifyType'] = $value;
2879
        $this->options['form_params']['NotifyType'] = $value;
2880
2881
        return $this;
2882
    }
2883
2884
    /**
2885
     * @param string $value
2886
     *
2887
     * @return $this
2888
     */
2889
    public function withTargetMsgkey($value)
2890
    {
2891
        $this->data['TargetMsgkey'] = $value;
2892
        $this->options['form_params']['TargetMsgkey'] = $value;
2893
2894
        return $this;
2895
    }
2896
2897
    /**
2898
     * @param string $value
2899
     *
2900
     * @return $this
2901
     */
2902
    public function withExtendedParams($value)
2903
    {
2904
        $this->data['ExtendedParams'] = $value;
2905
        $this->options['form_params']['ExtendedParams'] = $value;
2906
2907
        return $this;
2908
    }
2909
2910
    /**
2911
     * @param string $value
2912
     *
2913
     * @return $this
2914
     */
2915
    public function withSilent($value)
2916
    {
2917
        $this->data['Silent'] = $value;
2918
        $this->options['form_params']['Silent'] = $value;
2919
2920
        return $this;
2921
    }
2922
2923
    /**
2924
     * @param string $value
2925
     *
2926
     * @return $this
2927
     */
2928
    public function withExpiredSeconds($value)
2929
    {
2930
        $this->data['ExpiredSeconds'] = $value;
2931
        $this->options['form_params']['ExpiredSeconds'] = $value;
2932
2933
        return $this;
2934
    }
2935
2936
    /**
2937
     * @param string $value
2938
     *
2939
     * @return $this
2940
     */
2941
    public function withAppId($value)
2942
    {
2943
        $this->data['AppId'] = $value;
2944
        $this->options['form_params']['AppId'] = $value;
2945
2946
        return $this;
2947
    }
2948
2949
    /**
2950
     * @param string $value
2951
     *
2952
     * @return $this
2953
     */
2954
    public function withWorkspaceId($value)
2955
    {
2956
        $this->data['WorkspaceId'] = $value;
2957
        $this->options['form_params']['WorkspaceId'] = $value;
2958
2959
        return $this;
2960
    }
2961
}
2962
2963
/**
2964
 * @method string getAppId()
2965
 * @method string getWorkspaceId()
2966
 */
2967
class QueryMappCenterApp extends Rpc
2968
{
2969
2970
    /**
2971
     * @param string $value
2972
     *
2973
     * @return $this
2974
     */
2975
    public function withAppId($value)
2976
    {
2977
        $this->data['AppId'] = $value;
2978
        $this->options['form_params']['AppId'] = $value;
2979
2980
        return $this;
2981
    }
2982
2983
    /**
2984
     * @param string $value
2985
     *
2986
     * @return $this
2987
     */
2988
    public function withWorkspaceId($value)
2989
    {
2990
        $this->data['WorkspaceId'] = $value;
2991
        $this->options['form_params']['WorkspaceId'] = $value;
2992
2993
        return $this;
2994
    }
2995
}
2996
2997
/**
2998
 * @method string getH5Id()
2999
 * @method string getTenantId()
3000
 * @method string getId()
3001
 * @method string getAppId()
3002
 * @method string getWorkspaceId()
3003
 */
3004
class QueryMcubeMiniPackage extends Rpc
3005
{
3006
3007
    /**
3008
     * @param string $value
3009
     *
3010
     * @return $this
3011
     */
3012
    public function withH5Id($value)
3013
    {
3014
        $this->data['H5Id'] = $value;
3015
        $this->options['form_params']['H5Id'] = $value;
3016
3017
        return $this;
3018
    }
3019
3020
    /**
3021
     * @param string $value
3022
     *
3023
     * @return $this
3024
     */
3025
    public function withTenantId($value)
3026
    {
3027
        $this->data['TenantId'] = $value;
3028
        $this->options['form_params']['TenantId'] = $value;
3029
3030
        return $this;
3031
    }
3032
3033
    /**
3034
     * @param string $value
3035
     *
3036
     * @return $this
3037
     */
3038
    public function withId($value)
3039
    {
3040
        $this->data['Id'] = $value;
3041
        $this->options['form_params']['Id'] = $value;
3042
3043
        return $this;
3044
    }
3045
3046
    /**
3047
     * @param string $value
3048
     *
3049
     * @return $this
3050
     */
3051
    public function withAppId($value)
3052
    {
3053
        $this->data['AppId'] = $value;
3054
        $this->options['form_params']['AppId'] = $value;
3055
3056
        return $this;
3057
    }
3058
3059
    /**
3060
     * @param string $value
3061
     *
3062
     * @return $this
3063
     */
3064
    public function withWorkspaceId($value)
3065
    {
3066
        $this->data['WorkspaceId'] = $value;
3067
        $this->options['form_params']['WorkspaceId'] = $value;
3068
3069
        return $this;
3070
    }
3071
}
3072
3073
/**
3074
 * @method string getTenantId()
3075
 * @method string getTaskId()
3076
 * @method string getAppId()
3077
 * @method string getWorkspaceId()
3078
 */
3079
class QueryMcubeMiniTask extends Rpc
3080
{
3081
3082
    /**
3083
     * @param string $value
3084
     *
3085
     * @return $this
3086
     */
3087
    public function withTenantId($value)
3088
    {
3089
        $this->data['TenantId'] = $value;
3090
        $this->options['form_params']['TenantId'] = $value;
3091
3092
        return $this;
3093
    }
3094
3095
    /**
3096
     * @param string $value
3097
     *
3098
     * @return $this
3099
     */
3100
    public function withTaskId($value)
3101
    {
3102
        $this->data['TaskId'] = $value;
3103
        $this->options['form_params']['TaskId'] = $value;
3104
3105
        return $this;
3106
    }
3107
3108
    /**
3109
     * @param string $value
3110
     *
3111
     * @return $this
3112
     */
3113
    public function withAppId($value)
3114
    {
3115
        $this->data['AppId'] = $value;
3116
        $this->options['form_params']['AppId'] = $value;
3117
3118
        return $this;
3119
    }
3120
3121
    /**
3122
     * @param string $value
3123
     *
3124
     * @return $this
3125
     */
3126
    public function withWorkspaceId($value)
3127
    {
3128
        $this->data['WorkspaceId'] = $value;
3129
        $this->options['form_params']['WorkspaceId'] = $value;
3130
3131
        return $this;
3132
    }
3133
}
3134
3135
/**
3136
 * @method string getTenantId()
3137
 * @method string getAppId()
3138
 * @method string getWorkspaceId()
3139
 */
3140
class QueryMcubeVhost extends Rpc
3141
{
3142
3143
    /**
3144
     * @param string $value
3145
     *
3146
     * @return $this
3147
     */
3148
    public function withTenantId($value)
3149
    {
3150
        $this->data['TenantId'] = $value;
3151
        $this->options['form_params']['TenantId'] = $value;
3152
3153
        return $this;
3154
    }
3155
3156
    /**
3157
     * @param string $value
3158
     *
3159
     * @return $this
3160
     */
3161
    public function withAppId($value)
3162
    {
3163
        $this->data['AppId'] = $value;
3164
        $this->options['form_params']['AppId'] = $value;
3165
3166
        return $this;
3167
    }
3168
3169
    /**
3170
     * @param string $value
3171
     *
3172
     * @return $this
3173
     */
3174
    public function withWorkspaceId($value)
3175
    {
3176
        $this->data['WorkspaceId'] = $value;
3177
        $this->options['form_params']['WorkspaceId'] = $value;
3178
3179
        return $this;
3180
    }
3181
}
3182
3183
/**
3184
 * @method string getNeedEtag()
3185
 * @method string getApiType()
3186
 * @method string getOptFuzzy()
3187
 * @method string getHost()
3188
 * @method string getPageSize()
3189
 * @method string getTenantId()
3190
 * @method string getPageIndex()
3191
 * @method string getApiStatus()
3192
 * @method string getSysId()
3193
 * @method string getFormat()
3194
 * @method string getNeedEncrypt()
3195
 * @method string getOperationType()
3196
 * @method string getNeedSign()
3197
 * @method string getAppId()
3198
 * @method string getSysName()
3199
 * @method string getWorkspaceId()
3200
 */
3201
class QueryMgsApipage extends Rpc
3202
{
3203
3204
    /**
3205
     * @param string $value
3206
     *
3207
     * @return $this
3208
     */
3209
    public function withNeedEtag($value)
3210
    {
3211
        $this->data['NeedEtag'] = $value;
3212
        $this->options['form_params']['NeedEtag'] = $value;
3213
3214
        return $this;
3215
    }
3216
3217
    /**
3218
     * @param string $value
3219
     *
3220
     * @return $this
3221
     */
3222
    public function withApiType($value)
3223
    {
3224
        $this->data['ApiType'] = $value;
3225
        $this->options['form_params']['ApiType'] = $value;
3226
3227
        return $this;
3228
    }
3229
3230
    /**
3231
     * @param string $value
3232
     *
3233
     * @return $this
3234
     */
3235
    public function withOptFuzzy($value)
3236
    {
3237
        $this->data['OptFuzzy'] = $value;
3238
        $this->options['form_params']['OptFuzzy'] = $value;
3239
3240
        return $this;
3241
    }
3242
3243
    /**
3244
     * @param string $value
3245
     *
3246
     * @return $this
3247
     */
3248
    public function withHost($value)
3249
    {
3250
        $this->data['Host'] = $value;
3251
        $this->options['form_params']['Host'] = $value;
3252
3253
        return $this;
3254
    }
3255
3256
    /**
3257
     * @param string $value
3258
     *
3259
     * @return $this
3260
     */
3261
    public function withPageSize($value)
3262
    {
3263
        $this->data['PageSize'] = $value;
3264
        $this->options['form_params']['PageSize'] = $value;
3265
3266
        return $this;
3267
    }
3268
3269
    /**
3270
     * @param string $value
3271
     *
3272
     * @return $this
3273
     */
3274
    public function withTenantId($value)
3275
    {
3276
        $this->data['TenantId'] = $value;
3277
        $this->options['form_params']['TenantId'] = $value;
3278
3279
        return $this;
3280
    }
3281
3282
    /**
3283
     * @param string $value
3284
     *
3285
     * @return $this
3286
     */
3287
    public function withPageIndex($value)
3288
    {
3289
        $this->data['PageIndex'] = $value;
3290
        $this->options['form_params']['PageIndex'] = $value;
3291
3292
        return $this;
3293
    }
3294
3295
    /**
3296
     * @param string $value
3297
     *
3298
     * @return $this
3299
     */
3300
    public function withApiStatus($value)
3301
    {
3302
        $this->data['ApiStatus'] = $value;
3303
        $this->options['form_params']['ApiStatus'] = $value;
3304
3305
        return $this;
3306
    }
3307
3308
    /**
3309
     * @param string $value
3310
     *
3311
     * @return $this
3312
     */
3313
    public function withSysId($value)
3314
    {
3315
        $this->data['SysId'] = $value;
3316
        $this->options['form_params']['SysId'] = $value;
3317
3318
        return $this;
3319
    }
3320
3321
    /**
3322
     * @param string $value
3323
     *
3324
     * @return $this
3325
     */
3326
    public function withFormat($value)
3327
    {
3328
        $this->data['Format'] = $value;
3329
        $this->options['form_params']['Format'] = $value;
3330
3331
        return $this;
3332
    }
3333
3334
    /**
3335
     * @param string $value
3336
     *
3337
     * @return $this
3338
     */
3339
    public function withNeedEncrypt($value)
3340
    {
3341
        $this->data['NeedEncrypt'] = $value;
3342
        $this->options['form_params']['NeedEncrypt'] = $value;
3343
3344
        return $this;
3345
    }
3346
3347
    /**
3348
     * @param string $value
3349
     *
3350
     * @return $this
3351
     */
3352
    public function withOperationType($value)
3353
    {
3354
        $this->data['OperationType'] = $value;
3355
        $this->options['form_params']['OperationType'] = $value;
3356
3357
        return $this;
3358
    }
3359
3360
    /**
3361
     * @param string $value
3362
     *
3363
     * @return $this
3364
     */
3365
    public function withNeedSign($value)
3366
    {
3367
        $this->data['NeedSign'] = $value;
3368
        $this->options['form_params']['NeedSign'] = $value;
3369
3370
        return $this;
3371
    }
3372
3373
    /**
3374
     * @param string $value
3375
     *
3376
     * @return $this
3377
     */
3378
    public function withAppId($value)
3379
    {
3380
        $this->data['AppId'] = $value;
3381
        $this->options['form_params']['AppId'] = $value;
3382
3383
        return $this;
3384
    }
3385
3386
    /**
3387
     * @param string $value
3388
     *
3389
     * @return $this
3390
     */
3391
    public function withSysName($value)
3392
    {
3393
        $this->data['SysName'] = $value;
3394
        $this->options['form_params']['SysName'] = $value;
3395
3396
        return $this;
3397
    }
3398
3399
    /**
3400
     * @param string $value
3401
     *
3402
     * @return $this
3403
     */
3404
    public function withWorkspaceId($value)
3405
    {
3406
        $this->data['WorkspaceId'] = $value;
3407
        $this->options['form_params']['WorkspaceId'] = $value;
3408
3409
        return $this;
3410
    }
3411
}
3412
3413
/**
3414
 * @method string getType()
3415
 * @method string getTenantId()
3416
 * @method string getId()
3417
 * @method string getFormat()
3418
 * @method string getAppId()
3419
 * @method string getWorkspaceId()
3420
 */
3421
class QueryMgsApirest extends Rpc
3422
{
3423
3424
    /**
3425
     * @param string $value
3426
     *
3427
     * @return $this
3428
     */
3429
    public function withType($value)
3430
    {
3431
        $this->data['Type'] = $value;
3432
        $this->options['form_params']['Type'] = $value;
3433
3434
        return $this;
3435
    }
3436
3437
    /**
3438
     * @param string $value
3439
     *
3440
     * @return $this
3441
     */
3442
    public function withTenantId($value)
3443
    {
3444
        $this->data['TenantId'] = $value;
3445
        $this->options['form_params']['TenantId'] = $value;
3446
3447
        return $this;
3448
    }
3449
3450
    /**
3451
     * @param string $value
3452
     *
3453
     * @return $this
3454
     */
3455
    public function withId($value)
3456
    {
3457
        $this->data['Id'] = $value;
3458
        $this->options['form_params']['Id'] = $value;
3459
3460
        return $this;
3461
    }
3462
3463
    /**
3464
     * @param string $value
3465
     *
3466
     * @return $this
3467
     */
3468
    public function withFormat($value)
3469
    {
3470
        $this->data['Format'] = $value;
3471
        $this->options['form_params']['Format'] = $value;
3472
3473
        return $this;
3474
    }
3475
3476
    /**
3477
     * @param string $value
3478
     *
3479
     * @return $this
3480
     */
3481
    public function withAppId($value)
3482
    {
3483
        $this->data['AppId'] = $value;
3484
        $this->options['form_params']['AppId'] = $value;
3485
3486
        return $this;
3487
    }
3488
3489
    /**
3490
     * @param string $value
3491
     *
3492
     * @return $this
3493
     */
3494
    public function withWorkspaceId($value)
3495
    {
3496
        $this->data['WorkspaceId'] = $value;
3497
        $this->options['form_params']['WorkspaceId'] = $value;
3498
3499
        return $this;
3500
    }
3501
}
3502
3503
/**
3504
 * @method string getMpaasMappcenterMgsTestreqbodyautogenQueryJsonStr()
3505
 * @method string getTenantId()
3506
 * @method string getFormat()
3507
 * @method string getAppId()
3508
 * @method string getWorkspaceId()
3509
 */
3510
class QueryMgsTestreqbodyautogen extends Rpc
3511
{
3512
3513
    /**
3514
     * @param string $value
3515
     *
3516
     * @return $this
3517
     */
3518
    public function withMpaasMappcenterMgsTestreqbodyautogenQueryJsonStr($value)
3519
    {
3520
        $this->data['MpaasMappcenterMgsTestreqbodyautogenQueryJsonStr'] = $value;
3521
        $this->options['form_params']['MpaasMappcenterMgsTestreqbodyautogenQueryJsonStr'] = $value;
3522
3523
        return $this;
3524
    }
3525
3526
    /**
3527
     * @param string $value
3528
     *
3529
     * @return $this
3530
     */
3531
    public function withTenantId($value)
3532
    {
3533
        $this->data['TenantId'] = $value;
3534
        $this->options['form_params']['TenantId'] = $value;
3535
3536
        return $this;
3537
    }
3538
3539
    /**
3540
     * @param string $value
3541
     *
3542
     * @return $this
3543
     */
3544
    public function withFormat($value)
3545
    {
3546
        $this->data['Format'] = $value;
3547
        $this->options['form_params']['Format'] = $value;
3548
3549
        return $this;
3550
    }
3551
3552
    /**
3553
     * @param string $value
3554
     *
3555
     * @return $this
3556
     */
3557
    public function withAppId($value)
3558
    {
3559
        $this->data['AppId'] = $value;
3560
        $this->options['form_params']['AppId'] = $value;
3561
3562
        return $this;
3563
    }
3564
3565
    /**
3566
     * @param string $value
3567
     *
3568
     * @return $this
3569
     */
3570
    public function withWorkspaceId($value)
3571
    {
3572
        $this->data['WorkspaceId'] = $value;
3573
        $this->options['form_params']['WorkspaceId'] = $value;
3574
3575
        return $this;
3576
    }
3577
}
3578
3579
/**
3580
 * @method string getDate()
3581
 * @method string getTenantId()
3582
 * @method string getTinyAppId()
3583
 * @method string getAppId()
3584
 * @method string getWorkspaceId()
3585
 */
3586
class QueryMPaaSMasTinyAppDailyData extends Rpc
3587
{
3588
3589
    /**
3590
     * @param string $value
3591
     *
3592
     * @return $this
3593
     */
3594
    public function withDate($value)
3595
    {
3596
        $this->data['Date'] = $value;
3597
        $this->options['form_params']['Date'] = $value;
3598
3599
        return $this;
3600
    }
3601
3602
    /**
3603
     * @param string $value
3604
     *
3605
     * @return $this
3606
     */
3607
    public function withTenantId($value)
3608
    {
3609
        $this->data['TenantId'] = $value;
3610
        $this->options['form_params']['TenantId'] = $value;
3611
3612
        return $this;
3613
    }
3614
3615
    /**
3616
     * @param string $value
3617
     *
3618
     * @return $this
3619
     */
3620
    public function withTinyAppId($value)
3621
    {
3622
        $this->data['TinyAppId'] = $value;
3623
        $this->options['form_params']['TinyAppId'] = $value;
3624
3625
        return $this;
3626
    }
3627
3628
    /**
3629
     * @param string $value
3630
     *
3631
     * @return $this
3632
     */
3633
    public function withAppId($value)
3634
    {
3635
        $this->data['AppId'] = $value;
3636
        $this->options['form_params']['AppId'] = $value;
3637
3638
        return $this;
3639
    }
3640
3641
    /**
3642
     * @param string $value
3643
     *
3644
     * @return $this
3645
     */
3646
    public function withWorkspaceId($value)
3647
    {
3648
        $this->data['WorkspaceId'] = $value;
3649
        $this->options['form_params']['WorkspaceId'] = $value;
3650
3651
        return $this;
3652
    }
3653
}
3654
3655
/**
3656
 * @method string getDate()
3657
 * @method string getPageNum()
3658
 * @method string getTenantId()
3659
 * @method string getKeyword()
3660
 * @method string getOrder()
3661
 * @method string getOrderCol()
3662
 * @method string getTinyAppId()
3663
 * @method string getAppId()
3664
 * @method string getPageLen()
3665
 * @method string getWorkspaceId()
3666
 */
3667
class QueryMPaaSMasTinyAppDailyPageView extends Rpc
3668
{
3669
3670
    /**
3671
     * @param string $value
3672
     *
3673
     * @return $this
3674
     */
3675
    public function withDate($value)
3676
    {
3677
        $this->data['Date'] = $value;
3678
        $this->options['form_params']['Date'] = $value;
3679
3680
        return $this;
3681
    }
3682
3683
    /**
3684
     * @param string $value
3685
     *
3686
     * @return $this
3687
     */
3688
    public function withPageNum($value)
3689
    {
3690
        $this->data['PageNum'] = $value;
3691
        $this->options['form_params']['PageNum'] = $value;
3692
3693
        return $this;
3694
    }
3695
3696
    /**
3697
     * @param string $value
3698
     *
3699
     * @return $this
3700
     */
3701
    public function withTenantId($value)
3702
    {
3703
        $this->data['TenantId'] = $value;
3704
        $this->options['form_params']['TenantId'] = $value;
3705
3706
        return $this;
3707
    }
3708
3709
    /**
3710
     * @param string $value
3711
     *
3712
     * @return $this
3713
     */
3714
    public function withKeyword($value)
3715
    {
3716
        $this->data['Keyword'] = $value;
3717
        $this->options['form_params']['Keyword'] = $value;
3718
3719
        return $this;
3720
    }
3721
3722
    /**
3723
     * @param string $value
3724
     *
3725
     * @return $this
3726
     */
3727
    public function withOrder($value)
3728
    {
3729
        $this->data['Order'] = $value;
3730
        $this->options['form_params']['Order'] = $value;
3731
3732
        return $this;
3733
    }
3734
3735
    /**
3736
     * @param string $value
3737
     *
3738
     * @return $this
3739
     */
3740
    public function withOrderCol($value)
3741
    {
3742
        $this->data['OrderCol'] = $value;
3743
        $this->options['form_params']['OrderCol'] = $value;
3744
3745
        return $this;
3746
    }
3747
3748
    /**
3749
     * @param string $value
3750
     *
3751
     * @return $this
3752
     */
3753
    public function withTinyAppId($value)
3754
    {
3755
        $this->data['TinyAppId'] = $value;
3756
        $this->options['form_params']['TinyAppId'] = $value;
3757
3758
        return $this;
3759
    }
3760
3761
    /**
3762
     * @param string $value
3763
     *
3764
     * @return $this
3765
     */
3766
    public function withAppId($value)
3767
    {
3768
        $this->data['AppId'] = $value;
3769
        $this->options['form_params']['AppId'] = $value;
3770
3771
        return $this;
3772
    }
3773
3774
    /**
3775
     * @param string $value
3776
     *
3777
     * @return $this
3778
     */
3779
    public function withPageLen($value)
3780
    {
3781
        $this->data['PageLen'] = $value;
3782
        $this->options['form_params']['PageLen'] = $value;
3783
3784
        return $this;
3785
    }
3786
3787
    /**
3788
     * @param string $value
3789
     *
3790
     * @return $this
3791
     */
3792
    public function withWorkspaceId($value)
3793
    {
3794
        $this->data['WorkspaceId'] = $value;
3795
        $this->options['form_params']['WorkspaceId'] = $value;
3796
3797
        return $this;
3798
    }
3799
}
3800
3801
/**
3802
 * @method string getDate()
3803
 * @method string getTenantId()
3804
 * @method string getTinyAppId()
3805
 * @method string getAppId()
3806
 * @method string getWorkspaceId()
3807
 */
3808
class QueryMPaaSMasTinyAppHistoryData extends Rpc
3809
{
3810
3811
    /**
3812
     * @param string $value
3813
     *
3814
     * @return $this
3815
     */
3816
    public function withDate($value)
3817
    {
3818
        $this->data['Date'] = $value;
3819
        $this->options['form_params']['Date'] = $value;
3820
3821
        return $this;
3822
    }
3823
3824
    /**
3825
     * @param string $value
3826
     *
3827
     * @return $this
3828
     */
3829
    public function withTenantId($value)
3830
    {
3831
        $this->data['TenantId'] = $value;
3832
        $this->options['form_params']['TenantId'] = $value;
3833
3834
        return $this;
3835
    }
3836
3837
    /**
3838
     * @param string $value
3839
     *
3840
     * @return $this
3841
     */
3842
    public function withTinyAppId($value)
3843
    {
3844
        $this->data['TinyAppId'] = $value;
3845
        $this->options['form_params']['TinyAppId'] = $value;
3846
3847
        return $this;
3848
    }
3849
3850
    /**
3851
     * @param string $value
3852
     *
3853
     * @return $this
3854
     */
3855
    public function withAppId($value)
3856
    {
3857
        $this->data['AppId'] = $value;
3858
        $this->options['form_params']['AppId'] = $value;
3859
3860
        return $this;
3861
    }
3862
3863
    /**
3864
     * @param string $value
3865
     *
3866
     * @return $this
3867
     */
3868
    public function withWorkspaceId($value)
3869
    {
3870
        $this->data['WorkspaceId'] = $value;
3871
        $this->options['form_params']['WorkspaceId'] = $value;
3872
3873
        return $this;
3874
    }
3875
}
3876
3877
/**
3878
 * @method string getTenantId()
3879
 * @method string getBizRequestId()
3880
 * @method string getBizName()
3881
 * @method string getBizAppCode()
3882
 * @method string getRoomId()
3883
 * @method string getRecordId()
3884
 * @method string getS()
3885
 * @method string getAppId()
3886
 * @method string getMediaType()
3887
 * @method string getWorkspaceId()
3888
 */
3889
class QueryMpaasMrtcArtvcRecordfile extends Rpc
3890
{
3891
3892
    /**
3893
     * @param string $value
3894
     *
3895
     * @return $this
3896
     */
3897
    public function withTenantId($value)
3898
    {
3899
        $this->data['TenantId'] = $value;
3900
        $this->options['form_params']['TenantId'] = $value;
3901
3902
        return $this;
3903
    }
3904
3905
    /**
3906
     * @param string $value
3907
     *
3908
     * @return $this
3909
     */
3910
    public function withBizRequestId($value)
3911
    {
3912
        $this->data['BizRequestId'] = $value;
3913
        $this->options['form_params']['BizRequestId'] = $value;
3914
3915
        return $this;
3916
    }
3917
3918
    /**
3919
     * @param string $value
3920
     *
3921
     * @return $this
3922
     */
3923
    public function withBizName($value)
3924
    {
3925
        $this->data['BizName'] = $value;
3926
        $this->options['form_params']['BizName'] = $value;
3927
3928
        return $this;
3929
    }
3930
3931
    /**
3932
     * @param string $value
3933
     *
3934
     * @return $this
3935
     */
3936
    public function withBizAppCode($value)
3937
    {
3938
        $this->data['BizAppCode'] = $value;
3939
        $this->options['form_params']['BizAppCode'] = $value;
3940
3941
        return $this;
3942
    }
3943
3944
    /**
3945
     * @param string $value
3946
     *
3947
     * @return $this
3948
     */
3949
    public function withRoomId($value)
3950
    {
3951
        $this->data['RoomId'] = $value;
3952
        $this->options['form_params']['RoomId'] = $value;
3953
3954
        return $this;
3955
    }
3956
3957
    /**
3958
     * @param string $value
3959
     *
3960
     * @return $this
3961
     */
3962
    public function withRecordId($value)
3963
    {
3964
        $this->data['RecordId'] = $value;
3965
        $this->options['form_params']['RecordId'] = $value;
3966
3967
        return $this;
3968
    }
3969
3970
    /**
3971
     * @param string $value
3972
     *
3973
     * @return $this
3974
     */
3975
    public function withS($value)
3976
    {
3977
        $this->data['S'] = $value;
3978
        $this->options['form_params']['S'] = $value;
3979
3980
        return $this;
3981
    }
3982
3983
    /**
3984
     * @param string $value
3985
     *
3986
     * @return $this
3987
     */
3988
    public function withAppId($value)
3989
    {
3990
        $this->data['AppId'] = $value;
3991
        $this->options['form_params']['AppId'] = $value;
3992
3993
        return $this;
3994
    }
3995
3996
    /**
3997
     * @param string $value
3998
     *
3999
     * @return $this
4000
     */
4001
    public function withMediaType($value)
4002
    {
4003
        $this->data['MediaType'] = $value;
4004
        $this->options['form_params']['MediaType'] = $value;
4005
4006
        return $this;
4007
    }
4008
4009
    /**
4010
     * @param string $value
4011
     *
4012
     * @return $this
4013
     */
4014
    public function withWorkspaceId($value)
4015
    {
4016
        $this->data['WorkspaceId'] = $value;
4017
        $this->options['form_params']['WorkspaceId'] = $value;
4018
4019
        return $this;
4020
    }
4021
}
4022
4023
/**
4024
 * @method string getTenantId()
4025
 * @method string getAppId()
4026
 * @method string getMpaasMappcenterMsaDiffRunJsonStr()
4027
 * @method string getWorkspaceId()
4028
 */
4029
class RunMsaDiff extends Rpc
4030
{
4031
4032
    /**
4033
     * @param string $value
4034
     *
4035
     * @return $this
4036
     */
4037
    public function withTenantId($value)
4038
    {
4039
        $this->data['TenantId'] = $value;
4040
        $this->options['form_params']['TenantId'] = $value;
4041
4042
        return $this;
4043
    }
4044
4045
    /**
4046
     * @param string $value
4047
     *
4048
     * @return $this
4049
     */
4050
    public function withAppId($value)
4051
    {
4052
        $this->data['AppId'] = $value;
4053
        $this->options['form_params']['AppId'] = $value;
4054
4055
        return $this;
4056
    }
4057
4058
    /**
4059
     * @param string $value
4060
     *
4061
     * @return $this
4062
     */
4063
    public function withMpaasMappcenterMsaDiffRunJsonStr($value)
4064
    {
4065
        $this->data['MpaasMappcenterMsaDiffRunJsonStr'] = $value;
4066
        $this->options['form_params']['MpaasMappcenterMsaDiffRunJsonStr'] = $value;
4067
4068
        return $this;
4069
    }
4070
4071
    /**
4072
     * @param string $value
4073
     *
4074
     * @return $this
4075
     */
4076
    public function withWorkspaceId($value)
4077
    {
4078
        $this->data['WorkspaceId'] = $value;
4079
        $this->options['form_params']['WorkspaceId'] = $value;
4080
4081
        return $this;
4082
    }
4083
}
4084
4085
/**
4086
 * @method string getMpaasMappcenterMgsApirestSaveJsonStr()
4087
 * @method string getTenantId()
4088
 * @method string getAppId()
4089
 * @method string getWorkspaceId()
4090
 */
4091
class SaveMgsApirest extends Rpc
4092
{
4093
4094
    /**
4095
     * @param string $value
4096
     *
4097
     * @return $this
4098
     */
4099
    public function withMpaasMappcenterMgsApirestSaveJsonStr($value)
4100
    {
4101
        $this->data['MpaasMappcenterMgsApirestSaveJsonStr'] = $value;
4102
        $this->options['form_params']['MpaasMappcenterMgsApirestSaveJsonStr'] = $value;
4103
4104
        return $this;
4105
    }
4106
4107
    /**
4108
     * @param string $value
4109
     *
4110
     * @return $this
4111
     */
4112
    public function withTenantId($value)
4113
    {
4114
        $this->data['TenantId'] = $value;
4115
        $this->options['form_params']['TenantId'] = $value;
4116
4117
        return $this;
4118
    }
4119
4120
    /**
4121
     * @param string $value
4122
     *
4123
     * @return $this
4124
     */
4125
    public function withAppId($value)
4126
    {
4127
        $this->data['AppId'] = $value;
4128
        $this->options['form_params']['AppId'] = $value;
4129
4130
        return $this;
4131
    }
4132
4133
    /**
4134
     * @param string $value
4135
     *
4136
     * @return $this
4137
     */
4138
    public function withWorkspaceId($value)
4139
    {
4140
        $this->data['WorkspaceId'] = $value;
4141
        $this->options['form_params']['WorkspaceId'] = $value;
4142
4143
        return $this;
4144
    }
4145
}
4146
4147
/**
4148
 * @method string getOnexFlag()
4149
 * @method string getTenantId()
4150
 * @method string getId()
4151
 * @method string getKeyIds()
4152
 * @method string getOssUrl()
4153
 * @method string getAppId()
4154
 * @method string getWorkspaceId()
4155
 */
4156
class UpdateMcubeWhitelist extends Rpc
4157
{
4158
4159
    /**
4160
     * @param string $value
4161
     *
4162
     * @return $this
4163
     */
4164
    public function withOnexFlag($value)
4165
    {
4166
        $this->data['OnexFlag'] = $value;
4167
        $this->options['form_params']['OnexFlag'] = $value;
4168
4169
        return $this;
4170
    }
4171
4172
    /**
4173
     * @param string $value
4174
     *
4175
     * @return $this
4176
     */
4177
    public function withTenantId($value)
4178
    {
4179
        $this->data['TenantId'] = $value;
4180
        $this->options['form_params']['TenantId'] = $value;
4181
4182
        return $this;
4183
    }
4184
4185
    /**
4186
     * @param string $value
4187
     *
4188
     * @return $this
4189
     */
4190
    public function withId($value)
4191
    {
4192
        $this->data['Id'] = $value;
4193
        $this->options['form_params']['Id'] = $value;
4194
4195
        return $this;
4196
    }
4197
4198
    /**
4199
     * @param string $value
4200
     *
4201
     * @return $this
4202
     */
4203
    public function withKeyIds($value)
4204
    {
4205
        $this->data['KeyIds'] = $value;
4206
        $this->options['form_params']['KeyIds'] = $value;
4207
4208
        return $this;
4209
    }
4210
4211
    /**
4212
     * @param string $value
4213
     *
4214
     * @return $this
4215
     */
4216
    public function withOssUrl($value)
4217
    {
4218
        $this->data['OssUrl'] = $value;
4219
        $this->options['form_params']['OssUrl'] = $value;
4220
4221
        return $this;
4222
    }
4223
4224
    /**
4225
     * @param string $value
4226
     *
4227
     * @return $this
4228
     */
4229
    public function withAppId($value)
4230
    {
4231
        $this->data['AppId'] = $value;
4232
        $this->options['form_params']['AppId'] = $value;
4233
4234
        return $this;
4235
    }
4236
4237
    /**
4238
     * @param string $value
4239
     *
4240
     * @return $this
4241
     */
4242
    public function withWorkspaceId($value)
4243
    {
4244
        $this->data['WorkspaceId'] = $value;
4245
        $this->options['form_params']['WorkspaceId'] = $value;
4246
4247
        return $this;
4248
    }
4249
}
4250
4251
/**
4252
 * @method string getSystemType()
4253
 * @method string getOnexFlag()
4254
 * @method string getAppName()
4255
 * @method string getTenantId()
4256
 * @method string getIdentifier()
4257
 * @method string getIconFileUrl()
4258
 * @method string getAppId()
4259
 */
4260
class UpdateMpaasAppInfo extends Rpc
4261
{
4262
4263
    /**
4264
     * @param string $value
4265
     *
4266
     * @return $this
4267
     */
4268
    public function withSystemType($value)
4269
    {
4270
        $this->data['SystemType'] = $value;
4271
        $this->options['form_params']['SystemType'] = $value;
4272
4273
        return $this;
4274
    }
4275
4276
    /**
4277
     * @param string $value
4278
     *
4279
     * @return $this
4280
     */
4281
    public function withOnexFlag($value)
4282
    {
4283
        $this->data['OnexFlag'] = $value;
4284
        $this->options['form_params']['OnexFlag'] = $value;
4285
4286
        return $this;
4287
    }
4288
4289
    /**
4290
     * @param string $value
4291
     *
4292
     * @return $this
4293
     */
4294
    public function withAppName($value)
4295
    {
4296
        $this->data['AppName'] = $value;
4297
        $this->options['form_params']['AppName'] = $value;
4298
4299
        return $this;
4300
    }
4301
4302
    /**
4303
     * @param string $value
4304
     *
4305
     * @return $this
4306
     */
4307
    public function withTenantId($value)
4308
    {
4309
        $this->data['TenantId'] = $value;
4310
        $this->options['form_params']['TenantId'] = $value;
4311
4312
        return $this;
4313
    }
4314
4315
    /**
4316
     * @param string $value
4317
     *
4318
     * @return $this
4319
     */
4320
    public function withIdentifier($value)
4321
    {
4322
        $this->data['Identifier'] = $value;
4323
        $this->options['form_params']['Identifier'] = $value;
4324
4325
        return $this;
4326
    }
4327
4328
    /**
4329
     * @param string $value
4330
     *
4331
     * @return $this
4332
     */
4333
    public function withIconFileUrl($value)
4334
    {
4335
        $this->data['IconFileUrl'] = $value;
4336
        $this->options['form_params']['IconFileUrl'] = $value;
4337
4338
        return $this;
4339
    }
4340
4341
    /**
4342
     * @param string $value
4343
     *
4344
     * @return $this
4345
     */
4346
    public function withAppId($value)
4347
    {
4348
        $this->data['AppId'] = $value;
4349
        $this->options['form_params']['AppId'] = $value;
4350
4351
        return $this;
4352
    }
4353
}
4354
4355
/**
4356
 * @method string getAutoInstall()
4357
 * @method string getInstallType()
4358
 * @method string getOnexFlag()
4359
 * @method string getEnableOptionMenu()
4360
 * @method string getH5Version()
4361
 * @method string getEnableTabBar()
4362
 * @method string getUserId()
4363
 * @method string getUuid()
4364
 * @method string getResourceFileUrl()
4365
 * @method string getH5Id()
4366
 * @method string getExtendInfo()
4367
 * @method string getMainUrl()
4368
 * @method string getClientVersionMin()
4369
 * @method string getEnableKeepAlive()
4370
 * @method string getVhost()
4371
 * @method string getClientVersionMax()
4372
 * @method string getPackageType()
4373
 * @method string getWorkspaceId()
4374
 * @method string getH5Name()
4375
 * @method string getPlatform()
4376
 * @method string getTenantId()
4377
 * @method string getResourceType()
4378
 * @method string getIconFileUrl()
4379
 * @method string getAppId()
4380
 */
4381
class UploadMcubeMiniPackage extends Rpc
4382
{
4383
4384
    /**
4385
     * @param string $value
4386
     *
4387
     * @return $this
4388
     */
4389
    public function withAutoInstall($value)
4390
    {
4391
        $this->data['AutoInstall'] = $value;
4392
        $this->options['form_params']['AutoInstall'] = $value;
4393
4394
        return $this;
4395
    }
4396
4397
    /**
4398
     * @param string $value
4399
     *
4400
     * @return $this
4401
     */
4402
    public function withInstallType($value)
4403
    {
4404
        $this->data['InstallType'] = $value;
4405
        $this->options['form_params']['InstallType'] = $value;
4406
4407
        return $this;
4408
    }
4409
4410
    /**
4411
     * @param string $value
4412
     *
4413
     * @return $this
4414
     */
4415
    public function withOnexFlag($value)
4416
    {
4417
        $this->data['OnexFlag'] = $value;
4418
        $this->options['form_params']['OnexFlag'] = $value;
4419
4420
        return $this;
4421
    }
4422
4423
    /**
4424
     * @param string $value
4425
     *
4426
     * @return $this
4427
     */
4428
    public function withEnableOptionMenu($value)
4429
    {
4430
        $this->data['EnableOptionMenu'] = $value;
4431
        $this->options['form_params']['EnableOptionMenu'] = $value;
4432
4433
        return $this;
4434
    }
4435
4436
    /**
4437
     * @param string $value
4438
     *
4439
     * @return $this
4440
     */
4441
    public function withH5Version($value)
4442
    {
4443
        $this->data['H5Version'] = $value;
4444
        $this->options['form_params']['H5Version'] = $value;
4445
4446
        return $this;
4447
    }
4448
4449
    /**
4450
     * @param string $value
4451
     *
4452
     * @return $this
4453
     */
4454
    public function withEnableTabBar($value)
4455
    {
4456
        $this->data['EnableTabBar'] = $value;
4457
        $this->options['form_params']['EnableTabBar'] = $value;
4458
4459
        return $this;
4460
    }
4461
4462
    /**
4463
     * @param string $value
4464
     *
4465
     * @return $this
4466
     */
4467
    public function withUserId($value)
4468
    {
4469
        $this->data['UserId'] = $value;
4470
        $this->options['form_params']['UserId'] = $value;
4471
4472
        return $this;
4473
    }
4474
4475
    /**
4476
     * @param string $value
4477
     *
4478
     * @return $this
4479
     */
4480
    public function withUuid($value)
4481
    {
4482
        $this->data['Uuid'] = $value;
4483
        $this->options['form_params']['Uuid'] = $value;
4484
4485
        return $this;
4486
    }
4487
4488
    /**
4489
     * @param string $value
4490
     *
4491
     * @return $this
4492
     */
4493
    public function withResourceFileUrl($value)
4494
    {
4495
        $this->data['ResourceFileUrl'] = $value;
4496
        $this->options['form_params']['ResourceFileUrl'] = $value;
4497
4498
        return $this;
4499
    }
4500
4501
    /**
4502
     * @param string $value
4503
     *
4504
     * @return $this
4505
     */
4506
    public function withH5Id($value)
4507
    {
4508
        $this->data['H5Id'] = $value;
4509
        $this->options['form_params']['H5Id'] = $value;
4510
4511
        return $this;
4512
    }
4513
4514
    /**
4515
     * @param string $value
4516
     *
4517
     * @return $this
4518
     */
4519
    public function withExtendInfo($value)
4520
    {
4521
        $this->data['ExtendInfo'] = $value;
4522
        $this->options['form_params']['ExtendInfo'] = $value;
4523
4524
        return $this;
4525
    }
4526
4527
    /**
4528
     * @param string $value
4529
     *
4530
     * @return $this
4531
     */
4532
    public function withMainUrl($value)
4533
    {
4534
        $this->data['MainUrl'] = $value;
4535
        $this->options['form_params']['MainUrl'] = $value;
4536
4537
        return $this;
4538
    }
4539
4540
    /**
4541
     * @param string $value
4542
     *
4543
     * @return $this
4544
     */
4545
    public function withClientVersionMin($value)
4546
    {
4547
        $this->data['ClientVersionMin'] = $value;
4548
        $this->options['form_params']['ClientVersionMin'] = $value;
4549
4550
        return $this;
4551
    }
4552
4553
    /**
4554
     * @param string $value
4555
     *
4556
     * @return $this
4557
     */
4558
    public function withEnableKeepAlive($value)
4559
    {
4560
        $this->data['EnableKeepAlive'] = $value;
4561
        $this->options['form_params']['EnableKeepAlive'] = $value;
4562
4563
        return $this;
4564
    }
4565
4566
    /**
4567
     * @param string $value
4568
     *
4569
     * @return $this
4570
     */
4571
    public function withVhost($value)
4572
    {
4573
        $this->data['Vhost'] = $value;
4574
        $this->options['form_params']['Vhost'] = $value;
4575
4576
        return $this;
4577
    }
4578
4579
    /**
4580
     * @param string $value
4581
     *
4582
     * @return $this
4583
     */
4584
    public function withClientVersionMax($value)
4585
    {
4586
        $this->data['ClientVersionMax'] = $value;
4587
        $this->options['form_params']['ClientVersionMax'] = $value;
4588
4589
        return $this;
4590
    }
4591
4592
    /**
4593
     * @param string $value
4594
     *
4595
     * @return $this
4596
     */
4597
    public function withPackageType($value)
4598
    {
4599
        $this->data['PackageType'] = $value;
4600
        $this->options['form_params']['PackageType'] = $value;
4601
4602
        return $this;
4603
    }
4604
4605
    /**
4606
     * @param string $value
4607
     *
4608
     * @return $this
4609
     */
4610
    public function withWorkspaceId($value)
4611
    {
4612
        $this->data['WorkspaceId'] = $value;
4613
        $this->options['form_params']['WorkspaceId'] = $value;
4614
4615
        return $this;
4616
    }
4617
4618
    /**
4619
     * @param string $value
4620
     *
4621
     * @return $this
4622
     */
4623
    public function withH5Name($value)
4624
    {
4625
        $this->data['H5Name'] = $value;
4626
        $this->options['form_params']['H5Name'] = $value;
4627
4628
        return $this;
4629
    }
4630
4631
    /**
4632
     * @param string $value
4633
     *
4634
     * @return $this
4635
     */
4636
    public function withPlatform($value)
4637
    {
4638
        $this->data['Platform'] = $value;
4639
        $this->options['form_params']['Platform'] = $value;
4640
4641
        return $this;
4642
    }
4643
4644
    /**
4645
     * @param string $value
4646
     *
4647
     * @return $this
4648
     */
4649
    public function withTenantId($value)
4650
    {
4651
        $this->data['TenantId'] = $value;
4652
        $this->options['form_params']['TenantId'] = $value;
4653
4654
        return $this;
4655
    }
4656
4657
    /**
4658
     * @param string $value
4659
     *
4660
     * @return $this
4661
     */
4662
    public function withResourceType($value)
4663
    {
4664
        $this->data['ResourceType'] = $value;
4665
        $this->options['form_params']['ResourceType'] = $value;
4666
4667
        return $this;
4668
    }
4669
4670
    /**
4671
     * @param string $value
4672
     *
4673
     * @return $this
4674
     */
4675
    public function withIconFileUrl($value)
4676
    {
4677
        $this->data['IconFileUrl'] = $value;
4678
        $this->options['form_params']['IconFileUrl'] = $value;
4679
4680
        return $this;
4681
    }
4682
4683
    /**
4684
     * @param string $value
4685
     *
4686
     * @return $this
4687
     */
4688
    public function withAppId($value)
4689
    {
4690
        $this->data['AppId'] = $value;
4691
        $this->options['form_params']['AppId'] = $value;
4692
4693
        return $this;
4694
    }
4695
}
4696
4697
/**
4698
 * @method string getOnexFlag()
4699
 * @method string getTenantId()
4700
 * @method string getAppId()
4701
 * @method string getFileUrl()
4702
 * @method string getWorkspaceId()
4703
 */
4704
class UploadMcubeRsaKey extends Rpc
4705
{
4706
4707
    /**
4708
     * @param string $value
4709
     *
4710
     * @return $this
4711
     */
4712
    public function withOnexFlag($value)
4713
    {
4714
        $this->data['OnexFlag'] = $value;
4715
        $this->options['form_params']['OnexFlag'] = $value;
4716
4717
        return $this;
4718
    }
4719
4720
    /**
4721
     * @param string $value
4722
     *
4723
     * @return $this
4724
     */
4725
    public function withTenantId($value)
4726
    {
4727
        $this->data['TenantId'] = $value;
4728
        $this->options['form_params']['TenantId'] = $value;
4729
4730
        return $this;
4731
    }
4732
4733
    /**
4734
     * @param string $value
4735
     *
4736
     * @return $this
4737
     */
4738
    public function withAppId($value)
4739
    {
4740
        $this->data['AppId'] = $value;
4741
        $this->options['form_params']['AppId'] = $value;
4742
4743
        return $this;
4744
    }
4745
4746
    /**
4747
     * @param string $value
4748
     *
4749
     * @return $this
4750
     */
4751
    public function withFileUrl($value)
4752
    {
4753
        $this->data['FileUrl'] = $value;
4754
        $this->options['form_params']['FileUrl'] = $value;
4755
4756
        return $this;
4757
    }
4758
4759
    /**
4760
     * @param string $value
4761
     *
4762
     * @return $this
4763
     */
4764
    public function withWorkspaceId($value)
4765
    {
4766
        $this->data['WorkspaceId'] = $value;
4767
        $this->options['form_params']['WorkspaceId'] = $value;
4768
4769
        return $this;
4770
    }
4771
}
4772