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 ( 6e4615...3611a1 )
by
unknown
06:50
created

CreateDagComplement::withParallelism()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
c 0
b 0
f 0
dl 0
loc 6
rs 10
cc 1
nc 1
nop 1
1
<?php
2
3
namespace AlibabaCloud\DataworksPublic\V20200518;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AbolishDataServiceApi abolishDataServiceApi(array $options = [])
9
 * @method AddToMetaCategory addToMetaCategory(array $options = [])
10
 * @method CheckMetaPartition checkMetaPartition(array $options = [])
11
 * @method CheckMetaTable checkMetaTable(array $options = [])
12
 * @method CreateConnection createConnection(array $options = [])
13
 * @method CreateDagComplement createDagComplement(array $options = [])
14
 * @method CreateDagTest createDagTest(array $options = [])
15
 * @method CreateDataServiceApi createDataServiceApi(array $options = [])
16
 * @method CreateFile createFile(array $options = [])
17
 * @method CreateFolder createFolder(array $options = [])
18
 * @method CreateMetaCategory createMetaCategory(array $options = [])
19
 * @method CreateQualityEntity createQualityEntity(array $options = [])
20
 * @method CreateQualityFollower createQualityFollower(array $options = [])
21
 * @method CreateQualityRelativeNode createQualityRelativeNode(array $options = [])
22
 * @method CreateQualityRule createQualityRule(array $options = [])
23
 * @method CreateRemind createRemind(array $options = [])
24
 * @method CreateUdfFile createUdfFile(array $options = [])
25
 * @method DeleteBusiness deleteBusiness(array $options = [])
26
 * @method DeleteConnection deleteConnection(array $options = [])
27
 * @method DeleteDataServiceApi deleteDataServiceApi(array $options = [])
28
 * @method DeleteFile deleteFile(array $options = [])
29
 * @method DeleteFolder deleteFolder(array $options = [])
30
 * @method DeleteFromMetaCategory deleteFromMetaCategory(array $options = [])
31
 * @method DeleteMetaCategory deleteMetaCategory(array $options = [])
32
 * @method DeleteQualityEntity deleteQualityEntity(array $options = [])
33
 * @method DeleteQualityFollower deleteQualityFollower(array $options = [])
34
 * @method DeleteQualityRelativeNode deleteQualityRelativeNode(array $options = [])
35
 * @method DeleteQualityRule deleteQualityRule(array $options = [])
36
 * @method DeleteRemind deleteRemind(array $options = [])
37
 * @method DeployFile deployFile(array $options = [])
38
 * @method EstablishRelationTableToBusiness establishRelationTableToBusiness(array $options = [])
39
 * @method GetBaselineConfig getBaselineConfig(array $options = [])
40
 * @method GetBaselineKeyPath getBaselineKeyPath(array $options = [])
41
 * @method GetBaselineStatus getBaselineStatus(array $options = [])
42
 * @method GetBusiness getBusiness(array $options = [])
43
 * @method GetDataServiceApi getDataServiceApi(array $options = [])
44
 * @method GetDataServiceApplication getDataServiceApplication(array $options = [])
45
 * @method GetDataServicePublishedApi getDataServicePublishedApi(array $options = [])
46
 * @method GetDeployment getDeployment(array $options = [])
47
 * @method GetFile getFile(array $options = [])
48
 * @method GetFileVersion getFileVersion(array $options = [])
49
 * @method GetFolder getFolder(array $options = [])
50
 * @method GetInstance getInstance(array $options = [])
51
 * @method GetInstanceLog getInstanceLog(array $options = [])
52
 * @method GetMetaCategory getMetaCategory(array $options = [])
53
 * @method GetMetaColumnLineage getMetaColumnLineage(array $options = [])
54
 * @method GetMetaDBInfo getMetaDBInfo(array $options = [])
55
 * @method GetMetaDBTableList getMetaDBTableList(array $options = [])
56
 * @method GetMetaTableBasicInfo getMetaTableBasicInfo(array $options = [])
57
 * @method GetMetaTableChangeLog getMetaTableChangeLog(array $options = [])
58
 * @method GetMetaTableColumn getMetaTableColumn(array $options = [])
59
 * @method GetMetaTableFullInfo getMetaTableFullInfo(array $options = [])
60
 * @method GetMetaTableIntroWiki getMetaTableIntroWiki(array $options = [])
61
 * @method GetMetaTableLineage getMetaTableLineage(array $options = [])
62
 * @method GetMetaTableListByCategory getMetaTableListByCategory(array $options = [])
63
 * @method GetMetaTableOutput getMetaTableOutput(array $options = [])
64
 * @method GetMetaTablePartition getMetaTablePartition(array $options = [])
65
 * @method GetNode getNode(array $options = [])
66
 * @method GetNodeCode getNodeCode(array $options = [])
67
 * @method GetNodeOnBaseline getNodeOnBaseline(array $options = [])
68
 * @method GetProjectDetail getProjectDetail(array $options = [])
69
 * @method GetQualityEntity getQualityEntity(array $options = [])
70
 * @method GetQualityFollower getQualityFollower(array $options = [])
71
 * @method GetQualityRule getQualityRule(array $options = [])
72
 * @method GetRemind getRemind(array $options = [])
73
 * @method GetTopic getTopic(array $options = [])
74
 * @method GetTopicInfluence getTopicInfluence(array $options = [])
75
 * @method ListAlertMessages listAlertMessages(array $options = [])
76
 * @method ListBaselineConfigs listBaselineConfigs(array $options = [])
77
 * @method ListBaselineStatuses listBaselineStatuses(array $options = [])
78
 * @method ListBusiness listBusiness(array $options = [])
79
 * @method ListCalcEngines listCalcEngines(array $options = [])
80
 * @method ListConnections listConnections(array $options = [])
81
 * @method ListDataServiceApiAuthorities listDataServiceApiAuthorities(array $options = [])
82
 * @method ListDataServiceApis listDataServiceApis(array $options = [])
83
 * @method ListDataServiceApplications listDataServiceApplications(array $options = [])
84
 * @method ListDataServiceAuthorizedApis listDataServiceAuthorizedApis(array $options = [])
85
 * @method ListDataServicePublishedApis listDataServicePublishedApis(array $options = [])
86
 * @method ListFiles listFiles(array $options = [])
87
 * @method ListFileVersions listFileVersions(array $options = [])
88
 * @method ListFolders listFolders(array $options = [])
89
 * @method ListInstances listInstances(array $options = [])
90
 * @method ListNodeIO listNodeIO(array $options = [])
91
 * @method ListNodes listNodes(array $options = [])
92
 * @method ListQualityRules listQualityRules(array $options = [])
93
 * @method ListReminds listReminds(array $options = [])
94
 * @method ListResourceGroups listResourceGroups(array $options = [])
95
 * @method ListTopics listTopics(array $options = [])
96
 * @method PublishDataServiceApi publishDataServiceApi(array $options = [])
97
 * @method RestartInstance restartInstance(array $options = [])
98
 * @method ResumeInstance resumeInstance(array $options = [])
99
 * @method SearchMetaTables searchMetaTables(array $options = [])
100
 * @method SetSuccessInstance setSuccessInstance(array $options = [])
101
 * @method StopInstance stopInstance(array $options = [])
102
 * @method SubmitFile submitFile(array $options = [])
103
 * @method SuspendInstance suspendInstance(array $options = [])
104
 * @method UpdateBusiness updateBusiness(array $options = [])
105
 * @method UpdateConnection updateConnection(array $options = [])
106
 * @method UpdateDataServiceApi updateDataServiceApi(array $options = [])
107
 * @method UpdateFile updateFile(array $options = [])
108
 * @method UpdateFolder updateFolder(array $options = [])
109
 * @method UpdateMetaCategory updateMetaCategory(array $options = [])
110
 * @method UpdateQualityFollower updateQualityFollower(array $options = [])
111
 * @method UpdateQualityRule updateQualityRule(array $options = [])
112
 * @method UpdateRemind updateRemind(array $options = [])
113
 * @method UpdateUdfFile updateUdfFile(array $options = [])
114
 */
115
class DataworksPublicApiResolver extends ApiResolver
116
{
117
}
118
119
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
120
{
121
    /** @var string */
122
    public $product = 'dataworks-public';
123
124
    /** @var string */
125
    public $version = '2020-05-18';
126
127
    /** @var string */
128
    public $method = 'POST';
129
130
    /** @var string */
131
    public $serviceCode = 'dide';
132
}
133
134
/**
135
 * @method string getTenantId()
136
 * @method string getProjectId()
137
 * @method string getApiId()
138
 */
139
class AbolishDataServiceApi extends Rpc
140
{
141
142
    /**
143
     * @param string $value
144
     *
145
     * @return $this
146
     */
147
    public function withTenantId($value)
148
    {
149
        $this->data['TenantId'] = $value;
150
        $this->options['form_params']['TenantId'] = $value;
151
152
        return $this;
153
    }
154
155
    /**
156
     * @param string $value
157
     *
158
     * @return $this
159
     */
160
    public function withProjectId($value)
161
    {
162
        $this->data['ProjectId'] = $value;
163
        $this->options['form_params']['ProjectId'] = $value;
164
165
        return $this;
166
    }
167
168
    /**
169
     * @param string $value
170
     *
171
     * @return $this
172
     */
173
    public function withApiId($value)
174
    {
175
        $this->data['ApiId'] = $value;
176
        $this->options['form_params']['ApiId'] = $value;
177
178
        return $this;
179
    }
180
}
181
182
/**
183
 * @method string getTableGuid()
184
 * @method $this withTableGuid($value)
185
 * @method string getCategoryId()
186
 * @method $this withCategoryId($value)
187
 */
188
class AddToMetaCategory extends Rpc
189
{
190
}
191
192
/**
193
 * @method string getPartition()
194
 * @method $this withPartition($value)
195
 * @method string getTableGuid()
196
 * @method $this withTableGuid($value)
197
 */
198
class CheckMetaPartition extends Rpc
199
{
200
}
201
202
/**
203
 * @method string getTableGuid()
204
 * @method $this withTableGuid($value)
205
 */
206
class CheckMetaTable extends Rpc
207
{
208
}
209
210
/**
211
 * @method string getDescription()
212
 * @method $this withDescription($value)
213
 * @method string getContent()
214
 * @method $this withContent($value)
215
 * @method string getSubType()
216
 * @method $this withSubType($value)
217
 * @method string getName()
218
 * @method $this withName($value)
219
 * @method string getEnvType()
220
 * @method $this withEnvType($value)
221
 * @method string getConnectionType()
222
 * @method $this withConnectionType($value)
223
 * @method string getProjectId()
224
 * @method $this withProjectId($value)
225
 */
226
class CreateConnection extends Rpc
227
{
228
}
229
230
/**
231
 * @method string getProjectEnv()
232
 * @method string getStartBizDate()
233
 * @method string getParallelism()
234
 * @method string getRootNodeId()
235
 * @method string getBizBeginTime()
236
 * @method string getEndBizDate()
237
 * @method string getIncludeNodeIds()
238
 * @method string getBizEndTime()
239
 * @method string getName()
240
 * @method string getExcludeNodeIds()
241
 * @method string getNodeParams()
242
 */
243
class CreateDagComplement extends Rpc
244
{
245
246
    /**
247
     * @param string $value
248
     *
249
     * @return $this
250
     */
251
    public function withProjectEnv($value)
252
    {
253
        $this->data['ProjectEnv'] = $value;
254
        $this->options['form_params']['ProjectEnv'] = $value;
255
256
        return $this;
257
    }
258
259
    /**
260
     * @param string $value
261
     *
262
     * @return $this
263
     */
264
    public function withStartBizDate($value)
265
    {
266
        $this->data['StartBizDate'] = $value;
267
        $this->options['form_params']['StartBizDate'] = $value;
268
269
        return $this;
270
    }
271
272
    /**
273
     * @param string $value
274
     *
275
     * @return $this
276
     */
277
    public function withParallelism($value)
278
    {
279
        $this->data['Parallelism'] = $value;
280
        $this->options['form_params']['Parallelism'] = $value;
281
282
        return $this;
283
    }
284
285
    /**
286
     * @param string $value
287
     *
288
     * @return $this
289
     */
290
    public function withRootNodeId($value)
291
    {
292
        $this->data['RootNodeId'] = $value;
293
        $this->options['form_params']['RootNodeId'] = $value;
294
295
        return $this;
296
    }
297
298
    /**
299
     * @param string $value
300
     *
301
     * @return $this
302
     */
303
    public function withBizBeginTime($value)
304
    {
305
        $this->data['BizBeginTime'] = $value;
306
        $this->options['form_params']['BizBeginTime'] = $value;
307
308
        return $this;
309
    }
310
311
    /**
312
     * @param string $value
313
     *
314
     * @return $this
315
     */
316
    public function withEndBizDate($value)
317
    {
318
        $this->data['EndBizDate'] = $value;
319
        $this->options['form_params']['EndBizDate'] = $value;
320
321
        return $this;
322
    }
323
324
    /**
325
     * @param string $value
326
     *
327
     * @return $this
328
     */
329
    public function withIncludeNodeIds($value)
330
    {
331
        $this->data['IncludeNodeIds'] = $value;
332
        $this->options['form_params']['IncludeNodeIds'] = $value;
333
334
        return $this;
335
    }
336
337
    /**
338
     * @param string $value
339
     *
340
     * @return $this
341
     */
342
    public function withBizEndTime($value)
343
    {
344
        $this->data['BizEndTime'] = $value;
345
        $this->options['form_params']['BizEndTime'] = $value;
346
347
        return $this;
348
    }
349
350
    /**
351
     * @param string $value
352
     *
353
     * @return $this
354
     */
355
    public function withName($value)
356
    {
357
        $this->data['Name'] = $value;
358
        $this->options['form_params']['Name'] = $value;
359
360
        return $this;
361
    }
362
363
    /**
364
     * @param string $value
365
     *
366
     * @return $this
367
     */
368
    public function withExcludeNodeIds($value)
369
    {
370
        $this->data['ExcludeNodeIds'] = $value;
371
        $this->options['form_params']['ExcludeNodeIds'] = $value;
372
373
        return $this;
374
    }
375
376
    /**
377
     * @param string $value
378
     *
379
     * @return $this
380
     */
381
    public function withNodeParams($value)
382
    {
383
        $this->data['NodeParams'] = $value;
384
        $this->options['form_params']['NodeParams'] = $value;
385
386
        return $this;
387
    }
388
}
389
390
/**
391
 * @method string getProjectEnv()
392
 * @method string getBizdate()
393
 * @method string getName()
394
 * @method string getNodeParams()
395
 * @method string getNodeId()
396
 */
397
class CreateDagTest extends Rpc
398
{
399
400
    /**
401
     * @param string $value
402
     *
403
     * @return $this
404
     */
405
    public function withProjectEnv($value)
406
    {
407
        $this->data['ProjectEnv'] = $value;
408
        $this->options['form_params']['ProjectEnv'] = $value;
409
410
        return $this;
411
    }
412
413
    /**
414
     * @param string $value
415
     *
416
     * @return $this
417
     */
418
    public function withBizdate($value)
419
    {
420
        $this->data['Bizdate'] = $value;
421
        $this->options['form_params']['Bizdate'] = $value;
422
423
        return $this;
424
    }
425
426
    /**
427
     * @param string $value
428
     *
429
     * @return $this
430
     */
431
    public function withName($value)
432
    {
433
        $this->data['Name'] = $value;
434
        $this->options['form_params']['Name'] = $value;
435
436
        return $this;
437
    }
438
439
    /**
440
     * @param string $value
441
     *
442
     * @return $this
443
     */
444
    public function withNodeParams($value)
445
    {
446
        $this->data['NodeParams'] = $value;
447
        $this->options['form_params']['NodeParams'] = $value;
448
449
        return $this;
450
    }
451
452
    /**
453
     * @param string $value
454
     *
455
     * @return $this
456
     */
457
    public function withNodeId($value)
458
    {
459
        $this->data['NodeId'] = $value;
460
        $this->options['form_params']['NodeId'] = $value;
461
462
        return $this;
463
    }
464
}
465
466
/**
467
 * @method string getScriptDetails()
468
 * @method string getRequestMethod()
469
 * @method string getGroupId()
470
 * @method string getApiPath()
471
 * @method string getWizardDetails()
472
 * @method string getApiMode()
473
 * @method string getVisibleRange()
474
 * @method string getApiDescription()
475
 * @method string getTimeout()
476
 * @method string getRegistrationDetails()
477
 * @method string getApiName()
478
 * @method string getTenantId()
479
 * @method string getProtocols()
480
 * @method string getProjectId()
481
 * @method string getResponseContentType()
482
 */
483
class CreateDataServiceApi extends Rpc
484
{
485
486
    /**
487
     * @param string $value
488
     *
489
     * @return $this
490
     */
491
    public function withScriptDetails($value)
492
    {
493
        $this->data['ScriptDetails'] = $value;
494
        $this->options['form_params']['ScriptDetails'] = $value;
495
496
        return $this;
497
    }
498
499
    /**
500
     * @param string $value
501
     *
502
     * @return $this
503
     */
504
    public function withRequestMethod($value)
505
    {
506
        $this->data['RequestMethod'] = $value;
507
        $this->options['form_params']['RequestMethod'] = $value;
508
509
        return $this;
510
    }
511
512
    /**
513
     * @param string $value
514
     *
515
     * @return $this
516
     */
517
    public function withGroupId($value)
518
    {
519
        $this->data['GroupId'] = $value;
520
        $this->options['form_params']['GroupId'] = $value;
521
522
        return $this;
523
    }
524
525
    /**
526
     * @param string $value
527
     *
528
     * @return $this
529
     */
530
    public function withApiPath($value)
531
    {
532
        $this->data['ApiPath'] = $value;
533
        $this->options['form_params']['ApiPath'] = $value;
534
535
        return $this;
536
    }
537
538
    /**
539
     * @param string $value
540
     *
541
     * @return $this
542
     */
543
    public function withWizardDetails($value)
544
    {
545
        $this->data['WizardDetails'] = $value;
546
        $this->options['form_params']['WizardDetails'] = $value;
547
548
        return $this;
549
    }
550
551
    /**
552
     * @param string $value
553
     *
554
     * @return $this
555
     */
556
    public function withApiMode($value)
557
    {
558
        $this->data['ApiMode'] = $value;
559
        $this->options['form_params']['ApiMode'] = $value;
560
561
        return $this;
562
    }
563
564
    /**
565
     * @param string $value
566
     *
567
     * @return $this
568
     */
569
    public function withVisibleRange($value)
570
    {
571
        $this->data['VisibleRange'] = $value;
572
        $this->options['form_params']['VisibleRange'] = $value;
573
574
        return $this;
575
    }
576
577
    /**
578
     * @param string $value
579
     *
580
     * @return $this
581
     */
582
    public function withApiDescription($value)
583
    {
584
        $this->data['ApiDescription'] = $value;
585
        $this->options['form_params']['ApiDescription'] = $value;
586
587
        return $this;
588
    }
589
590
    /**
591
     * @param string $value
592
     *
593
     * @return $this
594
     */
595
    public function withTimeout($value)
596
    {
597
        $this->data['Timeout'] = $value;
598
        $this->options['form_params']['Timeout'] = $value;
599
600
        return $this;
601
    }
602
603
    /**
604
     * @param string $value
605
     *
606
     * @return $this
607
     */
608
    public function withRegistrationDetails($value)
609
    {
610
        $this->data['RegistrationDetails'] = $value;
611
        $this->options['form_params']['RegistrationDetails'] = $value;
612
613
        return $this;
614
    }
615
616
    /**
617
     * @param string $value
618
     *
619
     * @return $this
620
     */
621
    public function withApiName($value)
622
    {
623
        $this->data['ApiName'] = $value;
624
        $this->options['form_params']['ApiName'] = $value;
625
626
        return $this;
627
    }
628
629
    /**
630
     * @param string $value
631
     *
632
     * @return $this
633
     */
634
    public function withTenantId($value)
635
    {
636
        $this->data['TenantId'] = $value;
637
        $this->options['form_params']['TenantId'] = $value;
638
639
        return $this;
640
    }
641
642
    /**
643
     * @param string $value
644
     *
645
     * @return $this
646
     */
647
    public function withProtocols($value)
648
    {
649
        $this->data['Protocols'] = $value;
650
        $this->options['form_params']['Protocols'] = $value;
651
652
        return $this;
653
    }
654
655
    /**
656
     * @param string $value
657
     *
658
     * @return $this
659
     */
660
    public function withProjectId($value)
661
    {
662
        $this->data['ProjectId'] = $value;
663
        $this->options['form_params']['ProjectId'] = $value;
664
665
        return $this;
666
    }
667
668
    /**
669
     * @param string $value
670
     *
671
     * @return $this
672
     */
673
    public function withResponseContentType($value)
674
    {
675
        $this->data['ResponseContentType'] = $value;
676
        $this->options['form_params']['ResponseContentType'] = $value;
677
678
        return $this;
679
    }
680
}
681
682
/**
683
 * @method string getFileType()
684
 * @method string getDependentNodeIdList()
685
 * @method string getContent()
686
 * @method string getProjectIdentifier()
687
 * @method string getProjectId()
688
 * @method string getStartEffectDate()
689
 * @method string getCycleType()
690
 * @method string getOwner()
691
 * @method string getAutoRerunIntervalMillis()
692
 * @method string getInputList()
693
 * @method string getRerunMode()
694
 * @method string getParaValue()
695
 * @method string getAutoRerunTimes()
696
 * @method string getCronExpress()
697
 * @method string getEndEffectDate()
698
 * @method string getFileName()
699
 * @method string getStop()
700
 * @method string getDependentType()
701
 * @method string getFileFolderPath()
702
 * @method string getFileDescription()
703
 */
