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 ( ff50fb...ea386a )
by
unknown
06:13
created

GetOrderBaseInfo::withOrderId()   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
c 0
b 0
f 0
rs 10
cc 1
nc 1
nop 1
1
<?php
2
3
namespace AlibabaCloud\DmsEnterprise\V20181101;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method ApproveOrder approveOrder(array $options = [])
9
 * @method CloseOrder closeOrder(array $options = [])
10
 * @method CreateOrder createOrder(array $options = [])
11
 * @method CreatePublishGroupTask createPublishGroupTask(array $options = [])
12
 * @method DeleteInstance deleteInstance(array $options = [])
13
 * @method DeleteUser deleteUser(array $options = [])
14
 * @method DisableUser disableUser(array $options = [])
15
 * @method EnableUser enableUser(array $options = [])
16
 * @method ExecuteDataCorrect executeDataCorrect(array $options = [])
17
 * @method ExecuteDataExport executeDataExport(array $options = [])
18
 * @method GetApprovalDetail getApprovalDetail(array $options = [])
19
 * @method GetDatabase getDatabase(array $options = [])
20
 * @method GetDataCorrectBackupFiles getDataCorrectBackupFiles(array $options = [])
21
 * @method GetDataCorrectOrderDetail getDataCorrectOrderDetail(array $options = [])
22
 * @method GetDataExportDownloadURL getDataExportDownloadURL(array $options = [])
23
 * @method GetDataExportOrderDetail getDataExportOrderDetail(array $options = [])
24
 * @method GetInstance getInstance(array $options = [])
25
 * @method GetLogicDatabase getLogicDatabase(array $options = [])
26
 * @method GetOpLog getOpLog(array $options = [])
27
 * @method GetOrderBaseInfo getOrderBaseInfo(array $options = [])
28
 * @method ListColumns listColumns(array $options = [])
29
 * @method ListDatabases listDatabases(array $options = [])
30
 * @method ListIndexes listIndexes(array $options = [])
31
 * @method ListInstances listInstances(array $options = [])
32
 * @method ListLogicDatabases listLogicDatabases(array $options = [])
33
 * @method ListLogicTables listLogicTables(array $options = [])
34
 * @method ListOrders listOrders(array $options = [])
35
 * @method ListTables listTables(array $options = [])
36
 * @method ListUsers listUsers(array $options = [])
37
 * @method RegisterInstance registerInstance(array $options = [])
38
 * @method RegisterUser registerUser(array $options = [])
39
 * @method SearchDatabase searchDatabase(array $options = [])
40
 * @method SearchTable searchTable(array $options = [])
41
 * @method SubmitOrderApproval submitOrderApproval(array $options = [])
42
 * @method UpdateInstance updateInstance(array $options = [])
43
 * @method UpdateUser updateUser(array $options = [])
44
 */
45
class DmsEnterpriseApiResolver extends ApiResolver
46
{
47
}
48
49
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
50
{
51
    /** @var string */
52
    public $product = 'dms-enterprise';
53
54
    /** @var string */
55
    public $version = '2018-11-01';
56
57
    /** @var string */
58
    public $method = 'POST';
59
60
    /** @var string */
61
    public $serviceCode = 'dmsenterprise';
62
}
63
64
/**
65
 * @method string getApprovalType()
66
 * @method $this withApprovalType($value)
67
 * @method string getTid()
68
 * @method $this withTid($value)
69
 * @method string getWorkflowInstanceId()
70
 * @method $this withWorkflowInstanceId($value)
71
 */
72
class ApproveOrder extends Rpc
73
{
74
}
75
76
/**
77
 * @method string getOrderId()
78
 * @method $this withOrderId($value)
79
 * @method string getCloseReason()
80
 * @method $this withCloseReason($value)
81
 * @method string getTid()
82
 * @method $this withTid($value)
83
 */
84
class CloseOrder extends Rpc
85
{
86
}
87
88
/**
89
 * @method string getPluginType()
90
 * @method $this withPluginType($value)
91
 * @method string getComment()
92
 * @method $this withComment($value)
93
 * @method string getTid()
94
 * @method $this withTid($value)
95
 * @method string getPluginParam()
96
 * @method $this withPluginParam($value)
97
 * @method string getRelatedUserList()
98
 * @method $this withRelatedUserList($value)
99
 */
