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 ( 56b8c6...6c23bd )
by
unknown
06:39
created

GetLastWorkspace   A

Complexity

Total Complexity 2

Size/Duplication

Total Lines 27
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 2
eloc 7
dl 0
loc 27
rs 10
c 0
b 0
f 0

2 Methods

Rating   Name   Duplication   Size   Complexity  
A withRealPk() 0 6 1
A withOrgId() 0 6 1
1
<?php
2
3
namespace AlibabaCloud\DevopsRdc\V20200303;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method BatchInsertMembers batchInsertMembers(array $options = [])
9
 * @method CancelPipeline cancelPipeline(array $options = [])
10
 * @method CheckAliyunAccountExists checkAliyunAccountExists(array $options = [])
11
 * @method CreateCommonGroup createCommonGroup(array $options = [])
12
 * @method CreateCredential createCredential(array $options = [])
13
 * @method CreateDevopsOrganization createDevopsOrganization(array $options = [])
14
 * @method CreateDevopsProject createDevopsProject(array $options = [])
15
 * @method CreateDevopsProjectSprint createDevopsProjectSprint(array $options = [])
16
 * @method CreateDevopsProjectTask createDevopsProjectTask(array $options = [])
17
 * @method CreatePipeline createPipeline(array $options = [])
18
 * @method CreateServiceConnection createServiceConnection(array $options = [])
19
 * @method DeleteCommonGroup deleteCommonGroup(array $options = [])
20
 * @method DeleteDevopsOrganizationMembers deleteDevopsOrganizationMembers(array $options = [])
21
 * @method DeleteDevopsProject deleteDevopsProject(array $options = [])
22
 * @method DeleteDevopsProjectMembers deleteDevopsProjectMembers(array $options = [])
23
 * @method DeleteDevopsProjectSprint deleteDevopsProjectSprint(array $options = [])
24
 * @method DeleteDevopsProjectTask deleteDevopsProjectTask(array $options = [])
25
 * @method DeletePipelineMember deletePipelineMember(array $options = [])
26
 * @method ExecutePipeline executePipeline(array $options = [])
27
 * @method GetDevopsOrganizationMembers getDevopsOrganizationMembers(array $options = [])
28
 * @method GetDevopsProjectInfo getDevopsProjectInfo(array $options = [])
29
 * @method GetDevopsProjectMembers getDevopsProjectMembers(array $options = [])
30
 * @method GetDevopsProjectSprintInfo getDevopsProjectSprintInfo(array $options = [])
31
 * @method GetDevopsProjectTaskInfo getDevopsProjectTaskInfo(array $options = [])
32
 * @method GetLastWorkspace getLastWorkspace(array $options = [])
33
 * @method GetPipelineInstanceBuildNumberStatus getPipelineInstanceBuildNumberStatus(array $options = [])
34
 * @method GetPipelineInstanceGroupStatus getPipelineInstanceGroupStatus(array $options = [])
35
 * @method GetPipelineInstanceInfo getPipelineInstanceInfo(array $options = [])
36
 * @method GetPipelineInstanceStatus getPipelineInstanceStatus(array $options = [])
37
 * @method GetPipelineInstHistory getPipelineInstHistory(array $options = [])
38
 * @method GetPipelineLog getPipelineLog(array $options = [])
39
 * @method GetPipelineStepLog getPipelineStepLog(array $options = [])
40
 * @method GetPipleineLatestInstanceStatus getPipleineLatestInstanceStatus(array $options = [])
41
 * @method GetProjectOption getProjectOption(array $options = [])
42
 * @method GetTaskDetailActivity getTaskDetailActivity(array $options = [])
43
 * @method GetTaskDetailBase getTaskDetailBase(array $options = [])
44
 * @method GetTaskListFilter getTaskListFilter(array $options = [])
45
 * @method GetUserByAliyunUid getUserByAliyunUid(array $options = [])
46
 * @method GetUserName getUserName(array $options = [])
47
 * @method InsertDevopsUser insertDevopsUser(array $options = [])
48
 * @method InsertPipelineMember insertPipelineMember(array $options = [])
49
 * @method InsertProjectMembers insertProjectMembers(array $options = [])
50
 * @method ListCommonGroup listCommonGroup(array $options = [])
51
 * @method ListCredentials listCredentials(array $options = [])
52
 * @method ListDevopsProjectSprints listDevopsProjectSprints(array $options = [])
53
 * @method ListDevopsProjectTaskFlow listDevopsProjectTaskFlow(array $options = [])
54
 * @method ListDevopsProjectTaskFlowStatus listDevopsProjectTaskFlowStatus(array $options = [])
55
 * @method ListDevopsProjectTaskList listDevopsProjectTaskList(array $options = [])
56
 * @method ListDevopsProjectTasks listDevopsProjectTasks(array $options = [])
57
 * @method ListDevopsScenarioFieldConfig listDevopsScenarioFieldConfig(array $options = [])
58
 * @method ListPipelines listPipelines(array $options = [])
59
 * @method ListProjectCustomFields listProjectCustomFields(array $options = [])
60
 * @method ListServiceConnections listServiceConnections(array $options = [])
61
 * @method ListSmartGroup listSmartGroup(array $options = [])
62
 * @method ListUserOrganization listUserOrganization(array $options = [])
63
 * @method TransferPipelineOwner transferPipelineOwner(array $options = [])
64
 * @method UpdateCommonGroup updateCommonGroup(array $options = [])
65
 * @method UpdateDevopsProject updateDevopsProject(array $options = [])
66
 * @method UpdateDevopsProjectSprint updateDevopsProjectSprint(array $options = [])
67
 * @method UpdateDevopsProjectTask updateDevopsProjectTask(array $options = [])
68
 * @method UpdatePipelineMember updatePipelineMember(array $options = [])
69
 * @method UpdateTaskDetail updateTaskDetail(array $options = [])
70
 */
71
class DevopsRdcApiResolver extends ApiResolver
72
{
73
}
74
75
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
76
{
77
    /** @var string */
78
    public $product = 'devops-rdc';
79
80
    /** @var string */
81
    public $version = '2020-03-03';
82
83
    /** @var string */
84
    public $method = 'POST';
85
}
86
87
/**
88
 * @method string getMembers()
89
 * @method string getRealPk()
90
 * @method string getOrgId()
91
 */
92
class BatchInsertMembers extends Rpc
93
{
94
95
    /**
96
     * @param string $value
97
     *
98
     * @return $this
99
     */
100
    public function withMembers($value)
101
    {
102
        $this->data['Members'] = $value;
103
        $this->options['form_params']['Members'] = $value;
104
105
        return $this;
106
    }
107
108
    /**
109
     * @param string $value
110
     *
111
     * @return $this
112
     */
113
    public function withRealPk($value)
114
    {
115
        $this->data['RealPk'] = $value;
116
        $this->options['form_params']['RealPk'] = $value;
117
118
        return $this;
119
    }
120
121
    /**
122
     * @param string $value
123
     *
124
     * @return $this
125
     */
126
    public function withOrgId($value)
127
    {
128
        $this->data['OrgId'] = $value;
129
        $this->options['form_params']['OrgId'] = $value;
130
131
        return $this;
132
    }
133
}
134
135
/**
136
 * @method string getFlowInstanceId()
137
 * @method string getUserPk()
138
 * @method string getOrgId()
139
 * @method string getPipelineId()
140
 */
141
class CancelPipeline extends Rpc
142
{
143
144
    /**
145
     * @param string $value
146
     *
147
     * @return $this
148
     */
149
    public function withFlowInstanceId($value)
150
    {
151
        $this->data['FlowInstanceId'] = $value;
152
        $this->options['form_params']['FlowInstanceId'] = $value;
153
154
        return $this;
155
    }
156
157
    /**
158
     * @param string $value
159
     *
160
     * @return $this
161
     */
162
    public function withUserPk($value)
163
    {
164
        $this->data['UserPk'] = $value;
165
        $this->options['form_params']['UserPk'] = $value;
166
167
        return $this;
168
    }
169
170
    /**
171
     * @param string $value
172
     *
173
     * @return $this
174
     */
175
    public function withOrgId($value)
176
    {
177
        $this->data['OrgId'] = $value;
178
        $this->options['form_params']['OrgId'] = $value;
179
180
        return $this;
181
    }
182
183
    /**
184
     * @param string $value
185
     *
186
     * @return $this
187
     */
188
    public function withPipelineId($value)
189
    {
190
        $this->data['PipelineId'] = $value;
191
        $this->options['form_params']['PipelineId'] = $value;
192
193
        return $this;
194
    }
195
}
196
197
/**
198
 * @method string getUserPk()
199
 */
200
class CheckAliyunAccountExists extends Rpc
201
{
202
203
    /**
204
     * @param string $value
205
     *
206
     * @return $this
207
     */
208
    public function withUserPk($value)
209
    {
210
        $this->data['UserPk'] = $value;
211
        $this->options['form_params']['UserPk'] = $value;
212
213
        return $this;
214
    }
215
}
216
217
/**
218
 * @method string getSmartGroupId()
219
 * @method string getName()
220
 * @method string getDescription()
221
 * @method string getProjectId()
222
 * @method string getOrgId()
223
 */
224
class CreateCommonGroup extends Rpc
225
{
226
227
    /**
228
     * @param string $value
229
     *
230
     * @return $this
231
     */
232
    public function withSmartGroupId($value)
233
    {
234
        $this->data['SmartGroupId'] = $value;
235
        $this->options['form_params']['SmartGroupId'] = $value;
236
237
        return $this;
238
    }
239
240
    /**
241
     * @param string $value
242
     *
243
     * @return $this
244
     */
245
    public function withName($value)
246
    {
247
        $this->data['Name'] = $value;
248
        $this->options['form_params']['Name'] = $value;
249
250
        return $this;
251
    }
252
253
    /**
254
     * @param string $value
255
     *
256
     * @return $this
257
     */
258
    public function withDescription($value)
259
    {
260
        $this->data['Description'] = $value;
261
        $this->options['form_params']['Description'] = $value;
262
263
        return $this;
264
    }
265
266
    /**
267
     * @param string $value
268
     *
269
     * @return $this
270
     */
271
    public function withProjectId($value)
272
    {
273
        $this->data['ProjectId'] = $value;
274
        $this->options['form_params']['ProjectId'] = $value;
275
276
        return $this;
277
    }
278
279
    /**
280
     * @param string $value
281
     *
282
     * @return $this
283
     */
284
    public function withOrgId($value)
285
    {
286
        $this->data['OrgId'] = $value;
287
        $this->options['form_params']['OrgId'] = $value;
288
289
        return $this;
290
    }
291
}
292
293
/**
294
 * @method string getType()
295
 * @method string getUserPk()
296
 * @method string getOrgId()
297
 * @method string getPassword()
298
 * @method string getName()
299
 * @method string getUserName()
300
 */
301
class CreateCredential extends Rpc
302
{
303
304
    /**
305
     * @param string $value
306
     *
307
     * @return $this
308
     */
309
    public function withType($value)
310
    {
311
        $this->data['Type'] = $value;
312
        $this->options['form_params']['Type'] = $value;
313
314
        return $this;
315
    }
316
317
    /**
318
     * @param string $value
319
     *
320
     * @return $this
321
     */
322
    public function withUserPk($value)
323
    {
324
        $this->data['UserPk'] = $value;
325
        $this->options['form_params']['UserPk'] = $value;
326
327
        return $this;
328
    }
329
330
    /**
331
     * @param string $value
332
     *
333
     * @return $this
334
     */
335
    public function withOrgId($value)
336
    {
337
        $this->data['OrgId'] = $value;
338
        $this->options['form_params']['OrgId'] = $value;
339
340
        return $this;
341
    }
342
343
    /**
344
     * @param string $value
345
     *
346
     * @return $this
347
     */
348
    public function withPassword($value)
349
    {
350
        $this->data['Password'] = $value;
351
        $this->options['form_params']['Password'] = $value;
352
353
        return $this;
354
    }
355
356
    /**
357
     * @param string $value
358
     *
359
     * @return $this
360
     */
361
    public function withName($value)
362
    {
363
        $this->data['Name'] = $value;
364
        $this->options['form_params']['Name'] = $value;
365
366
        return $this;
367
    }
368
369
    /**
370
     * @param string $value
371
     *
372
     * @return $this
373
     */
374
    public function withUserName($value)
375
    {
376
        $this->data['UserName'] = $value;
377
        $this->options['form_params']['UserName'] = $value;
378
379
        return $this;
380
    }
381
}
382
383
/**
384
 * @method string getOrgName()
385
 * @method string getSource()
386
 * @method string getRealPk()
387
 * @method string getDesiredMemberCount()
388
 */