704
class CreateFile extends Rpc
705
{
706
707
    /**
708
     * @param string $value
709
     *
710
     * @return $this
711
     */
712
    public function withFileType($value)
713
    {
714
        $this->data['FileType'] = $value;
715
        $this->options['form_params']['FileType'] = $value;
716
717
        return $this;
718
    }
719
720
    /**
721
     * @param string $value
722
     *
723
     * @return $this
724
     */
725
    public function withDependentNodeIdList($value)
726
    {
727
        $this->data['DependentNodeIdList'] = $value;
728
        $this->options['form_params']['DependentNodeIdList'] = $value;
729
730
        return $this;
731
    }
732
733
    /**
734
     * @param string $value
735
     *
736
     * @return $this
737
     */
738
    public function withContent($value)
739
    {
740
        $this->data['Content'] = $value;
741
        $this->options['form_params']['Content'] = $value;
742
743
        return $this;
744
    }
745
746
    /**
747
     * @param string $value
748
     *
749
     * @return $this
750
     */
751
    public function withProjectIdentifier($value)
752
    {
753
        $this->data['ProjectIdentifier'] = $value;
754
        $this->options['form_params']['ProjectIdentifier'] = $value;
755
756
        return $this;
757
    }
758
759
    /**
760
     * @param string $value
761
     *
762
     * @return $this
763
     */
764
    public function withProjectId($value)
765
    {
766
        $this->data['ProjectId'] = $value;
767
        $this->options['form_params']['ProjectId'] = $value;
768
769
        return $this;
770
    }
771
772
    /**
773
     * @param string $value
774
     *
775
     * @return $this
776
     */
777
    public function withStartEffectDate($value)
778
    {
779
        $this->data['StartEffectDate'] = $value;
780
        $this->options['form_params']['StartEffectDate'] = $value;
781
782
        return $this;
783
    }
784
785
    /**
786
     * @param string $value
787
     *
788
     * @return $this
789
     */
790
    public function withCycleType($value)
791
    {
792
        $this->data['CycleType'] = $value;
793
        $this->options['form_params']['CycleType'] = $value;
794
795
        return $this;
796
    }
797
798
    /**
799
     * @param string $value
800
     *
801
     * @return $this
802
     */
803
    public function withOwner($value)
804
    {
805
        $this->data['Owner'] = $value;
806
        $this->options['form_params']['Owner'] = $value;
807
808
        return $this;
809
    }
810
811
    /**
812
     * @param string $value
813
     *
814
     * @return $this
815
     */
816
    public function withAutoRerunIntervalMillis($value)
817
    {
818
        $this->data['AutoRerunIntervalMillis'] = $value;
819
        $this->options['form_params']['AutoRerunIntervalMillis'] = $value;
820
821
        return $this;
822
    }
823
824
    /**
825
     * @param string $value
826
     *
827
     * @return $this
828
     */
829
    public function withInputList($value)
830
    {
831
        $this->data['InputList'] = $value;
832
        $this->options['form_params']['InputList'] = $value;
833
834
        return $this;
835
    }
836
837
    /**
838
     * @param string $value
839
     *
840
     * @return $this
841
     */
842
    public function withRerunMode($value)
843
    {
844
        $this->data['RerunMode'] = $value;
845
        $this->options['form_params']['RerunMode'] = $value;
846
847
        return $this;
848
    }
849
850
    /**
851
     * @param string $value
852
     *
853
     * @return $this
854
     */
855
    public function withParaValue($value)
856
    {
857
        $this->data['ParaValue'] = $value;
858
        $this->options['form_params']['ParaValue'] = $value;
859
860
        return $this;
861
    }
862
863
    /**
864
     * @param string $value
865
     *
866
     * @return $this
867
     */
868
    public function withAutoRerunTimes($value)
869
    {
870
        $this->data['AutoRerunTimes'] = $value;
871
        $this->options['form_params']['AutoRerunTimes'] = $value;
872
873
        return $this;
874
    }
875
876
    /**
877
     * @param string $value
878
     *
879
     * @return $this
880
     */
881
    public function withCronExpress($value)
882
    {
883
        $this->data['CronExpress'] = $value;
884
        $this->options['form_params']['CronExpress'] = $value;
885
886
        return $this;
887
    }
888
889
    /**
890
     * @param string $value
891
     *
892
     * @return $this
893
     */
894
    public function withEndEffectDate($value)
895
    {
896
        $this->data['EndEffectDate'] = $value;
897
        $this->options['form_params']['EndEffectDate'] = $value;
898
899
        return $this;
900
    }
901
902
    /**
903
     * @param string $value
904
     *
905
     * @return $this
906
     */
907
    public function withFileName($value)
908
    {
909
        $this->data['FileName'] = $value;
910
        $this->options['form_params']['FileName'] = $value;
911
912
        return $this;
913
    }
914
915
    /**
916
     * @param string $value
917
     *
918
     * @return $this
919
     */
920
    public function withStop($value)
921
    {
922
        $this->data['Stop'] = $value;
923
        $this->options['form_params']['Stop'] = $value;
924
925
        return $this;
926
    }
927
928
    /**
929
     * @param string $value
930
     *
931
     * @return $this
932
     */
933
    public function withDependentType($value)
934
    {
935
        $this->data['DependentType'] = $value;
936
        $this->options['form_params']['DependentType'] = $value;
937
938
        return $this;
939
    }
940
941
    /**
942
     * @param string $value
943
     *
944
     * @return $this
945
     */
946
    public function withFileFolderPath($value)
947
    {
948
        $this->data['FileFolderPath'] = $value;
949
        $this->options['form_params']['FileFolderPath'] = $value;
950
951
        return $this;
952
    }
953
954
    /**
955
     * @param string $value
956
     *
957
     * @return $this
958
     */
959
    public function withFileDescription($value)
960
    {
961
        $this->data['FileDescription'] = $value;
962
        $this->options['form_params']['FileDescription'] = $value;
963
964
        return $this;
965
    }
966
}
967
968
/**
969
 * @method string getFolderPath()
970
 * @method string getProjectId()
971
 * @method string getProjectIdentifier()
972
 */
973
class CreateFolder extends Rpc
974
{
975
976
    /**
977
     * @param string $value
978
     *
979
     * @return $this
980
     */
981
    public function withFolderPath($value)
982
    {
983
        $this->data['FolderPath'] = $value;
984
        $this->options['form_params']['FolderPath'] = $value;
985
986
        return $this;
987
    }
988
989
    /**
990
     * @param string $value
991
     *
992
     * @return $this
993
     */
994
    public function withProjectId($value)
995
    {
996
        $this->data['ProjectId'] = $value;
997
        $this->options['form_params']['ProjectId'] = $value;
998
999
        return $this;
1000
    }
1001
1002
    /**
1003
     * @param string $value
1004
     *
1005
     * @return $this
1006
     */
1007
    public function withProjectIdentifier($value)
1008
    {
1009
        $this->data['ProjectIdentifier'] = $value;
1010
        $this->options['form_params']['ProjectIdentifier'] = $value;
1011
1012
        return $this;
1013
    }
1014
}
1015
1016
/**
1017
 * @method string getName()
1018
 * @method string getComment()
1019
 * @method string getParentId()
1020
 */
1021
class CreateMetaCategory extends Rpc
1022
{
1023
1024
    /**
1025
     * @param string $value
1026
     *
1027
     * @return $this
1028
     */
1029
    public function withName($value)
1030
    {
1031
        $this->data['Name'] = $value;
1032
        $this->options['form_params']['Name'] = $value;
1033
1034
        return $this;
1035
    }
1036
1037
    /**
1038
     * @param string $value
1039
     *
1040
     * @return $this
1041
     */
1042
    public function withComment($value)
1043
    {
1044
        $this->data['Comment'] = $value;
1045
        $this->options['form_params']['Comment'] = $value;
1046
1047
        return $this;
1048
    }
1049
1050
    /**
1051
     * @param string $value
1052
     *
1053
     * @return $this
1054
     */
1055
    public function withParentId($value)
1056
    {
1057
        $this->data['ParentId'] = $value;
1058
        $this->options['form_params']['ParentId'] = $value;
1059
1060
        return $this;
1061
    }
1062
}
1063
1064
/**
1065
 * @method string getProjectName()
1066
 * @method string getEntityLevel()
1067
 * @method string getMatchExpression()
1068
 * @method string getEnvType()
1069
 * @method string getTableName()
1070
 */
1071
class CreateQualityEntity extends Rpc
1072
{
1073
1074
    /**
1075
     * @param string $value
1076
     *
1077
     * @return $this
1078
     */
1079
    public function withProjectName($value)
1080
    {
1081
        $this->data['ProjectName'] = $value;
1082
        $this->options['form_params']['ProjectName'] = $value;
1083
1084
        return $this;
1085
    }
1086
1087
    /**
1088
     * @param string $value
1089
     *
1090
     * @return $this
1091
     */
1092
    public function withEntityLevel($value)
1093
    {
1094
        $this->data['EntityLevel'] = $value;
1095
        $this->options['form_params']['EntityLevel'] = $value;
1096
1097
        return $this;
1098
    }
1099
1100
    /**
1101
     * @param string $value
1102
     *
1103
     * @return $this
1104
     */
1105
    public function withMatchExpression($value)
1106
    {
1107
        $this->data['MatchExpression'] = $value;
1108
        $this->options['form_params']['MatchExpression'] = $value;
1109
1110
        return $this;
1111
    }
1112
1113
    /**
1114
     * @param string $value
1115
     *
1116
     * @return $this
1117
     */
1118
    public function withEnvType($value)
1119
    {
1120
        $this->data['EnvType'] = $value;
1121
        $this->options['form_params']['EnvType'] = $value;
1122
1123
        return $this;
1124
    }
1125
1126
    /**
1127
     * @param string $value
1128
     *
1129
     * @return $this
1130
     */
1131
    public function withTableName($value)
1132
    {
1133
        $this->data['TableName'] = $value;
1134
        $this->options['form_params']['TableName'] = $value;
1135
1136
        return $this;
1137
    }
1138
}
1139
1140
/**
1141
 * @method string getAlarmMode()
1142
 * @method string getProjectName()
1143
 * @method string getFollower()
1144
 * @method string getEntityId()
1145
 */
1146
class CreateQualityFollower extends Rpc
1147
{
1148
1149
    /**
1150
     * @param string $value
1151
     *
1152
     * @return $this
1153
     */
1154
    public function withAlarmMode($value)
1155
    {
1156
        $this->data['AlarmMode'] = $value;
1157
        $this->options['form_params']['AlarmMode'] = $value;
1158
1159
        return $this;
1160
    }
1161
1162
    /**
1163
     * @param string $value
1164
     *
1165
     * @return $this
1166
     */
1167
    public function withProjectName($value)
1168
    {
1169
        $this->data['ProjectName'] = $value;
1170
        $this->options['form_params']['ProjectName'] = $value;
1171
1172
        return $this;
1173
    }
1174
1175
    /**
1176
     * @param string $value
1177
     *
1178
     * @return $this
1179
     */
1180
    public function withFollower($value)
1181
    {
1182
        $this->data['Follower'] = $value;
1183
        $this->options['form_params']['Follower'] = $value;
1184
1185
        return $this;
1186
    }
1187
1188
    /**
1189
     * @param string $value
1190
     *
1191
     * @return $this
1192
     */
1193
    public function withEntityId($value)
1194
    {
1195
        $this->data['EntityId'] = $value;
1196
        $this->options['form_params']['EntityId'] = $value;
1197
1198
        return $this;
1199
    }
1200
}
1201
1202
/**
1203
 * @method string getProjectName()
1204
 * @method string getTargetNodeProjectId()
1205
 * @method string getMatchExpression()
1206
 * @method string getEnvType()
1207
 * @method string getTargetNodeProjectName()
1208
 * @method string getTableName()
1209
 * @method string getNodeId()
1210
 * @method string getProjectId()
1211
 */
1212
class CreateQualityRelativeNode extends Rpc
1213
{
1214
1215
    /**
1216
     * @param string $value
1217
     *
1218
     * @return $this
1219
     */
1220
    public function withProjectName($value)
1221
    {
1222
        $this->data['ProjectName'] = $value;
1223
        $this->options['form_params']['ProjectName'] = $value;
1224
1225
        return $this;
1226
    }
1227
1228
    /**
1229
     * @param string $value
1230
     *
1231
     * @return $this
1232
     */
1233
    public function withTargetNodeProjectId($value)
1234
    {
1235
        $this->data['TargetNodeProjectId'] = $value;
1236
        $this->options['form_params']['TargetNodeProjectId'] = $value;
1237
1238
        return $this;
1239
    }
1240
1241
    /**
1242
     * @param string $value
1243
     *
1244
     * @return $this
1245
     */
1246
    public function withMatchExpression($value)
1247
    {
1248
        $this->data['MatchExpression'] = $value;
1249
        $this->options['form_params']['MatchExpression'] = $value;
1250
1251
        return $this;
1252
    }
1253
1254
    /**
1255
     * @param string $value
1256
     *
1257
     * @return $this
1258
     */
1259
    public function withEnvType($value)
1260
    {
1261
        $this->data['EnvType'] = $value;
1262
        $this->options['form_params']['EnvType'] = $value;
1263
1264
        return $this;
1265
    }
1266
1267
    /**
1268
     * @param string $value
1269
     *
1270
     * @return $this
1271
     */
1272
    public function withTargetNodeProjectName($value)
1273
    {
1274
        $this->data['TargetNodeProjectName'] = $value;
1275
        $this->options['form_params']['TargetNodeProjectName'] = $value;
1276
1277
        return $this;
1278
    }
1279
1280
    /**
1281
     * @param string $value
1282
     *
1283
     * @return $this
1284
     */
1285
    public function withTableName($value)
1286
    {
1287
        $this->data['TableName'] = $value;
1288
        $this->options['form_params']['TableName'] = $value;
1289
1290
        return $this;
1291
    }
1292
1293
    /**
1294
     * @param string $value
1295
     *
1296
     * @return $this
1297
     */
1298
    public function withNodeId($value)
1299
    {
1300
        $this->data['NodeId'] = $value;
1301
        $this->options['form_params']['NodeId'] = $value;
1302
1303
        return $this;
1304
    }
1305
1306
    /**
1307
     * @param string $value
1308
     *
1309
     * @return $this
1310
     */
1311
    public function withProjectId($value)
1312
    {
1313
        $this->data['ProjectId'] = $value;
1314
        $this->options['form_params']['ProjectId'] = $value;
1315
1316
        return $this;
1317
    }
1318
}
1319
1320
/**
1321
 * @method string getProjectName()
1322
 * @method string getTrend()
1323
 * @method string getRuleType()
1324
 * @method string getBlockType()
1325
 * @method string getPropertyType()
1326
 * @method string getEntityId()
1327
 * @method string getRuleName()
1328
 * @method string getChecker()
1329
 * @method string getTemplateId()
1330
 * @method string getExpectValue()
1331
 * @method string getOperator()
1332
 * @method string getWhereCondition()
1333
 * @method string getCriticalThreshold()
1334
 * @method string getProperty()
1335
 * @method string getComment()
1336
 * @method string getPredictType()
1337
 * @method string getWarningThreshold()
1338
 * @method string getMethodName()
1339
 */
1340
class CreateQualityRule extends Rpc
1341
{
1342
1343
    /**
1344
     * @param string $value
1345
     *
1346
     * @return $this
1347
     */
1348
    public function withProjectName($value)
1349
    {
1350
        $this->data['ProjectName'] = $value;
1351
        $this->options['form_params']['ProjectName'] = $value;
1352
1353
        return $this;
1354
    }
1355
1356
    /**
1357
     * @param string $value
1358
     *
1359
     * @return $this
1360
     */
1361
    public function withTrend($value)
1362
    {
1363
        $this->data['Trend'] = $value;
1364
        $this->options['form_params']['Trend'] = $value;
1365
1366
        return $this;
1367
    }
1368
1369
    /**
1370
     * @param string $value
1371
     *
1372
     * @return $this
1373
     */
1374
    public function withRuleType($value)
1375
    {
1376
        $this->data['RuleType'] = $value;
1377
        $this->options['form_params']['RuleType'] = $value;
1378
1379
        return $this;
1380
    }
1381
1382
    /**
1383
     * @param string $value
1384
     *
1385
     * @return $this
1386
     */
1387
    public function withBlockType($value)
1388
    {
1389
        $this->data['BlockType'] = $value;
1390
        $this->options['form_params']['BlockType'] = $value;
1391
1392
        return $this;
1393
    }
1394
1395
    /**
1396
     * @param string $value
1397
     *
1398
     * @return $this
1399
     */
1400
    public function withPropertyType($value)
1401
    {
1402
        $this->data['PropertyType'] = $value;
1403
        $this->options['form_params']['PropertyType'] = $value;
1404
1405
        return $this;
1406
    }
1407
1408
    /**
1409
     * @param string $value
1410
     *
1411
     * @return $this
1412
     */
1413
    public function withEntityId($value)
1414
    {
1415
        $this->data['EntityId'] = $value;
1416
        $this->options['form_params']['EntityId'] = $value;
1417
1418
        return $this;
1419
    }
1420
1421
    /**
1422
     * @param string $value
1423
     *
1424
     * @return $this
1425
     */
1426
    public function withRuleName($value)
1427
    {
1428
        $this->data['RuleName'] = $value;
1429
        $this->options['form_params']['RuleName'] = $value;
1430
1431
        return $this;
1432
    }
1433
1434
    /**
1435
     * @param string $value
1436
     *
1437
     * @return $this
1438
     */
1439
    public function withChecker($value)
1440
    {
1441
        $this->data['Checker'] = $value;
1442
        $this->options['form_params']['Checker'] = $value;
1443
1444
        return $this;
1445
    }
1446
1447
    /**
1448
     * @param string $value
1449
     *
1450
     * @return $this
1451
     */
1452
    public function withTemplateId($value)
1453
    {
1454
        $this->data['TemplateId'] = $value;
1455
        $this->options['form_params']['TemplateId'] = $value;
1456
1457
        return $this;
1458
    }
1459
1460
    /**
1461
     * @param string $value
1462
     *
1463
     * @return $this
1464
     */
1465
    public function withExpectValue($value)
1466
    {
1467
        $this->data['ExpectValue'] = $value;
1468
        $this->options['form_params']['ExpectValue'] = $value;
1469
1470
        return $this;
1471
    }
1472
1473
    /**
1474
     * @param string $value
1475
     *
1476
     * @return $this
1477
     */
1478
    public function withOperator($value)
1479
    {
1480
        $this->data['Operator'] = $value;
1481
        $this->options['form_params']['Operator'] = $value;
1482
1483
        return $this;
1484
    }
1485
1486
    /**
1487
     * @param string $value
1488
     *
1489
     * @return $this
1490
     */
1491
    public function withWhereCondition($value)
1492
    {
1493
        $this->data['WhereCondition'] = $value;
1494
        $this->options['form_params']['WhereCondition'] = $value;
1495
1496
        return $this;
1497
    }
1498
1499
    /**
1500
     * @param string $value
1501
     *
1502
     * @return $this
1503
     */
1504
    public function withCriticalThreshold($value)
1505
    {
1506
        $this->data['CriticalThreshold'] = $value;
1507
        $this->options['form_params']['CriticalThreshold'] = $value;
1508
1509
        return $this;
1510
    }
1511
1512
    /**
1513
     * @param string $value
1514
     *
1515
     * @return $this
1516
     */
1517
    public function withProperty($value)
1518
    {
1519
        $this->data['Property'] = $value;
1520
        $this->options['form_params']['Property'] = $value;
1521
1522
        return $this;
1523
    }
1524
1525
    /**
1526
     * @param string $value
1527
     *
1528
     * @return $this
1529
     */
1530
    public function withComment($value)
1531
    {
1532
        $this->data['Comment'] = $value;
1533
        $this->options['form_params']['Comment'] = $value;
1534
1535
        return $this;
1536
    }
1537
1538
    /**
1539
     * @param string $value
1540
     *
1541
     * @return $this
1542
     */
1543
    public function withPredictType($value)
1544
    {
1545
        $this->data['PredictType'] = $value;
1546
        $this->options['form_params']['PredictType'] = $value;
1547
1548
        return $this;
1549
    }
1550
1551
    /**
1552
     * @param string $value
1553
     *
1554
     * @return $this
1555
     */
1556
    public function withWarningThreshold($value)
1557
    {
1558
        $this->data['WarningThreshold'] = $value;
1559
        $this->options['form_params']['WarningThreshold'] = $value;
1560
1561
        return $this;
1562
    }
1563
1564
    /**
1565
     * @param string $value
1566
     *
1567
     * @return $this
1568
     */
1569
    public function withMethodName($value)
1570
    {
1571
        $this->data['MethodName'] = $value;
1572
        $this->options['form_params']['MethodName'] = $value;
1573
1574
        return $this;
1575
    }
1576
}
1577
1578
/**
1579
 * @method string getDndEnd()
1580
 * @method string getAlertUnit()
1581
 * @method string getRemindUnit()
1582
 * @method string getAlertInterval()
1583
 * @method string getAlertMethods()
1584
 * @method string getRobotUrls()
1585
 * @method string getMaxAlertTimes()
1586
 * @method string getBizProcessIds()
1587
 * @method string getRemindType()
1588
 * @method string getAlertTargets()
1589
 * @method string getBaselineIds()
1590
 * @method string getDetail()
1591
 * @method string getRemindName()
1592
 * @method string getProjectId()
1593
 * @method string getNodeIds()
1594
 */
1595
class CreateRemind extends Rpc
1596
{
1597
1598
    /**
1599
     * @param string $value
1600
     *
1601
     * @return $this
1602
     */
1603
    public function withDndEnd($value)
1604
    {
1605
        $this->data['DndEnd'] = $value;
1606
        $this->options['form_params']['DndEnd'] = $value;
1607
1608
        return $this;
1609
    }
1610
1611
    /**
1612
     * @param string $value
1613
     *
1614
     * @return $this
1615
     */
1616
    public function withAlertUnit($value)
1617
    {
1618
        $this->data['AlertUnit'] = $value;
1619
        $this->options['form_params']['AlertUnit'] = $value;
1620
1621
        return $this;
1622
    }
1623
1624
    /**
1625
     * @param string $value
1626
     *
1627
     * @return $this
1628
     */
1629
    public function withRemindUnit($value)
1630
    {
1631
        $this->data['RemindUnit'] = $value;
1632
        $this->options['form_params']['RemindUnit'] = $value;
1633
1634
        return $this;
1635
    }
1636
1637
    /**
1638
     * @param string $value
1639
     *
1640
     * @return $this
1641
     */
1642
    public function withAlertInterval($value)
1643
    {
1644
        $this->data['AlertInterval'] = $value;
1645
        $this->options['form_params']['AlertInterval'] = $value;
1646
1647
        return $this;
1648
    }
1649
1650
    /**
1651
     * @param string $value
1652
     *
1653
     * @return $this
1654
     */
1655
    public function withAlertMethods($value)
1656
    {
1657
        $this->data['AlertMethods'] = $value;
1658
        $this->options['form_params']['AlertMethods'] = $value;
1659
1660
        return $this;
1661
    }
1662
1663
    /**
1664
     * @param string $value
1665
     *
1666
     * @return $this
1667
     */
1668
    public function withRobotUrls($value)
1669
    {
1670
        $this->data['RobotUrls'] = $value;
1671
        $this->options['form_params']['RobotUrls'] = $value;
1672
1673
        return $this;
1674
    }
1675
1676
    /**
1677
     * @param string $value
1678
     *
1679
     * @return $this
1680
     */
1681
    public function withMaxAlertTimes($value)
1682
    {
1683
        $this->data['MaxAlertTimes'] = $value;
1684
        $this->options['form_params']['MaxAlertTimes'] = $value;
1685
1686
        return $this;
1687
    }
1688
1689
    /**
1690
     * @param string $value
1691
     *
1692
     * @return $this
1693
     */
1694
    public function withBizProcessIds($value)
1695
    {
1696
        $this->data['BizProcessIds'] = $value;
1697
        $this->options['form_params']['BizProcessIds'] = $value;
1698
1699
        return $this;
1700
    }
1701
1702
    /**
1703
     * @param string $value
1704
     *
1705
     * @return $this
1706
     */
1707
    public function withRemindType($value)
1708
    {
1709
        $this->data['RemindType'] = $value;
1710
        $this->options['form_params']['RemindType'] = $value;
1711
1712
        return $this;
1713
    }
1714
1715
    /**
1716
     * @param string $value
1717
     *
1718
     * @return $this
1719
     */
1720
    public function withAlertTargets($value)
1721
    {
1722
        $this->data['AlertTargets'] = $value;
1723
        $this->options['form_params']['AlertTargets'] = $value;
1724
1725
        return $this;
1726
    }
1727
1728
    /**
1729
     * @param string $value
1730
     *
1731
     * @return $this
1732
     */
1733
    public function withBaselineIds($value)
1734
    {
1735
        $this->data['BaselineIds'] = $value;
1736
        $this->options['form_params']['BaselineIds'] = $value;
1737
1738
        return $this;
1739
    }
1740
1741
    /**
1742
     * @param string $value
1743
     *
1744
     * @return $this
1745
     */
1746
    public function withDetail($value)
1747
    {
1748
        $this->data['Detail'] = $value;
1749
        $this->options['form_params']['Detail'] = $value;
1750
1751
        return $this;
1752
    }
1753
1754
    /**
1755
     * @param string $value
1756
     *
1757
     * @return $this
1758
     */
1759
    public function withRemindName($value)
1760
    {
1761
        $this->data['RemindName'] = $value;
1762
        $this->options['form_params']['RemindName'] = $value;
1763
1764
        return $this;
1765
    }
1766
1767
    /**
1768
     * @param string $value
1769
     *
1770
     * @return $this
1771
     */
1772
    public function withProjectId($value)
1773
    {
1774
        $this->data['ProjectId'] = $value;
1775
        $this->options['form_params']['ProjectId'] = $value;
1776
1777
        return $this;
1778
    }
1779
1780
    /**
1781
     * @param string $value
1782
     *
1783
     * @return $this
1784
     */
1785
    public function withNodeIds($value)
1786
    {
1787
        $this->data['NodeIds'] = $value;
1788
        $this->options['form_params']['NodeIds'] = $value;
1789
1790
        return $this;
1791
    }
1792
}
1793
1794
/**
1795
 * @method string getReturnValue()
1796
 * @method string getResources()
1797
 * @method string getFunctionType()
1798
 * @method string getCmdDescription()
1799
 * @method string getUdfDescription()
1800
 * @method string getParameterDescription()
1801
 * @method string getProjectIdentifier()
1802
 * @method string getExample()
1803
 * @method string getFileName()
1804
 * @method string getClassName()
1805
 * @method string getFileFolderPath()
1806
 * @method string getProjectId()
1807
 */