100
class CreateOrder extends Rpc
101
{
102
}
103
104
/**
105
 * @method string getOrderId()
106
 * @method $this withOrderId($value)
107
 * @method string getDbId()
108
 * @method $this withDbId($value)
109
 * @method string getPlanTime()
110
 * @method $this withPlanTime($value)
111
 * @method string getLogic()
112
 * @method $this withLogic($value)
113
 * @method string getTid()
114
 * @method $this withTid($value)
115
 * @method string getPublishStrategy()
116
 * @method $this withPublishStrategy($value)
117
 */
118
class CreatePublishGroupTask extends Rpc
119
{
120
}
121
122
/**
123
 * @method string getPort()
124
 * @method $this withPort($value)
125
 * @method string getHost()
126
 * @method $this withHost($value)
127
 * @method string getTid()
128
 * @method $this withTid($value)
129
 * @method string getSid()
130
 * @method $this withSid($value)
131
 */
132
class DeleteInstance extends Rpc
133
{
134
}
135
136
/**
137
 * @method string getUid()
138
 * @method $this withUid($value)
139
 * @method string getTid()
140
 * @method $this withTid($value)
141
 */
142
class DeleteUser extends Rpc
143
{
144
}
145
146
/**
147
 * @method string getUid()
148
 * @method $this withUid($value)
149
 * @method string getTid()
150
 * @method $this withTid($value)
151
 */
152
class DisableUser extends Rpc
153
{
154
}
155
156
/**
157
 * @method string getUid()
158
 * @method $this withUid($value)
159
 * @method string getTid()
160
 * @method $this withTid($value)
161
 */
162
class EnableUser extends Rpc
163
{
164
}
165
166
/**
167
 * @method string getActionDetail()
168
 * @method $this withActionDetail($value)
169
 * @method string getOrderId()
170
 * @method $this withOrderId($value)
171
 * @method string getActionName()
172
 * @method $this withActionName($value)
173
 * @method string getTid()
174
 * @method $this withTid($value)
175
 */
176
class ExecuteDataCorrect extends Rpc
177
{
178
}
179
180
/**
181
 * @method string getActionDetail()
182
 * @method $this withActionDetail($value)
183
 * @method string getOrderId()
184
 * @method $this withOrderId($value)
185
 * @method string getActionName()
186
 * @method $this withActionName($value)
187
 * @method string getTid()
188
 * @method $this withTid($value)
189
 */
190
class ExecuteDataExport extends Rpc
191
{
192
}
193
194
/**
195
 * @method string getTid()
196
 * @method $this withTid($value)
197
 * @method string getWorkflowInstanceId()
198
 * @method $this withWorkflowInstanceId($value)
199
 */
200
class GetApprovalDetail extends Rpc
201
{
202
203
    /** @var string */
204
    public $method = 'GET';
205
}
206
207
/**
208
 * @method string getSchemaName()
209
 * @method $this withSchemaName($value)
210
 * @method string getPort()
211
 * @method $this withPort($value)
212
 * @method string getHost()
213
 * @method $this withHost($value)
214
 * @method string getTid()
215
 * @method $this withTid($value)
216
 * @method string getSid()
217
 * @method $this withSid($value)
218
 */
219
class GetDatabase extends Rpc
220
{
221
222
    /** @var string */
223
    public $method = 'GET';
224
}
225
226
/**
227
 * @method string getActionDetail()
228
 * @method $this withActionDetail($value)
229
 * @method string getOrderId()
230
 * @method $this withOrderId($value)
231
 * @method string getActionName()
232
 * @method $this withActionName($value)
233
 * @method string getTid()
234
 * @method $this withTid($value)
235
 */
236
class GetDataCorrectBackupFiles extends Rpc
237
{
238
}
239
240
/**
241
 * @method string getOrderId()
242
 * @method $this withOrderId($value)
243
 * @method string getTid()
244
 * @method $this withTid($value)
245
 */
246
class GetDataCorrectOrderDetail extends Rpc
247
{
248
}
249
250
/**
251
 * @method string getOrderId()
252
 * @method $this withOrderId($value)
253
 * @method string getActionName()
254
 * @method $this withActionName($value)
255
 * @method string getTid()
256
 * @method $this withTid($value)
257
 */
258
class GetDataExportDownloadURL extends Rpc
259
{
260
}
261
262
/**
263
 * @method string getOrderId()
264
 * @method string getTid()
265
 * @method $this withTid($value)
266
 */
