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 ( fa9ae5...2463b7 )
by
unknown
08:19
created

DeleteDevopsOrganization   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 14
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 1
eloc 4
dl 0
loc 14
rs 10
c 0
b 0
f 0

1 Method

Rating   Name   Duplication   Size   Complexity  
A withOrgId() 0 6 1
1
<?php
2
3
namespace AlibabaCloud\DevopsRdc\V20200303;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method BatchInsertMembers batchInsertMembers(array $options = [])
9
 * @method CancelPipeline cancelPipeline(array $options = [])
10
 * @method CheckAliyunAccountExists checkAliyunAccountExists(array $options = [])
11
 * @method CreateCommonGroup createCommonGroup(array $options = [])
12
 * @method CreateCredential createCredential(array $options = [])
13
 * @method CreateDevopsOrganization createDevopsOrganization(array $options = [])
14
 * @method CreateDevopsProject createDevopsProject(array $options = [])
15
 * @method CreateDevopsProjectSprint createDevopsProjectSprint(array $options = [])
16
 * @method CreateDevopsProjectTask createDevopsProjectTask(array $options = [])
17
 * @method CreatePipeline createPipeline(array $options = [])
18
 * @method CreateServiceConnection createServiceConnection(array $options = [])
19
 * @method DeleteCommonGroup deleteCommonGroup(array $options = [])
20
 * @method 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 getProjectId()
1318
 * @method string getOrgId()
1319
 */
1320
class GetDevopsProjectMembers extends Rpc
1321
{
1322
1323
    /**
1324
     * @param string $value
1325
     *
1326
     * @return $this
1327
     */
1328
    public function withProjectId($value)
1329
    {
1330
        $this->data['ProjectId'] = $value;
1331
        $this->options['form_params']['ProjectId'] = $value;
1332
1333
        return $this;
1334
    }
1335
1336
    /**
1337
     * @param string $value
1338
     *
1339
     * @return $this
1340
     */
1341
    public function withOrgId($value)
1342
    {
1343
        $this->data['OrgId'] = $value;
1344
        $this->options['form_params']['OrgId'] = $value;
1345
1346
        return $this;
1347
    }
1348
}
1349
1350
/**
1351
 * @method string getSprintId()
1352
 * @method string getOrgId()
1353
 */
1354
class GetDevopsProjectSprintInfo extends Rpc
1355
{
1356
1357
    /**
1358
     * @param string $value
1359
     *
1360
     * @return $this
1361
     */
1362
    public function withSprintId($value)
1363
    {
1364
        $this->data['SprintId'] = $value;
1365
        $this->options['form_params']['SprintId'] = $value;
1366
1367
        return $this;
1368
    }
1369
1370
    /**
1371
     * @param string $value
1372
     *
1373
     * @return $this
1374
     */
1375
    public function withOrgId($value)
1376
    {
1377
        $this->data['OrgId'] = $value;
1378
        $this->options['form_params']['OrgId'] = $value;
1379
1380
        return $this;
1381
    }
1382
}
1383
1384
/**
1385
 * @method string getOrgId()
1386
 * @method string getTaskId()
1387
 */
1388
class GetDevopsProjectTaskInfo extends Rpc
1389
{
1390
1391
    /**
1392
     * @param string $value
1393
     *
1394
     * @return $this
1395
     */
1396
    public function withOrgId($value)
1397
    {
1398
        $this->data['OrgId'] = $value;
1399
        $this->options['form_params']['OrgId'] = $value;
1400
1401
        return $this;
1402
    }
1403
1404
    /**
1405
     * @param string $value
1406
     *
1407
     * @return $this
1408
     */
1409
    public function withTaskId($value)
1410
    {
1411
        $this->data['TaskId'] = $value;
1412
        $this->options['form_params']['TaskId'] = $value;
1413
1414
        return $this;
1415
    }
1416
}
1417
1418
/**
1419
 * @method string getRealPk()
1420
 * @method string getOrgId()
1421
 */
1422
class GetLastWorkspace extends Rpc
1423
{
1424
1425
    /**
1426
     * @param string $value
1427
     *
1428
     * @return $this
1429
     */
1430
    public function withRealPk($value)
1431
    {
1432
        $this->data['RealPk'] = $value;
1433
        $this->options['form_params']['RealPk'] = $value;
1434
1435
        return $this;
1436
    }
1437
1438
    /**
1439
     * @param string $value
1440
     *
1441
     * @return $this
1442
     */
1443
    public function withOrgId($value)
1444
    {
1445
        $this->data['OrgId'] = $value;
1446
        $this->options['form_params']['OrgId'] = $value;
1447
1448
        return $this;
1449
    }
1450
}
1451
1452
/**
1453
 * @method string getBuildNum()
1454
 * @method string getUserPk()
1455
 * @method string getOrgId()
1456
 * @method $this withOrgId($value)
1457
 * @method string getPipelineId()
1458
 * @method $this withPipelineId($value)
1459
 */
1460
class GetPipelineInstanceBuildNumberStatus extends Rpc
1461
{
1462
1463
    /**
1464
     * @param string $value
1465
     *
1466
     * @return $this
1467
     */
1468
    public function withBuildNum($value)
1469
    {
1470
        $this->data['BuildNum'] = $value;
1471
        $this->options['form_params']['BuildNum'] = $value;
1472
1473
        return $this;
1474
    }
1475
1476
    /**
1477
     * @param string $value
1478
     *
1479
     * @return $this
1480
     */
1481
    public function withUserPk($value)
1482
    {
1483
        $this->data['UserPk'] = $value;
1484
        $this->options['form_params']['UserPk'] = $value;
1485
1486
        return $this;
1487
    }
1488
}
1489
1490
/**
1491
 * @method string getFlowInstanceId()
1492
 * @method string getUserPk()
1493
 * @method string getOrgId()
1494
 * @method $this withOrgId($value)
1495
 * @method string getPipelineId()
1496
 * @method $this withPipelineId($value)
1497
 */
1498
class GetPipelineInstanceGroupStatus extends Rpc
1499
{
1500
1501
    /**
1502
     * @param string $value
1503
     *
1504
     * @return $this
1505
     */
1506
    public function withFlowInstanceId($value)
1507
    {
1508
        $this->data['FlowInstanceId'] = $value;
1509
        $this->options['form_params']['FlowInstanceId'] = $value;
1510
1511
        return $this;
1512
    }
1513
1514
    /**
1515
     * @param string $value
1516
     *
1517
     * @return $this
1518
     */
1519
    public function withUserPk($value)
1520
    {
1521
        $this->data['UserPk'] = $value;
1522
        $this->options['form_params']['UserPk'] = $value;
1523
1524
        return $this;
1525
    }
1526
}
1527
1528
/**
1529
 * @method string getFlowInstanceId()
1530
 * @method string getUserPk()
1531
 * @method string getOrgId()
1532
 * @method string getPipelineId()
1533
 */
1534
class GetPipelineInstanceInfo extends Rpc
1535
{
1536
1537
    /**
1538
     * @param string $value
1539
     *
1540
     * @return $this
1541
     */
1542
    public function withFlowInstanceId($value)
1543
    {
1544
        $this->data['FlowInstanceId'] = $value;
1545
        $this->options['form_params']['FlowInstanceId'] = $value;
1546
1547
        return $this;
1548
    }
1549
1550
    /**
1551
     * @param string $value
1552
     *
1553
     * @return $this
1554
     */
1555
    public function withUserPk($value)
1556
    {
1557
        $this->data['UserPk'] = $value;
1558
        $this->options['form_params']['UserPk'] = $value;
1559
1560
        return $this;
1561
    }
1562
1563
    /**
1564
     * @param string $value
1565
     *
1566
     * @return $this
1567
     */
1568
    public function withOrgId($value)
1569
    {
1570
        $this->data['OrgId'] = $value;
1571
        $this->options['form_params']['OrgId'] = $value;
1572
1573
        return $this;
1574
    }
1575
1576
    /**
1577
     * @param string $value
1578
     *
1579
     * @return $this
1580
     */
1581
    public function withPipelineId($value)
1582
    {
1583
        $this->data['PipelineId'] = $value;
1584
        $this->options['form_params']['PipelineId'] = $value;
1585
1586
        return $this;
1587
    }
1588
}
1589
1590
/**
1591
 * @method string getFlowInstanceId()
1592
 * @method $this withFlowInstanceId($value)
1593
 * @method string getUserPk()
1594
 * @method string getOrgId()
1595
 * @method $this withOrgId($value)
1596
 * @method string getPipelineId()
1597
 * @method $this withPipelineId($value)
1598
 */