1808
class CreateUdfFile extends Rpc
1809
{
1810
1811
    /**
1812
     * @param string $value
1813
     *
1814
     * @return $this
1815
     */
1816
    public function withReturnValue($value)
1817
    {
1818
        $this->data['ReturnValue'] = $value;
1819
        $this->options['form_params']['ReturnValue'] = $value;
1820
1821
        return $this;
1822
    }
1823
1824
    /**
1825
     * @param string $value
1826
     *
1827
     * @return $this
1828
     */
1829
    public function withResources($value)
1830
    {
1831
        $this->data['Resources'] = $value;
1832
        $this->options['form_params']['Resources'] = $value;
1833
1834
        return $this;
1835
    }
1836
1837
    /**
1838
     * @param string $value
1839
     *
1840
     * @return $this
1841
     */
1842
    public function withFunctionType($value)
1843
    {
1844
        $this->data['FunctionType'] = $value;
1845
        $this->options['form_params']['FunctionType'] = $value;
1846
1847
        return $this;
1848
    }
1849
1850
    /**
1851
     * @param string $value
1852
     *
1853
     * @return $this
1854
     */
1855
    public function withCmdDescription($value)
1856
    {
1857
        $this->data['CmdDescription'] = $value;
1858
        $this->options['form_params']['CmdDescription'] = $value;
1859
1860
        return $this;
1861
    }
1862
1863
    /**
1864
     * @param string $value
1865
     *
1866
     * @return $this
1867
     */
1868
    public function withUdfDescription($value)
1869
    {
1870
        $this->data['UdfDescription'] = $value;
1871
        $this->options['form_params']['UdfDescription'] = $value;
1872
1873
        return $this;
1874
    }
1875
1876
    /**
1877
     * @param string $value
1878
     *
1879
     * @return $this
1880
     */
1881
    public function withParameterDescription($value)
1882
    {
1883
        $this->data['ParameterDescription'] = $value;
1884
        $this->options['form_params']['ParameterDescription'] = $value;
1885
1886
        return $this;
1887
    }
1888
1889
    /**
1890
     * @param string $value
1891
     *
1892
     * @return $this
1893
     */
1894
    public function withProjectIdentifier($value)
1895
    {
1896
        $this->data['ProjectIdentifier'] = $value;
1897
        $this->options['form_params']['ProjectIdentifier'] = $value;
1898
1899
        return $this;
1900
    }
1901
1902
    /**
1903
     * @param string $value
1904
     *
1905
     * @return $this
1906
     */
1907
    public function withExample($value)
1908
    {
1909
        $this->data['Example'] = $value;
1910
        $this->options['form_params']['Example'] = $value;
1911
1912
        return $this;
1913
    }
1914
1915
    /**
1916
     * @param string $value
1917
     *
1918
     * @return $this
1919
     */
1920
    public function withFileName($value)
1921
    {
1922
        $this->data['FileName'] = $value;
1923
        $this->options['form_params']['FileName'] = $value;
1924
1925
        return $this;
1926
    }
1927
1928
    /**
1929
     * @param string $value
1930
     *
1931
     * @return $this
1932
     */
1933
    public function withClassName($value)
1934
    {
1935
        $this->data['ClassName'] = $value;
1936
        $this->options['form_params']['ClassName'] = $value;
1937
1938
        return $this;
1939
    }
1940
1941
    /**
1942
     * @param string $value
1943
     *
1944
     * @return $this
1945
     */
1946
    public function withFileFolderPath($value)
1947
    {
1948
        $this->data['FileFolderPath'] = $value;
1949
        $this->options['form_params']['FileFolderPath'] = $value;
1950
1951
        return $this;
1952
    }
1953
1954
    /**
1955
     * @param string $value
1956
     *
1957
     * @return $this
1958
     */
1959
    public function withProjectId($value)
1960
    {
1961
        $this->data['ProjectId'] = $value;
1962
        $this->options['form_params']['ProjectId'] = $value;
1963
1964
        return $this;
1965
    }
1966
}
1967
1968
/**
1969
 * @method string getBusinessId()
1970
 * @method string getProjectId()
1971
 * @method string getProjectIdentifier()
1972
 */
1973
class DeleteBusiness extends Rpc
1974
{
1975
1976
    /**
1977
     * @param string $value
1978
     *
1979
     * @return $this
1980
     */
1981
    public function withBusinessId($value)
1982
    {
1983
        $this->data['BusinessId'] = $value;
1984
        $this->options['form_params']['BusinessId'] = $value;
1985
1986
        return $this;
1987
    }
1988
1989
    /**
1990
     * @param string $value
1991
     *
1992
     * @return $this
1993
     */
1994
    public function withProjectId($value)
1995
    {
1996
        $this->data['ProjectId'] = $value;
1997
        $this->options['form_params']['ProjectId'] = $value;
1998
1999
        return $this;
2000
    }
2001
2002
    /**
2003
     * @param string $value
2004
     *
2005
     * @return $this
2006
     */
2007
    public function withProjectIdentifier($value)
2008
    {
2009
        $this->data['ProjectIdentifier'] = $value;
2010
        $this->options['form_params']['ProjectIdentifier'] = $value;
2011
2012
        return $this;
2013
    }
2014
}
2015
2016
/**
2017
 * @method string getConnectionId()
2018
 * @method $this withConnectionId($value)
2019
 */
2020
class DeleteConnection extends Rpc
2021
{
2022
}
2023
2024
/**
2025
 * @method string getTenantId()
2026
 * @method string getProjectId()
2027
 * @method string getApiId()
2028
 */
2029
class DeleteDataServiceApi extends Rpc
2030
{
2031
2032
    /**
2033
     * @param string $value
2034
     *
2035
     * @return $this
2036
     */
2037
    public function withTenantId($value)
2038
    {
2039
        $this->data['TenantId'] = $value;
2040
        $this->options['form_params']['TenantId'] = $value;
2041
2042
        return $this;
2043
    }
2044
2045
    /**
2046
     * @param string $value
2047
     *
2048
     * @return $this
2049
     */
2050
    public function withProjectId($value)
2051
    {
2052
        $this->data['ProjectId'] = $value;
2053
        $this->options['form_params']['ProjectId'] = $value;
2054
2055
        return $this;
2056
    }
2057
2058
    /**
2059
     * @param string $value
2060
     *
2061
     * @return $this
2062
     */
2063
    public function withApiId($value)
2064
    {
2065
        $this->data['ApiId'] = $value;
2066
        $this->options['form_params']['ApiId'] = $value;
2067
2068
        return $this;
2069
    }
2070
}
2071
2072
/**
2073
 * @method string getProjectId()
2074
 * @method string getProjectIdentifier()
2075
 * @method string getFileId()
2076
 */
2077
class DeleteFile extends Rpc
2078
{
2079
2080
    /**
2081
     * @param string $value
2082
     *
2083
     * @return $this
2084
     */
2085
    public function withProjectId($value)
2086
    {
2087
        $this->data['ProjectId'] = $value;
2088
        $this->options['form_params']['ProjectId'] = $value;
2089
2090
        return $this;
2091
    }
2092
2093
    /**
2094
     * @param string $value
2095
     *
2096
     * @return $this
2097
     */
2098
    public function withProjectIdentifier($value)
2099
    {
2100
        $this->data['ProjectIdentifier'] = $value;
2101
        $this->options['form_params']['ProjectIdentifier'] = $value;
2102
2103
        return $this;
2104
    }
2105
2106
    /**
2107
     * @param string $value
2108
     *
2109
     * @return $this
2110
     */
2111
    public function withFileId($value)
2112
    {
2113
        $this->data['FileId'] = $value;
2114
        $this->options['form_params']['FileId'] = $value;
2115
2116
        return $this;
2117
    }
2118
}
2119
2120
/**
2121
 * @method string getProjectId()
2122
 * @method string getProjectIdentifier()
2123
 * @method string getFolderId()
2124
 */
2125
class DeleteFolder extends Rpc
2126
{
2127
2128
    /**
2129
     * @param string $value
2130
     *
2131
     * @return $this
2132
     */
2133
    public function withProjectId($value)
2134
    {
2135
        $this->data['ProjectId'] = $value;
2136
        $this->options['form_params']['ProjectId'] = $value;
2137
2138
        return $this;
2139
    }
2140
2141
    /**
2142
     * @param string $value
2143
     *
2144
     * @return $this
2145
     */
2146
    public function withProjectIdentifier($value)
2147
    {
2148
        $this->data['ProjectIdentifier'] = $value;
2149
        $this->options['form_params']['ProjectIdentifier'] = $value;
2150
2151
        return $this;
2152
    }
2153
2154
    /**
2155
     * @param string $value
2156
     *
2157
     * @return $this
2158
     */
2159
    public function withFolderId($value)
2160
    {
2161
        $this->data['FolderId'] = $value;
2162
        $this->options['form_params']['FolderId'] = $value;
2163
2164
        return $this;
2165
    }
2166
}
2167
2168
/**
2169
 * @method string getTableGuid()
2170
 * @method $this withTableGuid($value)
2171
 * @method string getCategoryId()
2172
 * @method $this withCategoryId($value)
2173
 */
2174
class DeleteFromMetaCategory extends Rpc
2175
{
2176
}
2177
2178
/**
2179
 * @method string getCategoryId()
2180
 * @method $this withCategoryId($value)
2181
 */
2182
class DeleteMetaCategory extends Rpc
2183
{
2184
2185
    /** @var string */
2186
    public $method = 'GET';
2187
}
2188
2189
/**
2190
 * @method string getProjectName()
2191
 * @method string getEnvType()
2192
 * @method string getEntityId()
2193
 */
2194
class DeleteQualityEntity extends Rpc
2195
{
2196
2197
    /**
2198
     * @param string $value
2199
     *
2200
     * @return $this
2201
     */
2202
    public function withProjectName($value)
2203
    {
2204
        $this->data['ProjectName'] = $value;
2205
        $this->options['form_params']['ProjectName'] = $value;
2206
2207
        return $this;
2208
    }
2209
2210
    /**
2211
     * @param string $value
2212
     *
2213
     * @return $this
2214
     */
2215
    public function withEnvType($value)
2216
    {
2217
        $this->data['EnvType'] = $value;
2218
        $this->options['form_params']['EnvType'] = $value;
2219
2220
        return $this;
2221
    }
2222
2223
    /**
2224
     * @param string $value
2225
     *
2226
     * @return $this
2227
     */
2228
    public function withEntityId($value)
2229
    {
2230
        $this->data['EntityId'] = $value;
2231
        $this->options['form_params']['EntityId'] = $value;
2232
2233
        return $this;
2234
    }
2235
}
2236
2237
/**
2238
 * @method string getProjectName()
2239
 * @method string getFollowerId()
2240
 */
2241
class DeleteQualityFollower extends Rpc
2242
{
2243
2244
    /**
2245
     * @param string $value
2246
     *
2247
     * @return $this
2248
     */
2249
    public function withProjectName($value)
2250
    {
2251
        $this->data['ProjectName'] = $value;
2252
        $this->options['form_params']['ProjectName'] = $value;
2253
2254
        return $this;
2255
    }
2256
2257
    /**
2258
     * @param string $value
2259
     *
2260
     * @return $this
2261
     */
2262
    public function withFollowerId($value)
2263
    {
2264
        $this->data['FollowerId'] = $value;
2265
        $this->options['form_params']['FollowerId'] = $value;
2266
2267
        return $this;
2268
    }
2269
}
2270
2271
/**
2272
 * @method string getProjectName()
2273
 * @method string getTargetNodeProjectId()
2274
 * @method string getMatchExpression()
2275
 * @method string getEnvType()
2276
 * @method string getTargetNodeProjectName()
2277
 * @method string getTableName()
2278
 * @method string getNodeId()
2279
 * @method string getProjectId()
2280
 */
2281
class DeleteQualityRelativeNode extends Rpc
2282
{
2283
2284
    /**
2285
     * @param string $value
2286
     *
2287
     * @return $this
2288
     */
2289
    public function withProjectName($value)
2290
    {
2291
        $this->data['ProjectName'] = $value;
2292
        $this->options['form_params']['ProjectName'] = $value;
2293
2294
        return $this;
2295
    }
2296
2297
    /**
2298
     * @param string $value
2299
     *
2300
     * @return $this
2301
     */
2302
    public function withTargetNodeProjectId($value)
2303
    {
2304
        $this->data['TargetNodeProjectId'] = $value;
2305
        $this->options['form_params']['TargetNodeProjectId'] = $value;
2306
2307
        return $this;
2308
    }
2309
2310
    /**
2311
     * @param string $value
2312
     *
2313
     * @return $this
2314
     */
2315
    public function withMatchExpression($value)
2316
    {
2317
        $this->data['MatchExpression'] = $value;
2318
        $this->options['form_params']['MatchExpression'] = $value;
2319
2320
        return $this;
2321
    }
2322
2323
    /**
2324
     * @param string $value
2325
     *
2326
     * @return $this
2327
     */
2328
    public function withEnvType($value)
2329
    {
2330
        $this->data['EnvType'] = $value;
2331
        $this->options['form_params']['EnvType'] = $value;
2332
2333
        return $this;
2334
    }
2335
2336
    /**
2337
     * @param string $value
2338
     *
2339
     * @return $this
2340
     */
2341
    public function withTargetNodeProjectName($value)
2342
    {
2343
        $this->data['TargetNodeProjectName'] = $value;
2344
        $this->options['form_params']['TargetNodeProjectName'] = $value;
2345
2346
        return $this;
2347
    }
2348
2349
    /**
2350
     * @param string $value
2351
     *
2352
     * @return $this
2353
     */
2354
    public function withTableName($value)
2355
    {
2356
        $this->data['TableName'] = $value;
2357
        $this->options['form_params']['TableName'] = $value;
2358
2359
        return $this;
2360
    }
2361
2362
    /**
2363
     * @param string $value
2364
     *
2365
     * @return $this
2366
     */
2367
    public function withNodeId($value)
2368
    {
2369
        $this->data['NodeId'] = $value;
2370
        $this->options['form_params']['NodeId'] = $value;
2371
2372
        return $this;
2373
    }
2374
2375
    /**
2376
     * @param string $value
2377
     *
2378
     * @return $this
2379
     */
2380
    public function withProjectId($value)
2381
    {
2382
        $this->data['ProjectId'] = $value;
2383
        $this->options['form_params']['ProjectId'] = $value;
2384
2385
        return $this;
2386
    }
2387
}
2388
2389
/**
2390
 * @method string getProjectName()
2391
 * @method string getRuleId()
2392
 */
2393
class DeleteQualityRule extends Rpc
2394
{
2395
2396
    /**
2397
     * @param string $value
2398
     *
2399
     * @return $this
2400
     */
2401
    public function withProjectName($value)
2402
    {
2403
        $this->data['ProjectName'] = $value;
2404
        $this->options['form_params']['ProjectName'] = $value;
2405
2406
        return $this;
2407
    }
2408
2409
    /**
2410
     * @param string $value
2411
     *
2412
     * @return $this
2413
     */
2414
    public function withRuleId($value)
2415
    {
2416
        $this->data['RuleId'] = $value;
2417
        $this->options['form_params']['RuleId'] = $value;
2418
2419
        return $this;
2420
    }
2421
}
2422
2423
/**
2424
 * @method string getRemindId()
2425
 */
2426
class DeleteRemind extends Rpc
2427
{
2428
2429
    /**
2430
     * @param string $value
2431
     *
2432
     * @return $this
2433
     */
2434
    public function withRemindId($value)
2435
    {
2436
        $this->data['RemindId'] = $value;
2437
        $this->options['form_params']['RemindId'] = $value;
2438
2439
        return $this;
2440
    }
2441
}
2442
2443
/**
2444
 * @method string getComment()
2445
 * @method string getProjectId()
2446
 * @method string getNodeId()
2447
 * @method string getProjectIdentifier()
2448
 * @method string getFileId()
2449
 */
2450
class DeployFile extends Rpc
2451
{
2452
2453
    /**
2454
     * @param string $value
2455
     *
2456
     * @return $this
2457
     */
2458
    public function withComment($value)
2459
    {
2460
        $this->data['Comment'] = $value;
2461
        $this->options['form_params']['Comment'] = $value;
2462
2463
        return $this;
2464
    }
2465
2466
    /**
2467
     * @param string $value
2468
     *
2469
     * @return $this
2470
     */
2471
    public function withProjectId($value)
2472
    {
2473
        $this->data['ProjectId'] = $value;
2474
        $this->options['form_params']['ProjectId'] = $value;
2475
2476
        return $this;
2477
    }
2478
2479
    /**
2480
     * @param string $value
2481
     *
2482
     * @return $this
2483
     */
2484
    public function withNodeId($value)
2485
    {
2486
        $this->data['NodeId'] = $value;
2487
        $this->options['form_params']['NodeId'] = $value;
2488
2489
        return $this;
2490
    }
2491
2492
    /**
2493
     * @param string $value
2494
     *
2495
     * @return $this
2496
     */
2497
    public function withProjectIdentifier($value)
2498
    {
2499
        $this->data['ProjectIdentifier'] = $value;
2500
        $this->options['form_params']['ProjectIdentifier'] = $value;
2501
2502
        return $this;
2503
    }
2504
2505
    /**
2506
     * @param string $value
2507
     *
2508
     * @return $this
2509
     */
2510
    public function withFileId($value)
2511
    {
2512
        $this->data['FileId'] = $value;
2513
        $this->options['form_params']['FileId'] = $value;
2514
2515
        return $this;
2516
    }
2517
}
2518
2519
/**
2520
 * @method string getTableGuid()
2521
 * @method string getBusinessId()
2522
 * @method string getProjectId()
2523
 * @method string getProjectIdentifier()
2524
 * @method string getFolderId()
2525
 */
2526
class EstablishRelationTableToBusiness extends Rpc
2527
{
2528
2529
    /**
2530
     * @param string $value
2531
     *
2532
     * @return $this
2533
     */
2534
    public function withTableGuid($value)
2535
    {
2536
        $this->data['TableGuid'] = $value;
2537
        $this->options['form_params']['TableGuid'] = $value;
2538
2539
        return $this;
2540
    }
2541
2542
    /**
2543
     * @param string $value
2544
     *
2545
     * @return $this
2546
     */
2547
    public function withBusinessId($value)
2548
    {
2549
        $this->data['BusinessId'] = $value;
2550
        $this->options['form_params']['BusinessId'] = $value;
2551
2552
        return $this;
2553
    }
2554
2555
    /**
2556
     * @param string $value
2557
     *
2558
     * @return $this
2559
     */
2560
    public function withProjectId($value)
2561
    {
2562
        $this->data['ProjectId'] = $value;
2563
        $this->options['form_params']['ProjectId'] = $value;
2564
2565
        return $this;
2566
    }
2567
2568
    /**
2569
     * @param string $value
2570
     *
2571
     * @return $this
2572
     */
2573
    public function withProjectIdentifier($value)
2574
    {
2575
        $this->data['ProjectIdentifier'] = $value;
2576
        $this->options['form_params']['ProjectIdentifier'] = $value;
2577
2578
        return $this;
2579
    }
2580
2581
    /**
2582
     * @param string $value
2583
     *
2584
     * @return $this
2585
     */
2586
    public function withFolderId($value)
2587
    {
2588
        $this->data['FolderId'] = $value;
2589
        $this->options['form_params']['FolderId'] = $value;
2590
2591
        return $this;
2592
    }
2593
}
2594
2595
/**
2596
 * @method string getBaselineId()
2597
 */
2598
class GetBaselineConfig extends Rpc
2599
{
2600
2601
    /**
2602
     * @param string $value
2603
     *
2604
     * @return $this
2605
     */
2606
    public function withBaselineId($value)
2607
    {
2608
        $this->data['BaselineId'] = $value;
2609
        $this->options['form_params']['BaselineId'] = $value;
2610
2611
        return $this;
2612
    }
2613
}
2614
2615
/**
2616
 * @method string getBizdate()
2617
 * @method string getInGroupId()
2618
 * @method string getBaselineId()
2619
 */
2620
class GetBaselineKeyPath extends Rpc
2621
{
2622
2623
    /**
2624
     * @param string $value
2625
     *
2626
     * @return $this
2627
     */
2628
    public function withBizdate($value)
2629
    {
2630
        $this->data['Bizdate'] = $value;
2631
        $this->options['form_params']['Bizdate'] = $value;
2632
2633
        return $this;
2634
    }
2635
2636
    /**
2637
     * @param string $value
2638
     *
2639
     * @return $this
2640
     */
2641
    public function withInGroupId($value)
2642
    {
2643
        $this->data['InGroupId'] = $value;
2644
        $this->options['form_params']['InGroupId'] = $value;
2645
2646
        return $this;
2647
    }
2648
2649
    /**
2650
     * @param string $value
2651
     *
2652
     * @return $this
2653
     */
2654
    public function withBaselineId($value)
2655
    {
2656
        $this->data['BaselineId'] = $value;
2657
        $this->options['form_params']['BaselineId'] = $value;
2658
2659
        return $this;
2660
    }
2661
}
2662
2663
/**
2664
 * @method string getBizdate()
2665
 * @method string getInGroupId()
2666
 * @method string getBaselineId()
2667
 */