267
class GetDataExportOrderDetail extends Rpc
268
{
269
270
    /**
271
     * @param string $value
272
     *
273
     * @return $this
274
     */
275
    public function withOrderId($value)
276
    {
277
        $this->data['OrderId'] = $value;
278
        $this->options['form_params']['OrderId'] = $value;
279
280
        return $this;
281
    }
282
}
283
284
/**
285
 * @method string getPort()
286
 * @method $this withPort($value)
287
 * @method string getHost()
288
 * @method $this withHost($value)
289
 * @method string getTid()
290
 * @method $this withTid($value)
291
 * @method string getSid()
292
 * @method $this withSid($value)
293
 */
294
class GetInstance extends Rpc
295
{
296
297
    /** @var string */
298
    public $method = 'GET';
299
}
300
301
/**
302
 * @method string getDbId()
303
 * @method $this withDbId($value)
304
 * @method string getTid()
305
 * @method $this withTid($value)
306
 */
307
class GetLogicDatabase extends Rpc
308
{
309
310
    /** @var string */
311
    public $method = 'GET';
312
}
313
314
/**
315
 * @method string getModule()
316
 * @method $this withModule($value)
317
 * @method string getPageSize()
318
 * @method $this withPageSize($value)
319
 * @method string getEndTime()
320
 * @method $this withEndTime($value)
321
 * @method string getStartTime()
322
 * @method $this withStartTime($value)
323
 * @method string getTid()
324
 * @method $this withTid($value)
325
 * @method string getPageNumber()
326
 * @method $this withPageNumber($value)
327
 */
328
class GetOpLog extends Rpc
329
{
330
331
    /** @var string */
332
    public $method = 'GET';
333
}
334
335
/**
336
 * @method string getOrderId()
337
 * @method string getTid()
338
 * @method $this withTid($value)
339
 */
340
class GetOrderBaseInfo extends Rpc
341
{
342
343
    /**
344
     * @param string $value
345
     *
346
     * @return $this
347
     */
348
    public function withOrderId($value)
349
    {
350
        $this->data['OrderId'] = $value;
351
        $this->options['form_params']['OrderId'] = $value;
352
353
        return $this;
354
    }
355
}
356
357
/**
358
 * @method string getTableId()
359
 * @method $this withTableId($value)
360
 * @method string getLogic()
361
 * @method $this withLogic($value)
362
 * @method string getTid()
363
 * @method $this withTid($value)
364
 */
365
class ListColumns extends Rpc
366
{
367
368
    /** @var string */
369
    public $method = 'GET';
370
}
371
372
/**
373
 * @method string getInstanceId()
374
 * @method $this withInstanceId($value)
375
 * @method string getPageSize()
376
 * @method $this withPageSize($value)
377
 * @method string getTid()
378
 * @method $this withTid($value)
379
 * @method string getPageNumber()
380
 * @method $this withPageNumber($value)
381
 */
382
class ListDatabases extends Rpc
383
{
384
385
    /** @var string */
386
    public $method = 'GET';
387
}
388
389
/**
390
 * @method string getTableId()
391
 * @method $this withTableId($value)
392
 * @method string getLogic()
393
 * @method $this withLogic($value)
394
 * @method string getTid()
395
 * @method $this withTid($value)
396
 */
397
class ListIndexes extends Rpc
398
{
399
400
    /** @var string */
401
    public $method = 'GET';
402
}
403
404
/**
405
 * @method string getSearchKey()
406
 * @method $this withSearchKey($value)
407
 * @method string getTid()
408
 * @method $this withTid($value)
409
 * @method string getInstanceState()
410
 * @method $this withInstanceState($value)
411
 * @method string getPageNumber()
412
 * @method $this withPageNumber($value)
413
 * @method string getNetType()
414
 * @method $this withNetType($value)
415
 * @method string getDbType()
416
 * @method $this withDbType($value)
417
 * @method string getEnvType()
418
 * @method $this withEnvType($value)
419
 * @method string getInstanceSource()
420
 * @method $this withInstanceSource($value)
421
 * @method string getPageSize()
422
 * @method $this withPageSize($value)
423
 */
424
class ListInstances extends Rpc
425
{
426
427
    /** @var string */
428
    public $method = 'GET';
429
}
430
431
/**
432
 * @method string getPageSize()
433
 * @method $this withPageSize($value)
434
 * @method string getTid()
435
 * @method $this withTid($value)
436
 * @method string getPageNumber()
437
 * @method $this withPageNumber($value)
438
 */
