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 ( 33cbb8...bd3481 )
by
unknown
08:16
created

ListDevopsProjectSprints   A

Complexity

Total Complexity 4

Size/Duplication

Total Lines 53
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 4
eloc 13
c 0
b 0
f 0
dl 0
loc 53
rs 10

4 Methods

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