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 ( 4ae591...fded9e )
by
unknown
05:52
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 GetUser getUser(array $options = [])
29
 * @method GrantUserPermission grantUserPermission(array $options = [])
30
 * @method ListColumns listColumns(array $options = [])
31
 * @method ListDatabases listDatabases(array $options = [])
32
 * @method ListDatabaseUserPermssions listDatabaseUserPermssions(array $options = [])
33
 * @method ListIndexes listIndexes(array $options = [])
34
 * @method ListInstances listInstances(array $options = [])
35
 * @method ListLogicDatabases listLogicDatabases(array $options = [])
36
 * @method ListLogicTables listLogicTables(array $options = [])
37
 * @method ListOrders listOrders(array $options = [])
38
 * @method ListTables listTables(array $options = [])
39
 * @method ListUserPermissions listUserPermissions(array $options = [])
40
 * @method ListUsers listUsers(array $options = [])
41
 * @method RegisterInstance registerInstance(array $options = [])
42
 * @method RegisterUser registerUser(array $options = [])
43
 * @method RevokeUserPermission revokeUserPermission(array $options = [])
44
 * @method SearchDatabase searchDatabase(array $options = [])
45
 * @method SearchTable searchTable(array $options = [])
46
 * @method SetOwners setOwners(array $options = [])
47
 * @method SubmitOrderApproval submitOrderApproval(array $options = [])
48
 * @method SyncDatabaseMeta syncDatabaseMeta(array $options = [])
49
 * @method SyncInstanceMeta syncInstanceMeta(array $options = [])
50
 * @method UpdateInstance updateInstance(array $options = [])
51
 * @method UpdateUser updateUser(array $options = [])
52
 */
53
class DmsEnterpriseApiResolver extends ApiResolver
54
{
55
}
56
57
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
58
{
59
    /** @var string */
60
    public $product = 'dms-enterprise';
61
62
    /** @var string */
63
    public $version = '2018-11-01';
64
65
    /** @var string */
66
    public $method = 'POST';
67
68
    /** @var string */
69
    public $serviceCode = 'dmsenterprise';
70
}
71
72
/**
73
 * @method string getApprovalType()
74
 * @method $this withApprovalType($value)
75
 * @method string getTid()
76
 * @method $this withTid($value)
77
 * @method string getWorkflowInstanceId()
78
 * @method $this withWorkflowInstanceId($value)
79
 */
80
class ApproveOrder extends Rpc
81
{
82
}
83
84
/**
85
 * @method string getOrderId()
86
 * @method $this withOrderId($value)
87
 * @method string getCloseReason()
88
 * @method $this withCloseReason($value)
89
 * @method string getTid()
90
 * @method $this withTid($value)
91
 */
92
class CloseOrder extends Rpc
93
{
94
}
95
96
/**
97
 * @method string getPluginType()
98
 * @method $this withPluginType($value)
99
 * @method string getComment()
100
 * @method $this withComment($value)
101
 * @method string getTid()
102
 * @method $this withTid($value)
103
 * @method string getPluginParam()
104
 * @method $this withPluginParam($value)
105
 * @method string getRelatedUserList()
106
 * @method $this withRelatedUserList($value)
107
 */
108
class CreateOrder extends Rpc
109
{
110
}
111
112
/**
113
 * @method string getOrderId()
114
 * @method $this withOrderId($value)
115
 * @method string getDbId()
116
 * @method $this withDbId($value)
117
 * @method string getPlanTime()
118
 * @method $this withPlanTime($value)
119
 * @method string getLogic()
120
 * @method $this withLogic($value)
121
 * @method string getTid()
122
 * @method $this withTid($value)
123
 * @method string getPublishStrategy()
124
 * @method $this withPublishStrategy($value)
125
 */
126
class CreatePublishGroupTask extends Rpc
127
{
128
}
129
130
/**
131
 * @method string getPort()
132
 * @method $this withPort($value)
133
 * @method string getHost()
134
 * @method $this withHost($value)
135
 * @method string getTid()
136
 * @method $this withTid($value)
137
 * @method string getSid()
138
 * @method $this withSid($value)
139
 */
140
class DeleteInstance extends Rpc
141
{
142
}
143
144
/**
145
 * @method string getUid()
146
 * @method $this withUid($value)
147
 * @method string getTid()
148
 * @method $this withTid($value)
149
 */