2668
class GetBaselineStatus extends Rpc
2669
{
2670
2671
    /**
2672
     * @param string $value
2673
     *
2674
     * @return $this
2675
     */
2676
    public function withBizdate($value)
2677
    {
2678
        $this->data['Bizdate'] = $value;
2679
        $this->options['form_params']['Bizdate'] = $value;
2680
2681
        return $this;
2682
    }
2683
2684
    /**
2685
     * @param string $value
2686
     *
2687
     * @return $this
2688
     */
2689
    public function withInGroupId($value)
2690
    {
2691
        $this->data['InGroupId'] = $value;
2692
        $this->options['form_params']['InGroupId'] = $value;
2693
2694
        return $this;
2695
    }
2696
2697
    /**
2698
     * @param string $value
2699
     *
2700
     * @return $this
2701
     */
2702
    public function withBaselineId($value)
2703
    {
2704
        $this->data['BaselineId'] = $value;
2705
        $this->options['form_params']['BaselineId'] = $value;
2706
2707
        return $this;
2708
    }
2709
}
2710
2711
/**
2712
 * @method string getBusinessId()
2713
 * @method string getProjectId()
2714
 * @method string getProjectIdentifier()
2715
 */
2716
class GetBusiness extends Rpc
2717
{
2718
2719
    /**
2720
     * @param string $value
2721
     *
2722
     * @return $this
2723
     */
2724
    public function withBusinessId($value)
2725
    {
2726
        $this->data['BusinessId'] = $value;
2727
        $this->options['form_params']['BusinessId'] = $value;
2728
2729
        return $this;
2730
    }
2731
2732
    /**
2733
     * @param string $value
2734
     *
2735
     * @return $this
2736
     */
2737
    public function withProjectId($value)
2738
    {
2739
        $this->data['ProjectId'] = $value;
2740
        $this->options['form_params']['ProjectId'] = $value;
2741
2742
        return $this;
2743
    }
2744
2745
    /**
2746
     * @param string $value
2747
     *
2748
     * @return $this
2749
     */
2750
    public function withProjectIdentifier($value)
2751
    {
2752
        $this->data['ProjectIdentifier'] = $value;
2753
        $this->options['form_params']['ProjectIdentifier'] = $value;
2754
2755
        return $this;
2756
    }
2757
}
2758
2759
/**
2760
 * @method string getTenantId()
2761
 * @method string getProjectId()
2762
 * @method string getApiId()
2763
 */
2764
class GetDataServiceApi extends Rpc
2765
{
2766
2767
    /**
2768
     * @param string $value
2769
     *
2770
     * @return $this
2771
     */
2772
    public function withTenantId($value)
2773
    {
2774
        $this->data['TenantId'] = $value;
2775
        $this->options['form_params']['TenantId'] = $value;
2776
2777
        return $this;
2778
    }
2779
2780
    /**
2781
     * @param string $value
2782
     *
2783
     * @return $this
2784
     */
2785
    public function withProjectId($value)
2786
    {
2787
        $this->data['ProjectId'] = $value;
2788
        $this->options['form_params']['ProjectId'] = $value;
2789
2790
        return $this;
2791
    }
2792
2793
    /**
2794
     * @param string $value
2795
     *
2796
     * @return $this
2797
     */
2798
    public function withApiId($value)
2799
    {
2800
        $this->data['ApiId'] = $value;
2801
        $this->options['form_params']['ApiId'] = $value;
2802
2803
        return $this;
2804
    }
2805
}
2806
2807
/**
2808
 * @method string getTenantId()
2809
 * @method string getApplicationId()
2810
 * @method string getProjectId()
2811
 */
2812
class GetDataServiceApplication extends Rpc
2813
{
2814
2815
    /**
2816
     * @param string $value
2817
     *
2818
     * @return $this
2819
     */
2820
    public function withTenantId($value)
2821
    {
2822
        $this->data['TenantId'] = $value;
2823
        $this->options['form_params']['TenantId'] = $value;
2824
2825
        return $this;
2826
    }
2827
2828
    /**
2829
     * @param string $value
2830
     *
2831
     * @return $this
2832
     */
2833
    public function withApplicationId($value)
2834
    {
2835
        $this->data['ApplicationId'] = $value;
2836
        $this->options['form_params']['ApplicationId'] = $value;
2837
2838
        return $this;
2839
    }
2840
2841
    /**
2842
     * @param string $value
2843
     *
2844
     * @return $this
2845
     */
2846
    public function withProjectId($value)
2847
    {
2848
        $this->data['ProjectId'] = $value;
2849
        $this->options['form_params']['ProjectId'] = $value;
2850
2851
        return $this;
2852
    }
2853
}
2854
2855
/**
2856
 * @method string getTenantId()
2857
 * @method string getProjectId()
2858
 * @method string getApiId()
2859
 */
2860
class GetDataServicePublishedApi extends Rpc
2861
{
2862
2863
    /**
2864
     * @param string $value
2865
     *
2866
     * @return $this
2867
     */
2868
    public function withTenantId($value)
2869
    {
2870
        $this->data['TenantId'] = $value;
2871
        $this->options['form_params']['TenantId'] = $value;
2872
2873
        return $this;
2874
    }
2875
2876
    /**
2877
     * @param string $value
2878
     *
2879
     * @return $this
2880
     */
2881
    public function withProjectId($value)
2882
    {
2883
        $this->data['ProjectId'] = $value;
2884
        $this->options['form_params']['ProjectId'] = $value;
2885
2886
        return $this;
2887
    }
2888
2889
    /**
2890
     * @param string $value
2891
     *
2892
     * @return $this
2893
     */
2894
    public function withApiId($value)
2895
    {
2896
        $this->data['ApiId'] = $value;
2897
        $this->options['form_params']['ApiId'] = $value;
2898
2899
        return $this;
2900
    }
2901
}
2902
2903
/**
2904
 * @method string getDeploymentId()
2905
 * @method string getProjectId()
2906
 * @method string getProjectIdentifier()
2907
 */
2908
class GetDeployment extends Rpc
2909
{
2910
2911
    /**
2912
     * @param string $value
2913
     *
2914
     * @return $this
2915
     */
2916
    public function withDeploymentId($value)
2917
    {
2918
        $this->data['DeploymentId'] = $value;
2919
        $this->options['form_params']['DeploymentId'] = $value;
2920
2921
        return $this;
2922
    }
2923
2924
    /**
2925
     * @param string $value
2926
     *
2927
     * @return $this
2928
     */
2929
    public function withProjectId($value)
2930
    {
2931
        $this->data['ProjectId'] = $value;
2932
        $this->options['form_params']['ProjectId'] = $value;
2933
2934
        return $this;
2935
    }
2936
2937
    /**
2938
     * @param string $value
2939
     *
2940
     * @return $this
2941
     */
2942
    public function withProjectIdentifier($value)
2943
    {
2944
        $this->data['ProjectIdentifier'] = $value;
2945
        $this->options['form_params']['ProjectIdentifier'] = $value;
2946
2947
        return $this;
2948
    }
2949
}
2950
2951
/**
2952
 * @method string getProjectId()
2953
 * @method string getProjectIdentifier()
2954
 * @method string getFileId()
2955
 */
2956
class GetFile extends Rpc
2957
{
2958
2959
    /**
2960
     * @param string $value
2961
     *
2962
     * @return $this
2963
     */
2964
    public function withProjectId($value)
2965
    {
2966
        $this->data['ProjectId'] = $value;
2967
        $this->options['form_params']['ProjectId'] = $value;
2968
2969
        return $this;
2970
    }
2971
2972
    /**
2973
     * @param string $value
2974
     *
2975
     * @return $this
2976
     */
2977
    public function withProjectIdentifier($value)
2978
    {
2979
        $this->data['ProjectIdentifier'] = $value;
2980
        $this->options['form_params']['ProjectIdentifier'] = $value;
2981
2982
        return $this;
2983
    }
2984
2985
    /**
2986
     * @param string $value
2987
     *
2988
     * @return $this
2989
     */
2990
    public function withFileId($value)
2991
    {
2992
        $this->data['FileId'] = $value;
2993
        $this->options['form_params']['FileId'] = $value;
2994
2995
        return $this;
2996
    }
2997
}
2998
2999
/**
3000
 * @method string getFileVersion()
3001
 * @method string getProjectId()
3002
 * @method string getProjectIdentifier()
3003
 * @method string getFileId()
3004
 */
3005
class GetFileVersion extends Rpc
3006
{
3007
3008
    /**
3009
     * @param string $value
3010
     *
3011
     * @return $this
3012
     */
3013
    public function withFileVersion($value)
3014
    {
3015
        $this->data['FileVersion'] = $value;
3016
        $this->options['form_params']['FileVersion'] = $value;
3017
3018
        return $this;
3019
    }
3020
3021
    /**
3022
     * @param string $value
3023
     *
3024
     * @return $this
3025
     */
3026
    public function withProjectId($value)
3027
    {
3028
        $this->data['ProjectId'] = $value;
3029
        $this->options['form_params']['ProjectId'] = $value;
3030
3031
        return $this;
3032
    }
3033
3034
    /**
3035
     * @param string $value
3036
     *
3037
     * @return $this
3038
     */
3039
    public function withProjectIdentifier($value)
3040
    {
3041
        $this->data['ProjectIdentifier'] = $value;
3042
        $this->options['form_params']['ProjectIdentifier'] = $value;
3043
3044
        return $this;
3045
    }
3046
3047
    /**
3048
     * @param string $value
3049
     *
3050
     * @return $this
3051
     */
3052
    public function withFileId($value)
3053
    {
3054
        $this->data['FileId'] = $value;
3055
        $this->options['form_params']['FileId'] = $value;
3056
3057
        return $this;
3058
    }
3059
}
3060
3061
/**
3062
 * @method string getFolderPath()
3063
 * @method string getProjectId()
3064
 * @method string getProjectIdentifier()
3065
 * @method string getFolderId()
3066
 */
3067
class GetFolder extends Rpc
3068
{
3069
3070
    /**
3071
     * @param string $value
3072
     *
3073
     * @return $this
3074
     */
3075
    public function withFolderPath($value)
3076
    {
3077
        $this->data['FolderPath'] = $value;
3078
        $this->options['form_params']['FolderPath'] = $value;
3079
3080
        return $this;
3081
    }
3082
3083
    /**
3084
     * @param string $value
3085
     *
3086
     * @return $this
3087
     */
3088
    public function withProjectId($value)
3089
    {
3090
        $this->data['ProjectId'] = $value;
3091
        $this->options['form_params']['ProjectId'] = $value;
3092
3093
        return $this;
3094
    }
3095
3096
    /**
3097
     * @param string $value
3098
     *
3099
     * @return $this
3100
     */
3101
    public function withProjectIdentifier($value)
3102
    {
3103
        $this->data['ProjectIdentifier'] = $value;
3104
        $this->options['form_params']['ProjectIdentifier'] = $value;
3105
3106
        return $this;
3107
    }
3108
3109
    /**
3110
     * @param string $value
3111
     *
3112
     * @return $this
3113
     */
3114
    public function withFolderId($value)
3115
    {
3116
        $this->data['FolderId'] = $value;
3117
        $this->options['form_params']['FolderId'] = $value;
3118
3119
        return $this;
3120
    }
3121
}
3122
3123
/**
3124
 * @method string getProjectEnv()
3125
 * @method string getInstanceId()
3126
 */
3127
class GetInstance extends Rpc
3128
{
3129
3130
    /**
3131
     * @param string $value
3132
     *
3133
     * @return $this
3134
     */
3135
    public function withProjectEnv($value)
3136
    {
3137
        $this->data['ProjectEnv'] = $value;
3138
        $this->options['form_params']['ProjectEnv'] = $value;
3139
3140
        return $this;
3141
    }
3142
3143
    /**
3144
     * @param string $value
3145
     *
3146
     * @return $this
3147
     */
3148
    public function withInstanceId($value)
3149
    {
3150
        $this->data['InstanceId'] = $value;
3151
        $this->options['form_params']['InstanceId'] = $value;
3152
3153
        return $this;
3154
    }
3155
}
3156
3157
/**
3158
 * @method string getProjectEnv()
3159
 * @method string getInstanceId()
3160
 */
3161
class GetInstanceLog extends Rpc
3162
{
3163
3164
    /**
3165
     * @param string $value
3166
     *
3167
     * @return $this
3168
     */
3169
    public function withProjectEnv($value)
3170
    {
3171
        $this->data['ProjectEnv'] = $value;
3172
        $this->options['form_params']['ProjectEnv'] = $value;
3173
3174
        return $this;
3175
    }
3176
3177
    /**
3178
     * @param string $value
3179
     *
3180
     * @return $this
3181
     */
3182
    public function withInstanceId($value)
3183
    {
3184
        $this->data['InstanceId'] = $value;
3185
        $this->options['form_params']['InstanceId'] = $value;
3186
3187
        return $this;
3188
    }
3189
}
3190
3191
/**
3192
 * @method string getParentCategoryId()
3193
 * @method $this withParentCategoryId($value)
3194
 * @method string getPageSize()
3195
 * @method $this withPageSize($value)
3196
 * @method string getPageNum()
3197
 * @method $this withPageNum($value)
3198
 */
3199
class GetMetaCategory extends Rpc
3200
{
3201
}
3202
3203
/**
3204
 * @method string getColumnGuid()
3205
 * @method $this withColumnGuid($value)
3206
 * @method string getPageSize()
3207
 * @method $this withPageSize($value)
3208
 * @method string getPageNum()
3209
 * @method $this withPageNum($value)
3210
 * @method string getDirection()
3211
 * @method $this withDirection($value)
3212
 */
3213
class GetMetaColumnLineage extends Rpc
3214
{
3215
}
3216
3217
/**
3218
 * @method string getAppGuid()
3219
 * @method $this withAppGuid($value)
3220
 */
3221
class GetMetaDBInfo extends Rpc
3222
{
3223
3224
    /** @var string */
3225
    public $method = 'GET';
3226
}
3227
3228
/**
3229
 * @method string getPageSize()
3230
 * @method $this withPageSize($value)
3231
 * @method string getAppGuid()
3232
 * @method $this withAppGuid($value)
3233
 * @method string getPageNumber()
3234
 * @method $this withPageNumber($value)
3235
 */
3236
class GetMetaDBTableList extends Rpc
3237
{
3238
}
3239
3240
/**
3241
 * @method string getTableGuid()
3242
 * @method $this withTableGuid($value)
3243
 */
3244
class GetMetaTableBasicInfo extends Rpc
3245
{
3246
3247
    /** @var string */
3248
    public $method = 'GET';
3249
}
3250
3251
/**
3252
 * @method string getStartDate()
3253
 * @method string getPageNumber()
3254
 * @method string getEndDate()
3255
 * @method string getTableGuid()
3256
 * @method string getChangeType()
3257
 * @method string getPageSize()
3258
 * @method string getObjectType()
3259
 */
3260
class GetMetaTableChangeLog extends Rpc
3261
{
3262
3263
    /**
3264
     * @param string $value
3265
     *
3266
     * @return $this
3267
     */
3268
    public function withStartDate($value)
3269
    {
3270
        $this->data['StartDate'] = $value;
3271
        $this->options['form_params']['StartDate'] = $value;
3272
3273
        return $this;
3274
    }
3275
3276
    /**
3277
     * @param string $value
3278
     *
3279
     * @return $this
3280
     */
3281
    public function withPageNumber($value)
3282
    {
3283
        $this->data['PageNumber'] = $value;
3284
        $this->options['form_params']['PageNumber'] = $value;
3285
3286
        return $this;
3287
    }
3288
3289
    /**
3290
     * @param string $value
3291
     *
3292
     * @return $this
3293
     */
3294
    public function withEndDate($value)
3295
    {
3296
        $this->data['EndDate'] = $value;
3297
        $this->options['form_params']['EndDate'] = $value;
3298
3299
        return $this;
3300
    }
3301
3302
    /**
3303
     * @param string $value
3304
     *
3305
     * @return $this
3306
     */
3307
    public function withTableGuid($value)
3308
    {
3309
        $this->data['TableGuid'] = $value;
3310
        $this->options['form_params']['TableGuid'] = $value;
3311
3312
        return $this;
3313
    }
3314
3315
    /**
3316
     * @param string $value
3317
     *
3318
     * @return $this
3319
     */
3320
    public function withChangeType($value)
3321
    {
3322
        $this->data['ChangeType'] = $value;
3323
        $this->options['form_params']['ChangeType'] = $value;
3324
3325
        return $this;
3326
    }
3327
3328
    /**
3329
     * @param string $value
3330
     *
3331
     * @return $this
3332
     */
3333
    public function withPageSize($value)
3334
    {
3335
        $this->data['PageSize'] = $value;
3336
        $this->options['form_params']['PageSize'] = $value;
3337
3338
        return $this;
3339
    }
3340
3341
    /**
3342
     * @param string $value
3343
     *
3344
     * @return $this
3345
     */
3346
    public function withObjectType($value)
3347
    {
3348
        $this->data['ObjectType'] = $value;
3349
        $this->options['form_params']['ObjectType'] = $value;
3350
3351
        return $this;
3352
    }
3353
}
3354
3355
/**
3356
 * @method string getTableGuid()
3357
 * @method $this withTableGuid($value)
3358
 * @method string getPageSize()
3359
 * @method $this withPageSize($value)
3360
 * @method string getPageNum()
3361
 * @method $this withPageNum($value)
3362
 */
3363
class GetMetaTableColumn extends Rpc
3364
{
3365
3366
    /** @var string */
3367
    public $method = 'GET';
3368
}
3369
3370
/**
3371
 * @method string getTableGuid()
3372
 * @method $this withTableGuid($value)
3373
 * @method string getPageSize()
3374
 * @method $this withPageSize($value)
3375
 * @method string getPageNum()
3376
 * @method $this withPageNum($value)
3377
 */
3378
class GetMetaTableFullInfo extends Rpc
3379
{
3380
3381
    /** @var string */
3382
    public $method = 'GET';
3383
}
3384
3385
/**
3386
 * @method string getWikiVersion()
3387
 * @method $this withWikiVersion($value)
3388
 * @method string getTableGuid()
3389
 * @method $this withTableGuid($value)
3390
 */
3391
class GetMetaTableIntroWiki extends Rpc
3392
{
3393
}
3394
3395
/**
3396
 * @method string getTableGuid()
3397
 * @method $this withTableGuid($value)
3398
 * @method string getNextPrimaryKey()
3399
 * @method $this withNextPrimaryKey($value)
3400
 * @method string getPageSize()
3401
 * @method $this withPageSize($value)
3402
 * @method string getDirection()
3403
 * @method $this withDirection($value)
3404
 */
3405
class GetMetaTableLineage extends Rpc
3406
{
3407
}
3408
3409
/**
3410
 * @method string getPageSize()
3411
 * @method $this withPageSize($value)
3412
 * @method string getPageNumber()
3413
 * @method $this withPageNumber($value)
3414
 * @method string getCategoryId()
3415
 * @method $this withCategoryId($value)
3416
 */
3417
class GetMetaTableListByCategory extends Rpc
3418
{
3419
3420
    /** @var string */
3421
    public $method = 'GET';
3422
}
3423
3424
/**
3425
 * @method string getEndDate()
3426
 * @method $this withEndDate($value)
3427
 * @method string getTableGuid()
3428
 * @method $this withTableGuid($value)
3429
 * @method string getPageSize()
3430
 * @method $this withPageSize($value)
3431
 * @method string getStartDate()
3432
 * @method $this withStartDate($value)
3433
 * @method string getPageNumber()
3434
 * @method $this withPageNumber($value)
3435
 */
3436
class GetMetaTableOutput extends Rpc
3437
{
3438
}
3439
3440
/**
3441
 * @method string getTableGuid()
3442
 * @method $this withTableGuid($value)
3443
 * @method string getPageSize()
3444
 * @method $this withPageSize($value)
3445
 * @method string getPageNumber()
3446
 * @method $this withPageNumber($value)
3447
 */
3448
class GetMetaTablePartition extends Rpc
3449
{
3450
}
3451
3452
/**
3453
 * @method string getProjectEnv()
3454
 * @method string getNodeId()
3455
 */
3456
class GetNode extends Rpc
3457
{
3458
3459
    /**
3460
     * @param string $value
3461
     *
3462
     * @return $this
3463
     */
3464
    public function withProjectEnv($value)
3465
    {
3466
        $this->data['ProjectEnv'] = $value;
3467
        $this->options['form_params']['ProjectEnv'] = $value;
3468
3469
        return $this;
3470
    }
3471
3472
    /**
3473
     * @param string $value
3474
     *
3475
     * @return $this
3476
     */
3477
    public function withNodeId($value)
3478
    {
3479
        $this->data['NodeId'] = $value;
3480
        $this->options['form_params']['NodeId'] = $value;
3481
3482
        return $this;
3483
    }
3484
}
3485
3486
/**
3487
 * @method string getProjectEnv()
3488
 * @method string getNodeId()
3489
 */
3490
class GetNodeCode extends Rpc
3491
{
3492
3493
    /**
3494
     * @param string $value
3495
     *
3496
     * @return $this
3497
     */
3498
    public function withProjectEnv($value)
3499
    {
3500
        $this->data['ProjectEnv'] = $value;
3501
        $this->options['form_params']['ProjectEnv'] = $value;
3502
3503
        return $this;
3504
    }
3505
3506
    /**
3507
     * @param string $value
3508
     *
3509
     * @return $this
3510
     */
3511
    public function withNodeId($value)
3512
    {
3513
        $this->data['NodeId'] = $value;
3514
        $this->options['form_params']['NodeId'] = $value;
3515
3516
        return $this;
3517
    }
3518
}
3519
3520
/**
3521
 * @method string getBaselineId()
3522
 */
3523
class GetNodeOnBaseline extends Rpc
3524
{
3525
3526
    /**
3527
     * @param string $value
3528
     *
3529
     * @return $this
3530
     */
3531
    public function withBaselineId($value)
3532
    {
3533
        $this->data['BaselineId'] = $value;
3534
        $this->options['form_params']['BaselineId'] = $value;
3535
3536
        return $this;
3537
    }
3538
}
3539
3540
/**
3541
 * @method string getProjectId()
3542
 * @method $this withProjectId($value)
3543
 */
3544
class GetProjectDetail extends Rpc
3545
{
3546
}
3547
3548
/**
3549
 * @method string getProjectName()
3550
 * @method string getMatchExpression()
3551
 * @method string getEnvType()
3552
 * @method string getTableName()
3553
 */
