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 ( 760c5b...03c5a3 )
by
unknown
06:37
created

ListCommonGroup::withOrgId()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

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