150
class DeleteUser extends Rpc
151
{
152
}
153
154
/**
155
 * @method string getUid()
156
 * @method $this withUid($value)
157
 * @method string getTid()
158
 * @method $this withTid($value)
159
 */
160
class DisableUser extends Rpc
161
{
162
}
163
164
/**
165
 * @method string getUid()
166
 * @method $this withUid($value)
167
 * @method string getTid()
168
 * @method $this withTid($value)
169
 */
170
class EnableUser extends Rpc
171
{
172
}
173
174
/**
175
 * @method string getActionDetail()
176
 * @method $this withActionDetail($value)
177
 * @method string getOrderId()
178
 * @method $this withOrderId($value)
179
 * @method string getActionName()
180
 * @method $this withActionName($value)
181
 * @method string getTid()
182
 * @method $this withTid($value)
183
 */
184
class ExecuteDataCorrect extends Rpc
185
{
186
}
187
188
/**
189
 * @method string getActionDetail()
190
 * @method $this withActionDetail($value)
191
 * @method string getOrderId()
192
 * @method $this withOrderId($value)
193
 * @method string getActionName()
194
 * @method $this withActionName($value)
195
 * @method string getTid()
196
 * @method $this withTid($value)
197
 */
198
class ExecuteDataExport extends Rpc
199
{
200
}
201
202
/**
203
 * @method string getTid()
204
 * @method $this withTid($value)
205
 * @method string getWorkflowInstanceId()
206
 * @method $this withWorkflowInstanceId($value)
207
 */
208
class GetApprovalDetail extends Rpc
209
{
210
211
    /** @var string */
212
    public $method = 'GET';
213
}
214
215
/**
216
 * @method string getSchemaName()
217
 * @method $this withSchemaName($value)
218
 * @method string getPort()
219
 * @method $this withPort($value)
220
 * @method string getHost()
221
 * @method $this withHost($value)
222
 * @method string getTid()
223
 * @method $this withTid($value)
224
 * @method string getSid()
225
 * @method $this withSid($value)
226
 */
227
class GetDatabase extends Rpc
228
{
229
230
    /** @var string */
231
    public $method = 'GET';
232
}
233
234
/**
235
 * @method string getActionDetail()
236
 * @method $this withActionDetail($value)
237
 * @method string getOrderId()
238
 * @method $this withOrderId($value)
239
 * @method string getActionName()
240
 * @method $this withActionName($value)
241
 * @method string getTid()
242
 * @method $this withTid($value)
243
 */
244
class GetDataCorrectBackupFiles extends Rpc
245
{
246
}
247
248
/**
249
 * @method string getOrderId()
250
 * @method $this withOrderId($value)
251
 * @method string getTid()
252
 * @method $this withTid($value)
253
 */
254
class GetDataCorrectOrderDetail extends Rpc
255
{
256
}
257
258
/**
259
 * @method string getOrderId()
260
 * @method $this withOrderId($value)
261
 * @method string getActionName()
262
 * @method $this withActionName($value)
263
 * @method string getTid()
264
 * @method $this withTid($value)
265
 */
266
class GetDataExportDownloadURL extends Rpc
267
{
268
}
269
270
/**
271
 * @method string getOrderId()
272
 * @method string getTid()
273
 * @method $this withTid($value)
274
 */
275
class GetDataExportOrderDetail extends Rpc
276
{
277
278
    /**
279
     * @param string $value
280
     *
281
     * @return $this
282
     */
283
    public function withOrderId($value)
284
    {
285
        $this->data['OrderId'] = $value;
286
        $this->options['form_params']['OrderId'] = $value;
287
288
        return $this;
289
    }
290
}
291
292
/**
293
 * @method string getPort()
294
 * @method $this withPort($value)
295
 * @method string getHost()
296
 * @method $this withHost($value)
297
 * @method string getTid()
298
 * @method $this withTid($value)
299
 * @method string getSid()
300
 * @method $this withSid($value)
301
 */
302
class GetInstance extends Rpc
303
{
304
305
    /** @var string */
306
    public $method = 'GET';
307
}
308
309
/**
310
 * @method string getDbId()
311
 * @method $this withDbId($value)
312
 * @method string getTid()
313
 * @method $this withTid($value)
314
 */