3554
class GetQualityEntity extends Rpc
3555
{
3556
3557
    /**
3558
     * @param string $value
3559
     *
3560
     * @return $this
3561
     */
3562
    public function withProjectName($value)
3563
    {
3564
        $this->data['ProjectName'] = $value;
3565
        $this->options['form_params']['ProjectName'] = $value;
3566
3567
        return $this;
3568
    }
3569
3570
    /**
3571
     * @param string $value
3572
     *
3573
     * @return $this
3574
     */
3575
    public function withMatchExpression($value)
3576
    {
3577
        $this->data['MatchExpression'] = $value;
3578
        $this->options['form_params']['MatchExpression'] = $value;
3579
3580
        return $this;
3581
    }
3582
3583
    /**
3584
     * @param string $value
3585
     *
3586
     * @return $this
3587
     */
3588
    public function withEnvType($value)
3589
    {
3590
        $this->data['EnvType'] = $value;
3591
        $this->options['form_params']['EnvType'] = $value;
3592
3593
        return $this;
3594
    }
3595
3596
    /**
3597
     * @param string $value
3598
     *
3599
     * @return $this
3600
     */
3601
    public function withTableName($value)
3602
    {
3603
        $this->data['TableName'] = $value;
3604
        $this->options['form_params']['TableName'] = $value;
3605
3606
        return $this;
3607
    }
3608
}
3609
3610
/**
3611
 * @method string getProjectName()
3612
 * @method string getEntityId()
3613
 */
3614
class GetQualityFollower extends Rpc
3615
{
3616
3617
    /**
3618
     * @param string $value
3619
     *
3620
     * @return $this
3621
     */
3622
    public function withProjectName($value)
3623
    {
3624
        $this->data['ProjectName'] = $value;
3625
        $this->options['form_params']['ProjectName'] = $value;
3626
3627
        return $this;
3628
    }
3629
3630
    /**
3631
     * @param string $value
3632
     *
3633
     * @return $this
3634
     */
3635
    public function withEntityId($value)
3636
    {
3637
        $this->data['EntityId'] = $value;
3638
        $this->options['form_params']['EntityId'] = $value;
3639
3640
        return $this;
3641
    }
3642
}
3643
3644
/**
3645
 * @method string getProjectName()
3646
 * @method string getRuleId()
3647
 */
3648
class GetQualityRule extends Rpc
3649
{
3650
3651
    /**
3652
     * @param string $value
3653
     *
3654
     * @return $this
3655
     */
3656
    public function withProjectName($value)
3657
    {
3658
        $this->data['ProjectName'] = $value;
3659
        $this->options['form_params']['ProjectName'] = $value;
3660
3661
        return $this;
3662
    }
3663
3664
    /**
3665
     * @param string $value
3666
     *
3667
     * @return $this
3668
     */
3669
    public function withRuleId($value)
3670
    {
3671
        $this->data['RuleId'] = $value;
3672
        $this->options['form_params']['RuleId'] = $value;
3673
3674
        return $this;
3675
    }
3676
}
3677
3678
/**
3679
 * @method string getRemindId()
3680
 */
3681
class GetRemind extends Rpc
3682
{
3683
3684
    /**
3685
     * @param string $value
3686
     *
3687
     * @return $this
3688
     */
3689
    public function withRemindId($value)
3690
    {
3691
        $this->data['RemindId'] = $value;
3692
        $this->options['form_params']['RemindId'] = $value;
3693
3694
        return $this;
3695
    }
3696
}
3697
3698
/**
3699
 * @method string getTopicId()
3700
 */
3701
class GetTopic extends Rpc
3702
{
3703
3704
    /**
3705
     * @param string $value
3706
     *
3707
     * @return $this
3708
     */
3709
    public function withTopicId($value)
3710
    {
3711
        $this->data['TopicId'] = $value;
3712
        $this->options['form_params']['TopicId'] = $value;
3713
3714
        return $this;
3715
    }
3716
}
3717
3718
/**
3719
 * @method string getTopicId()
3720
 */
3721
class GetTopicInfluence extends Rpc
3722
{
3723
3724
    /**
3725
     * @param string $value
3726
     *
3727
     * @return $this
3728
     */
3729
    public function withTopicId($value)
3730
    {
3731
        $this->data['TopicId'] = $value;
3732
        $this->options['form_params']['TopicId'] = $value;
3733
3734
        return $this;
3735
    }
3736
}
3737
3738
/**
3739
 * @method string getAlertUser()
3740
 * @method string getEndTime()
3741
 * @method string getBeginTime()
3742
 * @method string getAlertMethods()
3743
 * @method string getPageNumber()
3744
 * @method string getRemindId()
3745
 * @method string getPageSize()
3746
 * @method string getAlertRuleTypes()
3747
 */
3748
class ListAlertMessages extends Rpc
3749
{
3750
3751
    /**
3752
     * @param string $value
3753
     *
3754
     * @return $this
3755
     */
3756
    public function withAlertUser($value)
3757
    {
3758
        $this->data['AlertUser'] = $value;
3759
        $this->options['form_params']['AlertUser'] = $value;
3760
3761
        return $this;
3762
    }
3763
3764
    /**
3765
     * @param string $value
3766
     *
3767
     * @return $this
3768
     */
3769
    public function withEndTime($value)
3770
    {
3771
        $this->data['EndTime'] = $value;
3772
        $this->options['form_params']['EndTime'] = $value;
3773
3774
        return $this;
3775
    }
3776
3777
    /**
3778
     * @param string $value
3779
     *
3780
     * @return $this
3781
     */
3782
    public function withBeginTime($value)
3783
    {
3784
        $this->data['BeginTime'] = $value;
3785
        $this->options['form_params']['BeginTime'] = $value;
3786
3787
        return $this;
3788
    }
3789
3790
    /**
3791
     * @param string $value
3792
     *
3793
     * @return $this
3794
     */
3795
    public function withAlertMethods($value)
3796
    {
3797
        $this->data['AlertMethods'] = $value;
3798
        $this->options['form_params']['AlertMethods'] = $value;
3799
3800
        return $this;
3801
    }
3802
3803
    /**
3804
     * @param string $value
3805
     *
3806
     * @return $this
3807
     */
3808
    public function withPageNumber($value)
3809
    {
3810
        $this->data['PageNumber'] = $value;
3811
        $this->options['form_params']['PageNumber'] = $value;
3812
3813
        return $this;
3814
    }
3815
3816
    /**
3817
     * @param string $value
3818
     *
3819
     * @return $this
3820
     */
3821
    public function withRemindId($value)
3822
    {
3823
        $this->data['RemindId'] = $value;
3824
        $this->options['form_params']['RemindId'] = $value;
3825
3826
        return $this;
3827
    }
3828
3829
    /**
3830
     * @param string $value
3831
     *
3832
     * @return $this
3833
     */
3834
    public function withPageSize($value)
3835
    {
3836
        $this->data['PageSize'] = $value;
3837
        $this->options['form_params']['PageSize'] = $value;
3838
3839
        return $this;
3840
    }
3841
3842
    /**
3843
     * @param string $value
3844
     *
3845
     * @return $this
3846
     */
3847
    public function withAlertRuleTypes($value)
3848
    {
3849
        $this->data['AlertRuleTypes'] = $value;
3850
        $this->options['form_params']['AlertRuleTypes'] = $value;
3851
3852
        return $this;
3853
    }
3854
}
3855
3856
/**
3857
 * @method string getOwner()
3858
 * @method string getSearchText()
3859
 * @method string getUseflag()
3860
 * @method string getPriority()
3861
 * @method string getPageNumber()
3862
 * @method string getPageSize()
3863
 * @method string getProjectId()
3864
 * @method string getBaselineTypes()
3865
 */
3866
class ListBaselineConfigs extends Rpc
3867
{
3868
3869
    /**
3870
     * @param string $value
3871
     *
3872
     * @return $this
3873
     */
3874
    public function withOwner($value)
3875
    {
3876
        $this->data['Owner'] = $value;
3877
        $this->options['form_params']['Owner'] = $value;
3878
3879
        return $this;
3880
    }
3881
3882
    /**
3883
     * @param string $value
3884
     *
3885
     * @return $this
3886
     */
3887
    public function withSearchText($value)
3888
    {
3889
        $this->data['SearchText'] = $value;
3890
        $this->options['form_params']['SearchText'] = $value;
3891
3892
        return $this;
3893
    }
3894
3895
    /**
3896
     * @param string $value
3897
     *
3898
     * @return $this
3899
     */
3900
    public function withUseflag($value)
3901
    {
3902
        $this->data['Useflag'] = $value;
3903
        $this->options['form_params']['Useflag'] = $value;
3904
3905
        return $this;
3906
    }
3907
3908
    /**
3909
     * @param string $value
3910
     *
3911
     * @return $this
3912
     */
3913
    public function withPriority($value)
3914
    {
3915
        $this->data['Priority'] = $value;
3916
        $this->options['form_params']['Priority'] = $value;
3917
3918
        return $this;
3919
    }
3920
3921
    /**
3922
     * @param string $value
3923
     *
3924
     * @return $this
3925
     */
3926
    public function withPageNumber($value)
3927
    {
3928
        $this->data['PageNumber'] = $value;
3929
        $this->options['form_params']['PageNumber'] = $value;
3930
3931
        return $this;
3932
    }
3933
3934
    /**
3935
     * @param string $value
3936
     *
3937
     * @return $this
3938
     */
3939
    public function withPageSize($value)
3940
    {
3941
        $this->data['PageSize'] = $value;
3942
        $this->options['form_params']['PageSize'] = $value;
3943
3944
        return $this;
3945
    }
3946
3947
    /**
3948
     * @param string $value
3949
     *
3950
     * @return $this
3951
     */
3952
    public function withProjectId($value)
3953
    {
3954
        $this->data['ProjectId'] = $value;
3955
        $this->options['form_params']['ProjectId'] = $value;
3956
3957
        return $this;
3958
    }
3959
3960
    /**
3961
     * @param string $value
3962
     *
3963
     * @return $this
3964
     */
3965
    public function withBaselineTypes($value)
3966
    {
3967
        $this->data['BaselineTypes'] = $value;
3968
        $this->options['form_params']['BaselineTypes'] = $value;
3969
3970
        return $this;
3971
    }
3972
}
3973
3974
/**
3975
 * @method string getSearchText()
3976
 * @method string getOwner()
3977
 * @method string getPriority()
3978
 * @method string getPageNumber()
3979
 * @method string getTopicId()
3980
 * @method string getBizdate()
3981
 * @method string getFinishStatus()
3982
 * @method string getPageSize()
3983
 * @method string getBaselineTypes()
3984
 * @method string getStatus()
3985
 */
3986
class ListBaselineStatuses extends Rpc
3987
{
3988
3989
    /**
3990
     * @param string $value
3991
     *
3992
     * @return $this
3993
     */
3994
    public function withSearchText($value)
3995
    {
3996
        $this->data['SearchText'] = $value;
3997
        $this->options['form_params']['SearchText'] = $value;
3998
3999
        return $this;
4000
    }
4001
4002
    /**
4003
     * @param string $value
4004
     *
4005
     * @return $this
4006
     */
4007
    public function withOwner($value)
4008
    {
4009
        $this->data['Owner'] = $value;
4010
        $this->options['form_params']['Owner'] = $value;
4011
4012
        return $this;
4013
    }
4014
4015
    /**
4016
     * @param string $value
4017
     *
4018
     * @return $this
4019
     */
4020
    public function withPriority($value)
4021
    {
4022
        $this->data['Priority'] = $value;
4023
        $this->options['form_params']['Priority'] = $value;
4024
4025
        return $this;
4026
    }
4027
4028
    /**
4029
     * @param string $value
4030
     *
4031
     * @return $this
4032
     */
4033
    public function withPageNumber($value)
4034
    {
4035
        $this->data['PageNumber'] = $value;
4036
        $this->options['form_params']['PageNumber'] = $value;
4037
4038
        return $this;
4039
    }
4040
4041
    /**
4042
     * @param string $value
4043
     *
4044
     * @return $this
4045
     */
4046
    public function withTopicId($value)
4047
    {
4048
        $this->data['TopicId'] = $value;
4049
        $this->options['form_params']['TopicId'] = $value;
4050
4051
        return $this;
4052
    }
4053
4054
    /**
4055
     * @param string $value
4056
     *
4057
     * @return $this
4058
     */
4059
    public function withBizdate($value)
4060
    {
4061
        $this->data['Bizdate'] = $value;
4062
        $this->options['form_params']['Bizdate'] = $value;
4063
4064
        return $this;
4065
    }
4066
4067
    /**
4068
     * @param string $value
4069
     *
4070
     * @return $this
4071
     */
4072
    public function withFinishStatus($value)
4073
    {
4074
        $this->data['FinishStatus'] = $value;
4075
        $this->options['form_params']['FinishStatus'] = $value;
4076
4077
        return $this;
4078
    }
4079
4080
    /**
4081
     * @param string $value
4082
     *
4083
     * @return $this
4084
     */
4085
    public function withPageSize($value)
4086
    {
4087
        $this->data['PageSize'] = $value;
4088
        $this->options['form_params']['PageSize'] = $value;
4089
4090
        return $this;
4091
    }
4092
4093
    /**
4094
     * @param string $value
4095
     *
4096
     * @return $this
4097
     */
4098
    public function withBaselineTypes($value)
4099
    {
4100
        $this->data['BaselineTypes'] = $value;
4101
        $this->options['form_params']['BaselineTypes'] = $value;
4102
4103
        return $this;
4104
    }
4105
4106
    /**
4107
     * @param string $value
4108
     *
4109
     * @return $this
4110
     */
4111
    public function withStatus($value)
4112
    {
4113
        $this->data['Status'] = $value;
4114
        $this->options['form_params']['Status'] = $value;
4115
4116
        return $this;
4117
    }
4118
}
4119
4120
/**
4121
 * @method string getPageSize()
4122
 * @method string getKeyword()
4123
 * @method string getProjectId()
4124
 * @method string getProjectIdentifier()
4125
 * @method string getPageNumber()
4126
 */
4127
class ListBusiness extends Rpc
4128
{
4129
4130
    /**
4131
     * @param string $value
4132
     *
4133
     * @return $this
4134
     */
4135
    public function withPageSize($value)
4136
    {
4137
        $this->data['PageSize'] = $value;
4138
        $this->options['form_params']['PageSize'] = $value;
4139
4140
        return $this;
4141
    }
4142
4143
    /**
4144
     * @param string $value
4145
     *
4146
     * @return $this
4147
     */
4148
    public function withKeyword($value)
4149
    {
4150
        $this->data['Keyword'] = $value;
4151
        $this->options['form_params']['Keyword'] = $value;
4152
4153
        return $this;
4154
    }
4155
4156
    /**
4157
     * @param string $value
4158
     *
4159
     * @return $this
4160
     */
4161
    public function withProjectId($value)
4162
    {
4163
        $this->data['ProjectId'] = $value;
4164
        $this->options['form_params']['ProjectId'] = $value;
4165
4166
        return $this;
4167
    }
4168
4169
    /**
4170
     * @param string $value
4171
     *
4172
     * @return $this
4173
     */
4174
    public function withProjectIdentifier($value)
4175
    {
4176
        $this->data['ProjectIdentifier'] = $value;
4177
        $this->options['form_params']['ProjectIdentifier'] = $value;
4178
4179
        return $this;
4180
    }
4181
4182
    /**
4183
     * @param string $value
4184
     *
4185
     * @return $this
4186
     */
4187
    public function withPageNumber($value)
4188
    {
4189
        $this->data['PageNumber'] = $value;
4190
        $this->options['form_params']['PageNumber'] = $value;
4191
4192
        return $this;
4193
    }
4194
}
4195
4196
/**
4197
 * @method string getCalcEngineType()
4198
 * @method $this withCalcEngineType($value)
4199
 * @method string getPageNumber()
4200
 * @method $this withPageNumber($value)
4201
 * @method string getName()
4202
 * @method $this withName($value)
4203
 * @method string getEnvType()
4204
 * @method $this withEnvType($value)
4205
 * @method string getPageSize()
4206
 * @method $this withPageSize($value)
4207
 * @method string getProjectId()
4208
 * @method $this withProjectId($value)
4209
 */
4210
class ListCalcEngines extends Rpc
4211
{
4212
}
4213
4214
/**
4215
 * @method string getPageNumber()
4216
 * @method $this withPageNumber($value)
4217
 * @method string getSubType()
4218
 * @method $this withSubType($value)
4219
 * @method string getName()
4220
 * @method $this withName($value)
4221
 * @method string getEnvType()
4222
 * @method $this withEnvType($value)
4223
 * @method string getPageSize()
4224
 * @method $this withPageSize($value)
4225
 * @method string getConnectionType()
4226
 * @method $this withConnectionType($value)
4227
 * @method string getProjectId()
4228
 * @method $this withProjectId($value)
4229
 * @method string getStatus()
4230
 * @method $this withStatus($value)
4231
 */
4232
class ListConnections extends Rpc
4233
{
4234
4235
    /** @var string */
4236
    public $method = 'GET';
4237
}
4238
4239
/**
4240
 * @method string getApiNameKeyword()
4241
 * @method string getPageSize()
4242
 * @method $this withPageSize($value)
4243
 * @method string getTenantId()
4244
 * @method string getProjectId()
4245
 * @method string getPageNumber()
4246
 * @method $this withPageNumber($value)
4247
 */
4248
class ListDataServiceApiAuthorities extends Rpc
4249
{
4250
4251
    /**
4252
     * @param string $value
4253
     *
4254
     * @return $this
4255
     */
4256
    public function withApiNameKeyword($value)
4257
    {
4258
        $this->data['ApiNameKeyword'] = $value;
4259
        $this->options['form_params']['ApiNameKeyword'] = $value;
4260
4261
        return $this;
4262
    }
4263
4264
    /**
4265
     * @param string $value
4266
     *
4267
     * @return $this
4268
     */
4269
    public function withTenantId($value)
4270
    {
4271
        $this->data['TenantId'] = $value;
4272
        $this->options['form_params']['TenantId'] = $value;
4273
4274
        return $this;
4275
    }
4276
4277
    /**
4278
     * @param string $value
4279
     *
4280
     * @return $this
4281
     */
4282
    public function withProjectId($value)
4283
    {
4284
        $this->data['ProjectId'] = $value;
4285
        $this->options['form_params']['ProjectId'] = $value;
4286
4287
        return $this;
4288
    }
4289
}
4290
4291
/**
4292
 * @method string getApiNameKeyword()
4293
 * @method string getApiPathKeyword()
4294
 * @method string getCreatorId()
4295
 * @method string getPageNumber()
4296
 * @method string getPageSize()
4297
 * @method string getTenantId()
4298
 * @method string getProjectId()
4299
 */
4300
class ListDataServiceApis extends Rpc
4301
{
4302
4303
    /**
4304
     * @param string $value
4305
     *
4306
     * @return $this
4307
     */
4308
    public function withApiNameKeyword($value)
4309
    {
4310
        $this->data['ApiNameKeyword'] = $value;
4311
        $this->options['form_params']['ApiNameKeyword'] = $value;
4312
4313
        return $this;
4314
    }
4315
4316
    /**
4317
     * @param string $value
4318
     *
4319
     * @return $this
4320
     */
4321
    public function withApiPathKeyword($value)
4322
    {
4323
        $this->data['ApiPathKeyword'] = $value;
4324
        $this->options['form_params']['ApiPathKeyword'] = $value;
4325
4326
        return $this;
4327
    }
4328
4329
    /**
4330
     * @param string $value
4331
     *
4332
     * @return $this
4333
     */
4334
    public function withCreatorId($value)
4335
    {
4336
        $this->data['CreatorId'] = $value;
4337
        $this->options['form_params']['CreatorId'] = $value;
4338
4339
        return $this;
4340
    }
4341
4342
    /**
4343
     * @param string $value
4344
     *
4345
     * @return $this
4346
     */
4347
    public function withPageNumber($value)
4348
    {
4349
        $this->data['PageNumber'] = $value;
4350
        $this->options['form_params']['PageNumber'] = $value;
4351
4352
        return $this;
4353
    }
4354
4355
    /**
4356
     * @param string $value
4357
     *
4358
     * @return $this
4359
     */
4360
    public function withPageSize($value)
4361
    {
4362
        $this->data['PageSize'] = $value;
4363
        $this->options['form_params']['PageSize'] = $value;
4364
4365
        return $this;
4366
    }
4367
4368
    /**
4369
     * @param string $value
4370
     *
4371
     * @return $this
4372
     */
4373
    public function withTenantId($value)
4374
    {
4375
        $this->data['TenantId'] = $value;
4376
        $this->options['form_params']['TenantId'] = $value;
4377
4378
        return $this;
4379
    }
4380
4381
    /**
4382
     * @param string $value
4383
     *
4384
     * @return $this
4385
     */
4386
    public function withProjectId($value)
4387
    {
4388
        $this->data['ProjectId'] = $value;
4389
        $this->options['form_params']['ProjectId'] = $value;
4390
4391
        return $this;
4392
    }
4393
}
4394
4395
/**
4396
 * @method string getPageSize()
4397
 * @method string getTenantId()
4398
 * @method string getProjectIdList()
4399
 * @method string getPageNumber()
4400
 */
4401
class ListDataServiceApplications extends Rpc
4402
{
4403
4404
    /**
4405
     * @param string $value
4406
     *
4407
     * @return $this
4408
     */
4409
    public function withPageSize($value)
4410
    {
4411
        $this->data['PageSize'] = $value;
4412
        $this->options['form_params']['PageSize'] = $value;
4413
4414
        return $this;
4415
    }
4416
4417
    /**
4418
     * @param string $value
4419
     *
4420
     * @return $this
4421
     */
4422
    public function withTenantId($value)
4423
    {
4424
        $this->data['TenantId'] = $value;
4425
        $this->options['form_params']['TenantId'] = $value;
4426
4427
        return $this;
4428
    }
4429
4430
    /**
4431
     * @param string $value
4432
     *
4433
     * @return $this
4434
     */
4435
    public function withProjectIdList($value)
4436
    {
4437
        $this->data['ProjectIdList'] = $value;
4438
        $this->options['form_params']['ProjectIdList'] = $value;
4439
4440
        return $this;
4441
    }
4442
4443
    /**
4444
     * @param string $value
4445
     *
4446
     * @return $this
4447
     */
4448
    public function withPageNumber($value)
4449
    {
4450
        $this->data['PageNumber'] = $value;
4451
        $this->options['form_params']['PageNumber'] = $value;
4452
4453
        return $this;
4454
    }
4455
}
4456
4457
/**
4458
 * @method string getApiNameKeyword()
4459
 * @method string getPageSize()
4460
 * @method $this withPageSize($value)
4461
 * @method string getTenantId()
4462
 * @method string getProjectId()
4463
 * @method string getPageNumber()
4464
 * @method $this withPageNumber($value)
4465
 */
