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 ( a17091...24a5f2 )
by
unknown
12:58
created

GetDevopsProjectMembers   A

Complexity

Total Complexity 4

Size/Duplication

Total Lines 53
Duplicated Lines 0 %

Importance

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

4 Methods

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