389
class CreateDevopsOrganization extends Rpc
390
{
391
392
    /**
393
     * @param string $value
394
     *
395
     * @return $this
396
     */
397
    public function withOrgName($value)
398
    {
399
        $this->data['OrgName'] = $value;
400
        $this->options['form_params']['OrgName'] = $value;
401
402
        return $this;
403
    }
404
405
    /**
406
     * @param string $value
407
     *
408
     * @return $this
409
     */
410
    public function withSource($value)
411
    {
412
        $this->data['Source'] = $value;
413
        $this->options['form_params']['Source'] = $value;
414
415
        return $this;
416
    }
417
418
    /**
419
     * @param string $value
420
     *
421
     * @return $this
422
     */
423
    public function withRealPk($value)
424
    {
425
        $this->data['RealPk'] = $value;
426
        $this->options['form_params']['RealPk'] = $value;
427
428
        return $this;
429
    }
430
431
    /**
432
     * @param string $value
433
     *
434
     * @return $this
435
     */
436
    public function withDesiredMemberCount($value)
437
    {
438
        $this->data['DesiredMemberCount'] = $value;
439
        $this->options['form_params']['DesiredMemberCount'] = $value;
440
441
        return $this;
442
    }
443
}
444
445
/**
446
 * @method string getName()
447
 * @method string getDescription()
448
 * @method string getOrgId()
449
 */
450
class CreateDevopsProject extends Rpc
451
{
452
453
    /**
454
     * @param string $value
455
     *
456
     * @return $this
457
     */
458
    public function withName($value)
459
    {
460
        $this->data['Name'] = $value;
461
        $this->options['form_params']['Name'] = $value;
462
463
        return $this;
464
    }
465
466
    /**
467
     * @param string $value
468
     *
469
     * @return $this
470
     */
471
    public function withDescription($value)
472
    {
473
        $this->data['Description'] = $value;
474
        $this->options['form_params']['Description'] = $value;
475
476
        return $this;
477
    }
478
479
    /**
480
     * @param string $value
481
     *
482
     * @return $this
483
     */
484
    public function withOrgId($value)
485
    {
486
        $this->data['OrgId'] = $value;
487
        $this->options['form_params']['OrgId'] = $value;
488
489
        return $this;
490
    }
491
}
492
493
/**
494
 * @method string getExecutorId()
495
 * @method string getDescription()
496
 * @method string getStartDate()
497
 * @method string getOrgId()
498
 * @method string getDueDate()
499
 * @method string getName()
500
 * @method string getProjectId()
501
 */
502
class CreateDevopsProjectSprint extends Rpc
503
{
504
505
    /**
506
     * @param string $value
507
     *
508
     * @return $this
509
     */
510
    public function withExecutorId($value)
511
    {
512
        $this->data['ExecutorId'] = $value;
513
        $this->options['form_params']['ExecutorId'] = $value;
514
515
        return $this;
516
    }
517
518
    /**
519
     * @param string $value
520
     *
521
     * @return $this
522
     */
523
    public function withDescription($value)
524
    {
525
        $this->data['Description'] = $value;
526
        $this->options['form_params']['Description'] = $value;
527
528
        return $this;
529
    }
530
531
    /**
532
     * @param string $value
533
     *
534
     * @return $this
535
     */
536
    public function withStartDate($value)
537
    {
538
        $this->data['StartDate'] = $value;
539
        $this->options['form_params']['StartDate'] = $value;
540
541
        return $this;
542
    }
543
544
    /**
545
     * @param string $value
546
     *
547
     * @return $this
548
     */
549
    public function withOrgId($value)
550
    {
551
        $this->data['OrgId'] = $value;
552
        $this->options['form_params']['OrgId'] = $value;
553
554
        return $this;
555
    }
556
557
    /**
558
     * @param string $value
559
     *
560
     * @return $this
561
     */
562
    public function withDueDate($value)
563
    {
564
        $this->data['DueDate'] = $value;
565
        $this->options['form_params']['DueDate'] = $value;
566
567
        return $this;
568
    }
569
570
    /**
571
     * @param string $value
572
     *
573
     * @return $this
574
     */
575
    public function withName($value)
576
    {
577
        $this->data['Name'] = $value;
578
        $this->options['form_params']['Name'] = $value;
579
580
        return $this;
581
    }
582
583
    /**
584
     * @param string $value
585
     *
586
     * @return $this
587
     */
588
    public function withProjectId($value)
589
    {
590
        $this->data['ProjectId'] = $value;
591
        $this->options['form_params']['ProjectId'] = $value;
592
593
        return $this;
594
    }
595
}
596
597
/**
598
 * @method string getNote()
599
 * @method string getVisible()
600
 * @method string getExecutorId()
601
 * @method string getTaskFlowStatusId()
602
 * @method string getStartDate()
603
 * @method string getPriority()
604
 * @method string getParentTaskId()
605
 * @method string getOrgId()
606
 * @method string getContent()
607
 * @method string getSprintId()
608
 * @method string getDueDate()
609
 * @method string getScenarioFieldConfigId()
610
 * @method string getProjectId()
611
 * @method string getTaskListId()
612
 */
613
class CreateDevopsProjectTask extends Rpc
614
{
615
616
    /**
617
     * @param string $value
618
     *
619
     * @return $this
620
     */
621
    public function withNote($value)
622
    {
623
        $this->data['Note'] = $value;
624
        $this->options['form_params']['Note'] = $value;
625
626
        return $this;
627
    }
628
629
    /**
630
     * @param string $value
631
     *
632
     * @return $this
633
     */
634
    public function withVisible($value)
635
    {
636
        $this->data['Visible'] = $value;
637
        $this->options['form_params']['Visible'] = $value;
638
639
        return $this;
640
    }
641
642
    /**
643
     * @param string $value
644
     *
645
     * @return $this
646
     */
647
    public function withExecutorId($value)
648
    {
649
        $this->data['ExecutorId'] = $value;
650
        $this->options['form_params']['ExecutorId'] = $value;
651
652
        return $this;
653
    }
654
655
    /**
656
     * @param string $value
657
     *
658
     * @return $this
659
     */
660
    public function withTaskFlowStatusId($value)
661
    {
662
        $this->data['TaskFlowStatusId'] = $value;
663
        $this->options['form_params']['TaskFlowStatusId'] = $value;
664
665
        return $this;
666
    }
667
668
    /**
669
     * @param string $value
670
     *
671
     * @return $this
672
     */
673
    public function withStartDate($value)
674
    {
675
        $this->data['StartDate'] = $value;
676
        $this->options['form_params']['StartDate'] = $value;
677
678
        return $this;
679
    }
680
681
    /**
682
     * @param string $value
683
     *
684
     * @return $this
685
     */
686
    public function withPriority($value)
687
    {
688
        $this->data['Priority'] = $value;
689
        $this->options['form_params']['Priority'] = $value;
690
691
        return $this;
692
    }
693
694
    /**
695
     * @param string $value
696
     *
697
     * @return $this
698
     */
699
    public function withParentTaskId($value)
700
    {
701
        $this->data['ParentTaskId'] = $value;
702
        $this->options['form_params']['ParentTaskId'] = $value;
703
704
        return $this;
705
    }
706
707
    /**
708
     * @param string $value
709
     *
710
     * @return $this
711
     */
712
    public function withOrgId($value)
713
    {
714
        $this->data['OrgId'] = $value;
715
        $this->options['form_params']['OrgId'] = $value;
716
717
        return $this;
718
    }
719
720
    /**
721
     * @param string $value
722
     *
723
     * @return $this
724
     */
725
    public function withContent($value)
726
    {
727
        $this->data['Content'] = $value;
728
        $this->options['form_params']['Content'] = $value;
729
730
        return $this;
731
    }
732
733
    /**
734
     * @param string $value
735
     *
736
     * @return $this
737
     */
738
    public function withSprintId($value)
739
    {
740
        $this->data['SprintId'] = $value;
741
        $this->options['form_params']['SprintId'] = $value;
742
743
        return $this;
744
    }
745
746
    /**
747
     * @param string $value
748
     *
749
     * @return $this
750
     */
751
    public function withDueDate($value)
752
    {
753
        $this->data['DueDate'] = $value;
754
        $this->options['form_params']['DueDate'] = $value;
755
756
        return $this;
757
    }
758
759
    /**
760
     * @param string $value
761
     *
762
     * @return $this
763
     */
764
    public function withScenarioFieldConfigId($value)
765
    {
766
        $this->data['ScenarioFieldConfigId'] = $value;
767
        $this->options['form_params']['ScenarioFieldConfigId'] = $value;
768
769
        return $this;
770
    }
771
772
    /**
773
     * @param string $value
774
     *
775
     * @return $this
776
     */
777
    public function withProjectId($value)
778
    {
779
        $this->data['ProjectId'] = $value;
780
        $this->options['form_params']['ProjectId'] = $value;
781
782
        return $this;
783
    }
784
785
    /**
786
     * @param string $value
787
     *
788
     * @return $this
789
     */
790
    public function withTaskListId($value)
791
    {
792
        $this->data['TaskListId'] = $value;
793
        $this->options['form_params']['TaskListId'] = $value;
794
795
        return $this;
796
    }
797
}
798
799
/**
800
 * @method string getPipeline()
801
 * @method string getUserPk()
802
 * @method string getOrgId()
803
 */
804
class CreatePipeline extends Rpc
805
{
806
807
    /**
808
     * @param string $value
809
     *
810
     * @return $this
811
     */
812
    public function withPipeline($value)
813
    {
814
        $this->data['Pipeline'] = $value;
815
        $this->options['form_params']['Pipeline'] = $value;
816
817
        return $this;
818
    }
819
820
    /**
821
     * @param string $value
822
     *
823
     * @return $this
824
     */
825
    public function withUserPk($value)
826
    {
827
        $this->data['UserPk'] = $value;
828
        $this->options['form_params']['UserPk'] = $value;
829
830
        return $this;
831
    }
832
833
    /**
834
     * @param string $value
835
     *
836
     * @return $this
837
     */
838
    public function withOrgId($value)
839
    {
840
        $this->data['OrgId'] = $value;
841
        $this->options['form_params']['OrgId'] = $value;
842
843
        return $this;
844
    }
845
}
846
847
/**
848
 * @method string getServiceConnectionType()
849
 * @method string getUserPk()
850
 * @method string getOrgId()
851
 */
852
class CreateServiceConnection extends Rpc
853
{
854
855
    /**
856
     * @param string $value
857
     *
858
     * @return $this
859
     */
860
    public function withServiceConnectionType($value)
861
    {
862
        $this->data['ServiceConnectionType'] = $value;
863
        $this->options['form_params']['ServiceConnectionType'] = $value;
864
865
        return $this;
866
    }
867
868
    /**
869
     * @param string $value
870
     *
871
     * @return $this
872
     */
873
    public function withUserPk($value)
874
    {
875
        $this->data['UserPk'] = $value;
876
        $this->options['form_params']['UserPk'] = $value;
877
878
        return $this;
879
    }
880
881
    /**
882
     * @param string $value
883
     *
884
     * @return $this
885
     */
886
    public function withOrgId($value)
887
    {
888
        $this->data['OrgId'] = $value;
889
        $this->options['form_params']['OrgId'] = $value;
890
891
        return $this;
892
    }
893
}
894
895
/**
896
 * @method string getProjectId()
897
 * @method string getCommonGroupId()
898
 * @method string getOrgId()
899
 */
900
class DeleteCommonGroup extends Rpc
901
{
902
903
    /**
904
     * @param string $value
905
     *
906
     * @return $this
907
     */
908
    public function withProjectId($value)
909
    {
910
        $this->data['ProjectId'] = $value;
911
        $this->options['form_params']['ProjectId'] = $value;
912
913
        return $this;
914
    }
915
916
    /**
917
     * @param string $value
918
     *
919
     * @return $this
920
     */
921
    public function withCommonGroupId($value)
922
    {
923
        $this->data['CommonGroupId'] = $value;
924
        $this->options['form_params']['CommonGroupId'] = $value;
925
926
        return $this;
927
    }
928
929
    /**
930
     * @param string $value
931
     *
932
     * @return $this
933
     */
934
    public function withOrgId($value)
935
    {
936
        $this->data['OrgId'] = $value;
937
        $this->options['form_params']['OrgId'] = $value;
938
939
        return $this;
940
    }
941
}
942
943
/**
944
 * @method string getRealPk()
945
 * @method string getUserId()
946
 * @method string getOrgId()
947
 */