4466
class ListDataServiceAuthorizedApis extends Rpc
4467
{
4468
4469
    /**
4470
     * @param string $value
4471
     *
4472
     * @return $this
4473
     */
4474
    public function withApiNameKeyword($value)
4475
    {
4476
        $this->data['ApiNameKeyword'] = $value;
4477
        $this->options['form_params']['ApiNameKeyword'] = $value;
4478
4479
        return $this;
4480
    }
4481
4482
    /**
4483
     * @param string $value
4484
     *
4485
     * @return $this
4486
     */
4487
    public function withTenantId($value)
4488
    {
4489
        $this->data['TenantId'] = $value;
4490
        $this->options['form_params']['TenantId'] = $value;
4491
4492
        return $this;
4493
    }
4494
4495
    /**
4496
     * @param string $value
4497
     *
4498
     * @return $this
4499
     */
4500
    public function withProjectId($value)
4501
    {
4502
        $this->data['ProjectId'] = $value;
4503
        $this->options['form_params']['ProjectId'] = $value;
4504
4505
        return $this;
4506
    }
4507
}
4508
4509
/**
4510
 * @method string getApiNameKeyword()
4511
 * @method string getApiPathKeyword()
4512
 * @method string getCreatorId()
4513
 * @method string getPageNumber()
4514
 * @method string getPageSize()
4515
 * @method string getTenantId()
4516
 * @method string getProjectId()
4517
 */
4518
class ListDataServicePublishedApis extends Rpc
4519
{
4520
4521
    /**
4522
     * @param string $value
4523
     *
4524
     * @return $this
4525
     */
4526
    public function withApiNameKeyword($value)
4527
    {
4528
        $this->data['ApiNameKeyword'] = $value;
4529
        $this->options['form_params']['ApiNameKeyword'] = $value;
4530
4531
        return $this;
4532
    }
4533
4534
    /**
4535
     * @param string $value
4536
     *
4537
     * @return $this
4538
     */
4539
    public function withApiPathKeyword($value)
4540
    {
4541
        $this->data['ApiPathKeyword'] = $value;
4542
        $this->options['form_params']['ApiPathKeyword'] = $value;
4543
4544
        return $this;
4545
    }
4546
4547
    /**
4548
     * @param string $value
4549
     *
4550
     * @return $this
4551
     */
4552
    public function withCreatorId($value)
4553
    {
4554
        $this->data['CreatorId'] = $value;
4555
        $this->options['form_params']['CreatorId'] = $value;
4556
4557
        return $this;
4558
    }
4559
4560
    /**
4561
     * @param string $value
4562
     *
4563
     * @return $this
4564
     */
4565
    public function withPageNumber($value)
4566
    {
4567
        $this->data['PageNumber'] = $value;
4568
        $this->options['form_params']['PageNumber'] = $value;
4569
4570
        return $this;
4571
    }
4572
4573
    /**
4574
     * @param string $value
4575
     *
4576
     * @return $this
4577
     */
4578
    public function withPageSize($value)
4579
    {
4580
        $this->data['PageSize'] = $value;
4581
        $this->options['form_params']['PageSize'] = $value;
4582
4583
        return $this;
4584
    }
4585
4586
    /**
4587
     * @param string $value
4588
     *
4589
     * @return $this
4590
     */
4591
    public function withTenantId($value)
4592
    {
4593
        $this->data['TenantId'] = $value;
4594
        $this->options['form_params']['TenantId'] = $value;
4595
4596
        return $this;
4597
    }
4598
4599
    /**
4600
     * @param string $value
4601
     *
4602
     * @return $this
4603
     */
4604
    public function withProjectId($value)
4605
    {
4606
        $this->data['ProjectId'] = $value;
4607
        $this->options['form_params']['ProjectId'] = $value;
4608
4609
        return $this;
4610
    }
4611
}
4612
4613
/**
4614
 * @method string getOwner()
4615
 * @method string getFileTypes()
4616
 * @method string getProjectIdentifier()
4617
 * @method string getPageNumber()
4618
 * @method string getFileFolderPath()
4619
 * @method string getPageSize()
4620
 * @method string getKeyword()
4621
 * @method string getProjectId()
4622
 * @method string getUseType()
4623
 */
4624
class ListFiles extends Rpc
4625
{
4626
4627
    /**
4628
     * @param string $value
4629
     *
4630
     * @return $this
4631
     */
4632
    public function withOwner($value)
4633
    {
4634
        $this->data['Owner'] = $value;
4635
        $this->options['form_params']['Owner'] = $value;
4636
4637
        return $this;
4638
    }
4639
4640
    /**
4641
     * @param string $value
4642
     *
4643
     * @return $this
4644
     */
4645
    public function withFileTypes($value)
4646
    {
4647
        $this->data['FileTypes'] = $value;
4648
        $this->options['form_params']['FileTypes'] = $value;
4649
4650
        return $this;
4651
    }
4652
4653
    /**
4654
     * @param string $value
4655
     *
4656
     * @return $this
4657
     */
4658
    public function withProjectIdentifier($value)
4659
    {
4660
        $this->data['ProjectIdentifier'] = $value;
4661
        $this->options['form_params']['ProjectIdentifier'] = $value;
4662
4663
        return $this;
4664
    }
4665
4666
    /**
4667
     * @param string $value
4668
     *
4669
     * @return $this
4670
     */
4671
    public function withPageNumber($value)
4672
    {
4673
        $this->data['PageNumber'] = $value;
4674
        $this->options['form_params']['PageNumber'] = $value;
4675
4676
        return $this;
4677
    }
4678
4679
    /**
4680
     * @param string $value
4681
     *
4682
     * @return $this
4683
     */
4684
    public function withFileFolderPath($value)
4685
    {
4686
        $this->data['FileFolderPath'] = $value;
4687
        $this->options['form_params']['FileFolderPath'] = $value;
4688
4689
        return $this;
4690
    }
4691
4692
    /**
4693
     * @param string $value
4694
     *
4695
     * @return $this
4696
     */
4697
    public function withPageSize($value)
4698
    {
4699
        $this->data['PageSize'] = $value;
4700
        $this->options['form_params']['PageSize'] = $value;
4701
4702
        return $this;
4703
    }
4704
4705
    /**
4706
     * @param string $value
4707
     *
4708
     * @return $this
4709
     */
4710
    public function withKeyword($value)
4711
    {
4712
        $this->data['Keyword'] = $value;
4713
        $this->options['form_params']['Keyword'] = $value;
4714
4715
        return $this;
4716
    }
4717
4718
    /**
4719
     * @param string $value
4720
     *
4721
     * @return $this
4722
     */
4723
    public function withProjectId($value)
4724
    {
4725
        $this->data['ProjectId'] = $value;
4726
        $this->options['form_params']['ProjectId'] = $value;
4727
4728
        return $this;
4729
    }
4730
4731
    /**
4732
     * @param string $value
4733
     *
4734
     * @return $this
4735
     */
4736
    public function withUseType($value)
4737
    {
4738
        $this->data['UseType'] = $value;
4739
        $this->options['form_params']['UseType'] = $value;
4740
4741
        return $this;
4742
    }
4743
}
4744
4745
/**
4746
 * @method string getPageSize()
4747
 * @method string getProjectId()
4748
 * @method string getProjectIdentifier()
4749
 * @method string getPageNumber()
4750
 * @method string getFileId()
4751
 */
4752
class ListFileVersions extends Rpc
4753
{
4754
4755
    /**
4756
     * @param string $value
4757
     *
4758
     * @return $this
4759
     */
4760
    public function withPageSize($value)
4761
    {
4762
        $this->data['PageSize'] = $value;
4763
        $this->options['form_params']['PageSize'] = $value;
4764
4765
        return $this;
4766
    }
4767
4768
    /**
4769
     * @param string $value
4770
     *
4771
     * @return $this
4772
     */
4773
    public function withProjectId($value)
4774
    {
4775
        $this->data['ProjectId'] = $value;
4776
        $this->options['form_params']['ProjectId'] = $value;
4777
4778
        return $this;
4779
    }
4780
4781
    /**
4782
     * @param string $value
4783
     *
4784
     * @return $this
4785
     */
4786
    public function withProjectIdentifier($value)
4787
    {
4788
        $this->data['ProjectIdentifier'] = $value;
4789
        $this->options['form_params']['ProjectIdentifier'] = $value;
4790
4791
        return $this;
4792
    }
4793
4794
    /**
4795
     * @param string $value
4796
     *
4797
     * @return $this
4798
     */
4799
    public function withPageNumber($value)
4800
    {
4801
        $this->data['PageNumber'] = $value;
4802
        $this->options['form_params']['PageNumber'] = $value;
4803
4804
        return $this;
4805
    }
4806
4807
    /**
4808
     * @param string $value
4809
     *
4810
     * @return $this
4811
     */
4812
    public function withFileId($value)
4813
    {
4814
        $this->data['FileId'] = $value;
4815
        $this->options['form_params']['FileId'] = $value;
4816
4817
        return $this;
4818
    }
4819
}
4820
4821
/**
4822
 * @method string getPageSize()
4823
 * @method string getParentFolderPath()
4824
 * @method string getProjectId()
4825
 * @method string getProjectIdentifier()
4826
 * @method string getPageNumber()
4827
 */
4828
class ListFolders extends Rpc
4829
{
4830
4831
    /**
4832
     * @param string $value
4833
     *
4834
     * @return $this
4835
     */
4836
    public function withPageSize($value)
4837
    {
4838
        $this->data['PageSize'] = $value;
4839
        $this->options['form_params']['PageSize'] = $value;
4840
4841
        return $this;
4842
    }
4843
4844
    /**
4845
     * @param string $value
4846
     *
4847
     * @return $this
4848
     */
4849
    public function withParentFolderPath($value)
4850
    {
4851
        $this->data['ParentFolderPath'] = $value;
4852
        $this->options['form_params']['ParentFolderPath'] = $value;
4853
4854
        return $this;
4855
    }
4856
4857
    /**
4858
     * @param string $value
4859
     *
4860
     * @return $this
4861
     */
4862
    public function withProjectId($value)
4863
    {
4864
        $this->data['ProjectId'] = $value;
4865
        $this->options['form_params']['ProjectId'] = $value;
4866
4867
        return $this;
4868
    }
4869
4870
    /**
4871
     * @param string $value
4872
     *
4873
     * @return $this
4874
     */
4875
    public function withProjectIdentifier($value)
4876
    {
4877
        $this->data['ProjectIdentifier'] = $value;
4878
        $this->options['form_params']['ProjectIdentifier'] = $value;
4879
4880
        return $this;
4881
    }
4882
4883
    /**
4884
     * @param string $value
4885
     *
4886
     * @return $this
4887
     */
4888
    public function withPageNumber($value)
4889
    {
4890
        $this->data['PageNumber'] = $value;
4891
        $this->options['form_params']['PageNumber'] = $value;
4892
4893
        return $this;
4894
    }
4895
}
4896
4897
/**
4898
 * @method string getProjectEnv()
4899
 * @method string getOwner()
4900
 * @method string getBizName()
4901
 * @method string getPageNumber()
4902
 * @method string getNodeName()
4903
 * @method string getProgramType()
4904
 * @method string getPageSize()
4905
 * @method string getNodeId()
4906
 * @method string getProjectId()
4907
 */
4908
class ListInstances extends Rpc
4909
{
4910
4911
    /**
4912
     * @param string $value
4913
     *
4914
     * @return $this
4915
     */
4916
    public function withProjectEnv($value)
4917
    {
4918
        $this->data['ProjectEnv'] = $value;
4919
        $this->options['form_params']['ProjectEnv'] = $value;
4920
4921
        return $this;
4922
    }
4923
4924
    /**
4925
     * @param string $value
4926
     *
4927
     * @return $this
4928
     */
4929
    public function withOwner($value)
4930
    {
4931
        $this->data['Owner'] = $value;
4932
        $this->options['form_params']['Owner'] = $value;
4933
4934
        return $this;
4935
    }
4936
4937
    /**
4938
     * @param string $value
4939
     *
4940
     * @return $this
4941
     */
4942
    public function withBizName($value)
4943
    {
4944
        $this->data['BizName'] = $value;
4945
        $this->options['form_params']['BizName'] = $value;
4946
4947
        return $this;
4948
    }
4949
4950
    /**
4951
     * @param string $value
4952
     *
4953
     * @return $this
4954
     */
4955
    public function withPageNumber($value)
4956
    {
4957
        $this->data['PageNumber'] = $value;
4958
        $this->options['form_params']['PageNumber'] = $value;
4959
4960
        return $this;
4961
    }
4962
4963
    /**
4964
     * @param string $value
4965
     *
4966
     * @return $this
4967
     */
4968
    public function withNodeName($value)
4969
    {
4970
        $this->data['NodeName'] = $value;
4971
        $this->options['form_params']['NodeName'] = $value;
4972
4973
        return $this;
4974
    }
4975
4976
    /**
4977
     * @param string $value
4978
     *
4979
     * @return $this
4980
     */
4981
    public function withProgramType($value)
4982
    {
4983
        $this->data['ProgramType'] = $value;
4984
        $this->options['form_params']['ProgramType'] = $value;
4985
4986
        return $this;
4987
    }
4988
4989
    /**
4990
     * @param string $value
4991
     *
4992
     * @return $this
4993
     */
4994
    public function withPageSize($value)
4995
    {
4996
        $this->data['PageSize'] = $value;
4997
        $this->options['form_params']['PageSize'] = $value;
4998
4999
        return $this;
5000
    }
5001
5002
    /**
5003
     * @param string $value
5004
     *
5005
     * @return $this
5006
     */
5007
    public function withNodeId($value)
5008
    {
5009
        $this->data['NodeId'] = $value;
5010
        $this->options['form_params']['NodeId'] = $value;
5011
5012
        return $this;
5013
    }
5014
5015
    /**
5016
     * @param string $value
5017
     *
5018
     * @return $this
5019
     */
5020
    public function withProjectId($value)
5021
    {
5022
        $this->data['ProjectId'] = $value;
5023
        $this->options['form_params']['ProjectId'] = $value;
5024
5025
        return $this;
5026
    }
5027
}
5028
5029
/**
5030
 * @method string getProjectEnv()
5031
 * @method string getNodeId()
5032
 * @method string getIoType()
5033
 */
5034
class ListNodeIO extends Rpc
5035
{
5036
5037
    /**
5038
     * @param string $value
5039
     *
5040
     * @return $this
5041
     */
5042
    public function withProjectEnv($value)
5043
    {
5044
        $this->data['ProjectEnv'] = $value;
5045
        $this->options['form_params']['ProjectEnv'] = $value;
5046
5047
        return $this;
5048
    }
5049
5050
    /**
5051
     * @param string $value
5052
     *
5053
     * @return $this
5054
     */
5055
    public function withNodeId($value)
5056
    {
5057
        $this->data['NodeId'] = $value;
5058
        $this->options['form_params']['NodeId'] = $value;
5059
5060
        return $this;
5061
    }
5062
5063
    /**
5064
     * @param string $value
5065
     *
5066
     * @return $this
5067
     */
5068
    public function withIoType($value)
5069
    {
5070
        $this->data['IoType'] = $value;
5071
        $this->options['form_params']['IoType'] = $value;
5072
5073
        return $this;
5074
    }
5075
}
5076
5077
/**
5078
 * @method string getOwner()
5079
 * @method string getProjectEnv()
5080
 * @method string getBizName()
5081
 * @method string getPageNumber()
5082
 * @method string getNodeName()
5083
 * @method string getProgramType()
5084
 * @method string getPageSize()
5085
 * @method string getProjectId()
5086
 */
5087
class ListNodes extends Rpc
5088
{
5089
5090
    /**
5091
     * @param string $value
5092
     *
5093
     * @return $this
5094
     */
5095
    public function withOwner($value)
5096
    {
5097
        $this->data['Owner'] = $value;
5098
        $this->options['form_params']['Owner'] = $value;
5099
5100
        return $this;
5101
    }
5102
5103
    /**
5104
     * @param string $value
5105
     *
5106
     * @return $this
5107
     */
5108
    public function withProjectEnv($value)
5109
    {
5110
        $this->data['ProjectEnv'] = $value;
5111
        $this->options['form_params']['ProjectEnv'] = $value;
5112
5113
        return $this;
5114
    }
5115
5116
    /**
5117
     * @param string $value
5118
     *
5119
     * @return $this
5120
     */
5121
    public function withBizName($value)
5122
    {
5123
        $this->data['BizName'] = $value;
5124
        $this->options['form_params']['BizName'] = $value;
5125
5126
        return $this;
5127
    }
5128
5129
    /**
5130
     * @param string $value
5131
     *
5132
     * @return $this
5133
     */
5134
    public function withPageNumber($value)
5135
    {
5136
        $this->data['PageNumber'] = $value;
5137
        $this->options['form_params']['PageNumber'] = $value;
5138
5139
        return $this;
5140
    }
5141
5142
    /**
5143
     * @param string $value
5144
     *
5145
     * @return $this
5146
     */
5147
    public function withNodeName($value)
5148
    {
5149
        $this->data['NodeName'] = $value;
5150
        $this->options['form_params']['NodeName'] = $value;
5151
5152
        return $this;
5153
    }
5154
5155
    /**
5156
     * @param string $value
5157
     *
5158
     * @return $this
5159
     */
5160
    public function withProgramType($value)
5161
    {
5162
        $this->data['ProgramType'] = $value;
5163
        $this->options['form_params']['ProgramType'] = $value;
5164
5165
        return $this;
5166
    }
5167
5168
    /**
5169
     * @param string $value
5170
     *
5171
     * @return $this
5172
     */
5173
    public function withPageSize($value)
5174
    {
5175
        $this->data['PageSize'] = $value;
5176
        $this->options['form_params']['PageSize'] = $value;
5177
5178
        return $this;
5179
    }
5180
5181
    /**
5182
     * @param string $value
5183
     *
5184
     * @return $this
5185
     */
5186
    public function withProjectId($value)
5187
    {
5188
        $this->data['ProjectId'] = $value;
5189
        $this->options['form_params']['ProjectId'] = $value;
5190
5191
        return $this;
5192
    }
5193
}
5194
5195
/**
5196
 * @method string getProjectName()
5197
 * @method string getPageSize()
5198
 * @method string getEntityId()
5199
 * @method string getPageNumber()
5200
 */
5201
class ListQualityRules extends Rpc
5202
{
5203
5204
    /**
5205
     * @param string $value
5206
     *
5207
     * @return $this
5208
     */
5209
    public function withProjectName($value)
5210
    {
5211
        $this->data['ProjectName'] = $value;
5212
        $this->options['form_params']['ProjectName'] = $value;
5213
5214
        return $this;
5215
    }
5216
5217
    /**
5218
     * @param string $value
5219
     *
5220
     * @return $this
5221
     */
5222
    public function withPageSize($value)
5223
    {
5224
        $this->data['PageSize'] = $value;
5225
        $this->options['form_params']['PageSize'] = $value;
5226
5227
        return $this;
5228
    }
5229
5230
    /**
5231
     * @param string $value
5232
     *
5233
     * @return $this
5234
     */
5235
    public function withEntityId($value)
5236
    {
5237
        $this->data['EntityId'] = $value;
5238
        $this->options['form_params']['EntityId'] = $value;
5239
5240
        return $this;
5241
    }
5242
5243
    /**
5244
     * @param string $value
5245
     *
5246
     * @return $this
5247
     */
5248
    public function withPageNumber($value)
5249
    {
5250
        $this->data['PageNumber'] = $value;
5251
        $this->options['form_params']['PageNumber'] = $value;
5252
5253
        return $this;
5254
    }
5255
}
5256
5257
/**
5258
 * @method string getSearchText()
5259
 * @method string getFounder()
5260
 * @method string getRemindTypes()
5261
 * @method string getPageNumber()
5262
 * @method string getAlertTarget()
5263
 * @method string getPageSize()
5264
 * @method string getNodeId()
5265
 */
5266
class ListReminds extends Rpc
5267
{
5268
5269
    /**
5270
     * @param string $value
5271
     *
5272
     * @return $this
5273
     */
5274
    public function withSearchText($value)
5275
    {
5276
        $this->data['SearchText'] = $value;
5277
        $this->options['form_params']['SearchText'] = $value;
5278
5279
        return $this;
5280
    }
5281
5282
    /**
5283
     * @param string $value
5284
     *
5285
     * @return $this
5286
     */
5287
    public function withFounder($value)
5288
    {
5289
        $this->data['Founder'] = $value;
5290
        $this->options['form_params']['Founder'] = $value;
5291
5292
        return $this;
5293
    }
5294
5295
    /**
5296
     * @param string $value
5297
     *
5298
     * @return $this
5299
     */
5300
    public function withRemindTypes($value)
5301
    {
5302
        $this->data['RemindTypes'] = $value;
5303
        $this->options['form_params']['RemindTypes'] = $value;
5304
5305
        return $this;
5306
    }
5307
5308
    /**
5309
     * @param string $value
5310
     *
5311
     * @return $this
5312
     */
5313
    public function withPageNumber($value)
5314
    {
5315
        $this->data['PageNumber'] = $value;
5316
        $this->options['form_params']['PageNumber'] = $value;
5317
5318
        return $this;
5319
    }
5320
5321
    /**
5322
     * @param string $value
5323
     *
5324
     * @return $this
5325
     */
5326
    public function withAlertTarget($value)
5327
    {
5328
        $this->data['AlertTarget'] = $value;
5329
        $this->options['form_params']['AlertTarget'] = $value;
5330
5331
        return $this;
5332
    }
5333
5334
    /**
5335
     * @param string $value
5336
     *
5337
     * @return $this
5338
     */
5339
    public function withPageSize($value)
5340
    {
5341
        $this->data['PageSize'] = $value;
5342
        $this->options['form_params']['PageSize'] = $value;
5343
5344
        return $this;
5345
    }
5346
5347
    /**
5348
     * @param string $value
5349
     *
5350
     * @return $this
5351
     */
5352
    public function withNodeId($value)
5353
    {
5354
        $this->data['NodeId'] = $value;
5355
        $this->options['form_params']['NodeId'] = $value;
5356
5357
        return $this;
5358
    }
5359
}
5360
5361
/**
5362
 * @method string getResourceGroupType()
5363
 * @method $this withResourceGroupType($value)
5364
 * @method string getKeyword()
5365
 * @method $this withKeyword($value)
5366
 */
5367
class ListResourceGroups extends Rpc
5368
{
5369
}
5370
5371
/**
5372
 * @method string getOwner()
5373
 * @method string getEndTime()
5374
 * @method string getBeginTime()
5375
 * @method string getTopicStatuses()
5376
 * @method string getPageNumber()
5377
 * @method string getInstanceId()
5378
 * @method string getPageSize()
5379
 * @method string getTopicTypes()
5380
 * @method string getNodeId()
5381
 */