1599
class GetPipelineInstanceStatus extends Rpc
1600
{
1601
1602
    /**
1603
     * @param string $value
1604
     *
1605
     * @return $this
1606
     */
1607
    public function withUserPk($value)
1608
    {
1609
        $this->data['UserPk'] = $value;
1610
        $this->options['form_params']['UserPk'] = $value;
1611
1612
        return $this;
1613
    }
1614
}
1615
1616
/**
1617
 * @method string getEndTime()
1618
 * @method string getStartTime()
1619
 * @method string getUserPk()
1620
 * @method string getOrgId()
1621
 * @method string getPipelineId()
1622
 * @method string getPageSize()
1623
 * @method string getPageStart()
1624
 */
1625
class GetPipelineInstHistory extends Rpc
1626
{
1627
1628
    /**
1629
     * @param string $value
1630
     *
1631
     * @return $this
1632
     */
1633
    public function withEndTime($value)
1634
    {
1635
        $this->data['EndTime'] = $value;
1636
        $this->options['form_params']['EndTime'] = $value;
1637
1638
        return $this;
1639
    }
1640
1641
    /**
1642
     * @param string $value
1643
     *
1644
     * @return $this
1645
     */
1646
    public function withStartTime($value)
1647
    {
1648
        $this->data['StartTime'] = $value;
1649
        $this->options['form_params']['StartTime'] = $value;
1650
1651
        return $this;
1652
    }
1653
1654
    /**
1655
     * @param string $value
1656
     *
1657
     * @return $this
1658
     */
1659
    public function withUserPk($value)
1660
    {
1661
        $this->data['UserPk'] = $value;
1662
        $this->options['form_params']['UserPk'] = $value;
1663
1664
        return $this;
1665
    }
1666
1667
    /**
1668
     * @param string $value
1669
     *
1670
     * @return $this
1671
     */
1672
    public function withOrgId($value)
1673
    {
1674
        $this->data['OrgId'] = $value;
1675
        $this->options['form_params']['OrgId'] = $value;
1676
1677
        return $this;
1678
    }
1679
1680
    /**
1681
     * @param string $value
1682
     *
1683
     * @return $this
1684
     */
1685
    public function withPipelineId($value)
1686
    {
1687
        $this->data['PipelineId'] = $value;
1688
        $this->options['form_params']['PipelineId'] = $value;
1689
1690
        return $this;
1691
    }
1692
1693
    /**
1694
     * @param string $value
1695
     *
1696
     * @return $this
1697
     */
1698
    public function withPageSize($value)
1699
    {
1700
        $this->data['PageSize'] = $value;
1701
        $this->options['form_params']['PageSize'] = $value;
1702
1703
        return $this;
1704
    }
1705
1706
    /**
1707
     * @param string $value
1708
     *
1709
     * @return $this
1710
     */
1711
    public function withPageStart($value)
1712
    {
1713
        $this->data['PageStart'] = $value;
1714
        $this->options['form_params']['PageStart'] = $value;
1715
1716
        return $this;
1717
    }
1718
}
1719
1720
/**
1721
 * @method string getUserPk()
1722
 * @method string getOrgId()
1723
 * @method string getPipelineId()
1724
 * @method string getJobId()
1725
 */
1726
class GetPipelineLog extends Rpc
1727
{
1728
1729
    /**
1730
     * @param string $value
1731
     *
1732
     * @return $this
1733
     */
1734
    public function withUserPk($value)
1735
    {
1736
        $this->data['UserPk'] = $value;
1737
        $this->options['form_params']['UserPk'] = $value;
1738
1739
        return $this;
1740
    }
1741
1742
    /**
1743
     * @param string $value
1744
     *
1745
     * @return $this
1746
     */
1747
    public function withOrgId($value)
1748
    {
1749
        $this->data['OrgId'] = $value;
1750
        $this->options['form_params']['OrgId'] = $value;
1751
1752
        return $this;
1753
    }
1754
1755
    /**
1756
     * @param string $value
1757
     *
1758
     * @return $this
1759
     */
1760
    public function withPipelineId($value)
1761
    {
1762
        $this->data['PipelineId'] = $value;
1763
        $this->options['form_params']['PipelineId'] = $value;
1764
1765
        return $this;
1766
    }
1767
1768
    /**
1769
     * @param string $value
1770
     *
1771
     * @return $this
1772
     */
1773
    public function withJobId($value)
1774
    {
1775
        $this->data['JobId'] = $value;
1776
        $this->options['form_params']['JobId'] = $value;
1777
1778
        return $this;
1779
    }
1780
}
1781
1782
/**
1783
 * @method string getOffset()
1784
 * @method string getUserPk()
1785
 * @method string getOrgId()
1786
 * @method string getPipelineId()
1787
 * @method string getJobId()
1788
 * @method string getStepIndex()
1789
 * @method string getLimit()
1790
 */
1791
class GetPipelineStepLog extends Rpc
1792
{
1793
1794
    /**
1795
     * @param string $value
1796
     *
1797
     * @return $this
1798
     */
1799
    public function withOffset($value)
1800
    {
1801
        $this->data['Offset'] = $value;
1802
        $this->options['form_params']['Offset'] = $value;
1803
1804
        return $this;
1805
    }
1806
1807
    /**
1808
     * @param string $value
1809
     *
1810
     * @return $this
1811
     */
1812
    public function withUserPk($value)
1813
    {
1814
        $this->data['UserPk'] = $value;
1815
        $this->options['form_params']['UserPk'] = $value;
1816
1817
        return $this;
1818
    }
1819
1820
    /**
1821
     * @param string $value
1822
     *
1823
     * @return $this
1824
     */
1825
    public function withOrgId($value)
1826
    {
1827
        $this->data['OrgId'] = $value;
1828
        $this->options['form_params']['OrgId'] = $value;
1829
1830
        return $this;
1831
    }
1832
1833
    /**
1834
     * @param string $value
1835
     *
1836
     * @return $this
1837
     */
1838
    public function withPipelineId($value)
1839
    {
1840
        $this->data['PipelineId'] = $value;
1841
        $this->options['form_params']['PipelineId'] = $value;
1842
1843
        return $this;
1844
    }
1845
1846
    /**
1847
     * @param string $value
1848
     *
1849
     * @return $this
1850
     */
1851
    public function withJobId($value)
1852
    {
1853
        $this->data['JobId'] = $value;
1854
        $this->options['form_params']['JobId'] = $value;
1855
1856
        return $this;
1857
    }
1858
1859
    /**
1860
     * @param string $value
1861
     *
1862
     * @return $this
1863
     */
1864
    public function withStepIndex($value)
1865
    {
1866
        $this->data['StepIndex'] = $value;
1867
        $this->options['form_params']['StepIndex'] = $value;
1868
1869
        return $this;
1870
    }
1871
1872
    /**
1873
     * @param string $value
1874
     *
1875
     * @return $this
1876
     */
1877
    public function withLimit($value)
1878
    {
1879
        $this->data['Limit'] = $value;
1880
        $this->options['form_params']['Limit'] = $value;
1881
1882
        return $this;
1883
    }
1884
}
1885
1886
/**
1887
 * @method string getUserPk()
1888
 * @method string getOrgId()
1889
 * @method $this withOrgId($value)
1890
 * @method string getPipelineId()
1891
 * @method $this withPipelineId($value)
1892
 */
1893
class GetPipleineLatestInstanceStatus extends Rpc
1894
{
1895
1896
    /**
1897
     * @param string $value
1898
     *
1899
     * @return $this
1900
     */
1901
    public function withUserPk($value)
1902
    {
1903
        $this->data['UserPk'] = $value;
1904
        $this->options['form_params']['UserPk'] = $value;
1905
1906
        return $this;
1907
    }
1908
}
1909
1910
/**
1911
 * @method string getQuery()
1912
 * @method string getType()
1913
 * @method string getProjectId()
1914
 * @method string getOrgId()
1915
 */