948
class DeleteDevopsOrganizationMembers extends Rpc
949
{
950
951
    /**
952
     * @param string $value
953
     *
954
     * @return $this
955
     */
956
    public function withRealPk($value)
957
    {
958
        $this->data['RealPk'] = $value;
959
        $this->options['form_params']['RealPk'] = $value;
960
961
        return $this;
962
    }
963
964
    /**
965
     * @param string $value
966
     *
967
     * @return $this
968
     */
969
    public function withUserId($value)
970
    {
971
        $this->data['UserId'] = $value;
972
        $this->options['form_params']['UserId'] = $value;
973
974
        return $this;
975
    }
976
977
    /**
978
     * @param string $value
979
     *
980
     * @return $this
981
     */
982
    public function withOrgId($value)
983
    {
984
        $this->data['OrgId'] = $value;
985
        $this->options['form_params']['OrgId'] = $value;
986
987
        return $this;
988
    }
989
}
990
991
/**
992
 * @method string getProjectId()
993
 * @method string getOrgId()
994
 */
995
class DeleteDevopsProject extends Rpc
996
{
997
998
    /**
999
     * @param string $value
1000
     *
1001
     * @return $this
1002
     */
1003
    public function withProjectId($value)
1004
    {
1005
        $this->data['ProjectId'] = $value;
1006
        $this->options['form_params']['ProjectId'] = $value;
1007
1008
        return $this;
1009
    }
1010
1011
    /**
1012
     * @param string $value
1013
     *
1014
     * @return $this
1015
     */
1016
    public function withOrgId($value)
1017
    {
1018
        $this->data['OrgId'] = $value;
1019
        $this->options['form_params']['OrgId'] = $value;
1020
1021
        return $this;
1022
    }
1023
}
1024
1025
/**
1026
 * @method string getUserIds()
1027
 * @method string getProjectId()
1028
 * @method string getOrgId()
1029
 */
1030
class DeleteDevopsProjectMembers extends Rpc
1031
{
1032
1033
    /**
1034
     * @param string $value
1035
     *
1036
     * @return $this
1037
     */
1038
    public function withUserIds($value)
1039
    {
1040
        $this->data['UserIds'] = $value;
1041
        $this->options['form_params']['UserIds'] = $value;
1042
1043
        return $this;
1044
    }
1045
1046
    /**
1047
     * @param string $value
1048
     *
1049
     * @return $this
1050
     */
1051
    public function withProjectId($value)
1052
    {
1053
        $this->data['ProjectId'] = $value;
1054
        $this->options['form_params']['ProjectId'] = $value;
1055
1056
        return $this;
1057
    }
1058
1059
    /**
1060
     * @param string $value
1061
     *
1062
     * @return $this
1063
     */
1064
    public function withOrgId($value)
1065
    {
1066
        $this->data['OrgId'] = $value;
1067
        $this->options['form_params']['OrgId'] = $value;
1068
1069
        return $this;
1070
    }
1071
}
1072
1073
/**
1074
 * @method string getSprintId()
1075
 * @method string getOrgId()
1076
 */
1077
class DeleteDevopsProjectSprint extends Rpc
1078
{
1079
1080
    /**
1081
     * @param string $value
1082
     *
1083
     * @return $this
1084
     */
1085
    public function withSprintId($value)
1086
    {
1087
        $this->data['SprintId'] = $value;
1088
        $this->options['form_params']['SprintId'] = $value;
1089
1090
        return $this;
1091
    }
1092
1093
    /**
1094
     * @param string $value
1095
     *
1096
     * @return $this
1097
     */
1098
    public function withOrgId($value)
1099
    {
1100
        $this->data['OrgId'] = $value;
1101
        $this->options['form_params']['OrgId'] = $value;
1102
1103
        return $this;
1104
    }
1105
}
1106
1107
/**
1108
 * @method string getOrgId()
1109
 * @method string getTaskId()
1110
 */
1111
class DeleteDevopsProjectTask extends Rpc
1112
{
1113
1114
    /**
1115
     * @param string $value
1116
     *
1117
     * @return $this
1118
     */
1119
    public function withOrgId($value)
1120
    {
1121
        $this->data['OrgId'] = $value;
1122
        $this->options['form_params']['OrgId'] = $value;
1123
1124
        return $this;
1125
    }
1126
1127
    /**
1128
     * @param string $value
1129
     *
1130
     * @return $this
1131
     */
1132
    public function withTaskId($value)
1133
    {
1134
        $this->data['TaskId'] = $value;
1135
        $this->options['form_params']['TaskId'] = $value;
1136
1137
        return $this;
1138
    }
1139
}
1140
1141
/**
1142
 * @method string getUserPk()
1143
 * @method string getUserId()
1144
 * @method string getOrgId()
1145
 * @method $this withOrgId($value)
1146
 * @method string getPipelineId()
1147
 * @method $this withPipelineId($value)
1148
 */
1149
class DeletePipelineMember extends Rpc
1150
{
1151
1152
    /**
1153
     * @param string $value
1154
     *
1155
     * @return $this
1156
     */
1157
    public function withUserPk($value)
1158
    {
1159
        $this->data['UserPk'] = $value;
1160
        $this->options['form_params']['UserPk'] = $value;
1161
1162
        return $this;
1163
    }
1164
1165
    /**
1166
     * @param string $value
1167
     *
1168
     * @return $this
1169
     */
1170
    public function withUserId($value)
1171
    {
1172
        $this->data['UserId'] = $value;
1173
        $this->options['form_params']['UserId'] = $value;
1174
1175
        return $this;
1176
    }
1177
}
1178
1179
/**
1180
 * @method string getParameters()
1181
 * @method string getUserPk()
1182
 * @method string getOrgId()
1183
 * @method string getPipelineId()
1184
 */
1185
class ExecutePipeline extends Rpc
1186
{
1187
1188
    /**
1189
     * @param string $value
1190
     *
1191
     * @return $this
1192
     */
1193
    public function withParameters($value)
1194
    {
1195
        $this->data['Parameters'] = $value;
1196
        $this->options['form_params']['Parameters'] = $value;
1197
1198
        return $this;
1199
    }
1200
1201
    /**
1202
     * @param string $value
1203
     *
1204
     * @return $this
1205
     */
1206
    public function withUserPk($value)
1207
    {
1208
        $this->data['UserPk'] = $value;
1209
        $this->options['form_params']['UserPk'] = $value;
1210
1211
        return $this;
1212
    }
1213
1214
    /**
1215
     * @param string $value
1216
     *
1217
     * @return $this
1218
     */
1219
    public function withOrgId($value)
1220
    {
1221
        $this->data['OrgId'] = $value;
1222
        $this->options['form_params']['OrgId'] = $value;
1223
1224
        return $this;
1225
    }
1226
1227
    /**
1228
     * @param string $value
1229
     *
1230
     * @return $this
1231
     */
1232
    public function withPipelineId($value)
1233
    {
1234
        $this->data['PipelineId'] = $value;
1235
        $this->options['form_params']['PipelineId'] = $value;
1236
1237
        return $this;
1238
    }
1239
}
1240
1241
/**
1242
 * @method string getOrgId()
1243
 */
1244
class GetDevopsOrganizationMembers extends Rpc
1245
{
1246
1247
    /**
1248
     * @param string $value
1249
     *
1250
     * @return $this
1251
     */
1252
    public function withOrgId($value)
1253
    {
1254
        $this->data['OrgId'] = $value;
1255
        $this->options['form_params']['OrgId'] = $value;
1256
1257
        return $this;
1258
    }
1259
}
1260
1261
/**
1262
 * @method string getProjectId()
1263
 * @method string getOrgId()
1264
 */
1265
class GetDevopsProjectInfo extends Rpc
1266
{
1267
1268
    /**
1269
     * @param string $value
1270
     *
1271
     * @return $this
1272
     */
1273
    public function withProjectId($value)
1274
    {
1275
        $this->data['ProjectId'] = $value;
1276
        $this->options['form_params']['ProjectId'] = $value;
1277
1278
        return $this;
1279
    }
1280
1281
    /**
1282
     * @param string $value
1283
     *
1284
     * @return $this
1285
     */
1286
    public function withOrgId($value)
1287
    {
1288
        $this->data['OrgId'] = $value;
1289
        $this->options['form_params']['OrgId'] = $value;
1290
1291
        return $this;
1292
    }
1293
}
1294
1295
/**
1296
 * @method string getProjectId()
1297
 * @method string getOrgId()
1298
 */
1299
class GetDevopsProjectMembers extends Rpc
1300
{
1301
1302
    /**
1303
     * @param string $value
1304
     *
1305
     * @return $this
1306
     */
1307
    public function withProjectId($value)
1308
    {
1309
        $this->data['ProjectId'] = $value;
1310
        $this->options['form_params']['ProjectId'] = $value;
1311
1312
        return $this;
1313
    }
1314
1315
    /**
1316
     * @param string $value
1317
     *
1318
     * @return $this
1319
     */
1320
    public function withOrgId($value)
1321
    {
1322
        $this->data['OrgId'] = $value;
1323
        $this->options['form_params']['OrgId'] = $value;
1324
1325
        return $this;
1326
    }
1327
}
1328
1329
/**
1330
 * @method string getSprintId()
1331
 * @method string getOrgId()
1332
 */
1333
class GetDevopsProjectSprintInfo extends Rpc
1334
{
1335
1336
    /**
1337
     * @param string $value
1338
     *
1339
     * @return $this
1340
     */
1341
    public function withSprintId($value)
1342
    {
1343
        $this->data['SprintId'] = $value;
1344
        $this->options['form_params']['SprintId'] = $value;
1345
1346
        return $this;
1347
    }
1348
1349
    /**
1350
     * @param string $value
1351
     *
1352
     * @return $this
1353
     */
1354
    public function withOrgId($value)
1355
    {
1356
        $this->data['OrgId'] = $value;
1357
        $this->options['form_params']['OrgId'] = $value;
1358
1359
        return $this;
1360
    }
1361
}
1362
1363
/**
1364
 * @method string getOrgId()
1365
 * @method string getTaskId()
1366
 */
1367
class GetDevopsProjectTaskInfo extends Rpc
1368
{
1369
1370
    /**
1371
     * @param string $value
1372
     *
1373
     * @return $this
1374
     */
1375
    public function withOrgId($value)
1376
    {
1377
        $this->data['OrgId'] = $value;
1378
        $this->options['form_params']['OrgId'] = $value;
1379
1380
        return $this;
1381
    }
1382
1383
    /**
1384
     * @param string $value
1385
     *
1386
     * @return $this
1387
     */
1388
    public function withTaskId($value)
1389
    {
1390
        $this->data['TaskId'] = $value;
1391
        $this->options['form_params']['TaskId'] = $value;
1392
1393
        return $this;
1394
    }
1395
}
1396
1397
/**
1398
 * @method string getRealPk()
1399
 * @method string getOrgId()
1400
 */
1401
class GetLastWorkspace extends Rpc
1402
{
1403
1404
    /**
1405
     * @param string $value
1406
     *
1407
     * @return $this
1408
     */
1409
    public function withRealPk($value)
1410
    {
1411
        $this->data['RealPk'] = $value;
1412
        $this->options['form_params']['RealPk'] = $value;
1413
1414
        return $this;
1415
    }
1416
1417
    /**
1418
     * @param string $value
1419
     *
1420
     * @return $this
1421
     */
1422
    public function withOrgId($value)
1423
    {
1424
        $this->data['OrgId'] = $value;
1425
        $this->options['form_params']['OrgId'] = $value;
1426
1427
        return $this;
1428
    }
1429
}
1430
1431
/**
1432
 * @method string getBuildNum()
1433
 * @method string getUserPk()
1434
 * @method string getOrgId()
1435
 * @method $this withOrgId($value)
1436
 * @method string getPipelineId()
1437
 * @method $this withPipelineId($value)
1438
 */
1439
class GetPipelineInstanceBuildNumberStatus extends Rpc
1440
{
1441
1442
    /**
1443
     * @param string $value
1444
     *
1445
     * @return $this
1446
     */
1447
    public function withBuildNum($value)
1448
    {
1449
        $this->data['BuildNum'] = $value;
1450
        $this->options['form_params']['BuildNum'] = $value;
1451
1452
        return $this;
1453
    }
1454
1455
    /**
1456
     * @param string $value
1457
     *
1458
     * @return $this
1459
     */
1460
    public function withUserPk($value)
1461
    {
1462
        $this->data['UserPk'] = $value;
1463
        $this->options['form_params']['UserPk'] = $value;
1464
1465
        return $this;
1466
    }
1467
}
1468
1469
/**
1470
 * @method string getFlowInstanceId()
1471
 * @method string getUserPk()
1472
 * @method string getOrgId()
1473
 * @method $this withOrgId($value)
1474
 * @method string getPipelineId()
1475
 * @method $this withPipelineId($value)
1476
 */