315
class GetLogicDatabase extends Rpc
316
{
317
318
    /** @var string */
319
    public $method = 'GET';
320
}
321
322
/**
323
 * @method string getModule()
324
 * @method $this withModule($value)
325
 * @method string getPageSize()
326
 * @method $this withPageSize($value)
327
 * @method string getEndTime()
328
 * @method $this withEndTime($value)
329
 * @method string getStartTime()
330
 * @method $this withStartTime($value)
331
 * @method string getTid()
332
 * @method $this withTid($value)
333
 * @method string getPageNumber()
334
 * @method $this withPageNumber($value)
335
 */
336
class GetOpLog extends Rpc
337
{
338
339
    /** @var string */
340
    public $method = 'GET';
341
}
342
343
/**
344
 * @method string getOrderId()
345
 * @method $this withOrderId($value)
346
 * @method string getTid()
347
 * @method $this withTid($value)
348
 */
349
class GetOrderBaseInfo extends Rpc
350
{
351
}
352
353
/**
354
 * @method string getUid()
355
 * @method $this withUid($value)
356
 * @method string getUserId()
357
 * @method $this withUserId($value)
358
 * @method string getTid()
359
 * @method $this withTid($value)
360
 */
361
class GetUser extends Rpc
362
{
363
364
    /** @var string */
365
    public $method = 'GET';
366
}
367
368
/**
369
 * @method string getPermTypes()
370
 * @method $this withPermTypes($value)
371
 * @method string getDsType()
372
 * @method $this withDsType($value)
373
 * @method string getExpireDate()
374
 * @method $this withExpireDate($value)
375
 * @method string getUserId()
376
 * @method $this withUserId($value)
377
 * @method string getTid()
378
 * @method $this withTid($value)
379
 * @method string getDbId()
380
 * @method $this withDbId($value)
381
 * @method string getTableId()
382
 * @method $this withTableId($value)
383
 * @method string getLogic()
384
 * @method $this withLogic($value)
385
 * @method string getTableName()
386
 * @method $this withTableName($value)
387
 */
388
class GrantUserPermission extends Rpc
389
{
390
}
391
392
/**
393
 * @method string getTableId()
394
 * @method $this withTableId($value)
395
 * @method string getLogic()
396
 * @method $this withLogic($value)
397
 * @method string getTid()
398
 * @method $this withTid($value)
399
 */
400
class ListColumns extends Rpc
401
{
402
403
    /** @var string */
404
    public $method = 'GET';
405
}
406
407
/**
408
 * @method string getInstanceId()
409
 * @method $this withInstanceId($value)
410
 * @method string getPageSize()
411
 * @method $this withPageSize($value)
412
 * @method string getTid()
413
 * @method $this withTid($value)
414
 * @method string getPageNumber()
415
 * @method $this withPageNumber($value)
416
 */
417
class ListDatabases extends Rpc
418
{
419
420
    /** @var string */
421
    public $method = 'GET';
422
}
423
424
/**
425
 * @method string getPermType()
426
 * @method $this withPermType($value)
427
 * @method string getDbId()
428
 * @method $this withDbId($value)
429
 * @method string getPageSize()
430
 * @method $this withPageSize($value)
431
 * @method string getLogic()
432
 * @method $this withLogic($value)
433
 * @method string getTid()
434
 * @method $this withTid($value)
435
 * @method string getPageNumber()
436
 * @method $this withPageNumber($value)
437
 * @method string getUserName()
438
 * @method $this withUserName($value)
439
 */
440
class ListDatabaseUserPermssions extends Rpc
441
{
442
443
    /** @var string */
444
    public $method = 'GET';
445
}
446
447
/**
448
 * @method string getTableId()
449
 * @method $this withTableId($value)
450
 * @method string getLogic()
451
 * @method $this withLogic($value)
452
 * @method string getTid()
453
 * @method $this withTid($value)
454
 */