1916
class GetProjectOption extends Rpc
1917
{
1918
1919
    /**
1920
     * @param string $value
1921
     *
1922
     * @return $this
1923
     */
1924
    public function withQuery($value)
1925
    {
1926
        $this->data['Query'] = $value;
1927
        $this->options['form_params']['Query'] = $value;
1928
1929
        return $this;
1930
    }
1931
1932
    /**
1933
     * @param string $value
1934
     *
1935
     * @return $this
1936
     */
1937
    public function withType($value)
1938
    {
1939
        $this->data['Type'] = $value;
1940
        $this->options['form_params']['Type'] = $value;
1941
1942
        return $this;
1943
    }
1944
1945
    /**
1946
     * @param string $value
1947
     *
1948
     * @return $this
1949
     */
1950
    public function withProjectId($value)
1951
    {
1952
        $this->data['ProjectId'] = $value;
1953
        $this->options['form_params']['ProjectId'] = $value;
1954
1955
        return $this;
1956
    }
1957
1958
    /**
1959
     * @param string $value
1960
     *
1961
     * @return $this
1962
     */
1963
    public function withOrgId($value)
1964
    {
1965
        $this->data['OrgId'] = $value;
1966
        $this->options['form_params']['OrgId'] = $value;
1967
1968
        return $this;
1969
    }
1970
}
1971
1972
/**
1973
 * @method string getProjectId()
1974
 * @method string getOrgId()
1975
 * @method string getTaskId()
1976
 */
1977
class GetTaskDetailActivity extends Rpc
1978
{
1979
1980
    /**
1981
     * @param string $value
1982
     *
1983
     * @return $this
1984
     */
1985
    public function withProjectId($value)
1986
    {
1987
        $this->data['ProjectId'] = $value;
1988
        $this->options['form_params']['ProjectId'] = $value;
1989
1990
        return $this;
1991
    }
1992
1993
    /**
1994
     * @param string $value
1995
     *
1996
     * @return $this
1997
     */
1998
    public function withOrgId($value)
1999
    {
2000
        $this->data['OrgId'] = $value;
2001
        $this->options['form_params']['OrgId'] = $value;
2002
2003
        return $this;
2004
    }
2005
2006
    /**
2007
     * @param string $value
2008
     *
2009
     * @return $this
2010
     */
2011
    public function withTaskId($value)
2012
    {
2013
        $this->data['TaskId'] = $value;
2014
        $this->options['form_params']['TaskId'] = $value;
2015
2016
        return $this;
2017
    }
2018
}
2019
2020
/**
2021
 * @method string getProjectId()
2022
 * @method string getOrgId()
2023
 * @method string getTaskId()
2024
 */
2025
class GetTaskDetailBase extends Rpc
2026
{
2027
2028
    /**
2029
     * @param string $value
2030
     *
2031
     * @return $this
2032
     */
2033
    public function withProjectId($value)
2034
    {
2035
        $this->data['ProjectId'] = $value;
2036
        $this->options['form_params']['ProjectId'] = $value;
2037
2038
        return $this;
2039
    }
2040
2041
    /**
2042
     * @param string $value
2043
     *
2044
     * @return $this
2045
     */
2046
    public function withOrgId($value)
2047
    {
2048
        $this->data['OrgId'] = $value;
2049
        $this->options['form_params']['OrgId'] = $value;
2050
2051
        return $this;
2052
    }
2053
2054
    /**
2055
     * @param string $value
2056
     *
2057
     * @return $this
2058
     */
2059
    public function withTaskId($value)
2060
    {
2061
        $this->data['TaskId'] = $value;
2062
        $this->options['form_params']['TaskId'] = $value;
2063
2064
        return $this;
2065
    }
2066
}
2067
2068
/**
2069
 * @method string getInvolveMembers()
2070
 * @method string getExecutorId()
2071
 * @method string getOrderCondition()
2072
 * @method string getSprintId()
2073
 * @method string getExtra()
2074
 * @method string getPageSize()
2075
 * @method string getScenarioFieldConfigId()
2076
 * @method string getIsDone()
2077
 * @method string getObjectType()
2078
 * @method string getProjectId()
2079
 * @method string getPageToken()
2080
 * @method string getOrder()
2081
 * @method string getTagId()
2082
 * @method string getTaskFlowStatusId()
2083
 * @method string getDueDateStart()
2084
 * @method string getCreatorId()
2085
 * @method string getPriority()
2086
 * @method string getDueDateEnd()
2087
 * @method string getOrgId()
2088
 * @method string getName()
2089
 */
2090
class GetTaskListFilter extends Rpc
2091
{
2092
2093
    /**
2094
     * @param string $value
2095
     *
2096
     * @return $this
2097
     */
2098
    public function withInvolveMembers($value)
2099
    {
2100
        $this->data['InvolveMembers'] = $value;
2101
        $this->options['form_params']['InvolveMembers'] = $value;
2102
2103
        return $this;
2104
    }
2105
2106
    /**
2107
     * @param string $value
2108
     *
2109
     * @return $this
2110
     */
2111
    public function withExecutorId($value)
2112
    {
2113
        $this->data['ExecutorId'] = $value;
2114
        $this->options['form_params']['ExecutorId'] = $value;
2115
2116
        return $this;
2117
    }
2118
2119
    /**
2120
     * @param string $value
2121
     *
2122
     * @return $this
2123
     */
2124
    public function withOrderCondition($value)
2125
    {
2126
        $this->data['OrderCondition'] = $value;
2127
        $this->options['form_params']['OrderCondition'] = $value;
2128
2129
        return $this;
2130
    }
2131
2132
    /**
2133
     * @param string $value
2134
     *
2135
     * @return $this
2136
     */
2137
    public function withSprintId($value)
2138
    {
2139
        $this->data['SprintId'] = $value;
2140
        $this->options['form_params']['SprintId'] = $value;
2141
2142
        return $this;
2143
    }
2144
2145
    /**
2146
     * @param string $value
2147
     *
2148
     * @return $this
2149
     */
2150
    public function withExtra($value)
2151
    {
2152
        $this->data['Extra'] = $value;
2153
        $this->options['form_params']['Extra'] = $value;
2154
2155
        return $this;
2156
    }
2157
2158
    /**
2159
     * @param string $value
2160
     *
2161
     * @return $this
2162
     */
2163
    public function withPageSize($value)
2164
    {
2165
        $this->data['PageSize'] = $value;
2166
        $this->options['form_params']['PageSize'] = $value;
2167
2168
        return $this;
2169
    }
2170
2171
    /**
2172
     * @param string $value
2173
     *
2174
     * @return $this
2175
     */
2176
    public function withScenarioFieldConfigId($value)
2177
    {
2178
        $this->data['ScenarioFieldConfigId'] = $value;
2179
        $this->options['form_params']['ScenarioFieldConfigId'] = $value;
2180
2181
        return $this;
2182
    }
2183
2184
    /**
2185
     * @param string $value
2186
     *
2187
     * @return $this
2188
     */
2189
    public function withIsDone($value)
2190
    {
2191
        $this->data['IsDone'] = $value;
2192
        $this->options['form_params']['IsDone'] = $value;
2193
2194
        return $this;
2195
    }
2196
2197
    /**
2198
     * @param string $value
2199
     *
2200
     * @return $this
2201
     */
2202
    public function withObjectType($value)
2203
    {
2204
        $this->data['ObjectType'] = $value;
2205
        $this->options['form_params']['ObjectType'] = $value;
2206
2207
        return $this;
2208
    }
2209
2210
    /**
2211
     * @param string $value
2212
     *
2213
     * @return $this
2214
     */
2215
    public function withProjectId($value)
2216
    {
2217
        $this->data['ProjectId'] = $value;
2218
        $this->options['form_params']['ProjectId'] = $value;
2219
2220
        return $this;
2221
    }
2222
2223
    /**
2224
     * @param string $value
2225
     *
2226
     * @return $this
2227
     */
2228
    public function withPageToken($value)
2229
    {
2230
        $this->data['PageToken'] = $value;
2231
        $this->options['form_params']['PageToken'] = $value;
2232
2233
        return $this;
2234
    }
2235
2236
    /**
2237
     * @param string $value
2238
     *
2239
     * @return $this
2240
     */
2241
    public function withOrder($value)
2242
    {
2243
        $this->data['Order'] = $value;
2244
        $this->options['form_params']['Order'] = $value;
2245
2246
        return $this;
2247
    }
2248
2249
    /**
2250
     * @param string $value
2251
     *
2252
     * @return $this
2253
     */
2254
    public function withTagId($value)
2255
    {
2256
        $this->data['TagId'] = $value;
2257
        $this->options['form_params']['TagId'] = $value;
2258
2259
        return $this;
2260
    }
2261
2262
    /**
2263
     * @param string $value
2264
     *
2265
     * @return $this
2266
     */
2267
    public function withTaskFlowStatusId($value)
2268
    {
2269
        $this->data['TaskFlowStatusId'] = $value;
2270
        $this->options['form_params']['TaskFlowStatusId'] = $value;
2271
2272
        return $this;
2273
    }
2274
2275
    /**
2276
     * @param string $value
2277
     *
2278
     * @return $this
2279
     */
2280
    public function withDueDateStart($value)
2281
    {
2282
        $this->data['DueDateStart'] = $value;
2283
        $this->options['form_params']['DueDateStart'] = $value;
2284
2285
        return $this;
2286
    }
2287
2288
    /**
2289
     * @param string $value
2290
     *
2291
     * @return $this
2292
     */
2293
    public function withCreatorId($value)
2294
    {
2295
        $this->data['CreatorId'] = $value;
2296
        $this->options['form_params']['CreatorId'] = $value;
2297
2298
        return $this;
2299
    }
2300
2301
    /**
2302
     * @param string $value
2303
     *
2304
     * @return $this
2305
     */
2306
    public function withPriority($value)
2307
    {
2308
        $this->data['Priority'] = $value;
2309
        $this->options['form_params']['Priority'] = $value;
2310
2311
        return $this;
2312
    }
2313
2314
    /**
2315
     * @param string $value
2316
     *
2317
     * @return $this
2318
     */
2319
    public function withDueDateEnd($value)
2320
    {
2321
        $this->data['DueDateEnd'] = $value;
2322
        $this->options['form_params']['DueDateEnd'] = $value;
2323
2324
        return $this;
2325
    }
2326
2327
    /**
2328
     * @param string $value
2329
     *
2330
     * @return $this
2331
     */
2332
    public function withOrgId($value)
2333
    {
2334
        $this->data['OrgId'] = $value;
2335
        $this->options['form_params']['OrgId'] = $value;
2336
2337
        return $this;
2338
    }
2339
2340
    /**
2341
     * @param string $value
2342
     *
2343
     * @return $this
2344
     */
2345
    public function withName($value)
2346
    {
2347
        $this->data['Name'] = $value;
2348
        $this->options['form_params']['Name'] = $value;
2349
2350
        return $this;
2351
    }
2352
}
2353
2354
/**
2355
 * @method string getUserPk()
2356
 * @method string getOrgId()
2357
 */