1477
class GetPipelineInstanceGroupStatus extends Rpc
1478
{
1479
1480
    /**
1481
     * @param string $value
1482
     *
1483
     * @return $this
1484
     */
1485
    public function withFlowInstanceId($value)
1486
    {
1487
        $this->data['FlowInstanceId'] = $value;
1488
        $this->options['form_params']['FlowInstanceId'] = $value;
1489
1490
        return $this;
1491
    }
1492
1493
    /**
1494
     * @param string $value
1495
     *
1496
     * @return $this
1497
     */
1498
    public function withUserPk($value)
1499
    {
1500
        $this->data['UserPk'] = $value;
1501
        $this->options['form_params']['UserPk'] = $value;
1502
1503
        return $this;
1504
    }
1505
}
1506
1507
/**
1508
 * @method string getFlowInstanceId()
1509
 * @method string getUserPk()
1510
 * @method string getOrgId()
1511
 * @method string getPipelineId()
1512
 */
1513
class GetPipelineInstanceInfo extends Rpc
1514
{
1515
1516
    /**
1517
     * @param string $value
1518
     *
1519
     * @return $this
1520
     */
1521
    public function withFlowInstanceId($value)
1522
    {
1523
        $this->data['FlowInstanceId'] = $value;
1524
        $this->options['form_params']['FlowInstanceId'] = $value;
1525
1526
        return $this;
1527
    }
1528
1529
    /**
1530
     * @param string $value
1531
     *
1532
     * @return $this
1533
     */
1534
    public function withUserPk($value)
1535
    {
1536
        $this->data['UserPk'] = $value;
1537
        $this->options['form_params']['UserPk'] = $value;
1538
1539
        return $this;
1540
    }
1541
1542
    /**
1543
     * @param string $value
1544
     *
1545
     * @return $this
1546
     */
1547
    public function withOrgId($value)
1548
    {
1549
        $this->data['OrgId'] = $value;
1550
        $this->options['form_params']['OrgId'] = $value;
1551
1552
        return $this;
1553
    }
1554
1555
    /**
1556
     * @param string $value
1557
     *
1558
     * @return $this
1559
     */
1560
    public function withPipelineId($value)
1561
    {
1562
        $this->data['PipelineId'] = $value;
1563
        $this->options['form_params']['PipelineId'] = $value;
1564
1565
        return $this;
1566
    }
1567
}
1568
1569
/**
1570
 * @method string getFlowInstanceId()
1571
 * @method $this withFlowInstanceId($value)
1572
 * @method string getUserPk()
1573
 * @method string getOrgId()
1574
 * @method $this withOrgId($value)
1575
 * @method string getPipelineId()
1576
 * @method $this withPipelineId($value)
1577
 */
1578
class GetPipelineInstanceStatus extends Rpc
1579
{
1580
1581
    /**
1582
     * @param string $value
1583
     *
1584
     * @return $this
1585
     */
1586
    public function withUserPk($value)
1587
    {
1588
        $this->data['UserPk'] = $value;
1589
        $this->options['form_params']['UserPk'] = $value;
1590
1591
        return $this;
1592
    }
1593
}
1594
1595
/**
1596
 * @method string getEndTime()
1597
 * @method string getStartTime()
1598
 * @method string getUserPk()
1599
 * @method string getOrgId()
1600
 * @method string getPipelineId()
1601
 * @method string getPageSize()
1602
 * @method string getPageStart()
1603
 */
1604
class GetPipelineInstHistory extends Rpc
1605
{
1606
1607
    /**
1608
     * @param string $value
1609
     *
1610
     * @return $this
1611
     */
1612
    public function withEndTime($value)
1613
    {
1614
        $this->data['EndTime'] = $value;
1615
        $this->options['form_params']['EndTime'] = $value;
1616
1617
        return $this;
1618
    }
1619
1620
    /**
1621
     * @param string $value
1622
     *
1623
     * @return $this
1624
     */
1625
    public function withStartTime($value)
1626
    {
1627
        $this->data['StartTime'] = $value;
1628
        $this->options['form_params']['StartTime'] = $value;
1629
1630
        return $this;
1631
    }
1632
1633
    /**
1634
     * @param string $value
1635
     *
1636
     * @return $this
1637
     */
1638
    public function withUserPk($value)
1639
    {
1640
        $this->data['UserPk'] = $value;
1641
        $this->options['form_params']['UserPk'] = $value;
1642
1643
        return $this;
1644
    }
1645
1646
    /**
1647
     * @param string $value
1648
     *
1649
     * @return $this
1650
     */
1651
    public function withOrgId($value)
1652
    {
1653
        $this->data['OrgId'] = $value;
1654
        $this->options['form_params']['OrgId'] = $value;
1655
1656
        return $this;
1657
    }
1658
1659
    /**
1660
     * @param string $value
1661
     *
1662
     * @return $this
1663
     */
1664
    public function withPipelineId($value)
1665
    {
1666
        $this->data['PipelineId'] = $value;
1667
        $this->options['form_params']['PipelineId'] = $value;
1668
1669
        return $this;
1670
    }
1671
1672
    /**
1673
     * @param string $value
1674
     *
1675
     * @return $this
1676
     */
1677
    public function withPageSize($value)
1678
    {
1679
        $this->data['PageSize'] = $value;
1680
        $this->options['form_params']['PageSize'] = $value;
1681
1682
        return $this;
1683
    }
1684
1685
    /**
1686
     * @param string $value
1687
     *
1688
     * @return $this
1689
     */
1690
    public function withPageStart($value)
1691
    {
1692
        $this->data['PageStart'] = $value;
1693
        $this->options['form_params']['PageStart'] = $value;
1694
1695
        return $this;
1696
    }
1697
}
1698
1699
/**
1700
 * @method string getUserPk()
1701
 * @method string getOrgId()
1702
 * @method string getPipelineId()
1703
 * @method string getJobId()
1704
 */
1705
class GetPipelineLog extends Rpc
1706
{
1707
1708
    /**
1709
     * @param string $value
1710
     *
1711
     * @return $this
1712
     */
1713
    public function withUserPk($value)
1714
    {
1715
        $this->data['UserPk'] = $value;
1716
        $this->options['form_params']['UserPk'] = $value;
1717
1718
        return $this;
1719
    }
1720
1721
    /**
1722
     * @param string $value
1723
     *
1724
     * @return $this
1725
     */
1726
    public function withOrgId($value)
1727
    {
1728
        $this->data['OrgId'] = $value;
1729
        $this->options['form_params']['OrgId'] = $value;
1730
1731
        return $this;
1732
    }
1733
1734
    /**
1735
     * @param string $value
1736
     *
1737
     * @return $this
1738
     */
1739
    public function withPipelineId($value)
1740
    {
1741
        $this->data['PipelineId'] = $value;
1742
        $this->options['form_params']['PipelineId'] = $value;
1743
1744
        return $this;
1745
    }
1746
1747
    /**
1748
     * @param string $value
1749
     *
1750
     * @return $this
1751
     */
1752
    public function withJobId($value)
1753
    {
1754
        $this->data['JobId'] = $value;
1755
        $this->options['form_params']['JobId'] = $value;
1756
1757
        return $this;
1758
    }
1759
}
1760
1761
/**
1762
 * @method string getOffset()
1763
 * @method string getUserPk()
1764
 * @method string getOrgId()
1765
 * @method string getPipelineId()
1766
 * @method string getJobId()
1767
 * @method string getStepIndex()
1768
 * @method string getLimit()
1769
 */
1770
class GetPipelineStepLog extends Rpc
1771
{
1772
1773
    /**
1774
     * @param string $value
1775
     *
1776
     * @return $this
1777
     */
1778
    public function withOffset($value)
1779
    {
1780
        $this->data['Offset'] = $value;
1781
        $this->options['form_params']['Offset'] = $value;
1782
1783
        return $this;
1784
    }
1785
1786
    /**
1787
     * @param string $value
1788
     *
1789
     * @return $this
1790
     */
1791
    public function withUserPk($value)
1792
    {
1793
        $this->data['UserPk'] = $value;
1794
        $this->options['form_params']['UserPk'] = $value;
1795
1796
        return $this;
1797
    }
1798
1799
    /**
1800
     * @param string $value
1801
     *
1802
     * @return $this
1803
     */
1804
    public function withOrgId($value)
1805
    {
1806
        $this->data['OrgId'] = $value;
1807
        $this->options['form_params']['OrgId'] = $value;
1808
1809
        return $this;
1810
    }
1811
1812
    /**
1813
     * @param string $value
1814
     *
1815
     * @return $this
1816
     */
1817
    public function withPipelineId($value)
1818
    {
1819
        $this->data['PipelineId'] = $value;
1820
        $this->options['form_params']['PipelineId'] = $value;
1821
1822
        return $this;
1823
    }
1824
1825
    /**
1826
     * @param string $value
1827
     *
1828
     * @return $this
1829
     */
1830
    public function withJobId($value)
1831
    {
1832
        $this->data['JobId'] = $value;
1833
        $this->options['form_params']['JobId'] = $value;
1834
1835
        return $this;
1836
    }
1837
1838
    /**
1839
     * @param string $value
1840
     *
1841
     * @return $this
1842
     */
1843
    public function withStepIndex($value)
1844
    {
1845
        $this->data['StepIndex'] = $value;
1846
        $this->options['form_params']['StepIndex'] = $value;
1847
1848
        return $this;
1849
    }
1850
1851
    /**
1852
     * @param string $value
1853
     *
1854
     * @return $this
1855
     */
1856
    public function withLimit($value)
1857
    {
1858
        $this->data['Limit'] = $value;
1859
        $this->options['form_params']['Limit'] = $value;
1860
1861
        return $this;
1862
    }
1863
}
1864
1865
/**
1866
 * @method string getUserPk()
1867
 * @method string getOrgId()
1868
 * @method $this withOrgId($value)
1869
 * @method string getPipelineId()
1870
 * @method $this withPipelineId($value)
1871
 */
1872
class GetPipleineLatestInstanceStatus extends Rpc
1873
{
1874
1875
    /**
1876
     * @param string $value
1877
     *
1878
     * @return $this
1879
     */
1880
    public function withUserPk($value)
1881
    {
1882
        $this->data['UserPk'] = $value;
1883
        $this->options['form_params']['UserPk'] = $value;
1884
1885
        return $this;
1886
    }
1887
}
1888
1889
/**
1890
 * @method string getQuery()
1891
 * @method string getType()
1892
 * @method string getProjectId()
1893
 * @method string getOrgId()
1894
 */
1895
class GetProjectOption extends Rpc
1896
{
1897
1898
    /**
1899
     * @param string $value
1900
     *
1901
     * @return $this
1902
     */
1903
    public function withQuery($value)
1904
    {
1905
        $this->data['Query'] = $value;
1906
        $this->options['form_params']['Query'] = $value;
1907
1908
        return $this;
1909
    }
1910
1911
    /**
1912
     * @param string $value
1913
     *
1914
     * @return $this
1915
     */
1916
    public function withType($value)
1917
    {
1918
        $this->data['Type'] = $value;
1919
        $this->options['form_params']['Type'] = $value;
1920
1921
        return $this;
1922
    }
1923
1924
    /**
1925
     * @param string $value
1926
     *
1927
     * @return $this
1928
     */
1929
    public function withProjectId($value)
1930
    {
1931
        $this->data['ProjectId'] = $value;
1932
        $this->options['form_params']['ProjectId'] = $value;
1933
1934
        return $this;
1935
    }
1936
1937
    /**
1938
     * @param string $value
1939
     *
1940
     * @return $this
1941
     */
1942
    public function withOrgId($value)
1943
    {
1944
        $this->data['OrgId'] = $value;
1945
        $this->options['form_params']['OrgId'] = $value;
1946
1947
        return $this;
1948
    }
1949
}
1950
1951
/**
1952
 * @method string getProjectId()
1953
 * @method string getOrgId()
1954
 * @method string getTaskId()
1955
 */