455
class ListIndexes extends Rpc
456
{
457
458
    /** @var string */
459
    public $method = 'GET';
460
}
461
462
/**
463
 * @method string getSearchKey()
464
 * @method $this withSearchKey($value)
465
 * @method string getTid()
466
 * @method $this withTid($value)
467
 * @method string getInstanceState()
468
 * @method $this withInstanceState($value)
469
 * @method string getPageNumber()
470
 * @method $this withPageNumber($value)
471
 * @method string getNetType()
472
 * @method $this withNetType($value)
473
 * @method string getDbType()
474
 * @method $this withDbType($value)
475
 * @method string getEnvType()
476
 * @method $this withEnvType($value)
477
 * @method string getInstanceSource()
478
 * @method $this withInstanceSource($value)
479
 * @method string getPageSize()
480
 * @method $this withPageSize($value)
481
 */
482
class ListInstances extends Rpc
483
{
484
485
    /** @var string */
486
    public $method = 'GET';
487
}
488
489
/**
490
 * @method string getPageSize()
491
 * @method $this withPageSize($value)
492
 * @method string getTid()
493
 * @method $this withTid($value)
494
 * @method string getPageNumber()
495
 * @method $this withPageNumber($value)
496
 */
497
class ListLogicDatabases extends Rpc
498
{
499
500
    /** @var string */
501
    public $method = 'GET';
502
}
503
504
/**
505
 * @method string getSearchName()
506
 * @method $this withSearchName($value)
507
 * @method string getPageSize()
508
 * @method $this withPageSize($value)
509
 * @method string getDatabaseId()
510
 * @method $this withDatabaseId($value)
511
 * @method string getTid()
512
 * @method $this withTid($value)
513
 * @method string getPageNumber()
514
 * @method $this withPageNumber($value)
515
 */
516
class ListLogicTables extends Rpc
517
{
518
519
    /** @var string */
520
    public $method = 'GET';
521
}
522
523
/**
524
 * @method string getOrderStatus()
525
 * @method $this withOrderStatus($value)
526
 * @method string getSearchContent()
527
 * @method $this withSearchContent($value)
528
 * @method string getSearchDateType()
529
 * @method $this withSearchDateType($value)
530
 * @method string getEndTime()
531
 * @method $this withEndTime($value)
532
 * @method string getStartTime()
533
 * @method $this withStartTime($value)
534
 * @method string getTid()
535
 * @method $this withTid($value)
536
 * @method string getPageNumber()
537
 * @method $this withPageNumber($value)
538
 * @method string getPluginType()
539
 * @method $this withPluginType($value)
540
 * @method string getPageSize()
541
 * @method $this withPageSize($value)
542
 * @method string getOrderResultType()
543
 * @method $this withOrderResultType($value)
544
 */
545
class ListOrders extends Rpc
546
{
547
548
    /** @var string */
549
    public $method = 'GET';
550
}
551
552
/**
553
 * @method string getSearchName()
554
 * @method $this withSearchName($value)
555
 * @method string getPageSize()
556
 * @method $this withPageSize($value)
557
 * @method string getDatabaseId()
558
 * @method $this withDatabaseId($value)
559
 * @method string getTid()
560
 * @method $this withTid($value)
561
 * @method string getPageNumber()
562
 * @method $this withPageNumber($value)
563
 */
564
class ListTables extends Rpc
565
{
566
567
    /** @var string */
568
    public $method = 'GET';
569
}
570
571
/**
572
 * @method string getUserId()
573
 * @method $this withUserId($value)
574
 * @method string getTid()
575
 * @method $this withTid($value)
576
 * @method string getPageNumber()
577
 * @method $this withPageNumber($value)
578
 * @method string getPermType()
579
 * @method $this withPermType($value)
580
 * @method string getDatabaseName()
581
 * @method $this withDatabaseName($value)
582
 * @method string getEnvType()
583
 * @method $this withEnvType($value)
584
 * @method string getDbType()
585
 * @method $this withDbType($value)
586
 * @method string getPageSize()
587
 * @method $this withPageSize($value)
588
 * @method string getLogic()
589
 * @method $this withLogic($value)
590
 */
591
class ListUserPermissions extends Rpc
592
{
593
594
    /** @var string */
595
    public $method = 'GET';
596
}
597
598
/**
599
 * @method string getUserState()
600
 * @method $this withUserState($value)
601
 * @method string getRole()
602
 * @method $this withRole($value)
603
 * @method string getPageSize()
604
 * @method $this withPageSize($value)
605
 * @method string getSearchKey()
606
 * @method $this withSearchKey($value)
607
 * @method string getTid()
608
 * @method $this withTid($value)
609
 * @method string getPageNumber()
610
 * @method $this withPageNumber($value)
611
 */