2358
class GetUserByAliyunUid extends Rpc
2359
{
2360
2361
    /**
2362
     * @param string $value
2363
     *
2364
     * @return $this
2365
     */
2366
    public function withUserPk($value)
2367
    {
2368
        $this->data['UserPk'] = $value;
2369
        $this->options['form_params']['UserPk'] = $value;
2370
2371
        return $this;
2372
    }
2373
2374
    /**
2375
     * @param string $value
2376
     *
2377
     * @return $this
2378
     */
2379
    public function withOrgId($value)
2380
    {
2381
        $this->data['OrgId'] = $value;
2382
        $this->options['form_params']['OrgId'] = $value;
2383
2384
        return $this;
2385
    }
2386
}
2387
2388
/**
2389
 * @method string getUserId()
2390
 * @method string getOrgId()
2391
 */
2392
class GetUserName extends Rpc
2393
{
2394
2395
    /**
2396
     * @param string $value
2397
     *
2398
     * @return $this
2399
     */
2400
    public function withUserId($value)
2401
    {
2402
        $this->data['UserId'] = $value;
2403
        $this->options['form_params']['UserId'] = $value;
2404
2405
        return $this;
2406
    }
2407
2408
    /**
2409
     * @param string $value
2410
     *
2411
     * @return $this
2412
     */
2413
    public function withOrgId($value)
2414
    {
2415
        $this->data['OrgId'] = $value;
2416
        $this->options['form_params']['OrgId'] = $value;
2417
2418
        return $this;
2419
    }
2420
}
2421
2422
/**
2423
 * @method string getPhone()
2424
 * @method string getUserPk()
2425
 * @method string getEmail()
2426
 * @method string getUserName()
2427
 */
2428
class InsertDevopsUser extends Rpc
2429
{
2430
2431
    /**
2432
     * @param string $value
2433
     *
2434
     * @return $this
2435
     */
2436
    public function withPhone($value)
2437
    {
2438
        $this->data['Phone'] = $value;
2439
        $this->options['form_params']['Phone'] = $value;
2440
2441
        return $this;
2442
    }
2443
2444
    /**
2445
     * @param string $value
2446
     *
2447
     * @return $this
2448
     */
2449
    public function withUserPk($value)
2450
    {
2451
        $this->data['UserPk'] = $value;
2452
        $this->options['form_params']['UserPk'] = $value;
2453
2454
        return $this;
2455
    }
2456
2457
    /**
2458
     * @param string $value
2459
     *
2460
     * @return $this
2461
     */
2462
    public function withEmail($value)
2463
    {
2464
        $this->data['Email'] = $value;
2465
        $this->options['form_params']['Email'] = $value;
2466
2467
        return $this;
2468
    }
2469
2470
    /**
2471
     * @param string $value
2472
     *
2473
     * @return $this
2474
     */
2475
    public function withUserName($value)
2476
    {
2477
        $this->data['UserName'] = $value;
2478
        $this->options['form_params']['UserName'] = $value;
2479
2480
        return $this;
2481
    }
2482
}
2483
2484
/**
2485
 * @method string getRoleName()
2486
 * @method string getUserPk()
2487
 * @method string getUserId()
2488
 * @method string getOrgId()
2489
 * @method $this withOrgId($value)
2490
 * @method string getPipelineId()
2491
 * @method $this withPipelineId($value)
2492
 */
2493
class InsertPipelineMember extends Rpc
2494
{
2495
2496
    /**
2497
     * @param string $value
2498
     *
2499
     * @return $this
2500
     */
2501
    public function withRoleName($value)
2502
    {
2503
        $this->data['RoleName'] = $value;
2504
        $this->options['form_params']['RoleName'] = $value;
2505
2506
        return $this;
2507
    }
2508
2509
    /**
2510
     * @param string $value
2511
     *
2512
     * @return $this
2513
     */
2514
    public function withUserPk($value)
2515
    {
2516
        $this->data['UserPk'] = $value;
2517
        $this->options['form_params']['UserPk'] = $value;
2518
2519
        return $this;
2520
    }
2521
2522
    /**
2523
     * @param string $value
2524
     *
2525
     * @return $this
2526
     */
2527
    public function withUserId($value)
2528
    {
2529
        $this->data['UserId'] = $value;
2530
        $this->options['form_params']['UserId'] = $value;
2531
2532
        return $this;
2533
    }
2534
}
2535
2536
/**
2537
 * @method string getMembers()
2538
 * @method string getProjectId()
2539
 * @method string getOrgId()
2540
 */
2541
class InsertProjectMembers extends Rpc
2542
{
2543
2544
    /**
2545
     * @param string $value
2546
     *
2547
     * @return $this
2548
     */
2549
    public function withMembers($value)
2550
    {
2551
        $this->data['Members'] = $value;
2552
        $this->options['form_params']['Members'] = $value;
2553
2554
        return $this;
2555
    }
2556
2557
    /**
2558
     * @param string $value
2559
     *
2560
     * @return $this
2561
     */
2562
    public function withProjectId($value)
2563
    {
2564
        $this->data['ProjectId'] = $value;
2565
        $this->options['form_params']['ProjectId'] = $value;
2566
2567
        return $this;
2568
    }
2569
2570
    /**
2571
     * @param string $value
2572
     *
2573
     * @return $this
2574
     */
2575
    public function withOrgId($value)
2576
    {
2577
        $this->data['OrgId'] = $value;
2578
        $this->options['form_params']['OrgId'] = $value;
2579
2580
        return $this;
2581
    }
2582
}
2583
2584
/**
2585
 * @method string getAll()
2586
 * @method string getSmartGroupId()
2587
 * @method string getProjectId()
2588
 * @method string getOrgId()
2589
 */
2590
class ListCommonGroup extends Rpc
2591
{
2592
2593
    /**
2594
     * @param string $value
2595
     *
2596
     * @return $this
2597
     */
2598
    public function withAll($value)
2599
    {
2600
        $this->data['All'] = $value;
2601
        $this->options['form_params']['All'] = $value;
2602
2603
        return $this;
2604
    }
2605
2606
    /**
2607
     * @param string $value
2608
     *
2609
     * @return $this
2610
     */
2611
    public function withSmartGroupId($value)
2612
    {
2613
        $this->data['SmartGroupId'] = $value;
2614
        $this->options['form_params']['SmartGroupId'] = $value;
2615
2616
        return $this;
2617
    }
2618
2619
    /**
2620
     * @param string $value
2621
     *
2622
     * @return $this
2623
     */
2624
    public function withProjectId($value)
2625
    {
2626
        $this->data['ProjectId'] = $value;
2627
        $this->options['form_params']['ProjectId'] = $value;
2628
2629
        return $this;
2630
    }
2631
2632
    /**
2633
     * @param string $value
2634
     *
2635
     * @return $this
2636
     */
2637
    public function withOrgId($value)
2638
    {
2639
        $this->data['OrgId'] = $value;
2640
        $this->options['form_params']['OrgId'] = $value;
2641
2642
        return $this;
2643
    }
2644
}
2645
2646
/**
2647
 * @method string getUserPk()
2648
 * @method string getOrgId()
2649
 */