439
class ListLogicDatabases extends Rpc
440
{
441
442
    /** @var string */
443
    public $method = 'GET';
444
}
445
446
/**
447
 * @method string getSearchName()
448
 * @method $this withSearchName($value)
449
 * @method string getPageSize()
450
 * @method $this withPageSize($value)
451
 * @method string getDatabaseId()
452
 * @method $this withDatabaseId($value)
453
 * @method string getTid()
454
 * @method $this withTid($value)
455
 * @method string getPageNumber()
456
 * @method $this withPageNumber($value)
457
 */
458
class ListLogicTables extends Rpc
459
{
460
461
    /** @var string */
462
    public $method = 'GET';
463
}
464
465
/**
466
 * @method string getOrderStatus()
467
 * @method $this withOrderStatus($value)
468
 * @method string getSearchContent()
469
 * @method $this withSearchContent($value)
470
 * @method string getSearchDateType()
471
 * @method $this withSearchDateType($value)
472
 * @method string getEndTime()
473
 * @method $this withEndTime($value)
474
 * @method string getStartTime()
475
 * @method $this withStartTime($value)
476
 * @method string getTid()
477
 * @method $this withTid($value)
478
 * @method string getPageNumber()
479
 * @method $this withPageNumber($value)
480
 * @method string getPluginType()
481
 * @method $this withPluginType($value)
482
 * @method string getPageSize()
483
 * @method $this withPageSize($value)
484
 * @method string getOrderResultType()
485
 * @method $this withOrderResultType($value)
486
 */
487
class ListOrders extends Rpc
488
{
489
490
    /** @var string */
491
    public $method = 'GET';
492
}
493
494
/**
495
 * @method string getSearchName()
496
 * @method $this withSearchName($value)
497
 * @method string getPageSize()
498
 * @method $this withPageSize($value)
499
 * @method string getDatabaseId()
500
 * @method $this withDatabaseId($value)
501
 * @method string getTid()
502
 * @method $this withTid($value)
503
 * @method string getPageNumber()
504
 * @method $this withPageNumber($value)
505
 */
506
class ListTables extends Rpc
507
{
508
509
    /** @var string */
510
    public $method = 'GET';
511
}
512
513
/**
514
 * @method string getUserState()
515
 * @method $this withUserState($value)
516
 * @method string getRole()
517
 * @method $this withRole($value)
518
 * @method string getPageSize()
519
 * @method $this withPageSize($value)
520
 * @method string getSearchKey()
521
 * @method $this withSearchKey($value)
522
 * @method string getTid()
523
 * @method $this withTid($value)
524
 * @method string getPageNumber()
525
 * @method $this withPageNumber($value)
526
 */
527
class ListUsers extends Rpc
528
{
529
530
    /** @var string */
531
    public $method = 'GET';
532
}
533
534
/**
535
 * @method string getEcsRegion()
536
 * @method $this withEcsRegion($value)
537
 * @method string getDdlOnline()
538
 * @method $this withDdlOnline($value)
539
 * @method string getUseDsql()
540
 * @method $this withUseDsql($value)
541
 * @method string getNetworkType()
542
 * @method $this withNetworkType($value)
543
 * @method string getTid()
544
 * @method $this withTid($value)
545
 * @method string getSid()
546
 * @method $this withSid($value)
547
 * @method string getDataLinkName()
548
 * @method $this withDataLinkName($value)
549
 * @method string getInstanceSource()
550
 * @method $this withInstanceSource($value)
551
 * @method string getEnvType()
552
 * @method $this withEnvType($value)
553
 * @method string getHost()
554
 * @method $this withHost($value)
555
 * @method string getInstanceType()
556
 * @method $this withInstanceType($value)
557
 * @method string getQueryTimeout()
558
 * @method $this withQueryTimeout($value)
559
 * @method string getEcsInstanceId()
560
 * @method $this withEcsInstanceId($value)
561
 * @method string getExportTimeout()
562
 * @method $this withExportTimeout($value)
563
 * @method string getDatabasePassword()
564
 * @method $this withDatabasePassword($value)
565
 * @method string getInstanceAlias()
566
 * @method $this withInstanceAlias($value)
567
 * @method string getDatabaseUser()
568
 * @method $this withDatabaseUser($value)
569
 * @method string getPort()
570
 * @method $this withPort($value)
571
 * @method string getVpcId()
572
 * @method $this withVpcId($value)
573
 * @method string getDbaUid()
574
 * @method $this withDbaUid($value)
575
 * @method string getSafeRule()
576
 * @method $this withSafeRule($value)
577
 */