612
class ListUsers extends Rpc
613
{
614
615
    /** @var string */
616
    public $method = 'GET';
617
}
618
619
/**
620
 * @method string getEcsRegion()
621
 * @method $this withEcsRegion($value)
622
 * @method string getDdlOnline()
623
 * @method $this withDdlOnline($value)
624
 * @method string getUseDsql()
625
 * @method $this withUseDsql($value)
626
 * @method string getNetworkType()
627
 * @method $this withNetworkType($value)
628
 * @method string getTid()
629
 * @method $this withTid($value)
630
 * @method string getSid()
631
 * @method $this withSid($value)
632
 * @method string getDataLinkName()
633
 * @method $this withDataLinkName($value)
634
 * @method string getInstanceSource()
635
 * @method $this withInstanceSource($value)
636
 * @method string getEnvType()
637
 * @method $this withEnvType($value)
638
 * @method string getHost()
639
 * @method $this withHost($value)
640
 * @method string getInstanceType()
641
 * @method $this withInstanceType($value)
642
 * @method string getQueryTimeout()
643
 * @method $this withQueryTimeout($value)
644
 * @method string getEcsInstanceId()
645
 * @method $this withEcsInstanceId($value)
646
 * @method string getExportTimeout()
647
 * @method $this withExportTimeout($value)
648
 * @method string getDatabasePassword()
649
 * @method $this withDatabasePassword($value)
650
 * @method string getInstanceAlias()
651
 * @method $this withInstanceAlias($value)
652
 * @method string getDatabaseUser()
653
 * @method $this withDatabaseUser($value)
654
 * @method string getPort()
655
 * @method $this withPort($value)
656
 * @method string getVpcId()
657
 * @method $this withVpcId($value)
658
 * @method string getDbaUid()
659
 * @method $this withDbaUid($value)
660
 * @method string getSafeRule()
661
 * @method $this withSafeRule($value)
662
 */
663
class RegisterInstance extends Rpc
664
{
665
}
666
667
/**
668
 * @method string getRoleNames()
669
 * @method $this withRoleNames($value)
670
 * @method string getUid()
671
 * @method $this withUid($value)
672
 * @method string getUserNick()
673
 * @method $this withUserNick($value)
674
 * @method string getMobile()
675
 * @method $this withMobile($value)
676
 * @method string getTid()
677
 * @method $this withTid($value)
678
 */
679
class RegisterUser extends Rpc
680
{
681
}
682
683
/**
684
 * @method string getPermTypes()
685
 * @method $this withPermTypes($value)
686
 * @method string getUserAccessId()
687
 * @method $this withUserAccessId($value)
688
 * @method string getDsType()
689
 * @method $this withDsType($value)
690
 * @method string getUserId()
691
 * @method $this withUserId($value)
692
 * @method string getTid()
693
 * @method $this withTid($value)
694
 * @method string getDbId()
695
 * @method $this withDbId($value)
696
 * @method string getTableId()
697
 * @method $this withTableId($value)
698
 * @method string getLogic()
699
 * @method $this withLogic($value)
700
 * @method string getTableName()
701
 * @method $this withTableName($value)
702
 */
703
class RevokeUserPermission extends Rpc
704
{
705
}
706
707
/**
708
 * @method string getSearchKey()
709
 * @method $this withSearchKey($value)
710
 * @method string getSearchRange()
711
 * @method $this withSearchRange($value)
712
 * @method string getTid()
713
 * @method $this withTid($value)
714
 * @method string getPageNumber()
715
 * @method $this withPageNumber($value)
716
 * @method string getSearchTarget()
717
 * @method $this withSearchTarget($value)
718
 * @method string getPageSize()
719
 * @method $this withPageSize($value)
720
 * @method string getEnvType()
721
 * @method $this withEnvType($value)
722
 * @method string getDbType()
723
 * @method $this withDbType($value)
724
 */