2650
class ListCredentials extends Rpc
2651
{
2652
2653
    /**
2654
     * @param string $value
2655
     *
2656
     * @return $this
2657
     */
2658
    public function withUserPk($value)
2659
    {
2660
        $this->data['UserPk'] = $value;
2661
        $this->options['form_params']['UserPk'] = $value;
2662
2663
        return $this;
2664
    }
2665
2666
    /**
2667
     * @param string $value
2668
     *
2669
     * @return $this
2670
     */
2671
    public function withOrgId($value)
2672
    {
2673
        $this->data['OrgId'] = $value;
2674
        $this->options['form_params']['OrgId'] = $value;
2675
2676
        return $this;
2677
    }
2678
}
2679
2680
/**
2681
 * @method string getProjectId()
2682
 * @method string getOrgId()
2683
 */
2684
class ListDevopsProjectSprints extends Rpc
2685
{
2686
2687
    /**
2688
     * @param string $value
2689
     *
2690
     * @return $this
2691
     */
2692
    public function withProjectId($value)
2693
    {
2694
        $this->data['ProjectId'] = $value;
2695
        $this->options['form_params']['ProjectId'] = $value;
2696
2697
        return $this;
2698
    }
2699
2700
    /**
2701
     * @param string $value
2702
     *
2703
     * @return $this
2704
     */
2705
    public function withOrgId($value)
2706
    {
2707
        $this->data['OrgId'] = $value;
2708
        $this->options['form_params']['OrgId'] = $value;
2709
2710
        return $this;
2711
    }
2712
}
2713
2714
/**
2715
 * @method string getProjectId()
2716
 * @method string getOrgId()
2717
 */
2718
class ListDevopsProjectTaskFlow extends Rpc
2719
{
2720
2721
    /**
2722
     * @param string $value
2723
     *
2724
     * @return $this
2725
     */
2726
    public function withProjectId($value)
2727
    {
2728
        $this->data['ProjectId'] = $value;
2729
        $this->options['form_params']['ProjectId'] = $value;
2730
2731
        return $this;
2732
    }
2733
2734
    /**
2735
     * @param string $value
2736
     *
2737
     * @return $this
2738
     */
2739
    public function withOrgId($value)
2740
    {
2741
        $this->data['OrgId'] = $value;
2742
        $this->options['form_params']['OrgId'] = $value;
2743
2744
        return $this;
2745
    }
2746
}
2747
2748
/**
2749
 * @method string getTaskFlowId()
2750
 * @method string getOrgId()
2751
 */
2752
class ListDevopsProjectTaskFlowStatus extends Rpc
2753
{
2754
2755
    /**
2756
     * @param string $value
2757
     *
2758
     * @return $this
2759
     */
2760
    public function withTaskFlowId($value)
2761
    {
2762
        $this->data['TaskFlowId'] = $value;
2763
        $this->options['form_params']['TaskFlowId'] = $value;
2764
2765
        return $this;
2766
    }
2767
2768
    /**
2769
     * @param string $value
2770
     *
2771
     * @return $this
2772
     */
2773
    public function withOrgId($value)
2774
    {
2775
        $this->data['OrgId'] = $value;
2776
        $this->options['form_params']['OrgId'] = $value;
2777
2778
        return $this;
2779
    }
2780
}
2781
2782
/**
2783
 * @method string getProjectId()
2784
 * @method string getOrgId()
2785
 */
2786
class ListDevopsProjectTaskList extends Rpc
2787
{
2788
2789
    /**
2790
     * @param string $value
2791
     *
2792
     * @return $this
2793
     */
2794
    public function withProjectId($value)
2795
    {
2796
        $this->data['ProjectId'] = $value;
2797
        $this->options['form_params']['ProjectId'] = $value;
2798
2799
        return $this;
2800
    }
2801
2802
    /**
2803
     * @param string $value
2804
     *
2805
     * @return $this
2806
     */
2807
    public function withOrgId($value)
2808
    {
2809
        $this->data['OrgId'] = $value;
2810
        $this->options['form_params']['OrgId'] = $value;
2811
2812
        return $this;
2813
    }
2814
}
2815
2816
/**
2817
 * @method string getProjectIds()
2818
 * @method string getOrgId()
2819
 */
2820
class ListDevopsProjectTasks extends Rpc
2821
{
2822
2823
    /**
2824
     * @param string $value
2825
     *
2826
     * @return $this
2827
     */
2828
    public function withProjectIds($value)
2829
    {
2830
        $this->data['ProjectIds'] = $value;
2831
        $this->options['form_params']['ProjectIds'] = $value;
2832
2833
        return $this;
2834
    }
2835
2836
    /**
2837
     * @param string $value
2838
     *
2839
     * @return $this
2840
     */
2841
    public function withOrgId($value)
2842
    {
2843
        $this->data['OrgId'] = $value;
2844
        $this->options['form_params']['OrgId'] = $value;
2845
2846
        return $this;
2847
    }
2848
}
2849
2850
/**
2851
 * @method string getProjectId()
2852
 * @method string getOrgId()
2853
 */
2854
class ListDevopsScenarioFieldConfig extends Rpc
2855
{
2856
2857
    /**
2858
     * @param string $value
2859
     *
2860
     * @return $this
2861
     */
2862
    public function withProjectId($value)
2863
    {
2864
        $this->data['ProjectId'] = $value;
2865
        $this->options['form_params']['ProjectId'] = $value;
2866
2867
        return $this;
2868
    }
2869
2870
    /**
2871
     * @param string $value
2872
     *
2873
     * @return $this
2874
     */
2875
    public function withOrgId($value)
2876
    {
2877
        $this->data['OrgId'] = $value;
2878
        $this->options['form_params']['OrgId'] = $value;
2879
2880
        return $this;
2881
    }
2882
}
2883
2884
/**
2885
 * @method string getPipelineName()
2886
 * @method string getResultStatusList()
2887
 * @method string getCreators()
2888
 * @method string getExecuteEndTime()
2889
 * @method string getUserPk()
2890
 * @method string getOrgId()
2891
 * @method $this withOrgId($value)
2892
 * @method string getCreateStartTime()
2893
 * @method string getOperators()
2894
 * @method string getPageSize()
2895
 * @method string getExecuteStartTime()
2896
 * @method string getPageStart()
2897
 * @method string getCreateEndTime()
2898
 */
2899
class ListPipelines extends Rpc
2900
{
2901
2902
    /**
2903
     * @param string $value
2904
     *
2905
     * @return $this
2906
     */
2907
    public function withPipelineName($value)
2908
    {
2909
        $this->data['PipelineName'] = $value;
2910
        $this->options['form_params']['PipelineName'] = $value;
2911
2912
        return $this;
2913
    }
2914
2915
    /**
2916
     * @param string $value
2917
     *
2918
     * @return $this
2919
     */
2920
    public function withResultStatusList($value)
2921
    {
2922
        $this->data['ResultStatusList'] = $value;
2923
        $this->options['form_params']['ResultStatusList'] = $value;
2924
2925
        return $this;
2926
    }
2927
2928
    /**
2929
     * @param string $value
2930
     *
2931
     * @return $this
2932
     */
2933
    public function withCreators($value)
2934
    {
2935
        $this->data['Creators'] = $value;
2936
        $this->options['form_params']['Creators'] = $value;
2937
2938
        return $this;
2939
    }
2940
2941
    /**
2942
     * @param string $value
2943
     *
2944
     * @return $this
2945
     */
2946
    public function withExecuteEndTime($value)
2947
    {
2948
        $this->data['ExecuteEndTime'] = $value;
2949
        $this->options['form_params']['ExecuteEndTime'] = $value;
2950
2951
        return $this;
2952
    }
2953
2954
    /**
2955
     * @param string $value
2956
     *
2957
     * @return $this
2958
     */
2959
    public function withUserPk($value)
2960
    {
2961
        $this->data['UserPk'] = $value;
2962
        $this->options['form_params']['UserPk'] = $value;
2963
2964
        return $this;
2965
    }
2966
2967
    /**
2968
     * @param string $value
2969
     *
2970
     * @return $this
2971
     */
2972
    public function withCreateStartTime($value)
2973
    {
2974
        $this->data['CreateStartTime'] = $value;
2975
        $this->options['form_params']['CreateStartTime'] = $value;
2976
2977
        return $this;
2978
    }
2979
2980
    /**
2981
     * @param string $value
2982
     *
2983
     * @return $this
2984
     */
2985
    public function withOperators($value)
2986
    {
2987
        $this->data['Operators'] = $value;
2988
        $this->options['form_params']['Operators'] = $value;
2989
2990
        return $this;
2991
    }
2992
2993
    /**
2994
     * @param string $value
2995
     *
2996
     * @return $this
2997
     */
2998
    public function withPageSize($value)
2999
    {
3000
        $this->data['PageSize'] = $value;
3001
        $this->options['form_params']['PageSize'] = $value;
3002
3003
        return $this;
3004
    }
3005
3006
    /**
3007
     * @param string $value
3008
     *
3009
     * @return $this
3010
     */
3011
    public function withExecuteStartTime($value)
3012
    {
3013
        $this->data['ExecuteStartTime'] = $value;
3014
        $this->options['form_params']['ExecuteStartTime'] = $value;
3015
3016
        return $this;
3017
    }
3018
3019
    /**
3020
     * @param string $value
3021
     *
3022
     * @return $this
3023
     */
3024
    public function withPageStart($value)
3025
    {
3026
        $this->data['PageStart'] = $value;
3027
        $this->options['form_params']['PageStart'] = $value;
3028
3029
        return $this;
3030
    }
3031
3032
    /**
3033
     * @param string $value
3034
     *
3035
     * @return $this
3036
     */
3037
    public function withCreateEndTime($value)
3038
    {
3039
        $this->data['CreateEndTime'] = $value;
3040
        $this->options['form_params']['CreateEndTime'] = $value;
3041
3042
        return $this;
3043
    }
3044
}
3045
3046
/**
3047
 * @method string getProjectId()
3048
 * @method string getOrgId()
3049
 */