5382
class ListTopics extends Rpc
5383
{
5384
5385
    /**
5386
     * @param string $value
5387
     *
5388
     * @return $this
5389
     */
5390
    public function withOwner($value)
5391
    {
5392
        $this->data['Owner'] = $value;
5393
        $this->options['form_params']['Owner'] = $value;
5394
5395
        return $this;
5396
    }
5397
5398
    /**
5399
     * @param string $value
5400
     *
5401
     * @return $this
5402
     */
5403
    public function withEndTime($value)
5404
    {
5405
        $this->data['EndTime'] = $value;
5406
        $this->options['form_params']['EndTime'] = $value;
5407
5408
        return $this;
5409
    }
5410
5411
    /**
5412
     * @param string $value
5413
     *
5414
     * @return $this
5415
     */
5416
    public function withBeginTime($value)
5417
    {
5418
        $this->data['BeginTime'] = $value;
5419
        $this->options['form_params']['BeginTime'] = $value;
5420
5421
        return $this;
5422
    }
5423
5424
    /**
5425
     * @param string $value
5426
     *
5427
     * @return $this
5428
     */
5429
    public function withTopicStatuses($value)
5430
    {
5431
        $this->data['TopicStatuses'] = $value;
5432
        $this->options['form_params']['TopicStatuses'] = $value;
5433
5434
        return $this;
5435
    }
5436
5437
    /**
5438
     * @param string $value
5439
     *
5440
     * @return $this
5441
     */
5442
    public function withPageNumber($value)
5443
    {
5444
        $this->data['PageNumber'] = $value;
5445
        $this->options['form_params']['PageNumber'] = $value;
5446
5447
        return $this;
5448
    }
5449
5450
    /**
5451
     * @param string $value
5452
     *
5453
     * @return $this
5454
     */
5455
    public function withInstanceId($value)
5456
    {
5457
        $this->data['InstanceId'] = $value;
5458
        $this->options['form_params']['InstanceId'] = $value;
5459
5460
        return $this;
5461
    }
5462
5463
    /**
5464
     * @param string $value
5465
     *
5466
     * @return $this
5467
     */
5468
    public function withPageSize($value)
5469
    {
5470
        $this->data['PageSize'] = $value;
5471
        $this->options['form_params']['PageSize'] = $value;
5472
5473
        return $this;
5474
    }
5475
5476
    /**
5477
     * @param string $value
5478
     *
5479
     * @return $this
5480
     */
5481
    public function withTopicTypes($value)
5482
    {
5483
        $this->data['TopicTypes'] = $value;
5484
        $this->options['form_params']['TopicTypes'] = $value;
5485
5486
        return $this;
5487
    }
5488
5489
    /**
5490
     * @param string $value
5491
     *
5492
     * @return $this
5493
     */
5494
    public function withNodeId($value)
5495
    {
5496
        $this->data['NodeId'] = $value;
5497
        $this->options['form_params']['NodeId'] = $value;
5498
5499
        return $this;
5500
    }
5501
}
5502
5503
/**
5504
 * @method string getTenantId()
5505
 * @method string getProjectId()
5506
 * @method string getApiId()
5507
 */
5508
class PublishDataServiceApi extends Rpc
5509
{
5510
5511
    /**
5512
     * @param string $value
5513
     *
5514
     * @return $this
5515
     */
5516
    public function withTenantId($value)
5517
    {
5518
        $this->data['TenantId'] = $value;
5519
        $this->options['form_params']['TenantId'] = $value;
5520
5521
        return $this;
5522
    }
5523
5524
    /**
5525
     * @param string $value
5526
     *
5527
     * @return $this
5528
     */
5529
    public function withProjectId($value)
5530
    {
5531
        $this->data['ProjectId'] = $value;
5532
        $this->options['form_params']['ProjectId'] = $value;
5533
5534
        return $this;
5535
    }
5536
5537
    /**
5538
     * @param string $value
5539
     *
5540
     * @return $this
5541
     */
5542
    public function withApiId($value)
5543
    {
5544
        $this->data['ApiId'] = $value;
5545
        $this->options['form_params']['ApiId'] = $value;
5546
5547
        return $this;
5548
    }
5549
}
5550
5551
/**
5552
 * @method string getProjectEnv()
5553
 * @method string getInstanceId()
5554
 */
5555
class RestartInstance extends Rpc
5556
{
5557
5558
    /**
5559
     * @param string $value
5560
     *
5561
     * @return $this
5562
     */
5563
    public function withProjectEnv($value)
5564
    {
5565
        $this->data['ProjectEnv'] = $value;
5566
        $this->options['form_params']['ProjectEnv'] = $value;
5567
5568
        return $this;
5569
    }
5570
5571
    /**
5572
     * @param string $value
5573
     *
5574
     * @return $this
5575
     */
5576
    public function withInstanceId($value)
5577
    {
5578
        $this->data['InstanceId'] = $value;
5579
        $this->options['form_params']['InstanceId'] = $value;
5580
5581
        return $this;
5582
    }
5583
}
5584
5585
/**
5586
 * @method string getProjectEnv()
5587
 * @method string getInstanceId()
5588
 */
5589
class ResumeInstance extends Rpc
5590
{
5591
5592
    /**
5593
     * @param string $value
5594
     *
5595
     * @return $this
5596
     */
5597
    public function withProjectEnv($value)
5598
    {
5599
        $this->data['ProjectEnv'] = $value;
5600
        $this->options['form_params']['ProjectEnv'] = $value;
5601
5602
        return $this;
5603
    }
5604
5605
    /**
5606
     * @param string $value
5607
     *
5608
     * @return $this
5609
     */
5610
    public function withInstanceId($value)
5611
    {
5612
        $this->data['InstanceId'] = $value;
5613
        $this->options['form_params']['InstanceId'] = $value;
5614
5615
        return $this;
5616
    }
5617
}
5618
5619
/**
5620
 * @method string getEntityType()
5621
 * @method $this withEntityType($value)
5622
 * @method string getPageSize()
5623
 * @method $this withPageSize($value)
5624
 * @method string getAppGuid()
5625
 * @method $this withAppGuid($value)
5626
 * @method string getKeyword()
5627
 * @method $this withKeyword($value)
5628
 * @method string getPageNumber()
5629
 * @method $this withPageNumber($value)
5630
 */
5631
class SearchMetaTables extends Rpc
5632
{
5633
}
5634
5635
/**
5636
 * @method string getProjectEnv()
5637
 * @method string getInstanceId()
5638
 */
5639
class SetSuccessInstance extends Rpc
5640
{
5641
5642
    /**
5643
     * @param string $value
5644
     *
5645
     * @return $this
5646
     */
5647
    public function withProjectEnv($value)
5648
    {
5649
        $this->data['ProjectEnv'] = $value;
5650
        $this->options['form_params']['ProjectEnv'] = $value;
5651
5652
        return $this;
5653
    }
5654
5655
    /**
5656
     * @param string $value
5657
     *
5658
     * @return $this
5659
     */
5660
    public function withInstanceId($value)
5661
    {
5662
        $this->data['InstanceId'] = $value;
5663
        $this->options['form_params']['InstanceId'] = $value;
5664
5665
        return $this;
5666
    }
5667
}
5668
5669
/**
5670
 * @method string getProjectEnv()
5671
 * @method string getInstanceId()
5672
 */
5673
class StopInstance extends Rpc
5674
{
5675
5676
    /**
5677
     * @param string $value
5678
     *
5679
     * @return $this
5680
     */
5681
    public function withProjectEnv($value)
5682
    {
5683
        $this->data['ProjectEnv'] = $value;
5684
        $this->options['form_params']['ProjectEnv'] = $value;
5685
5686
        return $this;
5687
    }
5688
5689
    /**
5690
     * @param string $value
5691
     *
5692
     * @return $this
5693
     */
5694
    public function withInstanceId($value)
5695
    {
5696
        $this->data['InstanceId'] = $value;
5697
        $this->options['form_params']['InstanceId'] = $value;
5698
5699
        return $this;
5700
    }
5701
}
5702
5703
/**
5704
 * @method string getComment()
5705
 * @method string getProjectId()
5706
 * @method string getProjectIdentifier()
5707
 * @method string getFileId()
5708
 */
5709
class SubmitFile extends Rpc
5710
{
5711
5712
    /**
5713
     * @param string $value
5714
     *
5715
     * @return $this
5716
     */
5717
    public function withComment($value)
5718
    {
5719
        $this->data['Comment'] = $value;
5720
        $this->options['form_params']['Comment'] = $value;
5721
5722
        return $this;
5723
    }
5724
5725
    /**
5726
     * @param string $value
5727
     *
5728
     * @return $this
5729
     */
5730
    public function withProjectId($value)
5731
    {
5732
        $this->data['ProjectId'] = $value;
5733
        $this->options['form_params']['ProjectId'] = $value;
5734
5735
        return $this;
5736
    }
5737
5738
    /**
5739
     * @param string $value
5740
     *
5741
     * @return $this
5742
     */
5743
    public function withProjectIdentifier($value)
5744
    {
5745
        $this->data['ProjectIdentifier'] = $value;
5746
        $this->options['form_params']['ProjectIdentifier'] = $value;
5747
5748
        return $this;
5749
    }
5750
5751
    /**
5752
     * @param string $value
5753
     *
5754
     * @return $this
5755
     */
5756
    public function withFileId($value)
5757
    {
5758
        $this->data['FileId'] = $value;
5759
        $this->options['form_params']['FileId'] = $value;
5760
5761
        return $this;
5762
    }
5763
}
5764
5765
/**
5766
 * @method string getProjectEnv()
5767
 * @method string getInstanceId()
5768
 */
5769
class SuspendInstance extends Rpc
5770
{
5771
5772
    /**
5773
     * @param string $value
5774
     *
5775
     * @return $this
5776
     */
5777
    public function withProjectEnv($value)
5778
    {
5779
        $this->data['ProjectEnv'] = $value;
5780
        $this->options['form_params']['ProjectEnv'] = $value;
5781
5782
        return $this;
5783
    }
5784
5785
    /**
5786
     * @param string $value
5787
     *
5788
     * @return $this
5789
     */
5790
    public function withInstanceId($value)
5791
    {
5792
        $this->data['InstanceId'] = $value;
5793
        $this->options['form_params']['InstanceId'] = $value;
5794
5795
        return $this;
5796
    }
5797
}
5798
5799
/**
5800
 * @method string getOwner()
5801
 * @method string getBusinessId()
5802
 * @method string getBusinessName()
5803
 * @method string getDescription()
5804
 * @method string getProjectId()
5805
 * @method string getProjectIdentifier()
5806
 */
5807
class UpdateBusiness extends Rpc
5808
{
5809
5810
    /**
5811
     * @param string $value
5812
     *
5813
     * @return $this
5814
     */
5815
    public function withOwner($value)
5816
    {
5817
        $this->data['Owner'] = $value;
5818
        $this->options['form_params']['Owner'] = $value;
5819
5820
        return $this;
5821
    }
5822
5823
    /**
5824
     * @param string $value
5825
     *
5826
     * @return $this
5827
     */
5828
    public function withBusinessId($value)
5829
    {
5830
        $this->data['BusinessId'] = $value;
5831
        $this->options['form_params']['BusinessId'] = $value;
5832
5833
        return $this;
5834
    }
5835
5836
    /**
5837
     * @param string $value
5838
     *
5839
     * @return $this
5840
     */
5841
    public function withBusinessName($value)
5842
    {
5843
        $this->data['BusinessName'] = $value;
5844
        $this->options['form_params']['BusinessName'] = $value;
5845
5846
        return $this;
5847
    }
5848
5849
    /**
5850
     * @param string $value
5851
     *
5852
     * @return $this
5853
     */
5854
    public function withDescription($value)
5855
    {
5856
        $this->data['Description'] = $value;
5857
        $this->options['form_params']['Description'] = $value;
5858
5859
        return $this;
5860
    }
5861
5862
    /**
5863
     * @param string $value
5864
     *
5865
     * @return $this
5866
     */
5867
    public function withProjectId($value)
5868
    {
5869
        $this->data['ProjectId'] = $value;
5870
        $this->options['form_params']['ProjectId'] = $value;
5871
5872
        return $this;
5873
    }
5874
5875
    /**
5876
     * @param string $value
5877
     *
5878
     * @return $this
5879
     */
5880
    public function withProjectIdentifier($value)
5881
    {
5882
        $this->data['ProjectIdentifier'] = $value;
5883
        $this->options['form_params']['ProjectIdentifier'] = $value;
5884
5885
        return $this;
5886
    }
5887
}
5888
5889
/**
5890
 * @method string getEnvType()
5891
 * @method $this withEnvType($value)
5892
 * @method string getDescription()
5893
 * @method $this withDescription($value)
5894
 * @method string getConnectionId()
5895
 * @method $this withConnectionId($value)
5896
 * @method string getContent()
5897
 * @method $this withContent($value)
5898
 * @method string getStatus()
5899
 * @method $this withStatus($value)
5900
 */
5901
class UpdateConnection extends Rpc
5902
{
5903
5904
    /** @var string */
5905
    public $method = 'PUT';
5906
}
5907
5908
/**
5909
 * @method string getScriptDetails()
5910
 * @method string getRequestMethod()
5911
 * @method string getApiPath()
5912
 * @method string getWizardDetails()
5913
 * @method string getVisibleRange()
5914
 * @method string getApiDescription()
5915
 * @method string getTimeout()
5916
 * @method string getRegistrationDetails()
5917
 * @method string getTenantId()
5918
 * @method string getProtocols()
5919
 * @method string getProjectId()
5920
 * @method string getApiId()
5921
 * @method string getResponseContentType()
5922
 */
5923
class UpdateDataServiceApi extends Rpc
5924
{
5925
5926
    /**
5927
     * @param string $value
5928
     *
5929
     * @return $this
5930
     */
5931
    public function withScriptDetails($value)
5932
    {
5933
        $this->data['ScriptDetails'] = $value;
5934
        $this->options['form_params']['ScriptDetails'] = $value;
5935
5936
        return $this;
5937
    }
5938
5939
    /**
5940
     * @param string $value
5941
     *
5942
     * @return $this
5943
     */
5944
    public function withRequestMethod($value)
5945
    {
5946
        $this->data['RequestMethod'] = $value;
5947
        $this->options['form_params']['RequestMethod'] = $value;
5948
5949
        return $this;
5950
    }
5951
5952
    /**
5953
     * @param string $value
5954
     *
5955
     * @return $this
5956
     */
5957
    public function withApiPath($value)
5958
    {
5959
        $this->data['ApiPath'] = $value;
5960
        $this->options['form_params']['ApiPath'] = $value;
5961
5962
        return $this;
5963
    }
5964
5965
    /**
5966
     * @param string $value
5967
     *
5968
     * @return $this
5969
     */
5970
    public function withWizardDetails($value)
5971
    {
5972
        $this->data['WizardDetails'] = $value;
5973
        $this->options['form_params']['WizardDetails'] = $value;
5974
5975
        return $this;
5976
    }
5977
5978
    /**
5979
     * @param string $value
5980
     *
5981
     * @return $this
5982
     */
5983
    public function withVisibleRange($value)
5984
    {
5985
        $this->data['VisibleRange'] = $value;
5986
        $this->options['form_params']['VisibleRange'] = $value;
5987
5988
        return $this;
5989
    }
5990
5991
    /**
5992
     * @param string $value
5993
     *
5994
     * @return $this
5995
     */
5996
    public function withApiDescription($value)
5997
    {
5998
        $this->data['ApiDescription'] = $value;
5999
        $this->options['form_params']['ApiDescription'] = $value;
6000
6001
        return $this;
6002
    }
6003
6004
    /**
6005
     * @param string $value
6006
     *
6007
     * @return $this
6008
     */
6009
    public function withTimeout($value)
6010
    {
6011
        $this->data['Timeout'] = $value;
6012
        $this->options['form_params']['Timeout'] = $value;
6013
6014
        return $this;
6015
    }
6016
6017
    /**
6018
     * @param string $value
6019
     *
6020
     * @return $this
6021
     */
6022
    public function withRegistrationDetails($value)
6023
    {
6024
        $this->data['RegistrationDetails'] = $value;
6025
        $this->options['form_params']['RegistrationDetails'] = $value;
6026
6027
        return $this;
6028
    }
6029
6030
    /**
6031
     * @param string $value
6032
     *
6033
     * @return $this
6034
     */
6035
    public function withTenantId($value)
6036
    {
6037
        $this->data['TenantId'] = $value;
6038
        $this->options['form_params']['TenantId'] = $value;
6039
6040
        return $this;
6041
    }
6042
6043
    /**
6044
     * @param string $value
6045
     *
6046
     * @return $this
6047
     */
6048
    public function withProtocols($value)
6049
    {
6050
        $this->data['Protocols'] = $value;
6051
        $this->options['form_params']['Protocols'] = $value;
6052
6053
        return $this;
6054
    }
6055
6056
    /**
6057
     * @param string $value
6058
     *
6059
     * @return $this
6060
     */
6061
    public function withProjectId($value)
6062
    {
6063
        $this->data['ProjectId'] = $value;
6064
        $this->options['form_params']['ProjectId'] = $value;
6065
6066
        return $this;
6067
    }
6068
6069
    /**
6070
     * @param string $value
6071
     *
6072
     * @return $this
6073
     */
6074
    public function withApiId($value)
6075
    {
6076
        $this->data['ApiId'] = $value;
6077
        $this->options['form_params']['ApiId'] = $value;
6078
6079
        return $this;
6080
    }
6081
6082
    /**
6083
     * @param string $value
6084
     *
6085
     * @return $this
6086
     */
6087
    public function withResponseContentType($value)
6088
    {
6089
        $this->data['ResponseContentType'] = $value;
6090
        $this->options['form_params']['ResponseContentType'] = $value;
6091
6092
        return $this;
6093
    }
6094
}
6095
6096
/**
6097
 * @method string getOutputList()
6098
 * @method string getDependentNodeIdList()
6099
 * @method string getContent()
6100
 * @method string getProjectIdentifier()
6101
 * @method string getProjectId()
6102
 * @method string getStartEffectDate()
6103
 * @method string getCycleType()
6104
 * @method string getFileId()
6105
 * @method string getAutoRerunIntervalMillis()
6106
 * @method string getInputList()
6107
 * @method string getRerunMode()
6108
 * @method string getParaValue()
6109
 * @method string getAutoRerunTimes()
6110
 * @method string getCronExpress()
6111
 * @method string getEndEffectDate()
6112
 * @method string getFileName()
6113
 * @method string getStop()
6114
 * @method string getDependentType()
6115
 * @method string getFileFolderPath()
6116
 * @method string getFileDescription()
6117
 */
6118
class UpdateFile extends Rpc
6119
{
6120
6121
    /**
6122
     * @param string $value
6123
     *
6124
     * @return $this
6125
     */
6126
    public function withOutputList($value)
6127
    {
6128
        $this->data['OutputList'] = $value;
6129
        $this->options['form_params']['OutputList'] = $value;
6130
6131
        return $this;
6132
    }
6133
6134
    /**
6135
     * @param string $value
6136
     *
6137
     * @return $this
6138
     */
6139
    public function withDependentNodeIdList($value)
6140
    {
6141
        $this->data['DependentNodeIdList'] = $value;
6142
        $this->options['form_params']['DependentNodeIdList'] = $value;
6143
6144
        return $this;
6145
    }
6146
6147
    /**
6148
     * @param string $value
6149
     *
6150
     * @return $this
6151
     */
6152
    public function withContent($value)
6153
    {
6154
        $this->data['Content'] = $value;
6155
        $this->options['form_params']['Content'] = $value;
6156
6157
        return $this;
6158
    }
6159
6160
    /**
6161
     * @param string $value
6162
     *
6163
     * @return $this
6164
     */
6165
    public function withProjectIdentifier($value)
6166
    {
6167
        $this->data['ProjectIdentifier'] = $value;
6168
        $this->options['form_params']['ProjectIdentifier'] = $value;
6169
6170
        return $this;
6171
    }
6172
6173
    /**
6174
     * @param string $value
6175
     *
6176
     * @return $this
6177
     */
6178
    public function withProjectId($value)
6179
    {
6180
        $this->data['ProjectId'] = $value;
6181
        $this->options['form_params']['ProjectId'] = $value;
6182
6183
        return $this;
6184
    }
6185
6186
    /**
6187
     * @param string $value
6188
     *
6189
     * @return $this
6190
     */
6191
    public function withStartEffectDate($value)
6192
    {
6193
        $this->data['StartEffectDate'] = $value;
6194
        $this->options['form_params']['StartEffectDate'] = $value;
6195
6196
        return $this;
6197
    }
6198
6199
    /**
6200
     * @param string $value
6201
     *
6202
     * @return $this
6203
     */
6204
    public function withCycleType($value)
6205
    {
6206
        $this->data['CycleType'] = $value;
6207
        $this->options['form_params']['CycleType'] = $value;
6208
6209
        return $this;
6210
    }
6211
6212
    /**
6213
     * @param string $value
6214
     *
6215
     * @return $this
6216
     */
6217
    public function withFileId($value)
6218
    {
6219
        $this->data['FileId'] = $value;
6220
        $this->options['form_params']['FileId'] = $value;
6221
6222
        return $this;
6223
    }
6224
6225
    /**
6226
     * @param string $value
6227
     *
6228
     * @return $this
6229
     */
6230
    public function withAutoRerunIntervalMillis($value)
6231
    {
6232
        $this->data['AutoRerunIntervalMillis'] = $value;
6233
        $this->options['form_params']['AutoRerunIntervalMillis'] = $value;
6234
6235
        return $this;
6236
    }
6237
6238
    /**
6239
     * @param string $value
6240
     *
6241
     * @return $this
6242
     */
6243
    public function withInputList($value)
6244
    {
6245
        $this->data['InputList'] = $value;
6246
        $this->options['form_params']['InputList'] = $value;
6247
6248
        return $this;
6249
    }
6250
6251
    /**
6252
     * @param string $value
6253
     *
6254
     * @return $this
6255
     */
6256
    public function withRerunMode($value)
6257
    {
6258
        $this->data['RerunMode'] = $value;
6259
        $this->options['form_params']['RerunMode'] = $value;
6260
6261
        return $this;
6262
    }
6263
6264
    /**
6265
     * @param string $value
6266
     *
6267
     * @return $this
6268
     */
6269
    public function withParaValue($value)
6270
    {
6271
        $this->data['ParaValue'] = $value;
6272
        $this->options['form_params']['ParaValue'] = $value;
6273
6274
        return $this;
6275
    }
6276
6277
    /**
6278
     * @param string $value
6279
     *
6280
     * @return $this
6281
     */
6282
    public function withAutoRerunTimes($value)
6283
    {
6284
        $this->data['AutoRerunTimes'] = $value;
6285
        $this->options['form_params']['AutoRerunTimes'] = $value;
6286
6287
        return $this;
6288
    }
6289
6290
    /**
6291
     * @param string $value
6292
     *
6293
     * @return $this
6294
     */
6295
    public function withCronExpress($value)
6296
    {
6297
        $this->data['CronExpress'] = $value;
6298
        $this->options['form_params']['CronExpress'] = $value;
6299
6300
        return $this;
6301
    }
6302
6303
    /**
6304
     * @param string $value
6305
     *
6306
     * @return $this
6307
     */
6308
    public function withEndEffectDate($value)
6309
    {
6310
        $this->data['EndEffectDate'] = $value;
6311
        $this->options['form_params']['EndEffectDate'] = $value;
6312
6313
        return $this;
6314
    }
6315
6316
    /**
6317
     * @param string $value
6318
     *
6319
     * @return $this
6320
     */
6321
    public function withFileName($value)
6322
    {
6323
        $this->data['FileName'] = $value;
6324
        $this->options['form_params']['FileName'] = $value;
6325
6326
        return $this;
6327
    }
6328
6329
    /**
6330
     * @param string $value
6331
     *
6332
     * @return $this
6333
     */
6334
    public function withStop($value)
6335
    {
6336
        $this->data['Stop'] = $value;
6337
        $this->options['form_params']['Stop'] = $value;
6338
6339
        return $this;
6340
    }
6341
6342
    /**
6343
     * @param string $value
6344
     *
6345
     * @return $this
6346
     */
6347
    public function withDependentType($value)
6348
    {
6349
        $this->data['DependentType'] = $value;
6350
        $this->options['form_params']['DependentType'] = $value;
6351
6352
        return $this;
6353
    }
6354
6355
    /**
6356
     * @param string $value
6357
     *
6358
     * @return $this
6359
     */
6360
    public function withFileFolderPath($value)
6361
    {
6362
        $this->data['FileFolderPath'] = $value;
6363
        $this->options['form_params']['FileFolderPath'] = $value;
6364
6365
        return $this;
6366
    }
6367
6368
    /**
6369
     * @param string $value
6370
     *
6371
     * @return $this
6372
     */
6373
    public function withFileDescription($value)
6374
    {
6375
        $this->data['FileDescription'] = $value;
6376
        $this->options['form_params']['FileDescription'] = $value;
6377
6378
        return $this;
6379
    }
6380
}
6381
6382
/**
6383
 * @method string getFolderName()
6384
 * @method string getProjectId()
6385
 * @method string getProjectIdentifier()
6386
 * @method string getFolderId()
6387
 */