725
class SearchDatabase extends Rpc
726
{
727
728
    /** @var string */
729
    public $method = 'GET';
730
}
731
732
/**
733
 * @method string getSearchTarget()
734
 * @method $this withSearchTarget($value)
735
 * @method string getPageSize()
736
 * @method $this withPageSize($value)
737
 * @method string getEnvType()
738
 * @method $this withEnvType($value)
739
 * @method string getSearchKey()
740
 * @method $this withSearchKey($value)
741
 * @method string getSearchRange()
742
 * @method $this withSearchRange($value)
743
 * @method string getTid()
744
 * @method $this withTid($value)
745
 * @method string getPageNumber()
746
 * @method $this withPageNumber($value)
747
 */
748
class SearchTable extends Rpc
749
{
750
751
    /** @var string */
752
    public $method = 'GET';
753
}
754
755
/**
756
 * @method string getResourceId()
757
 * @method $this withResourceId($value)
758
 * @method string getOwnerIds()
759
 * @method $this withOwnerIds($value)
760
 * @method string getOwnerType()
761
 * @method $this withOwnerType($value)
762
 * @method string getTid()
763
 * @method $this withTid($value)
764
 */
765
class SetOwners extends Rpc
766
{
767
}
768
769
/**
770
 * @method string getOrderId()
771
 * @method $this withOrderId($value)
772
 * @method string getTid()
773
 * @method $this withTid($value)
774
 */
775
class SubmitOrderApproval extends Rpc
776
{
777
}
778
779
/**
780
 * @method string getDbId()
781
 * @method $this withDbId($value)
782
 * @method string getLogic()
783
 * @method $this withLogic($value)
784
 * @method string getTid()
785
 * @method $this withTid($value)
786
 */
787
class SyncDatabaseMeta extends Rpc
788
{
789
}
790
791
/**
792
 * @method string getInstanceId()
793
 * @method $this withInstanceId($value)
794
 * @method string getIgnoreTable()
795
 * @method $this withIgnoreTable($value)
796
 * @method string getTid()
797
 * @method $this withTid($value)
798
 */
799
class SyncInstanceMeta extends Rpc
800
{
801
}
802
803
/**
804
 * @method string getSafeRuleId()
805
 * @method $this withSafeRuleId($value)
806
 * @method string getEcsRegion()
807
 * @method $this withEcsRegion($value)
808
 * @method string getDdlOnline()
809
 * @method $this withDdlOnline($value)
810
 * @method string getUseDsql()
811
 * @method $this withUseDsql($value)
812
 * @method string getTid()
813
 * @method $this withTid($value)
814
 * @method string getSid()
815
 * @method $this withSid($value)
816
 * @method string getDbaId()
817
 * @method $this withDbaId($value)
818
 * @method string getDataLinkName()
819
 * @method $this withDataLinkName($value)
820
 * @method string getInstanceSource()
821
 * @method $this withInstanceSource($value)
822
 * @method string getEnvType()
823
 * @method $this withEnvType($value)
824
 * @method string getHost()
825
 * @method $this withHost($value)
826
 * @method string getInstanceType()
827
 * @method $this withInstanceType($value)
828
 * @method string getQueryTimeout()
829
 * @method $this withQueryTimeout($value)
830
 * @method string getEcsInstanceId()
831
 * @method $this withEcsInstanceId($value)
832
 * @method string getExportTimeout()
833
 * @method $this withExportTimeout($value)
834
 * @method string getDatabasePassword()
835
 * @method $this withDatabasePassword($value)
836
 * @method string getInstanceAlias()
837
 * @method $this withInstanceAlias($value)
838
 * @method string getDatabaseUser()
839
 * @method $this withDatabaseUser($value)
840
 * @method string getInstanceId()
841
 * @method $this withInstanceId($value)
842
 * @method string getPort()
843
 * @method $this withPort($value)
844
 * @method string getVpcId()
845
 * @method $this withVpcId($value)
846
 */
847
class UpdateInstance extends Rpc
848
{
849
}
850
851
/**
852
 * @method string getRoleNames()
853
 * @method $this withRoleNames($value)
854
 * @method string getUid()
855
 * @method $this withUid($value)
856
 * @method string getUserNick()
857
 * @method $this withUserNick($value)
858
 * @method string getMobile()
859
 * @method $this withMobile($value)
860
 * @method string getTid()
861
 * @method $this withTid($value)
862
 */
863
class UpdateUser extends Rpc
864
{
865
}
866