3050
class ListProjectCustomFields extends Rpc
3051
{
3052
3053
    /**
3054
     * @param string $value
3055
     *
3056
     * @return $this
3057
     */
3058
    public function withProjectId($value)
3059
    {
3060
        $this->data['ProjectId'] = $value;
3061
        $this->options['form_params']['ProjectId'] = $value;
3062
3063
        return $this;
3064
    }
3065
3066
    /**
3067
     * @param string $value
3068
     *
3069
     * @return $this
3070
     */
3071
    public function withOrgId($value)
3072
    {
3073
        $this->data['OrgId'] = $value;
3074
        $this->options['form_params']['OrgId'] = $value;
3075
3076
        return $this;
3077
    }
3078
}
3079
3080
/**
3081
 * @method string getScType()
3082
 * @method string getUserPk()
3083
 * @method string getOrgId()
3084
 */
3085
class ListServiceConnections extends Rpc
3086
{
3087
3088
    /**
3089
     * @param string $value
3090
     *
3091
     * @return $this
3092
     */
3093
    public function withScType($value)
3094
    {
3095
        $this->data['ScType'] = $value;
3096
        $this->options['form_params']['ScType'] = $value;
3097
3098
        return $this;
3099
    }
3100
3101
    /**
3102
     * @param string $value
3103
     *
3104
     * @return $this
3105
     */
3106
    public function withUserPk($value)
3107
    {
3108
        $this->data['UserPk'] = $value;
3109
        $this->options['form_params']['UserPk'] = $value;
3110
3111
        return $this;
3112
    }
3113
3114
    /**
3115
     * @param string $value
3116
     *
3117
     * @return $this
3118
     */
3119
    public function withOrgId($value)
3120
    {
3121
        $this->data['OrgId'] = $value;
3122
        $this->options['form_params']['OrgId'] = $value;
3123
3124
        return $this;
3125
    }
3126
}
3127
3128
/**
3129
 * @method string getProjectId()
3130
 * @method string getOrgId()
3131
 */
3132
class ListSmartGroup extends Rpc
3133
{
3134
3135
    /**
3136
     * @param string $value
3137
     *
3138
     * @return $this
3139
     */
3140
    public function withProjectId($value)
3141
    {
3142
        $this->data['ProjectId'] = $value;
3143
        $this->options['form_params']['ProjectId'] = $value;
3144
3145
        return $this;
3146
    }
3147
3148
    /**
3149
     * @param string $value
3150
     *
3151
     * @return $this
3152
     */
3153
    public function withOrgId($value)
3154
    {
3155
        $this->data['OrgId'] = $value;
3156
        $this->options['form_params']['OrgId'] = $value;
3157
3158
        return $this;
3159
    }
3160
}
3161
3162
/**
3163
 * @method string getRealPk()
3164
 */
3165
class ListUserOrganization extends Rpc
3166
{
3167
3168
    /**
3169
     * @param string $value
3170
     *
3171
     * @return $this
3172
     */
3173
    public function withRealPk($value)
3174
    {
3175
        $this->data['RealPk'] = $value;
3176
        $this->options['form_params']['RealPk'] = $value;
3177
3178
        return $this;
3179
    }
3180
}
3181
3182
/**
3183
 * @method string getUserPk()
3184
 * @method string getOrgId()
3185
 * @method $this withOrgId($value)
3186
 * @method string getPipelineId()
3187
 * @method $this withPipelineId($value)
3188
 * @method string getNewOwnerId()
3189
 */
3190
class TransferPipelineOwner extends Rpc
3191
{
3192
3193
    /**
3194
     * @param string $value
3195
     *
3196
     * @return $this
3197
     */
3198
    public function withUserPk($value)
3199
    {
3200
        $this->data['UserPk'] = $value;
3201
        $this->options['form_params']['UserPk'] = $value;
3202
3203
        return $this;
3204
    }
3205
3206
    /**
3207
     * @param string $value
3208
     *
3209
     * @return $this
3210
     */
3211
    public function withNewOwnerId($value)
3212
    {
3213
        $this->data['NewOwnerId'] = $value;
3214
        $this->options['form_params']['NewOwnerId'] = $value;
3215
3216
        return $this;
3217
    }
3218
}
3219
3220
/**
3221
 * @method string getDescription()
3222
 * @method string getCommonGroupId()
3223
 * @method string getOrgId()
3224
 * @method string getSmartGroupId()
3225
 * @method string getName()
3226
 * @method string getProjectId()
3227
 */
3228
class UpdateCommonGroup extends Rpc
3229
{
3230
3231
    /**
3232
     * @param string $value
3233
     *
3234
     * @return $this
3235
     */
3236
    public function withDescription($value)
3237
    {
3238
        $this->data['Description'] = $value;
3239
        $this->options['form_params']['Description'] = $value;
3240
3241
        return $this;
3242
    }
3243
3244
    /**
3245
     * @param string $value
3246
     *
3247
     * @return $this
3248
     */
3249
    public function withCommonGroupId($value)
3250
    {
3251
        $this->data['CommonGroupId'] = $value;
3252
        $this->options['form_params']['CommonGroupId'] = $value;
3253
3254
        return $this;
3255
    }
3256
3257
    /**
3258
     * @param string $value
3259
     *
3260
     * @return $this
3261
     */
3262
    public function withOrgId($value)
3263
    {
3264
        $this->data['OrgId'] = $value;
3265
        $this->options['form_params']['OrgId'] = $value;
3266
3267
        return $this;
3268
    }
3269
3270
    /**
3271
     * @param string $value
3272
     *
3273
     * @return $this
3274
     */
3275
    public function withSmartGroupId($value)
3276
    {
3277
        $this->data['SmartGroupId'] = $value;
3278
        $this->options['form_params']['SmartGroupId'] = $value;
3279
3280
        return $this;
3281
    }
3282
3283
    /**
3284
     * @param string $value
3285
     *
3286
     * @return $this
3287
     */
3288
    public function withName($value)
3289
    {
3290
        $this->data['Name'] = $value;
3291
        $this->options['form_params']['Name'] = $value;
3292
3293
        return $this;
3294
    }
3295
3296
    /**
3297
     * @param string $value
3298
     *
3299
     * @return $this
3300
     */
3301
    public function withProjectId($value)
3302
    {
3303
        $this->data['ProjectId'] = $value;
3304
        $this->options['form_params']['ProjectId'] = $value;
3305
3306
        return $this;
3307
    }
3308
}
3309
3310
/**
3311
 * @method string getName()
3312
 * @method string getDescription()
3313
 * @method string getProjectId()
3314
 * @method string getOrgId()
3315
 */
