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 ( f9ed6e...83d410 )
by
unknown
06:51
created

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