1956
class GetTaskDetailActivity extends Rpc
1957
{
1958
1959
    /**
1960
     * @param string $value
1961
     *
1962
     * @return $this
1963
     */
1964
    public function withProjectId($value)
1965
    {
1966
        $this->data['ProjectId'] = $value;
1967
        $this->options['form_params']['ProjectId'] = $value;
1968
1969
        return $this;
1970
    }
1971
1972
    /**
1973
     * @param string $value
1974
     *
1975
     * @return $this
1976
     */
1977
    public function withOrgId($value)
1978
    {
1979
        $this->data['OrgId'] = $value;
1980
        $this->options['form_params']['OrgId'] = $value;
1981
1982
        return $this;
1983
    }
1984
1985
    /**
1986
     * @param string $value
1987
     *
1988
     * @return $this
1989
     */
1990
    public function withTaskId($value)
1991
    {
1992
        $this->data['TaskId'] = $value;
1993
        $this->options['form_params']['TaskId'] = $value;
1994
1995
        return $this;
1996
    }
1997
}
1998
1999
/**
2000
 * @method string getProjectId()
2001
 * @method string getOrgId()
2002
 * @method string getTaskId()
2003
 */
2004
class GetTaskDetailBase extends Rpc
2005
{
2006
2007
    /**
2008
     * @param string $value
2009
     *
2010
     * @return $this
2011
     */
2012
    public function withProjectId($value)
2013
    {
2014
        $this->data['ProjectId'] = $value;
2015
        $this->options['form_params']['ProjectId'] = $value;
2016
2017
        return $this;
2018
    }
2019
2020
    /**
2021
     * @param string $value
2022
     *
2023
     * @return $this
2024
     */
2025
    public function withOrgId($value)
2026
    {
2027
        $this->data['OrgId'] = $value;
2028
        $this->options['form_params']['OrgId'] = $value;
2029
2030
        return $this;
2031
    }
2032
2033
    /**
2034
     * @param string $value
2035
     *
2036
     * @return $this
2037
     */
2038
    public function withTaskId($value)
2039
    {
2040
        $this->data['TaskId'] = $value;
2041
        $this->options['form_params']['TaskId'] = $value;
2042
2043
        return $this;
2044
    }
2045
}
2046
2047
/**
2048
 * @method string getInvolveMembers()
2049
 * @method string getExecutorId()
2050
 * @method string getOrderCondition()
2051
 * @method string getSprintId()
2052
 * @method string getExtra()
2053
 * @method string getPageSize()
2054
 * @method string getScenarioFieldConfigId()
2055
 * @method string getIsDone()
2056
 * @method string getObjectType()
2057
 * @method string getProjectId()
2058
 * @method string getPageToken()
2059
 * @method string getOrder()
2060
 * @method string getTagId()
2061
 * @method string getTaskFlowStatusId()
2062
 * @method string getDueDateStart()
2063
 * @method string getCreatorId()
2064
 * @method string getPriority()
2065
 * @method string getDueDateEnd()
2066
 * @method string getOrgId()
2067
 * @method string getName()
2068
 */
2069
class GetTaskListFilter extends Rpc
2070
{
2071
2072
    /**
2073
     * @param string $value
2074
     *
2075
     * @return $this
2076
     */
2077
    public function withInvolveMembers($value)
2078
    {
2079
        $this->data['InvolveMembers'] = $value;
2080
        $this->options['form_params']['InvolveMembers'] = $value;
2081
2082
        return $this;
2083
    }
2084
2085
    /**
2086
     * @param string $value
2087
     *
2088
     * @return $this
2089
     */
2090
    public function withExecutorId($value)
2091
    {
2092
        $this->data['ExecutorId'] = $value;
2093
        $this->options['form_params']['ExecutorId'] = $value;
2094
2095
        return $this;
2096
    }
2097
2098
    /**
2099
     * @param string $value
2100
     *
2101
     * @return $this
2102
     */
2103
    public function withOrderCondition($value)
2104
    {
2105
        $this->data['OrderCondition'] = $value;
2106
        $this->options['form_params']['OrderCondition'] = $value;
2107
2108
        return $this;
2109
    }
2110
2111
    /**
2112
     * @param string $value
2113
     *
2114
     * @return $this
2115
     */
2116
    public function withSprintId($value)
2117
    {
2118
        $this->data['SprintId'] = $value;
2119
        $this->options['form_params']['SprintId'] = $value;
2120
2121
        return $this;
2122
    }
2123
2124
    /**
2125
     * @param string $value
2126
     *
2127
     * @return $this
2128
     */
2129
    public function withExtra($value)
2130
    {
2131
        $this->data['Extra'] = $value;
2132
        $this->options['form_params']['Extra'] = $value;
2133
2134
        return $this;
2135
    }
2136
2137
    /**
2138
     * @param string $value
2139
     *
2140
     * @return $this
2141
     */
2142
    public function withPageSize($value)
2143
    {
2144
        $this->data['PageSize'] = $value;
2145
        $this->options['form_params']['PageSize'] = $value;
2146
2147
        return $this;
2148
    }
2149
2150
    /**
2151
     * @param string $value
2152
     *
2153
     * @return $this
2154
     */
2155
    public function withScenarioFieldConfigId($value)
2156
    {
2157
        $this->data['ScenarioFieldConfigId'] = $value;
2158
        $this->options['form_params']['ScenarioFieldConfigId'] = $value;
2159
2160
        return $this;
2161
    }
2162
2163
    /**
2164
     * @param string $value
2165
     *
2166
     * @return $this
2167
     */
2168
    public function withIsDone($value)
2169
    {
2170
        $this->data['IsDone'] = $value;
2171
        $this->options['form_params']['IsDone'] = $value;
2172
2173
        return $this;
2174
    }
2175
2176
    /**
2177
     * @param string $value
2178
     *
2179
     * @return $this
2180
     */
2181
    public function withObjectType($value)
2182
    {
2183
        $this->data['ObjectType'] = $value;
2184
        $this->options['form_params']['ObjectType'] = $value;
2185
2186
        return $this;
2187
    }
2188
2189
    /**
2190
     * @param string $value
2191
     *
2192
     * @return $this
2193
     */
2194
    public function withProjectId($value)
2195
    {
2196
        $this->data['ProjectId'] = $value;
2197
        $this->options['form_params']['ProjectId'] = $value;
2198
2199
        return $this;
2200
    }
2201
2202
    /**
2203
     * @param string $value
2204
     *
2205
     * @return $this
2206
     */
2207
    public function withPageToken($value)
2208
    {
2209
        $this->data['PageToken'] = $value;
2210
        $this->options['form_params']['PageToken'] = $value;
2211
2212
        return $this;
2213
    }
2214
2215
    /**
2216
     * @param string $value
2217
     *
2218
     * @return $this
2219
     */
2220
    public function withOrder($value)
2221
    {
2222
        $this->data['Order'] = $value;
2223
        $this->options['form_params']['Order'] = $value;
2224
2225
        return $this;
2226
    }
2227
2228
    /**
2229
     * @param string $value
2230
     *
2231
     * @return $this
2232
     */
2233
    public function withTagId($value)
2234
    {
2235
        $this->data['TagId'] = $value;
2236
        $this->options['form_params']['TagId'] = $value;
2237
2238
        return $this;
2239
    }
2240
2241
    /**
2242
     * @param string $value
2243
     *
2244
     * @return $this
2245
     */
2246
    public function withTaskFlowStatusId($value)
2247
    {
2248
        $this->data['TaskFlowStatusId'] = $value;
2249
        $this->options['form_params']['TaskFlowStatusId'] = $value;
2250
2251
        return $this;
2252
    }
2253
2254
    /**
2255
     * @param string $value
2256
     *
2257
     * @return $this
2258
     */
2259
    public function withDueDateStart($value)
2260
    {
2261
        $this->data['DueDateStart'] = $value;
2262
        $this->options['form_params']['DueDateStart'] = $value;
2263
2264
        return $this;
2265
    }
2266
2267
    /**
2268
     * @param string $value
2269
     *
2270
     * @return $this
2271
     */
2272
    public function withCreatorId($value)
2273
    {
2274
        $this->data['CreatorId'] = $value;
2275
        $this->options['form_params']['CreatorId'] = $value;
2276
2277
        return $this;
2278
    }
2279
2280
    /**
2281
     * @param string $value
2282
     *
2283
     * @return $this
2284
     */
2285
    public function withPriority($value)
2286
    {
2287
        $this->data['Priority'] = $value;
2288
        $this->options['form_params']['Priority'] = $value;
2289
2290
        return $this;
2291
    }
2292
2293
    /**
2294
     * @param string $value
2295
     *
2296
     * @return $this
2297
     */
2298
    public function withDueDateEnd($value)
2299
    {
2300
        $this->data['DueDateEnd'] = $value;
2301
        $this->options['form_params']['DueDateEnd'] = $value;
2302
2303
        return $this;
2304
    }
2305
2306
    /**
2307
     * @param string $value
2308
     *
2309
     * @return $this
2310
     */
2311
    public function withOrgId($value)
2312
    {
2313
        $this->data['OrgId'] = $value;
2314
        $this->options['form_params']['OrgId'] = $value;
2315
2316
        return $this;
2317
    }
2318
2319
    /**
2320
     * @param string $value
2321
     *
2322
     * @return $this
2323
     */
2324
    public function withName($value)
2325
    {
2326
        $this->data['Name'] = $value;
2327
        $this->options['form_params']['Name'] = $value;
2328
2329
        return $this;
2330
    }
2331
}
2332
2333
/**
2334
 * @method string getUserPk()
2335
 * @method string getOrgId()
2336
 */
2337
class GetUserByAliyunUid extends Rpc
2338
{
2339
2340
    /**
2341
     * @param string $value
2342
     *
2343
     * @return $this
2344
     */
2345
    public function withUserPk($value)
2346
    {
2347
        $this->data['UserPk'] = $value;
2348
        $this->options['form_params']['UserPk'] = $value;
2349
2350
        return $this;
2351
    }
2352
2353
    /**
2354
     * @param string $value
2355
     *
2356
     * @return $this
2357
     */
2358
    public function withOrgId($value)
2359
    {
2360
        $this->data['OrgId'] = $value;
2361
        $this->options['form_params']['OrgId'] = $value;
2362
2363
        return $this;
2364
    }
2365
}
2366
2367
/**
2368
 * @method string getUserId()
2369
 * @method string getOrgId()
2370
 */
2371
class GetUserName extends Rpc
2372
{
2373
2374
    /**
2375
     * @param string $value
2376
     *
2377
     * @return $this
2378
     */
2379
    public function withUserId($value)
2380
    {
2381
        $this->data['UserId'] = $value;
2382
        $this->options['form_params']['UserId'] = $value;
2383
2384
        return $this;
2385
    }
2386
2387
    /**
2388
     * @param string $value
2389
     *
2390
     * @return $this
2391
     */
2392
    public function withOrgId($value)
2393
    {
2394
        $this->data['OrgId'] = $value;
2395
        $this->options['form_params']['OrgId'] = $value;
2396
2397
        return $this;
2398
    }
2399
}
2400
2401
/**
2402
 * @method string getPhone()
2403
 * @method string getUserPk()
2404
 * @method string getEmail()
2405
 * @method string getUserName()
2406
 */
2407
class InsertDevopsUser extends Rpc
2408
{
2409
2410
    /**
2411
     * @param string $value
2412
     *
2413
     * @return $this
2414
     */
2415
    public function withPhone($value)
2416
    {
2417
        $this->data['Phone'] = $value;
2418
        $this->options['form_params']['Phone'] = $value;
2419
2420
        return $this;
2421
    }
2422
2423
    /**
2424
     * @param string $value
2425
     *
2426
     * @return $this
2427
     */
2428
    public function withUserPk($value)
2429
    {
2430
        $this->data['UserPk'] = $value;
2431
        $this->options['form_params']['UserPk'] = $value;
2432
2433
        return $this;
2434
    }
2435
2436
    /**
2437
     * @param string $value
2438
     *
2439
     * @return $this
2440
     */
2441
    public function withEmail($value)
2442
    {
2443
        $this->data['Email'] = $value;
2444
        $this->options['form_params']['Email'] = $value;
2445
2446
        return $this;
2447
    }
2448
2449
    /**
2450
     * @param string $value
2451
     *
2452
     * @return $this
2453
     */
2454
    public function withUserName($value)
2455
    {
2456
        $this->data['UserName'] = $value;
2457
        $this->options['form_params']['UserName'] = $value;
2458
2459
        return $this;
2460
    }
2461
}
2462
2463
/**
2464
 * @method string getRoleName()
2465
 * @method string getUserPk()
2466
 * @method string getUserId()
2467
 * @method string getOrgId()
2468
 * @method $this withOrgId($value)
2469
 * @method string getPipelineId()
2470
 * @method $this withPipelineId($value)
2471
 */