3316
class UpdateDevopsProject extends Rpc
3317
{
3318
3319
    /**
3320
     * @param string $value
3321
     *
3322
     * @return $this
3323
     */
3324
    public function withName($value)
3325
    {
3326
        $this->data['Name'] = $value;
3327
        $this->options['form_params']['Name'] = $value;
3328
3329
        return $this;
3330
    }
3331
3332
    /**
3333
     * @param string $value
3334
     *
3335
     * @return $this
3336
     */
3337
    public function withDescription($value)
3338
    {
3339
        $this->data['Description'] = $value;
3340
        $this->options['form_params']['Description'] = $value;
3341
3342
        return $this;
3343
    }
3344
3345
    /**
3346
     * @param string $value
3347
     *
3348
     * @return $this
3349
     */
3350
    public function withProjectId($value)
3351
    {
3352
        $this->data['ProjectId'] = $value;
3353
        $this->options['form_params']['ProjectId'] = $value;
3354
3355
        return $this;
3356
    }
3357
3358
    /**
3359
     * @param string $value
3360
     *
3361
     * @return $this
3362
     */
3363
    public function withOrgId($value)
3364
    {
3365
        $this->data['OrgId'] = $value;
3366
        $this->options['form_params']['OrgId'] = $value;
3367
3368
        return $this;
3369
    }
3370
}
3371
3372
/**
3373
 * @method string getExecutorId()
3374
 * @method string getDescription()
3375
 * @method string getStartDate()
3376
 * @method string getOrgId()
3377
 * @method string getSprintId()
3378
 * @method string getDueDate()
3379
 * @method string getName()
3380
 * @method string getProjectId()
3381
 */
3382
class UpdateDevopsProjectSprint extends Rpc
3383
{
3384
3385
    /**
3386
     * @param string $value
3387
     *
3388
     * @return $this
3389
     */
3390
    public function withExecutorId($value)
3391
    {
3392
        $this->data['ExecutorId'] = $value;
3393
        $this->options['form_params']['ExecutorId'] = $value;
3394
3395
        return $this;
3396
    }
3397
3398
    /**
3399
     * @param string $value
3400
     *
3401
     * @return $this
3402
     */
3403
    public function withDescription($value)
3404
    {
3405
        $this->data['Description'] = $value;
3406
        $this->options['form_params']['Description'] = $value;
3407
3408
        return $this;
3409
    }
3410
3411
    /**
3412
     * @param string $value
3413
     *
3414
     * @return $this
3415
     */
3416
    public function withStartDate($value)
3417
    {
3418
        $this->data['StartDate'] = $value;
3419
        $this->options['form_params']['StartDate'] = $value;
3420
3421
        return $this;
3422
    }
3423
3424
    /**
3425
     * @param string $value
3426
     *
3427
     * @return $this
3428
     */
3429
    public function withOrgId($value)
3430
    {
3431
        $this->data['OrgId'] = $value;
3432
        $this->options['form_params']['OrgId'] = $value;
3433
3434
        return $this;
3435
    }
3436
3437
    /**
3438
     * @param string $value
3439
     *
3440
     * @return $this
3441
     */
3442
    public function withSprintId($value)
3443
    {
3444
        $this->data['SprintId'] = $value;
3445
        $this->options['form_params']['SprintId'] = $value;
3446
3447
        return $this;
3448
    }
3449
3450
    /**
3451
     * @param string $value
3452
     *
3453
     * @return $this
3454
     */
3455
    public function withDueDate($value)
3456
    {
3457
        $this->data['DueDate'] = $value;
3458
        $this->options['form_params']['DueDate'] = $value;
3459
3460
        return $this;
3461
    }
3462
3463
    /**
3464
     * @param string $value
3465
     *
3466
     * @return $this
3467
     */
3468
    public function withName($value)
3469
    {
3470
        $this->data['Name'] = $value;
3471
        $this->options['form_params']['Name'] = $value;
3472
3473
        return $this;
3474
    }
3475
3476
    /**
3477
     * @param string $value
3478
     *
3479
     * @return $this
3480
     */
3481
    public function withProjectId($value)
3482
    {
3483
        $this->data['ProjectId'] = $value;
3484
        $this->options['form_params']['ProjectId'] = $value;
3485
3486
        return $this;
3487
    }
3488
}
3489
3490
/**
3491
 * @method string getNote()
3492
 * @method string getVisible()
3493
 * @method string getExecutorId()
3494
 * @method string getTaskFlowStatusId()
3495
 * @method string getScenarioFiieldConfigId()
3496
 * @method string getStartDate()
3497
 * @method string getPriority()
3498
 * @method string getParentTaskId()
3499
 * @method string getOrgId()
3500
 * @method string getContent()
3501
 * @method string getSprintId()
3502
 * @method string getDueDate()
3503
 * @method string getProjectId()
3504
 * @method string getTaskId()
3505
 */
3506
class UpdateDevopsProjectTask extends Rpc
3507
{
3508
3509
    /**
3510
     * @param string $value
3511
     *
3512
     * @return $this
3513
     */
3514
    public function withNote($value)
3515
    {
3516
        $this->data['Note'] = $value;
3517
        $this->options['form_params']['Note'] = $value;
3518
3519
        return $this;
3520
    }
3521
3522
    /**
3523
     * @param string $value
3524
     *
3525
     * @return $this
3526
     */
3527
    public function withVisible($value)
3528
    {
3529
        $this->data['Visible'] = $value;
3530
        $this->options['form_params']['Visible'] = $value;
3531
3532
        return $this;
3533
    }
3534
3535
    /**
3536
     * @param string $value
3537
     *
3538
     * @return $this
3539
     */
3540
    public function withExecutorId($value)
3541
    {
3542
        $this->data['ExecutorId'] = $value;
3543
        $this->options['form_params']['ExecutorId'] = $value;
3544
3545
        return $this;
3546
    }
3547
3548
    /**
3549
     * @param string $value
3550
     *
3551
     * @return $this
3552
     */
3553
    public function withTaskFlowStatusId($value)
3554
    {
3555
        $this->data['TaskFlowStatusId'] = $value;
3556
        $this->options['form_params']['TaskFlowStatusId'] = $value;
3557
3558
        return $this;
3559
    }
3560
3561
    /**
3562
     * @param string $value
3563
     *
3564
     * @return $this
3565
     */
3566
    public function withScenarioFiieldConfigId($value)
3567
    {
3568
        $this->data['ScenarioFiieldConfigId'] = $value;
3569
        $this->options['form_params']['ScenarioFiieldConfigId'] = $value;
3570
3571
        return $this;
3572
    }
3573
3574
    /**
3575
     * @param string $value
3576
     *
3577
     * @return $this
3578
     */
3579
    public function withStartDate($value)
3580
    {
3581
        $this->data['StartDate'] = $value;
3582
        $this->options['form_params']['StartDate'] = $value;
3583
3584
        return $this;
3585
    }
3586
3587
    /**
3588
     * @param string $value
3589
     *
3590
     * @return $this
3591
     */
3592
    public function withPriority($value)
3593
    {
3594
        $this->data['Priority'] = $value;
3595
        $this->options['form_params']['Priority'] = $value;
3596
3597
        return $this;
3598
    }
3599
3600
    /**
3601
     * @param string $value
3602
     *
3603
     * @return $this
3604
     */
3605
    public function withParentTaskId($value)
3606
    {
3607
        $this->data['ParentTaskId'] = $value;
3608
        $this->options['form_params']['ParentTaskId'] = $value;
3609
3610
        return $this;
3611
    }
3612
3613
    /**
3614
     * @param string $value
3615
     *
3616
     * @return $this
3617
     */
3618
    public function withOrgId($value)
3619
    {
3620
        $this->data['OrgId'] = $value;
3621
        $this->options['form_params']['OrgId'] = $value;
3622
3623
        return $this;
3624
    }
3625
3626
    /**
3627
     * @param string $value
3628
     *
3629
     * @return $this
3630
     */
3631
    public function withContent($value)
3632
    {
3633
        $this->data['Content'] = $value;
3634
        $this->options['form_params']['Content'] = $value;
3635
3636
        return $this;
3637
    }
3638
3639
    /**
3640
     * @param string $value
3641
     *
3642
     * @return $this
3643
     */
3644
    public function withSprintId($value)
3645
    {
3646
        $this->data['SprintId'] = $value;
3647
        $this->options['form_params']['SprintId'] = $value;
3648
3649
        return $this;
3650
    }
3651
3652
    /**
3653
     * @param string $value
3654
     *
3655
     * @return $this
3656
     */
3657
    public function withDueDate($value)
3658
    {
3659
        $this->data['DueDate'] = $value;
3660
        $this->options['form_params']['DueDate'] = $value;
3661
3662
        return $this;
3663
    }
3664
3665
    /**
3666
     * @param string $value
3667
     *
3668
     * @return $this
3669
     */
3670
    public function withProjectId($value)
3671
    {
3672
        $this->data['ProjectId'] = $value;
3673
        $this->options['form_params']['ProjectId'] = $value;
3674
3675
        return $this;
3676
    }
3677
3678
    /**
3679
     * @param string $value
3680
     *
3681
     * @return $this
3682
     */
3683
    public function withTaskId($value)
3684
    {
3685
        $this->data['TaskId'] = $value;
3686
        $this->options['form_params']['TaskId'] = $value;
3687
3688
        return $this;
3689
    }
3690
}
3691
3692
/**
3693
 * @method string getRoleName()
3694
 * @method string getUserPk()
3695
 * @method string getUserId()
3696
 * @method string getOrgId()
3697
 * @method $this withOrgId($value)
3698
 * @method string getPipelineId()
3699
 * @method $this withPipelineId($value)
3700
 */