6388
class UpdateFolder extends Rpc
6389
{
6390
6391
    /**
6392
     * @param string $value
6393
     *
6394
     * @return $this
6395
     */
6396
    public function withFolderName($value)
6397
    {
6398
        $this->data['FolderName'] = $value;
6399
        $this->options['form_params']['FolderName'] = $value;
6400
6401
        return $this;
6402
    }
6403
6404
    /**
6405
     * @param string $value
6406
     *
6407
     * @return $this
6408
     */
6409
    public function withProjectId($value)
6410
    {
6411
        $this->data['ProjectId'] = $value;
6412
        $this->options['form_params']['ProjectId'] = $value;
6413
6414
        return $this;
6415
    }
6416
6417
    /**
6418
     * @param string $value
6419
     *
6420
     * @return $this
6421
     */
6422
    public function withProjectIdentifier($value)
6423
    {
6424
        $this->data['ProjectIdentifier'] = $value;
6425
        $this->options['form_params']['ProjectIdentifier'] = $value;
6426
6427
        return $this;
6428
    }
6429
6430
    /**
6431
     * @param string $value
6432
     *
6433
     * @return $this
6434
     */
6435
    public function withFolderId($value)
6436
    {
6437
        $this->data['FolderId'] = $value;
6438
        $this->options['form_params']['FolderId'] = $value;
6439
6440
        return $this;
6441
    }
6442
}
6443
6444
/**
6445
 * @method string getName()
6446
 * @method string getComment()
6447
 * @method string getCategoryId()
6448
 */
6449
class UpdateMetaCategory extends Rpc
6450
{
6451
6452
    /**
6453
     * @param string $value
6454
     *
6455
     * @return $this
6456
     */
6457
    public function withName($value)
6458
    {
6459
        $this->data['Name'] = $value;
6460
        $this->options['form_params']['Name'] = $value;
6461
6462
        return $this;
6463
    }
6464
6465
    /**
6466
     * @param string $value
6467
     *
6468
     * @return $this
6469
     */
6470
    public function withComment($value)
6471
    {
6472
        $this->data['Comment'] = $value;
6473
        $this->options['form_params']['Comment'] = $value;
6474
6475
        return $this;
6476
    }
6477
6478
    /**
6479
     * @param string $value
6480
     *
6481
     * @return $this
6482
     */
6483
    public function withCategoryId($value)
6484
    {
6485
        $this->data['CategoryId'] = $value;
6486
        $this->options['form_params']['CategoryId'] = $value;
6487
6488
        return $this;
6489
    }
6490
}
6491
6492
/**
6493
 * @method string getAlarmMode()
6494
 * @method string getProjectName()
6495
 * @method string getFollower()
6496
 * @method string getFollowerId()
6497
 */
6498
class UpdateQualityFollower extends Rpc
6499
{
6500
6501
    /**
6502
     * @param string $value
6503
     *
6504
     * @return $this
6505
     */
6506
    public function withAlarmMode($value)
6507
    {
6508
        $this->data['AlarmMode'] = $value;
6509
        $this->options['form_params']['AlarmMode'] = $value;
6510
6511
        return $this;
6512
    }
6513
6514
    /**
6515
     * @param string $value
6516
     *
6517
     * @return $this
6518
     */
6519
    public function withProjectName($value)
6520
    {
6521
        $this->data['ProjectName'] = $value;
6522
        $this->options['form_params']['ProjectName'] = $value;
6523
6524
        return $this;
6525
    }
6526
6527
    /**
6528
     * @param string $value
6529
     *
6530
     * @return $this
6531
     */
6532
    public function withFollower($value)
6533
    {
6534
        $this->data['Follower'] = $value;
6535
        $this->options['form_params']['Follower'] = $value;
6536
6537
        return $this;
6538
    }
6539
6540
    /**
6541
     * @param string $value
6542
     *
6543
     * @return $this
6544
     */
6545
    public function withFollowerId($value)
6546
    {
6547
        $this->data['FollowerId'] = $value;
6548
        $this->options['form_params']['FollowerId'] = $value;
6549
6550
        return $this;
6551
    }
6552
}
6553
6554
/**
6555
 * @method string getTrend()
6556
 * @method string getBlockType()
6557
 * @method string getPropertyType()
6558
 * @method string getEntityId()
6559
 * @method string getRuleName()
6560
 * @method string getChecker()
6561
 * @method string getOperator()
6562
 * @method string getProperty()
6563
 * @method string getId()
6564
 * @method string getWarningThreshold()
6565
 * @method string getMethodName()
6566
 * @method string getProjectName()
6567
 * @method string getRuleType()
6568
 * @method string getTemplateId()
6569
 * @method string getExpectValue()
6570
 * @method string getWhereCondition()
6571
 * @method string getCriticalThreshold()
6572
 * @method string getComment()
6573
 * @method string getPredictType()
6574
 */
6575
class UpdateQualityRule extends Rpc
6576
{
6577
6578
    /**
6579
     * @param string $value
6580
     *
6581
     * @return $this
6582
     */
6583
    public function withTrend($value)
6584
    {
6585
        $this->data['Trend'] = $value;
6586
        $this->options['form_params']['Trend'] = $value;
6587
6588
        return $this;
6589
    }
6590
6591
    /**
6592
     * @param string $value
6593
     *
6594
     * @return $this
6595
     */
6596
    public function withBlockType($value)
6597
    {
6598
        $this->data['BlockType'] = $value;
6599
        $this->options['form_params']['BlockType'] = $value;
6600
6601
        return $this;
6602
    }
6603
6604
    /**
6605
     * @param string $value
6606
     *
6607
     * @return $this
6608
     */
6609
    public function withPropertyType($value)
6610
    {
6611
        $this->data['PropertyType'] = $value;
6612
        $this->options['form_params']['PropertyType'] = $value;
6613
6614
        return $this;
6615
    }
6616
6617
    /**
6618
     * @param string $value
6619
     *
6620
     * @return $this
6621
     */
6622
    public function withEntityId($value)
6623
    {
6624
        $this->data['EntityId'] = $value;
6625
        $this->options['form_params']['EntityId'] = $value;
6626
6627
        return $this;
6628
    }
6629
6630
    /**
6631
     * @param string $value
6632
     *
6633
     * @return $this
6634
     */
6635
    public function withRuleName($value)
6636
    {
6637
        $this->data['RuleName'] = $value;
6638
        $this->options['form_params']['RuleName'] = $value;
6639
6640
        return $this;
6641
    }
6642
6643
    /**
6644
     * @param string $value
6645
     *
6646
     * @return $this
6647
     */
6648
    public function withChecker($value)
6649
    {
6650
        $this->data['Checker'] = $value;
6651
        $this->options['form_params']['Checker'] = $value;
6652
6653
        return $this;
6654
    }
6655
6656
    /**
6657
     * @param string $value
6658
     *
6659
     * @return $this
6660
     */
6661
    public function withOperator($value)
6662
    {
6663
        $this->data['Operator'] = $value;
6664
        $this->options['form_params']['Operator'] = $value;
6665
6666
        return $this;
6667
    }
6668
6669
    /**
6670
     * @param string $value
6671
     *
6672
     * @return $this
6673
     */
6674
    public function withProperty($value)
6675
    {
6676
        $this->data['Property'] = $value;
6677
        $this->options['form_params']['Property'] = $value;
6678
6679
        return $this;
6680
    }
6681
6682
    /**
6683
     * @param string $value
6684
     *
6685
     * @return $this
6686
     */
6687
    public function withId($value)
6688
    {
6689
        $this->data['Id'] = $value;
6690
        $this->options['form_params']['Id'] = $value;
6691
6692
        return $this;
6693
    }
6694
6695
    /**
6696
     * @param string $value
6697
     *
6698
     * @return $this
6699
     */
6700
    public function withWarningThreshold($value)
6701
    {
6702
        $this->data['WarningThreshold'] = $value;
6703
        $this->options['form_params']['WarningThreshold'] = $value;
6704
6705
        return $this;
6706
    }
6707
6708
    /**
6709
     * @param string $value
6710
     *
6711
     * @return $this
6712
     */
6713
    public function withMethodName($value)
6714
    {
6715
        $this->data['MethodName'] = $value;
6716
        $this->options['form_params']['MethodName'] = $value;
6717
6718
        return $this;
6719
    }
6720
6721
    /**
6722
     * @param string $value
6723
     *
6724
     * @return $this
6725
     */
6726
    public function withProjectName($value)
6727
    {
6728
        $this->data['ProjectName'] = $value;
6729
        $this->options['form_params']['ProjectName'] = $value;
6730
6731
        return $this;
6732
    }
6733
6734
    /**
6735
     * @param string $value
6736
     *
6737
     * @return $this
6738
     */
6739
    public function withRuleType($value)
6740
    {
6741
        $this->data['RuleType'] = $value;
6742
        $this->options['form_params']['RuleType'] = $value;
6743
6744
        return $this;
6745
    }
6746
6747
    /**
6748
     * @param string $value
6749
     *
6750
     * @return $this
6751
     */
6752
    public function withTemplateId($value)
6753
    {
6754
        $this->data['TemplateId'] = $value;
6755
        $this->options['form_params']['TemplateId'] = $value;
6756
6757
        return $this;
6758
    }
6759
6760
    /**
6761
     * @param string $value
6762
     *
6763
     * @return $this
6764
     */
6765
    public function withExpectValue($value)
6766
    {
6767
        $this->data['ExpectValue'] = $value;
6768
        $this->options['form_params']['ExpectValue'] = $value;
6769
6770
        return $this;
6771
    }
6772
6773
    /**
6774
     * @param string $value
6775
     *
6776
     * @return $this
6777
     */
6778
    public function withWhereCondition($value)
6779
    {
6780
        $this->data['WhereCondition'] = $value;
6781
        $this->options['form_params']['WhereCondition'] = $value;
6782
6783
        return $this;
6784
    }
6785
6786
    /**
6787
     * @param string $value
6788
     *
6789
     * @return $this
6790
     */
6791
    public function withCriticalThreshold($value)
6792
    {
6793
        $this->data['CriticalThreshold'] = $value;
6794
        $this->options['form_params']['CriticalThreshold'] = $value;
6795
6796
        return $this;
6797
    }
6798
6799
    /**
6800
     * @param string $value
6801
     *
6802
     * @return $this
6803
     */
6804
    public function withComment($value)
6805
    {
6806
        $this->data['Comment'] = $value;
6807
        $this->options['form_params']['Comment'] = $value;
6808
6809
        return $this;
6810
    }
6811
6812
    /**
6813
     * @param string $value
6814
     *
6815
     * @return $this
6816
     */
6817
    public function withPredictType($value)
6818
    {
6819
        $this->data['PredictType'] = $value;
6820
        $this->options['form_params']['PredictType'] = $value;
6821
6822
        return $this;
6823
    }
6824
}
6825
6826
/**
6827
 * @method string getDndEnd()
6828
 * @method string getAlertUnit()
6829
 * @method string getRemindUnit()
6830
 * @method string getUseFlag()
6831
 * @method string getAlertInterval()
6832
 * @method string getAlertMethods()
6833
 * @method string getRobotUrls()
6834
 * @method string getMaxAlertTimes()
6835
 * @method string getBizProcessIds()
6836
 * @method string getRemindType()
6837
 * @method string getAlertTargets()
6838
 * @method string getBaselineIds()
6839
 * @method string getRemindId()
6840
 * @method string getDetail()
6841
 * @method string getRemindName()
6842
 * @method string getProjectId()
6843
 * @method string getNodeIds()
6844
 */
6845
class UpdateRemind extends Rpc
6846
{
6847
6848
    /**
6849
     * @param string $value
6850
     *
6851
     * @return $this
6852
     */
6853
    public function withDndEnd($value)
6854
    {
6855
        $this->data['DndEnd'] = $value;
6856
        $this->options['form_params']['DndEnd'] = $value;
6857
6858
        return $this;
6859
    }
6860
6861
    /**
6862
     * @param string $value
6863
     *
6864
     * @return $this
6865
     */
6866
    public function withAlertUnit($value)
6867
    {
6868
        $this->data['AlertUnit'] = $value;
6869
        $this->options['form_params']['AlertUnit'] = $value;
6870
6871
        return $this;
6872
    }
6873
6874
    /**
6875
     * @param string $value
6876
     *
6877
     * @return $this
6878
     */
6879
    public function withRemindUnit($value)
6880
    {
6881
        $this->data['RemindUnit'] = $value;
6882
        $this->options['form_params']['RemindUnit'] = $value;
6883
6884
        return $this;
6885
    }
6886
6887
    /**
6888
     * @param string $value
6889
     *
6890
     * @return $this
6891
     */
6892
    public function withUseFlag($value)
6893
    {
6894
        $this->data['UseFlag'] = $value;
6895
        $this->options['form_params']['UseFlag'] = $value;
6896
6897
        return $this;
6898
    }
6899
6900
    /**
6901
     * @param string $value
6902
     *
6903
     * @return $this
6904
     */
6905
    public function withAlertInterval($value)
6906
    {
6907
        $this->data['AlertInterval'] = $value;
6908
        $this->options['form_params']['AlertInterval'] = $value;
6909
6910
        return $this;
6911
    }
6912
6913
    /**
6914
     * @param string $value
6915
     *
6916
     * @return $this
6917
     */
6918
    public function withAlertMethods($value)
6919
    {
6920
        $this->data['AlertMethods'] = $value;
6921
        $this->options['form_params']['AlertMethods'] = $value;
6922
6923
        return $this;
6924
    }
6925
6926
    /**
6927
     * @param string $value
6928
     *
6929
     * @return $this
6930
     */
6931
    public function withRobotUrls($value)
6932
    {
6933
        $this->data['RobotUrls'] = $value;
6934
        $this->options['form_params']['RobotUrls'] = $value;
6935
6936
        return $this;
6937
    }
6938
6939
    /**
6940
     * @param string $value
6941
     *
6942
     * @return $this
6943
     */
6944
    public function withMaxAlertTimes($value)
6945
    {
6946
        $this->data['MaxAlertTimes'] = $value;
6947
        $this->options['form_params']['MaxAlertTimes'] = $value;
6948
6949
        return $this;
6950
    }
6951
6952
    /**
6953
     * @param string $value
6954
     *
6955
     * @return $this
6956
     */
6957
    public function withBizProcessIds($value)
6958
    {
6959
        $this->data['BizProcessIds'] = $value;
6960
        $this->options['form_params']['BizProcessIds'] = $value;
6961
6962
        return $this;
6963
    }
6964
6965
    /**
6966
     * @param string $value
6967
     *
6968
     * @return $this
6969
     */
6970
    public function withRemindType($value)
6971
    {
6972
        $this->data['RemindType'] = $value;
6973
        $this->options['form_params']['RemindType'] = $value;
6974
6975
        return $this;
6976
    }
6977
6978
    /**
6979
     * @param string $value
6980
     *
6981
     * @return $this
6982
     */
6983
    public function withAlertTargets($value)
6984
    {
6985
        $this->data['AlertTargets'] = $value;
6986
        $this->options['form_params']['AlertTargets'] = $value;
6987
6988
        return $this;
6989
    }
6990
6991
    /**
6992
     * @param string $value
6993
     *
6994
     * @return $this
6995
     */
6996
    public function withBaselineIds($value)
6997
    {
6998
        $this->data['BaselineIds'] = $value;
6999
        $this->options['form_params']['BaselineIds'] = $value;
7000
7001
        return $this;
7002
    }
7003
7004
    /**
7005
     * @param string $value
7006
     *
7007
     * @return $this
7008
     */
7009
    public function withRemindId($value)
7010
    {
7011
        $this->data['RemindId'] = $value;
7012
        $this->options['form_params']['RemindId'] = $value;
7013
7014
        return $this;
7015
    }
7016
7017
    /**
7018
     * @param string $value
7019
     *
7020
     * @return $this
7021
     */
7022
    public function withDetail($value)
7023
    {
7024
        $this->data['Detail'] = $value;
7025
        $this->options['form_params']['Detail'] = $value;
7026
7027
        return $this;
7028
    }
7029
7030
    /**
7031
     * @param string $value
7032
     *
7033
     * @return $this
7034
     */
7035
    public function withRemindName($value)
7036
    {
7037
        $this->data['RemindName'] = $value;
7038
        $this->options['form_params']['RemindName'] = $value;
7039
7040
        return $this;
7041
    }
7042
7043
    /**
7044
     * @param string $value
7045
     *
7046
     * @return $this
7047
     */
7048
    public function withProjectId($value)
7049
    {
7050
        $this->data['ProjectId'] = $value;
7051
        $this->options['form_params']['ProjectId'] = $value;
7052
7053
        return $this;
7054
    }
7055
7056
    /**
7057
     * @param string $value
7058
     *
7059
     * @return $this
7060
     */
7061
    public function withNodeIds($value)
7062
    {
7063
        $this->data['NodeIds'] = $value;
7064
        $this->options['form_params']['NodeIds'] = $value;
7065
7066
        return $this;
7067
    }
7068
}
7069
7070
/**
7071
 * @method string getReturnValue()
7072
 * @method string getResources()
7073
 * @method string getFunctionType()
7074
 * @method string getCmdDescription()
7075
 * @method string getUdfDescription()
7076
 * @method string getParameterDescription()
7077
 * @method string getProjectIdentifier()
7078
 * @method string getExample()
7079
 * @method string getClassName()
7080
 * @method string getFileFolderPath()
7081
 * @method string getProjectId()
7082
 * @method string getFileId()
7083
 */
7084
class UpdateUdfFile extends Rpc
7085
{
7086
7087
    /**
7088
     * @param string $value
7089
     *
7090
     * @return $this
7091
     */
7092
    public function withReturnValue($value)
7093
    {
7094
        $this->data['ReturnValue'] = $value;
7095
        $this->options['form_params']['ReturnValue'] = $value;
7096
7097
        return $this;
7098
    }
7099
7100
    /**
7101
     * @param string $value
7102
     *
7103
     * @return $this
7104
     */
7105
    public function withResources($value)
7106
    {
7107
        $this->data['Resources'] = $value;
7108
        $this->options['form_params']['Resources'] = $value;
7109
7110
        return $this;
7111
    }
7112
7113
    /**
7114
     * @param string $value
7115
     *
7116
     * @return $this
7117
     */
7118
    public function withFunctionType($value)
7119
    {
7120
        $this->data['FunctionType'] = $value;
7121
        $this->options['form_params']['FunctionType'] = $value;
7122
7123
        return $this;
7124
    }
7125
7126
    /**
7127
     * @param string $value
7128
     *
7129
     * @return $this
7130
     */
7131
    public function withCmdDescription($value)
7132
    {
7133
        $this->data['CmdDescription'] = $value;
7134
        $this->options['form_params']['CmdDescription'] = $value;
7135
7136
        return $this;
7137
    }
7138
7139
    /**
7140
     * @param string $value
7141
     *
7142
     * @return $this
7143
     */
7144
    public function withUdfDescription($value)
7145
    {
7146
        $this->data['UdfDescription'] = $value;
7147
        $this->options['form_params']['UdfDescription'] = $value;
7148
7149
        return $this;
7150
    }
7151
7152
    /**
7153
     * @param string $value
7154
     *
7155
     * @return $this
7156
     */
7157
    public function withParameterDescription($value)
7158
    {
7159
        $this->data['ParameterDescription'] = $value;
7160
        $this->options['form_params']['ParameterDescription'] = $value;
7161
7162
        return $this;
7163
    }
7164
7165
    /**
7166
     * @param string $value
7167
     *
7168
     * @return $this
7169
     */
7170
    public function withProjectIdentifier($value)
7171
    {
7172
        $this->data['ProjectIdentifier'] = $value;
7173
        $this->options['form_params']['ProjectIdentifier'] = $value;
7174
7175
        return $this;
7176
    }
7177
7178
    /**
7179
     * @param string $value
7180
     *
7181
     * @return $this
7182
     */
7183
    public function withExample($value)
7184
    {
7185
        $this->data['Example'] = $value;
7186
        $this->options['form_params']['Example'] = $value;
7187
7188
        return $this;
7189
    }
7190
7191
    /**
7192
     * @param string $value
7193
     *
7194
     * @return $this
7195
     */
7196
    public function withClassName($value)
7197
    {
7198
        $this->data['ClassName'] = $value;
7199
        $this->options['form_params']['ClassName'] = $value;
7200
7201
        return $this;
7202
    }
7203
7204
    /**
7205
     * @param string $value
7206
     *
7207
     * @return $this
7208
     */
7209
    public function withFileFolderPath($value)
7210
    {
7211
        $this->data['FileFolderPath'] = $value;
7212
        $this->options['form_params']['FileFolderPath'] = $value;
7213
7214
        return $this;
7215
    }
7216
7217
    /**
7218
     * @param string $value
7219
     *
7220
     * @return $this
7221
     */
7222
    public function withProjectId($value)
7223
    {
7224
        $this->data['ProjectId'] = $value;
7225
        $this->options['form_params']['ProjectId'] = $value;
7226
7227
        return $this;
7228
    }
7229
7230
    /**
7231
     * @param string $value
7232
     *
7233
     * @return $this
7234
     */
7235
    public function withFileId($value)
7236
    {
7237
        $this->data['FileId'] = $value;
7238
        $this->options['form_params']['FileId'] = $value;
7239
7240
        return $this;
7241
    }
7242
}
7243