578
class RegisterInstance extends Rpc
579
{
580
}
581
582
/**
583
 * @method string getRoleNames()
584
 * @method $this withRoleNames($value)
585
 * @method string getUid()
586
 * @method $this withUid($value)
587
 * @method string getUserNick()
588
 * @method $this withUserNick($value)
589
 * @method string getTid()
590
 * @method $this withTid($value)
591
 */
592
class RegisterUser extends Rpc
593
{
594
}
595
596
/**
597
 * @method string getSearchKey()
598
 * @method $this withSearchKey($value)
599
 * @method string getSearchRange()
600
 * @method $this withSearchRange($value)
601
 * @method string getTid()
602
 * @method $this withTid($value)
603
 * @method string getPageNumber()
604
 * @method $this withPageNumber($value)
605
 * @method string getSearchTarget()
606
 * @method $this withSearchTarget($value)
607
 * @method string getPageSize()
608
 * @method $this withPageSize($value)
609
 * @method string getEnvType()
610
 * @method $this withEnvType($value)
611
 * @method string getDbType()
612
 * @method $this withDbType($value)
613
 */
614
class SearchDatabase extends Rpc
615
{
616
617
    /** @var string */
618
    public $method = 'GET';
619
}
620
621
/**
622
 * @method string getSearchTarget()
623
 * @method $this withSearchTarget($value)
624
 * @method string getPageSize()
625
 * @method $this withPageSize($value)
626
 * @method string getEnvType()
627
 * @method $this withEnvType($value)
628
 * @method string getSearchKey()
629
 * @method $this withSearchKey($value)
630
 * @method string getSearchRange()
631
 * @method $this withSearchRange($value)
632
 * @method string getTid()
633
 * @method $this withTid($value)
634
 * @method string getPageNumber()
635
 * @method $this withPageNumber($value)
636
 */
637
class SearchTable extends Rpc
638
{
639
640
    /** @var string */
641
    public $method = 'GET';
642
}
643
644
/**
645
 * @method string getOrderId()
646
 * @method $this withOrderId($value)
647
 * @method string getTid()
648
 * @method $this withTid($value)
649
 */
650
class SubmitOrderApproval extends Rpc
651
{
652
}
653
654
/**
655
 * @method string getSafeRuleId()
656
 * @method $this withSafeRuleId($value)
657
 * @method string getEcsRegion()
658
 * @method $this withEcsRegion($value)
659
 * @method string getDdlOnline()
660
 * @method $this withDdlOnline($value)
661
 * @method string getUseDsql()
662
 * @method $this withUseDsql($value)
663
 * @method string getTid()
664
 * @method $this withTid($value)
665
 * @method string getSid()
666
 * @method $this withSid($value)
667
 * @method string getDbaId()
668
 * @method $this withDbaId($value)
669
 * @method string getDataLinkName()
670
 * @method $this withDataLinkName($value)
671
 * @method string getInstanceSource()
672
 * @method $this withInstanceSource($value)
673
 * @method string getEnvType()
674
 * @method $this withEnvType($value)
675
 * @method string getHost()
676
 * @method $this withHost($value)
677
 * @method string getInstanceType()
678
 * @method $this withInstanceType($value)
679
 * @method string getQueryTimeout()
680
 * @method $this withQueryTimeout($value)
681
 * @method string getEcsInstanceId()
682
 * @method $this withEcsInstanceId($value)
683
 * @method string getExportTimeout()
684
 * @method $this withExportTimeout($value)
685
 * @method string getDatabasePassword()
686
 * @method $this withDatabasePassword($value)
687
 * @method string getInstanceAlias()
688
 * @method $this withInstanceAlias($value)
689
 * @method string getDatabaseUser()
690
 * @method $this withDatabaseUser($value)
691
 * @method string getInstanceId()
692
 * @method $this withInstanceId($value)
693
 * @method string getPort()
694
 * @method $this withPort($value)
695
 * @method string getVpcId()
696
 * @method $this withVpcId($value)
697
 */
698
class UpdateInstance extends Rpc
699
{
700
}
701
702
/**
703
 * @method string getRoleNames()
704
 * @method $this withRoleNames($value)
705
 * @method string getUid()
706
 * @method $this withUid($value)
707
 * @method string getUserNick()
708
 * @method $this withUserNick($value)
709
 * @method string getMobile()
710
 * @method $this withMobile($value)
711
 * @method string getTid()
712
 * @method $this withTid($value)
713
 */
714
class UpdateUser extends Rpc
715
{
716
}
717