3701
class UpdatePipelineMember extends Rpc
3702
{
3703
3704
    /**
3705
     * @param string $value
3706
     *
3707
     * @return $this
3708
     */
3709
    public function withRoleName($value)
3710
    {
3711
        $this->data['RoleName'] = $value;
3712
        $this->options['form_params']['RoleName'] = $value;
3713
3714
        return $this;
3715
    }
3716
3717
    /**
3718
     * @param string $value
3719
     *
3720
     * @return $this
3721
     */
3722
    public function withUserPk($value)
3723
    {
3724
        $this->data['UserPk'] = $value;
3725
        $this->options['form_params']['UserPk'] = $value;
3726
3727
        return $this;
3728
    }
3729
3730
    /**
3731
     * @param string $value
3732
     *
3733
     * @return $this
3734
     */
3735
    public function withUserId($value)
3736
    {
3737
        $this->data['UserId'] = $value;
3738
        $this->options['form_params']['UserId'] = $value;
3739
3740
        return $this;
3741
    }
3742
}
3743
3744
/**
3745
 * @method string getNote()
3746
 * @method string getExecutorId()
3747
 * @method string getStartDate()
3748
 * @method string getDelInvolvers()
3749
 * @method string getContent()
3750
 * @method string getSprintId()
3751
 * @method string getCustomFieldId()
3752
 * @method string getProjectId()
3753
 * @method string getTaskId()
3754
 * @method string getTaskFlowStatusId()
3755
 * @method string getTagIds()
3756
 * @method string getAddInvolvers()
3757
 * @method string getPriority()
3758
 * @method string getOrgId()
3759
 * @method string getDueDate()
3760
 * @method string getWorkTimes()
3761
 * @method string getStoryPoint()
3762
 * @method string getCustomFieldValues()
3763
 */
3764
class UpdateTaskDetail extends Rpc
3765
{
3766
3767
    /**
3768
     * @param string $value
3769
     *
3770
     * @return $this
3771
     */
3772
    public function withNote($value)
3773
    {
3774
        $this->data['Note'] = $value;
3775
        $this->options['form_params']['Note'] = $value;
3776
3777
        return $this;
3778
    }
3779
3780
    /**
3781
     * @param string $value
3782
     *
3783
     * @return $this
3784
     */
3785
    public function withExecutorId($value)
3786
    {
3787
        $this->data['ExecutorId'] = $value;
3788
        $this->options['form_params']['ExecutorId'] = $value;
3789
3790
        return $this;
3791
    }
3792
3793
    /**
3794
     * @param string $value
3795
     *
3796
     * @return $this
3797
     */
3798
    public function withStartDate($value)
3799
    {
3800
        $this->data['StartDate'] = $value;
3801
        $this->options['form_params']['StartDate'] = $value;
3802
3803
        return $this;
3804
    }
3805
3806
    /**
3807
     * @param string $value
3808
     *
3809
     * @return $this
3810
     */
3811
    public function withDelInvolvers($value)
3812
    {
3813
        $this->data['DelInvolvers'] = $value;
3814
        $this->options['form_params']['DelInvolvers'] = $value;
3815
3816
        return $this;
3817
    }
3818
3819
    /**
3820
     * @param string $value
3821
     *
3822
     * @return $this
3823
     */
3824
    public function withContent($value)
3825
    {
3826
        $this->data['Content'] = $value;
3827
        $this->options['form_params']['Content'] = $value;
3828
3829
        return $this;
3830
    }
3831
3832
    /**
3833
     * @param string $value
3834
     *
3835
     * @return $this
3836
     */
3837
    public function withSprintId($value)
3838
    {
3839
        $this->data['SprintId'] = $value;
3840
        $this->options['form_params']['SprintId'] = $value;
3841
3842
        return $this;
3843
    }
3844
3845
    /**
3846
     * @param string $value
3847
     *
3848
     * @return $this
3849
     */
3850
    public function withCustomFieldId($value)
3851
    {
3852
        $this->data['CustomFieldId'] = $value;
3853
        $this->options['form_params']['CustomFieldId'] = $value;
3854
3855
        return $this;
3856
    }
3857
3858
    /**
3859
     * @param string $value
3860
     *
3861
     * @return $this
3862
     */
3863
    public function withProjectId($value)
3864
    {
3865
        $this->data['ProjectId'] = $value;
3866
        $this->options['form_params']['ProjectId'] = $value;
3867
3868
        return $this;
3869
    }
3870
3871
    /**
3872
     * @param string $value
3873
     *
3874
     * @return $this
3875
     */
3876
    public function withTaskId($value)
3877
    {
3878
        $this->data['TaskId'] = $value;
3879
        $this->options['form_params']['TaskId'] = $value;
3880
3881
        return $this;
3882
    }
3883
3884
    /**
3885
     * @param string $value
3886
     *
3887
     * @return $this
3888
     */
3889
    public function withTaskFlowStatusId($value)
3890
    {
3891
        $this->data['TaskFlowStatusId'] = $value;
3892
        $this->options['form_params']['TaskFlowStatusId'] = $value;
3893
3894
        return $this;
3895
    }
3896
3897
    /**
3898
     * @param string $value
3899
     *
3900
     * @return $this
3901
     */
3902
    public function withTagIds($value)
3903
    {
3904
        $this->data['TagIds'] = $value;
3905
        $this->options['form_params']['TagIds'] = $value;
3906
3907
        return $this;
3908
    }
3909
3910
    /**
3911
     * @param string $value
3912
     *
3913
     * @return $this
3914
     */
3915
    public function withAddInvolvers($value)
3916
    {
3917
        $this->data['AddInvolvers'] = $value;
3918
        $this->options['form_params']['AddInvolvers'] = $value;
3919
3920
        return $this;
3921
    }
3922
3923
    /**
3924
     * @param string $value
3925
     *
3926
     * @return $this
3927
     */
3928
    public function withPriority($value)
3929
    {
3930
        $this->data['Priority'] = $value;
3931
        $this->options['form_params']['Priority'] = $value;
3932
3933
        return $this;
3934
    }
3935
3936
    /**
3937
     * @param string $value
3938
     *
3939
     * @return $this
3940
     */
3941
    public function withOrgId($value)
3942
    {
3943
        $this->data['OrgId'] = $value;
3944
        $this->options['form_params']['OrgId'] = $value;
3945
3946
        return $this;
3947
    }
3948
3949
    /**
3950
     * @param string $value
3951
     *
3952
     * @return $this
3953
     */
3954
    public function withDueDate($value)
3955
    {
3956
        $this->data['DueDate'] = $value;
3957
        $this->options['form_params']['DueDate'] = $value;
3958
3959
        return $this;
3960
    }
3961
3962
    /**
3963
     * @param string $value
3964
     *
3965
     * @return $this
3966
     */
3967
    public function withWorkTimes($value)
3968
    {
3969
        $this->data['WorkTimes'] = $value;
3970
        $this->options['form_params']['WorkTimes'] = $value;
3971
3972
        return $this;
3973
    }
3974
3975
    /**
3976
     * @param string $value
3977
     *
3978
     * @return $this
3979
     */
3980
    public function withStoryPoint($value)
3981
    {
3982
        $this->data['StoryPoint'] = $value;
3983
        $this->options['form_params']['StoryPoint'] = $value;
3984
3985
        return $this;
3986
    }
3987
3988
    /**
3989
     * @param string $value
3990
     *
3991
     * @return $this
3992
     */
3993
    public function withCustomFieldValues($value)
3994
    {
3995
        $this->data['CustomFieldValues'] = $value;
3996
        $this->options['form_params']['CustomFieldValues'] = $value;
3997
3998
        return $this;
3999
    }
4000
}
4001