2472
class InsertPipelineMember extends Rpc
2473
{
2474
2475
    /**
2476
     * @param string $value
2477
     *
2478
     * @return $this
2479
     */
2480
    public function withRoleName($value)
2481
    {
2482
        $this->data['RoleName'] = $value;
2483
        $this->options['form_params']['RoleName'] = $value;
2484
2485
        return $this;
2486
    }
2487
2488
    /**
2489
     * @param string $value
2490
     *
2491
     * @return $this
2492
     */
2493
    public function withUserPk($value)
2494
    {
2495
        $this->data['UserPk'] = $value;
2496
        $this->options['form_params']['UserPk'] = $value;
2497
2498
        return $this;
2499
    }
2500
2501
    /**
2502
     * @param string $value
2503
     *
2504
     * @return $this
2505
     */
2506
    public function withUserId($value)
2507
    {
2508
        $this->data['UserId'] = $value;
2509
        $this->options['form_params']['UserId'] = $value;
2510
2511
        return $this;
2512
    }
2513
}
2514
2515
/**
2516
 * @method string getMembers()
2517
 * @method string getProjectId()
2518
 * @method string getOrgId()
2519
 */
2520
class InsertProjectMembers extends Rpc
2521
{
2522
2523
    /**
2524
     * @param string $value
2525
     *
2526
     * @return $this
2527
     */
2528
    public function withMembers($value)
2529
    {
2530
        $this->data['Members'] = $value;
2531
        $this->options['form_params']['Members'] = $value;
2532
2533
        return $this;
2534
    }
2535
2536
    /**
2537
     * @param string $value
2538
     *
2539
     * @return $this
2540
     */
2541
    public function withProjectId($value)
2542
    {
2543
        $this->data['ProjectId'] = $value;
2544
        $this->options['form_params']['ProjectId'] = $value;
2545
2546
        return $this;
2547
    }
2548
2549
    /**
2550
     * @param string $value
2551
     *
2552
     * @return $this
2553
     */
2554
    public function withOrgId($value)
2555
    {
2556
        $this->data['OrgId'] = $value;
2557
        $this->options['form_params']['OrgId'] = $value;
2558
2559
        return $this;
2560
    }
2561
}
2562
2563
/**
2564
 * @method string getAll()
2565
 * @method string getSmartGroupId()
2566
 * @method string getProjectId()
2567
 * @method string getOrgId()
2568
 */
2569
class ListCommonGroup extends Rpc
2570
{
2571
2572
    /**
2573
     * @param string $value
2574
     *
2575
     * @return $this
2576
     */
2577
    public function withAll($value)
2578
    {
2579
        $this->data['All'] = $value;
2580
        $this->options['form_params']['All'] = $value;
2581
2582
        return $this;
2583
    }
2584
2585
    /**
2586
     * @param string $value
2587
     *
2588
     * @return $this
2589
     */
2590
    public function withSmartGroupId($value)
2591
    {
2592
        $this->data['SmartGroupId'] = $value;
2593
        $this->options['form_params']['SmartGroupId'] = $value;
2594
2595
        return $this;
2596
    }
2597
2598
    /**
2599
     * @param string $value
2600
     *
2601
     * @return $this
2602
     */
2603
    public function withProjectId($value)
2604
    {
2605
        $this->data['ProjectId'] = $value;
2606
        $this->options['form_params']['ProjectId'] = $value;
2607
2608
        return $this;
2609
    }
2610
2611
    /**
2612
     * @param string $value
2613
     *
2614
     * @return $this
2615
     */
2616
    public function withOrgId($value)
2617
    {
2618
        $this->data['OrgId'] = $value;
2619
        $this->options['form_params']['OrgId'] = $value;
2620
2621
        return $this;
2622
    }
2623
}
2624
2625
/**
2626
 * @method string getUserPk()
2627
 * @method string getOrgId()
2628
 */
2629
class ListCredentials extends Rpc
2630
{
2631
2632
    /**
2633
     * @param string $value
2634
     *
2635
     * @return $this
2636
     */
2637
    public function withUserPk($value)
2638
    {
2639
        $this->data['UserPk'] = $value;
2640
        $this->options['form_params']['UserPk'] = $value;
2641
2642
        return $this;
2643
    }
2644
2645
    /**
2646
     * @param string $value
2647
     *
2648
     * @return $this
2649
     */
2650
    public function withOrgId($value)
2651
    {
2652
        $this->data['OrgId'] = $value;
2653
        $this->options['form_params']['OrgId'] = $value;
2654
2655
        return $this;
2656
    }
2657
}
2658
2659
/**
2660
 * @method string getProjectId()
2661
 * @method string getOrgId()
2662
 */
2663
class ListDevopsProjectSprints extends Rpc
2664
{
2665
2666
    /**
2667
     * @param string $value
2668
     *
2669
     * @return $this
2670
     */
2671
    public function withProjectId($value)
2672
    {
2673
        $this->data['ProjectId'] = $value;
2674
        $this->options['form_params']['ProjectId'] = $value;
2675
2676
        return $this;
2677
    }
2678
2679
    /**
2680
     * @param string $value
2681
     *
2682
     * @return $this
2683
     */
2684
    public function withOrgId($value)
2685
    {
2686
        $this->data['OrgId'] = $value;
2687
        $this->options['form_params']['OrgId'] = $value;
2688
2689
        return $this;
2690
    }
2691
}
2692
2693
/**
2694
 * @method string getProjectId()
2695
 * @method string getOrgId()
2696
 */
2697
class ListDevopsProjectTaskFlow extends Rpc
2698
{
2699
2700
    /**
2701
     * @param string $value
2702
     *
2703
     * @return $this
2704
     */
2705
    public function withProjectId($value)
2706
    {
2707
        $this->data['ProjectId'] = $value;
2708
        $this->options['form_params']['ProjectId'] = $value;
2709
2710
        return $this;
2711
    }
2712
2713
    /**
2714
     * @param string $value
2715
     *
2716
     * @return $this
2717
     */
2718
    public function withOrgId($value)
2719
    {
2720
        $this->data['OrgId'] = $value;
2721
        $this->options['form_params']['OrgId'] = $value;
2722
2723
        return $this;
2724
    }
2725
}
2726
2727
/**
2728
 * @method string getTaskFlowId()
2729
 * @method string getOrgId()
2730
 */
2731
class ListDevopsProjectTaskFlowStatus extends Rpc
2732
{
2733
2734
    /**
2735
     * @param string $value
2736
     *
2737
     * @return $this
2738
     */
2739
    public function withTaskFlowId($value)
2740
    {
2741
        $this->data['TaskFlowId'] = $value;
2742
        $this->options['form_params']['TaskFlowId'] = $value;
2743
2744
        return $this;
2745
    }
2746
2747
    /**
2748
     * @param string $value
2749
     *
2750
     * @return $this
2751
     */
2752
    public function withOrgId($value)
2753
    {
2754
        $this->data['OrgId'] = $value;
2755
        $this->options['form_params']['OrgId'] = $value;
2756
2757
        return $this;
2758
    }
2759
}
2760
2761
/**
2762
 * @method string getProjectId()
2763
 * @method string getOrgId()
2764
 */
2765
class ListDevopsProjectTaskList extends Rpc
2766
{
2767
2768
    /**
2769
     * @param string $value
2770
     *
2771
     * @return $this
2772
     */
2773
    public function withProjectId($value)
2774
    {
2775
        $this->data['ProjectId'] = $value;
2776
        $this->options['form_params']['ProjectId'] = $value;
2777
2778
        return $this;
2779
    }
2780
2781
    /**
2782
     * @param string $value
2783
     *
2784
     * @return $this
2785
     */
2786
    public function withOrgId($value)
2787
    {
2788
        $this->data['OrgId'] = $value;
2789
        $this->options['form_params']['OrgId'] = $value;
2790
2791
        return $this;
2792
    }
2793
}
2794
2795
/**
2796
 * @method string getProjectIds()
2797
 * @method string getOrgId()
2798
 */
2799
class ListDevopsProjectTasks extends Rpc
2800
{
2801
2802
    /**
2803
     * @param string $value
2804
     *
2805
     * @return $this
2806
     */
2807
    public function withProjectIds($value)
2808
    {
2809
        $this->data['ProjectIds'] = $value;
2810
        $this->options['form_params']['ProjectIds'] = $value;
2811
2812
        return $this;
2813
    }
2814
2815
    /**
2816
     * @param string $value
2817
     *
2818
     * @return $this
2819
     */
2820
    public function withOrgId($value)
2821
    {
2822
        $this->data['OrgId'] = $value;
2823
        $this->options['form_params']['OrgId'] = $value;
2824
2825
        return $this;
2826
    }
2827
}
2828
2829
/**
2830
 * @method string getProjectId()
2831
 * @method string getOrgId()
2832
 */
2833
class ListDevopsScenarioFieldConfig extends Rpc
2834
{
2835
2836
    /**
2837
     * @param string $value
2838
     *
2839
     * @return $this
2840
     */
2841
    public function withProjectId($value)
2842
    {
2843
        $this->data['ProjectId'] = $value;
2844
        $this->options['form_params']['ProjectId'] = $value;
2845
2846
        return $this;
2847
    }
2848
2849
    /**
2850
     * @param string $value
2851
     *
2852
     * @return $this
2853
     */
2854
    public function withOrgId($value)
2855
    {
2856
        $this->data['OrgId'] = $value;
2857
        $this->options['form_params']['OrgId'] = $value;
2858
2859
        return $this;
2860
    }
2861
}
2862
2863
/**
2864
 * @method string getPipelineName()
2865
 * @method string getResultStatusList()
2866
 * @method string getCreators()
2867
 * @method string getExecuteEndTime()
2868
 * @method string getUserPk()
2869
 * @method string getOrgId()
2870
 * @method $this withOrgId($value)
2871
 * @method string getCreateStartTime()
2872
 * @method string getOperators()
2873
 * @method string getPageSize()
2874
 * @method string getExecuteStartTime()
2875
 * @method string getPageStart()
2876
 * @method string getCreateEndTime()
2877
 */
2878
class ListPipelines extends Rpc
2879
{
2880
2881
    /**
2882
     * @param string $value
2883
     *
2884
     * @return $this
2885
     */
2886
    public function withPipelineName($value)
2887
    {
2888
        $this->data['PipelineName'] = $value;
2889
        $this->options['form_params']['PipelineName'] = $value;
2890
2891
        return $this;
2892
    }
2893
2894
    /**
2895
     * @param string $value
2896
     *
2897
     * @return $this
2898
     */
2899
    public function withResultStatusList($value)
2900
    {
2901
        $this->data['ResultStatusList'] = $value;
2902
        $this->options['form_params']['ResultStatusList'] = $value;
2903
2904
        return $this;
2905
    }
2906
2907
    /**
2908
     * @param string $value
2909
     *
2910
     * @return $this
2911
     */
2912
    public function withCreators($value)
2913
    {
2914
        $this->data['Creators'] = $value;
2915
        $this->options['form_params']['Creators'] = $value;
2916
2917
        return $this;
2918
    }
2919
2920
    /**
2921
     * @param string $value
2922
     *
2923
     * @return $this
2924
     */
2925
    public function withExecuteEndTime($value)
2926
    {
2927
        $this->data['ExecuteEndTime'] = $value;
2928
        $this->options['form_params']['ExecuteEndTime'] = $value;
2929
2930
        return $this;
2931
    }
2932
2933
    /**
2934
     * @param string $value
2935
     *
2936
     * @return $this
2937
     */
2938
    public function withUserPk($value)
2939
    {
2940
        $this->data['UserPk'] = $value;
2941
        $this->options['form_params']['UserPk'] = $value;
2942
2943
        return $this;
2944
    }
2945
2946
    /**
2947
     * @param string $value
2948
     *
2949
     * @return $this
2950
     */
2951
    public function withCreateStartTime($value)
2952
    {
2953
        $this->data['CreateStartTime'] = $value;
2954
        $this->options['form_params']['CreateStartTime'] = $value;
2955
2956
        return $this;
2957
    }
2958
2959
    /**
2960
     * @param string $value
2961
     *
2962
     * @return $this
2963
     */
2964
    public function withOperators($value)
2965
    {
2966
        $this->data['Operators'] = $value;
2967
        $this->options['form_params']['Operators'] = $value;
2968
2969
        return $this;
2970
    }
2971
2972
    /**
2973
     * @param string $value
2974
     *
2975
     * @return $this
2976
     */
2977
    public function withPageSize($value)
2978
    {
2979
        $this->data['PageSize'] = $value;
2980
        $this->options['form_params']['PageSize'] = $value;
2981
2982
        return $this;
2983
    }
2984
2985
    /**
2986
     * @param string $value
2987
     *
2988
     * @return $this
2989
     */
2990
    public function withExecuteStartTime($value)
2991
    {
2992
        $this->data['ExecuteStartTime'] = $value;
2993
        $this->options['form_params']['ExecuteStartTime'] = $value;
2994
2995
        return $this;
2996
    }
2997
2998
    /**
2999
     * @param string $value
3000
     *
3001
     * @return $this
3002
     */
3003
    public function withPageStart($value)
3004
    {
3005
        $this->data['PageStart'] = $value;
3006
        $this->options['form_params']['PageStart'] = $value;
3007
3008
        return $this;
3009
    }
3010
3011
    /**
3012
     * @param string $value
3013
     *
3014
     * @return $this
3015
     */
3016
    public function withCreateEndTime($value)
3017
    {
3018
        $this->data['CreateEndTime'] = $value;
3019
        $this->options['form_params']['CreateEndTime'] = $value;
3020
3021
        return $this;
3022
    }
3023
}
3024
3025
/**
3026
 * @method string getProjectId()
3027
 * @method string getOrgId()
3028
 */
3029
class ListProjectCustomFields extends Rpc
3030
{
3031
3032
    /**
3033
     * @param string $value
3034
     *
3035
     * @return $this
3036
     */
3037
    public function withProjectId($value)
3038
    {
3039
        $this->data['ProjectId'] = $value;
3040
        $this->options['form_params']['ProjectId'] = $value;
3041
3042
        return $this;
3043
    }
3044
3045
    /**
3046
     * @param string $value
3047
     *
3048
     * @return $this
3049
     */
3050
    public function withOrgId($value)
3051
    {
3052
        $this->data['OrgId'] = $value;
3053
        $this->options['form_params']['OrgId'] = $value;
3054
3055
        return $this;
3056
    }
3057
}
3058
3059
/**
3060
 * @method string getScType()
3061
 * @method string getUserPk()
3062
 * @method string getOrgId()
3063
 */
3064
class ListServiceConnections extends Rpc
3065
{
3066
3067
    /**
3068
     * @param string $value
3069
     *
3070
     * @return $this
3071
     */
3072
    public function withScType($value)
3073
    {
3074
        $this->data['ScType'] = $value;
3075
        $this->options['form_params']['ScType'] = $value;
3076
3077
        return $this;
3078
    }
3079
3080
    /**
3081
     * @param string $value
3082
     *
3083
     * @return $this
3084
     */
3085
    public function withUserPk($value)
3086
    {
3087
        $this->data['UserPk'] = $value;
3088
        $this->options['form_params']['UserPk'] = $value;
3089
3090
        return $this;
3091
    }
3092
3093
    /**
3094
     * @param string $value
3095
     *
3096
     * @return $this
3097
     */
3098
    public function withOrgId($value)
3099
    {
3100
        $this->data['OrgId'] = $value;
3101
        $this->options['form_params']['OrgId'] = $value;
3102
3103
        return $this;
3104
    }
3105
}
3106
3107
/**
3108
 * @method string getProjectId()
3109
 * @method string getOrgId()
3110
 */
3111
class ListSmartGroup extends Rpc
3112
{
3113
3114
    /**
3115
     * @param string $value
3116
     *
3117
     * @return $this
3118
     */
3119
    public function withProjectId($value)
3120
    {
3121
        $this->data['ProjectId'] = $value;
3122
        $this->options['form_params']['ProjectId'] = $value;
3123
3124
        return $this;
3125
    }
3126
3127
    /**
3128
     * @param string $value
3129
     *
3130
     * @return $this
3131
     */
3132
    public function withOrgId($value)
3133
    {
3134
        $this->data['OrgId'] = $value;
3135
        $this->options['form_params']['OrgId'] = $value;
3136
3137
        return $this;
3138
    }
3139
}
3140
3141
/**
3142
 * @method string getRealPk()
3143
 */
3144
class ListUserOrganization extends Rpc
3145
{
3146
3147
    /**
3148
     * @param string $value
3149
     *
3150
     * @return $this
3151
     */
3152
    public function withRealPk($value)
3153
    {
3154
        $this->data['RealPk'] = $value;
3155
        $this->options['form_params']['RealPk'] = $value;
3156
3157
        return $this;
3158
    }
3159
}
3160
3161
/**
3162
 * @method string getUserPk()
3163
 * @method string getOrgId()
3164
 * @method $this withOrgId($value)
3165
 * @method string getPipelineId()
3166
 * @method $this withPipelineId($value)
3167
 * @method string getNewOwnerId()
3168
 */
3169
class TransferPipelineOwner extends Rpc
3170
{
3171
3172
    /**
3173
     * @param string $value
3174
     *
3175
     * @return $this
3176
     */
3177
    public function withUserPk($value)
3178
    {
3179
        $this->data['UserPk'] = $value;
3180
        $this->options['form_params']['UserPk'] = $value;
3181
3182
        return $this;
3183
    }
3184
3185
    /**
3186
     * @param string $value
3187
     *
3188
     * @return $this
3189
     */
3190
    public function withNewOwnerId($value)
3191
    {
3192
        $this->data['NewOwnerId'] = $value;
3193
        $this->options['form_params']['NewOwnerId'] = $value;
3194
3195
        return $this;
3196
    }
3197
}
3198
3199
/**
3200
 * @method string getDescription()
3201
 * @method string getCommonGroupId()
3202
 * @method string getOrgId()
3203
 * @method string getSmartGroupId()
3204
 * @method string getName()
3205
 * @method string getProjectId()
3206
 */
3207
class UpdateCommonGroup extends Rpc
3208
{
3209
3210
    /**
3211
     * @param string $value
3212
     *
3213
     * @return $this
3214
     */
3215
    public function withDescription($value)
3216
    {
3217
        $this->data['Description'] = $value;
3218
        $this->options['form_params']['Description'] = $value;
3219
3220
        return $this;
3221
    }
3222
3223
    /**
3224
     * @param string $value
3225
     *
3226
     * @return $this
3227
     */
3228
    public function withCommonGroupId($value)
3229
    {
3230
        $this->data['CommonGroupId'] = $value;
3231
        $this->options['form_params']['CommonGroupId'] = $value;
3232
3233
        return $this;
3234
    }
3235
3236
    /**
3237
     * @param string $value
3238
     *
3239
     * @return $this
3240
     */
3241
    public function withOrgId($value)
3242
    {
3243
        $this->data['OrgId'] = $value;
3244
        $this->options['form_params']['OrgId'] = $value;
3245
3246
        return $this;
3247
    }
3248
3249
    /**
3250
     * @param string $value
3251
     *
3252
     * @return $this
3253
     */
3254
    public function withSmartGroupId($value)
3255
    {
3256
        $this->data['SmartGroupId'] = $value;
3257
        $this->options['form_params']['SmartGroupId'] = $value;
3258
3259
        return $this;
3260
    }
3261
3262
    /**
3263
     * @param string $value
3264
     *
3265
     * @return $this
3266
     */
3267
    public function withName($value)
3268
    {
3269
        $this->data['Name'] = $value;
3270
        $this->options['form_params']['Name'] = $value;
3271
3272
        return $this;
3273
    }
3274
3275
    /**
3276
     * @param string $value
3277
     *
3278
     * @return $this
3279
     */
3280
    public function withProjectId($value)
3281
    {
3282
        $this->data['ProjectId'] = $value;
3283
        $this->options['form_params']['ProjectId'] = $value;
3284
3285
        return $this;
3286
    }
3287
}
3288
3289
/**
3290
 * @method string getName()
3291
 * @method string getDescription()
3292
 * @method string getProjectId()
3293
 * @method string getOrgId()
3294
 */
3295
class UpdateDevopsProject extends Rpc
3296
{
3297
3298
    /**
3299
     * @param string $value
3300
     *
3301
     * @return $this
3302
     */
3303
    public function withName($value)
3304
    {
3305
        $this->data['Name'] = $value;
3306
        $this->options['form_params']['Name'] = $value;
3307
3308
        return $this;
3309
    }
3310
3311
    /**
3312
     * @param string $value
3313
     *
3314
     * @return $this
3315
     */
3316
    public function withDescription($value)
3317
    {
3318
        $this->data['Description'] = $value;
3319
        $this->options['form_params']['Description'] = $value;
3320
3321
        return $this;
3322
    }
3323
3324
    /**
3325
     * @param string $value
3326
     *
3327
     * @return $this
3328
     */
3329
    public function withProjectId($value)
3330
    {
3331
        $this->data['ProjectId'] = $value;
3332
        $this->options['form_params']['ProjectId'] = $value;
3333
3334
        return $this;
3335
    }
3336
3337
    /**
3338
     * @param string $value
3339
     *
3340
     * @return $this
3341
     */
3342
    public function withOrgId($value)
3343
    {
3344
        $this->data['OrgId'] = $value;
3345
        $this->options['form_params']['OrgId'] = $value;
3346
3347
        return $this;
3348
    }
3349
}
3350
3351
/**
3352
 * @method string getExecutorId()
3353
 * @method string getDescription()
3354
 * @method string getStartDate()
3355
 * @method string getOrgId()
3356
 * @method string getSprintId()
3357
 * @method string getDueDate()
3358
 * @method string getName()
3359
 * @method string getProjectId()
3360
 */
3361
class UpdateDevopsProjectSprint extends Rpc
3362
{
3363
3364
    /**
3365
     * @param string $value
3366
     *
3367
     * @return $this
3368
     */
3369
    public function withExecutorId($value)
3370
    {
3371
        $this->data['ExecutorId'] = $value;
3372
        $this->options['form_params']['ExecutorId'] = $value;
3373
3374
        return $this;
3375
    }
3376
3377
    /**
3378
     * @param string $value
3379
     *
3380
     * @return $this
3381
     */
3382
    public function withDescription($value)
3383
    {
3384
        $this->data['Description'] = $value;
3385
        $this->options['form_params']['Description'] = $value;
3386
3387
        return $this;
3388
    }
3389
3390
    /**
3391
     * @param string $value
3392
     *
3393
     * @return $this
3394
     */
3395
    public function withStartDate($value)
3396
    {
3397
        $this->data['StartDate'] = $value;
3398
        $this->options['form_params']['StartDate'] = $value;
3399
3400
        return $this;
3401
    }
3402
3403
    /**
3404
     * @param string $value
3405
     *
3406
     * @return $this
3407
     */
3408
    public function withOrgId($value)
3409
    {
3410
        $this->data['OrgId'] = $value;
3411
        $this->options['form_params']['OrgId'] = $value;
3412
3413
        return $this;
3414
    }
3415
3416
    /**
3417
     * @param string $value
3418
     *
3419
     * @return $this
3420
     */
3421
    public function withSprintId($value)
3422
    {
3423
        $this->data['SprintId'] = $value;
3424
        $this->options['form_params']['SprintId'] = $value;
3425
3426
        return $this;
3427
    }
3428
3429
    /**
3430
     * @param string $value
3431
     *
3432
     * @return $this
3433
     */
3434
    public function withDueDate($value)
3435
    {
3436
        $this->data['DueDate'] = $value;
3437
        $this->options['form_params']['DueDate'] = $value;
3438
3439
        return $this;
3440
    }
3441
3442
    /**
3443
     * @param string $value
3444
     *
3445
     * @return $this
3446
     */
3447
    public function withName($value)
3448
    {
3449
        $this->data['Name'] = $value;
3450
        $this->options['form_params']['Name'] = $value;
3451
3452
        return $this;
3453
    }
3454
3455
    /**
3456
     * @param string $value
3457
     *
3458
     * @return $this
3459
     */
3460
    public function withProjectId($value)
3461
    {
3462
        $this->data['ProjectId'] = $value;
3463
        $this->options['form_params']['ProjectId'] = $value;
3464
3465
        return $this;
3466
    }
3467
}
3468
3469
/**
3470
 * @method string getNote()
3471
 * @method string getVisible()
3472
 * @method string getExecutorId()
3473
 * @method string getTaskFlowStatusId()
3474
 * @method string getScenarioFiieldConfigId()
3475
 * @method string getStartDate()
3476
 * @method string getPriority()
3477
 * @method string getParentTaskId()
3478
 * @method string getOrgId()
3479
 * @method string getContent()
3480
 * @method string getSprintId()
3481
 * @method string getDueDate()
3482
 * @method string getProjectId()
3483
 * @method string getTaskId()
3484
 */
3485
class UpdateDevopsProjectTask extends Rpc
3486
{
3487
3488
    /**
3489
     * @param string $value
3490
     *
3491
     * @return $this
3492
     */
3493
    public function withNote($value)
3494
    {
3495
        $this->data['Note'] = $value;
3496
        $this->options['form_params']['Note'] = $value;
3497
3498
        return $this;
3499
    }
3500
3501
    /**
3502
     * @param string $value
3503
     *
3504
     * @return $this
3505
     */
3506
    public function withVisible($value)
3507
    {
3508
        $this->data['Visible'] = $value;
3509
        $this->options['form_params']['Visible'] = $value;
3510
3511
        return $this;
3512
    }
3513
3514
    /**
3515
     * @param string $value
3516
     *
3517
     * @return $this
3518
     */
3519
    public function withExecutorId($value)
3520
    {
3521
        $this->data['ExecutorId'] = $value;
3522
        $this->options['form_params']['ExecutorId'] = $value;
3523
3524
        return $this;
3525
    }
3526
3527
    /**
3528
     * @param string $value
3529
     *
3530
     * @return $this
3531
     */
3532
    public function withTaskFlowStatusId($value)
3533
    {
3534
        $this->data['TaskFlowStatusId'] = $value;
3535
        $this->options['form_params']['TaskFlowStatusId'] = $value;
3536
3537
        return $this;
3538
    }
3539
3540
    /**
3541
     * @param string $value
3542
     *
3543
     * @return $this
3544
     */
3545
    public function withScenarioFiieldConfigId($value)
3546
    {
3547
        $this->data['ScenarioFiieldConfigId'] = $value;
3548
        $this->options['form_params']['ScenarioFiieldConfigId'] = $value;
3549
3550
        return $this;
3551
    }
3552
3553
    /**
3554
     * @param string $value
3555
     *
3556
     * @return $this
3557
     */
3558
    public function withStartDate($value)
3559
    {
3560
        $this->data['StartDate'] = $value;
3561
        $this->options['form_params']['StartDate'] = $value;
3562
3563
        return $this;
3564
    }
3565
3566
    /**
3567
     * @param string $value
3568
     *
3569
     * @return $this
3570
     */
3571
    public function withPriority($value)
3572
    {
3573
        $this->data['Priority'] = $value;
3574
        $this->options['form_params']['Priority'] = $value;
3575
3576
        return $this;
3577
    }
3578
3579
    /**
3580
     * @param string $value
3581
     *
3582
     * @return $this
3583
     */
3584
    public function withParentTaskId($value)
3585
    {
3586
        $this->data['ParentTaskId'] = $value;
3587
        $this->options['form_params']['ParentTaskId'] = $value;
3588
3589
        return $this;
3590
    }
3591
3592
    /**
3593
     * @param string $value
3594
     *
3595
     * @return $this
3596
     */
3597
    public function withOrgId($value)
3598
    {
3599
        $this->data['OrgId'] = $value;
3600
        $this->options['form_params']['OrgId'] = $value;
3601
3602
        return $this;
3603
    }
3604
3605
    /**
3606
     * @param string $value
3607
     *
3608
     * @return $this
3609
     */
3610
    public function withContent($value)
3611
    {
3612
        $this->data['Content'] = $value;
3613
        $this->options['form_params']['Content'] = $value;
3614
3615
        return $this;
3616
    }
3617
3618
    /**
3619
     * @param string $value
3620
     *
3621
     * @return $this
3622
     */
3623
    public function withSprintId($value)
3624
    {
3625
        $this->data['SprintId'] = $value;
3626
        $this->options['form_params']['SprintId'] = $value;
3627
3628
        return $this;
3629
    }
3630
3631
    /**
3632
     * @param string $value
3633
     *
3634
     * @return $this
3635
     */
3636
    public function withDueDate($value)
3637
    {
3638
        $this->data['DueDate'] = $value;
3639
        $this->options['form_params']['DueDate'] = $value;
3640
3641
        return $this;
3642
    }
3643
3644
    /**
3645
     * @param string $value
3646
     *
3647
     * @return $this
3648
     */
3649
    public function withProjectId($value)
3650
    {
3651
        $this->data['ProjectId'] = $value;
3652
        $this->options['form_params']['ProjectId'] = $value;
3653
3654
        return $this;
3655
    }
3656
3657
    /**
3658
     * @param string $value
3659
     *
3660
     * @return $this
3661
     */
3662
    public function withTaskId($value)
3663
    {
3664
        $this->data['TaskId'] = $value;
3665
        $this->options['form_params']['TaskId'] = $value;
3666
3667
        return $this;
3668
    }
3669
}
3670
3671
/**
3672
 * @method string getRoleName()
3673
 * @method string getUserPk()
3674
 * @method string getUserId()
3675
 * @method string getOrgId()
3676
 * @method $this withOrgId($value)
3677
 * @method string getPipelineId()
3678
 * @method $this withPipelineId($value)
3679
 */
3680
class UpdatePipelineMember extends Rpc
3681
{
3682
3683
    /**
3684
     * @param string $value
3685
     *
3686
     * @return $this
3687
     */
3688
    public function withRoleName($value)
3689
    {
3690
        $this->data['RoleName'] = $value;
3691
        $this->options['form_params']['RoleName'] = $value;
3692
3693
        return $this;
3694
    }
3695
3696
    /**
3697
     * @param string $value
3698
     *
3699
     * @return $this
3700
     */
3701
    public function withUserPk($value)
3702
    {
3703
        $this->data['UserPk'] = $value;
3704
        $this->options['form_params']['UserPk'] = $value;
3705
3706
        return $this;
3707
    }
3708
3709
    /**
3710
     * @param string $value
3711
     *
3712
     * @return $this
3713
     */
3714
    public function withUserId($value)
3715
    {
3716
        $this->data['UserId'] = $value;
3717
        $this->options['form_params']['UserId'] = $value;
3718
3719
        return $this;
3720
    }
3721
}
3722
3723
/**
3724
 * @method string getNote()
3725
 * @method string getExecutorId()
3726
 * @method string getStartDate()
3727
 * @method string getDelInvolvers()
3728
 * @method string getContent()
3729
 * @method string getSprintId()
3730
 * @method string getCustomFieldId()
3731
 * @method string getProjectId()
3732
 * @method string getTaskId()
3733
 * @method string getTaskFlowStatusId()
3734
 * @method string getTagIds()
3735
 * @method string getAddInvolvers()
3736
 * @method string getPriority()
3737
 * @method string getOrgId()
3738
 * @method string getDueDate()
3739
 * @method string getWorkTimes()
3740
 * @method string getStoryPoint()
3741
 * @method string getCustomFieldValues()
3742
 */
3743
class UpdateTaskDetail extends Rpc
3744
{
3745
3746
    /**
3747
     * @param string $value
3748
     *
3749
     * @return $this
3750
     */
3751
    public function withNote($value)
3752
    {
3753
        $this->data['Note'] = $value;
3754
        $this->options['form_params']['Note'] = $value;
3755
3756
        return $this;
3757
    }
3758
3759
    /**
3760
     * @param string $value
3761
     *
3762
     * @return $this
3763
     */
3764
    public function withExecutorId($value)
3765
    {
3766
        $this->data['ExecutorId'] = $value;
3767
        $this->options['form_params']['ExecutorId'] = $value;
3768
3769
        return $this;
3770
    }
3771
3772
    /**
3773
     * @param string $value
3774
     *
3775
     * @return $this
3776
     */
3777
    public function withStartDate($value)
3778
    {
3779
        $this->data['StartDate'] = $value;
3780
        $this->options['form_params']['StartDate'] = $value;
3781
3782
        return $this;
3783
    }
3784
3785
    /**
3786
     * @param string $value
3787
     *
3788
     * @return $this
3789
     */
3790
    public function withDelInvolvers($value)
3791
    {
3792
        $this->data['DelInvolvers'] = $value;
3793
        $this->options['form_params']['DelInvolvers'] = $value;
3794
3795
        return $this;
3796
    }
3797
3798
    /**
3799
     * @param string $value
3800
     *
3801
     * @return $this
3802
     */
3803
    public function withContent($value)
3804
    {
3805
        $this->data['Content'] = $value;
3806
        $this->options['form_params']['Content'] = $value;
3807
3808
        return $this;
3809
    }
3810
3811
    /**
3812
     * @param string $value
3813
     *
3814
     * @return $this
3815
     */
3816
    public function withSprintId($value)
3817
    {
3818
        $this->data['SprintId'] = $value;
3819
        $this->options['form_params']['SprintId'] = $value;
3820
3821
        return $this;
3822
    }
3823
3824
    /**
3825
     * @param string $value
3826
     *
3827
     * @return $this
3828
     */
3829
    public function withCustomFieldId($value)
3830
    {
3831
        $this->data['CustomFieldId'] = $value;
3832
        $this->options['form_params']['CustomFieldId'] = $value;
3833
3834
        return $this;
3835
    }
3836
3837
    /**
3838
     * @param string $value
3839
     *
3840
     * @return $this
3841
     */
3842
    public function withProjectId($value)
3843
    {
3844
        $this->data['ProjectId'] = $value;
3845
        $this->options['form_params']['ProjectId'] = $value;
3846
3847
        return $this;
3848
    }
3849
3850
    /**
3851
     * @param string $value
3852
     *
3853
     * @return $this
3854
     */
3855
    public function withTaskId($value)
3856
    {
3857
        $this->data['TaskId'] = $value;
3858
        $this->options['form_params']['TaskId'] = $value;
3859
3860
        return $this;
3861
    }
3862
3863
    /**
3864
     * @param string $value
3865
     *
3866
     * @return $this
3867
     */
3868
    public function withTaskFlowStatusId($value)
3869
    {
3870
        $this->data['TaskFlowStatusId'] = $value;
3871
        $this->options['form_params']['TaskFlowStatusId'] = $value;
3872
3873
        return $this;
3874
    }
3875
3876
    /**
3877
     * @param string $value
3878
     *
3879
     * @return $this
3880
     */
3881
    public function withTagIds($value)
3882
    {
3883
        $this->data['TagIds'] = $value;
3884
        $this->options['form_params']['TagIds'] = $value;
3885
3886
        return $this;
3887
    }
3888
3889
    /**
3890
     * @param string $value
3891
     *
3892
     * @return $this
3893
     */
3894
    public function withAddInvolvers($value)
3895
    {
3896
        $this->data['AddInvolvers'] = $value;
3897
        $this->options['form_params']['AddInvolvers'] = $value;
3898
3899
        return $this;
3900
    }
3901
3902
    /**
3903
     * @param string $value
3904
     *
3905
     * @return $this
3906
     */
3907
    public function withPriority($value)
3908
    {
3909
        $this->data['Priority'] = $value;
3910
        $this->options['form_params']['Priority'] = $value;
3911
3912
        return $this;
3913
    }
3914
3915
    /**
3916
     * @param string $value
3917
     *
3918
     * @return $this
3919
     */
3920
    public function withOrgId($value)
3921
    {
3922
        $this->data['OrgId'] = $value;
3923
        $this->options['form_params']['OrgId'] = $value;
3924
3925
        return $this;
3926
    }
3927
3928
    /**
3929
     * @param string $value
3930
     *
3931
     * @return $this
3932
     */
3933
    public function withDueDate($value)
3934
    {
3935
        $this->data['DueDate'] = $value;
3936
        $this->options['form_params']['DueDate'] = $value;
3937
3938
        return $this;
3939
    }
3940
3941
    /**
3942
     * @param string $value
3943
     *
3944
     * @return $this
3945
     */
3946
    public function withWorkTimes($value)
3947
    {
3948
        $this->data['WorkTimes'] = $value;
3949
        $this->options['form_params']['WorkTimes'] = $value;
3950
3951
        return $this;
3952
    }
3953
3954
    /**
3955
     * @param string $value
3956
     *
3957
     * @return $this
3958
     */
3959
    public function withStoryPoint($value)
3960
    {
3961
        $this->data['StoryPoint'] = $value;
3962
        $this->options['form_params']['StoryPoint'] = $value;
3963
3964
        return $this;
3965
    }
3966
3967
    /**
3968
     * @param string $value
3969
     *
3970
     * @return $this
3971
     */
3972
    public function withCustomFieldValues($value)
3973
    {
3974
        $this->data['CustomFieldValues'] = $value;
3975
        $this->options['form_params']['CustomFieldValues'] = $value;
3976
3977
        return $this;
3978
    }
3979
}
3980