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 ( 708eaa...b7d861 )
by
unknown
06:51
created

withDomains()   A

Complexity

Conditions 3
Paths 3

Size

Total Lines 10
Code Lines 5

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 5
dl 0
loc 10
c 0
b 0
f 0
rs 10
cc 3
nc 3
nop 1
1
<?php
2
3
namespace AlibabaCloud\Domain\V20180129;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AcknowledgeTaskResult acknowledgeTaskResult(array $options = [])
9
 * @method BatchFuzzyMatchDomainSensitiveWord batchFuzzyMatchDomainSensitiveWord(array $options = [])
10
 * @method CancelDomainVerification cancelDomainVerification(array $options = [])
11
 * @method CancelOperationAudit cancelOperationAudit(array $options = [])
12
 * @method CancelQualificationVerification cancelQualificationVerification(array $options = [])
13
 * @method CancelTask cancelTask(array $options = [])
14
 * @method CheckDomain checkDomain(array $options = [])
15
 * @method CheckDomainSunriseClaim checkDomainSunriseClaim(array $options = [])
16
 * @method CheckMaxYearOfServerLock checkMaxYearOfServerLock(array $options = [])
17
 * @method CheckProcessingServerLockApply checkProcessingServerLockApply(array $options = [])
18
 * @method CheckTransferInFeasibility checkTransferInFeasibility(array $options = [])
19
 * @method ConfirmTransferInEmail confirmTransferInEmail(array $options = [])
20
 * @method DeleteContactTemplates deleteContactTemplates(array $options = [])
21
 * @method DeleteDomainGroup deleteDomainGroup(array $options = [])
22
 * @method DeleteEmailVerification deleteEmailVerification(array $options = [])
23
 * @method DeleteRegistrantProfile deleteRegistrantProfile(array $options = [])
24
 * @method EmailVerified emailVerified(array $options = [])
25
 * @method FuzzyMatchDomainSensitiveWord fuzzyMatchDomainSensitiveWord(array $options = [])
26
 * @method GetOperationOssUploadPolicy getOperationOssUploadPolicy(array $options = [])
27
 * @method GetQualificationUploadPolicy getQualificationUploadPolicy(array $options = [])
28
 * @method ListEmailVerification listEmailVerification(array $options = [])
29
 * @method ListServerLock listServerLock(array $options = [])
30
 * @method LookupTmchNotice lookupTmchNotice(array $options = [])
31
 * @method PollTaskResult pollTaskResult(array $options = [])
32
 * @method QueryAdvancedDomainList queryAdvancedDomainList(array $options = [])
33
 * @method QueryArtExtension queryArtExtension(array $options = [])
34
 * @method QueryChangeLogList queryChangeLogList(array $options = [])
35
 * @method QueryContactInfo queryContactInfo(array $options = [])
36
 * @method QueryDnsHost queryDnsHost(array $options = [])
37
 * @method QueryDomainAdminDivision queryDomainAdminDivision(array $options = [])
38
 * @method QueryDomainByDomainName queryDomainByDomainName(array $options = [])
39
 * @method QueryDomainByInstanceId queryDomainByInstanceId(array $options = [])
40
 * @method QueryDomainGroupList queryDomainGroupList(array $options = [])
41
 * @method QueryDomainList queryDomainList(array $options = [])
42
 * @method QueryDomainRealNameVerificationInfo queryDomainRealNameVerificationInfo(array $options = [])
43
 * @method QueryDomainSuffix queryDomainSuffix(array $options = [])
44
 * @method QueryDSRecord queryDSRecord(array $options = [])
45
 * @method QueryEmailVerification queryEmailVerification(array $options = [])
46
 * @method QueryEnsAssociation queryEnsAssociation(array $options = [])
47
 * @method QueryFailingReasonListForQualification queryFailingReasonListForQualification(array $options = [])
48
 * @method QueryFailReasonForDomainRealNameVerification queryFailReasonForDomainRealNameVerification(array $options = [])
49
 * @method QueryFailReasonForRegistrantProfileRealNameVerification queryFailReasonForRegistrantProfileRealNameVerification(array $options = [])
50
 * @method QueryLocalEnsAssociation queryLocalEnsAssociation(array $options = [])
51
 * @method QueryOperationAuditInfoDetail queryOperationAuditInfoDetail(array $options = [])
52
 * @method QueryOperationAuditInfoList queryOperationAuditInfoList(array $options = [])
53
 * @method QueryQualificationDetail queryQualificationDetail(array $options = [])
54
 * @method QueryRegistrantProfileRealNameVerificationInfo queryRegistrantProfileRealNameVerificationInfo(array $options = [])
55
 * @method QueryRegistrantProfiles queryRegistrantProfiles(array $options = [])
56
 * @method QueryServerLock queryServerLock(array $options = [])
57
 * @method QueryTaskDetailHistory queryTaskDetailHistory(array $options = [])
58
 * @method QueryTaskDetailList queryTaskDetailList(array $options = [])
59
 * @method QueryTaskInfoHistory queryTaskInfoHistory(array $options = [])
60
 * @method QueryTaskList queryTaskList(array $options = [])
61
 * @method QueryTransferInByInstanceId queryTransferInByInstanceId(array $options = [])
62
 * @method QueryTransferInList queryTransferInList(array $options = [])
63
 * @method QueryTransferOutInfo queryTransferOutInfo(array $options = [])
64
 * @method RegistrantProfileRealNameVerification registrantProfileRealNameVerification(array $options = [])
65
 * @method ResendEmailVerification resendEmailVerification(array $options = [])
66
 * @method ResetQualificationVerification resetQualificationVerification(array $options = [])
67
 * @method SaveBatchDomainRemark saveBatchDomainRemark(array $options = [])
68
 * @method SaveBatchTaskForCreatingOrderActivate saveBatchTaskForCreatingOrderActivate(array $options = [])
69
 * @method SaveBatchTaskForCreatingOrderRedeem saveBatchTaskForCreatingOrderRedeem(array $options = [])
70
 * @method SaveBatchTaskForCreatingOrderRenew saveBatchTaskForCreatingOrderRenew(array $options = [])
71
 * @method SaveBatchTaskForCreatingOrderTransfer saveBatchTaskForCreatingOrderTransfer(array $options = [])
72
 * @method SaveBatchTaskForDomainNameProxyService saveBatchTaskForDomainNameProxyService(array $options = [])
73
 * @method SaveBatchTaskForModifyingDomainDns saveBatchTaskForModifyingDomainDns(array $options = [])
74
 * @method SaveBatchTaskForReserveDropListDomain saveBatchTaskForReserveDropListDomain(array $options = [])
75
 * @method SaveBatchTaskForTransferProhibitionLock saveBatchTaskForTransferProhibitionLock(array $options = [])
76
 * @method SaveBatchTaskForUpdateProhibitionLock saveBatchTaskForUpdateProhibitionLock(array $options = [])
77
 * @method SaveBatchTaskForUpdatingContactInfoByNewContact saveBatchTaskForUpdatingContactInfoByNewContact(array $options = [])
78
 * @method SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId saveBatchTaskForUpdatingContactInfoByRegistrantProfileId(array $options = [])
79
 * @method SaveDomainGroup saveDomainGroup(array $options = [])
80
 * @method SaveRegistrantProfile saveRegistrantProfile(array $options = [])
81
 * @method SaveRegistrantProfileRealNameVerification saveRegistrantProfileRealNameVerification(array $options = [])
82
 * @method SaveSingleTaskForAddingDSRecord saveSingleTaskForAddingDSRecord(array $options = [])
83
 * @method SaveSingleTaskForApprovingTransferOut saveSingleTaskForApprovingTransferOut(array $options = [])
84
 * @method SaveSingleTaskForAssociatingEns saveSingleTaskForAssociatingEns(array $options = [])
85
 * @method SaveSingleTaskForCancelingTransferIn saveSingleTaskForCancelingTransferIn(array $options = [])
86
 * @method SaveSingleTaskForCancelingTransferOut saveSingleTaskForCancelingTransferOut(array $options = [])
87
 * @method SaveSingleTaskForCreatingDnsHost saveSingleTaskForCreatingDnsHost(array $options = [])
88
 * @method SaveSingleTaskForCreatingOrderActivate saveSingleTaskForCreatingOrderActivate(array $options = [])
89
 * @method SaveSingleTaskForCreatingOrderRedeem saveSingleTaskForCreatingOrderRedeem(array $options = [])
90
 * @method SaveSingleTaskForCreatingOrderRenew saveSingleTaskForCreatingOrderRenew(array $options = [])
91
 * @method SaveSingleTaskForCreatingOrderTransfer saveSingleTaskForCreatingOrderTransfer(array $options = [])
92
 * @method SaveSingleTaskForDeletingDnsHost saveSingleTaskForDeletingDnsHost(array $options = [])
93
 * @method SaveSingleTaskForDeletingDSRecord saveSingleTaskForDeletingDSRecord(array $options = [])
94
 * @method SaveSingleTaskForDisassociatingEns saveSingleTaskForDisassociatingEns(array $options = [])
95
 * @method SaveSingleTaskForDomainNameProxyService saveSingleTaskForDomainNameProxyService(array $options = [])
96
 * @method SaveSingleTaskForModifyingDnsHost saveSingleTaskForModifyingDnsHost(array $options = [])
97
 * @method SaveSingleTaskForModifyingDSRecord saveSingleTaskForModifyingDSRecord(array $options = [])
98
 * @method SaveSingleTaskForQueryingTransferAuthorizationCode saveSingleTaskForQueryingTransferAuthorizationCode(array $options = [])
99
 * @method SaveSingleTaskForSaveArtExtension saveSingleTaskForSaveArtExtension(array $options = [])
100
 * @method SaveSingleTaskForSynchronizingDnsHost saveSingleTaskForSynchronizingDnsHost(array $options = [])
101
 * @method SaveSingleTaskForSynchronizingDSRecord saveSingleTaskForSynchronizingDSRecord(array $options = [])
102
 * @method SaveSingleTaskForTransferProhibitionLock saveSingleTaskForTransferProhibitionLock(array $options = [])
103
 * @method SaveSingleTaskForUpdateProhibitionLock saveSingleTaskForUpdateProhibitionLock(array $options = [])
104
 * @method SaveSingleTaskForUpdatingContactInfo saveSingleTaskForUpdatingContactInfo(array $options = [])
105
 * @method SaveTaskForSubmittingDomainDelete saveTaskForSubmittingDomainDelete(array $options = [])
106
 * @method SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential saveTaskForSubmittingDomainRealNameVerificationByIdentityCredential(array $options = [])
107
 * @method SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID saveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID(array $options = [])
108
 * @method SaveTaskForUpdatingRegistrantInfoByIdentityCredential saveTaskForUpdatingRegistrantInfoByIdentityCredential(array $options = [])
109
 * @method SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID saveTaskForUpdatingRegistrantInfoByRegistrantProfileID(array $options = [])
110
 * @method ScrollDomainList scrollDomainList(array $options = [])
111
 * @method SetDefaultRegistrantProfile setDefaultRegistrantProfile(array $options = [])
112
 * @method SubmitEmailVerification submitEmailVerification(array $options = [])
113
 * @method SubmitOperationAuditInfo submitOperationAuditInfo(array $options = [])
114
 * @method SubmitOperationCredentials submitOperationCredentials(array $options = [])
115
 * @method TransferInCheckMailToken transferInCheckMailToken(array $options = [])
116
 * @method TransferInReenterTransferAuthorizationCode transferInReenterTransferAuthorizationCode(array $options = [])
117
 * @method TransferInRefetchWhoisEmail transferInRefetchWhoisEmail(array $options = [])
118
 * @method TransferInResendMailToken transferInResendMailToken(array $options = [])
119
 * @method UpdateDomainToDomainGroup updateDomainToDomainGroup(array $options = [])
120
 * @method VerifyContactField verifyContactField(array $options = [])
121
 * @method VerifyEmail verifyEmail(array $options = [])
122
 */
123
class DomainApiResolver extends ApiResolver
124
{
125
}
126
127
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
128
{
129
    /** @var string */
130
    public $product = 'Domain';
131
132
    /** @var string */
133
    public $version = '2018-01-29';
134
135
    /** @var string */
136
    public $method = 'POST';
137
138
    /** @var string */
139
    public $serviceCode = 'domain';
140
}
141
142
/**
143
 * @method array getTaskDetailNo()
144
 * @method string getUserClientIp()
145
 * @method $this withUserClientIp($value)
146
 * @method string getLang()
147
 * @method $this withLang($value)
148
 */
149
class AcknowledgeTaskResult extends Rpc
150
{
151
152
    /**
153
     * @param array $taskDetailNo
154
     *
155
     * @return $this
156
     */
157
	public function withTaskDetailNo(array $taskDetailNo)
158
	{
159
	    $this->data['TaskDetailNo'] = $taskDetailNo;
160
		foreach ($taskDetailNo as $i => $iValue) {
161
			$this->options['query']['TaskDetailNo.' . ($i + 1)] = $iValue;
162
		}
163
164
		return $this;
165
    }
166
}
167
168
/**
169
 * @method string getUserClientIp()
170
 * @method $this withUserClientIp($value)
171
 * @method string getKeyword()
172
 * @method $this withKeyword($value)
173
 * @method string getLang()
174
 * @method $this withLang($value)
175
 */
176
class BatchFuzzyMatchDomainSensitiveWord extends Rpc
177
{
178
}
179
180
/**
181
 * @method string getActionType()
182
 * @method $this withActionType($value)
183
 * @method string getInstanceId()
184
 * @method $this withInstanceId($value)
185
 * @method string getUserClientIp()
186
 * @method $this withUserClientIp($value)
187
 * @method string getLang()
188
 * @method $this withLang($value)
189
 */
190
class CancelDomainVerification extends Rpc
191
{
192
}
193
194
/**
195
 * @method string getAuditRecordId()
196
 * @method $this withAuditRecordId($value)
197
 * @method string getLang()
198
 * @method $this withLang($value)
199
 */
200
class CancelOperationAudit extends Rpc
201
{
202
}
203
204
/**
205
 * @method string getQualificationType()
206
 * @method $this withQualificationType($value)
207
 * @method string getInstanceId()
208
 * @method $this withInstanceId($value)
209
 * @method string getUserClientIp()
210
 * @method $this withUserClientIp($value)
211
 * @method string getLang()
212
 * @method $this withLang($value)
213
 */
214
class CancelQualificationVerification extends Rpc
215
{
216
}
217
218
/**
219
 * @method string getUserClientIp()
220
 * @method $this withUserClientIp($value)
221
 * @method string getTaskNo()
222
 * @method $this withTaskNo($value)
223
 * @method string getLang()
224
 * @method $this withLang($value)
225
 */
226
class CancelTask extends Rpc
227
{
228
}
229
230
/**
231
 * @method string getDomainName()
232
 * @method $this withDomainName($value)
233
 * @method string getFeeCurrency()
234
 * @method $this withFeeCurrency($value)
235
 * @method string getFeePeriod()
236
 * @method $this withFeePeriod($value)
237
 * @method string getFeeCommand()
238
 * @method $this withFeeCommand($value)
239
 * @method string getLang()
240
 * @method $this withLang($value)
241
 */
242
class CheckDomain extends Rpc
243
{
244
}
245
246
/**
247
 * @method string getDomainName()
248
 * @method $this withDomainName($value)
249
 * @method string getUserClientIp()
250
 * @method $this withUserClientIp($value)
251
 * @method string getLang()
252
 * @method $this withLang($value)
253
 */
254
class CheckDomainSunriseClaim extends Rpc
255
{
256
}
257
258
/**
259
 * @method string getDomainName()
260
 * @method $this withDomainName($value)
261
 * @method string getUserClientIp()
262
 * @method $this withUserClientIp($value)
263
 * @method string getCheckAction()
264
 * @method $this withCheckAction($value)
265
 * @method string getLang()
266
 * @method $this withLang($value)
267
 */
268
class CheckMaxYearOfServerLock extends Rpc
269
{
270
}
271
272
/**
273
 * @method string getDomainName()
274
 * @method $this withDomainName($value)
275
 * @method string getFeePeriod()
276
 * @method $this withFeePeriod($value)
277
 * @method string getUserClientIp()
278
 * @method $this withUserClientIp($value)
279
 * @method string getLang()
280
 * @method $this withLang($value)
281
 */
282
class CheckProcessingServerLockApply extends Rpc
283
{
284
}
285
286
/**
287
 * @method string getDomainName()
288
 * @method $this withDomainName($value)
289
 * @method string getTransferAuthorizationCode()
290
 * @method $this withTransferAuthorizationCode($value)
291
 * @method string getUserClientIp()
292
 * @method $this withUserClientIp($value)
293
 * @method string getLang()
294
 * @method $this withLang($value)
295
 */
296
class CheckTransferInFeasibility extends Rpc
297
{
298
}
299
300
/**
301
 * @method array getDomainName()
302
 * @method string getUserClientIp()
303
 * @method $this withUserClientIp($value)
304
 * @method string getLang()
305
 * @method $this withLang($value)
306
 * @method string getEmail()
307
 * @method $this withEmail($value)
308
 */
309
class ConfirmTransferInEmail extends Rpc
310
{
311
312
    /**
313
     * @param array $domainName
314
     *
315
     * @return $this
316
     */
317
	public function withDomainName(array $domainName)
318
	{
319
	    $this->data['DomainName'] = $domainName;
320
		foreach ($domainName as $i => $iValue) {
321
			$this->options['query']['DomainName.' . ($i + 1)] = $iValue;
322
		}
323
324
		return $this;
325
    }
326
}
327
328
/**
329
 * @method string getUserClientIp()
330
 * @method $this withUserClientIp($value)
331
 * @method string getRegistrantProfileIds()
332
 * @method $this withRegistrantProfileIds($value)
333
 */
334
class DeleteContactTemplates extends Rpc
335
{
336
}
337
338
/**
339
 * @method string getDomainGroupId()
340
 * @method $this withDomainGroupId($value)
341
 * @method string getUserClientIp()
342
 * @method $this withUserClientIp($value)
343
 * @method string getLang()
344
 * @method $this withLang($value)
345
 */
346
class DeleteDomainGroup extends Rpc
347
{
348
}
349
350
/**
351
 * @method string getUserClientIp()
352
 * @method $this withUserClientIp($value)
353
 * @method string getLang()
354
 * @method $this withLang($value)
355
 * @method string getEmail()
356
 * @method $this withEmail($value)
357
 */
358
class DeleteEmailVerification extends Rpc
359
{
360
}
361
362
/**
363
 * @method string getRegistrantProfileId()
364
 * @method $this withRegistrantProfileId($value)
365
 * @method string getUserClientIp()
366
 * @method $this withUserClientIp($value)
367
 * @method string getLang()
368
 * @method $this withLang($value)
369
 */
370
class DeleteRegistrantProfile extends Rpc
371
{
372
}
373
374
/**
375
 * @method string getUserClientIp()
376
 * @method $this withUserClientIp($value)
377
 * @method string getLang()
378
 * @method $this withLang($value)
379
 * @method string getEmail()
380
 * @method $this withEmail($value)
381
 */
382
class EmailVerified extends Rpc
383
{
384
}
385
386
/**
387
 * @method string getUserClientIp()
388
 * @method $this withUserClientIp($value)
389
 * @method string getKeyword()
390
 * @method $this withKeyword($value)
391
 * @method string getLang()
392
 * @method $this withLang($value)
393
 */
394
class FuzzyMatchDomainSensitiveWord extends Rpc
395
{
396
}
397
398
/**
399
 * @method string getAuditType()
400
 * @method $this withAuditType($value)
401
 * @method string getLang()
402
 * @method $this withLang($value)
403
 */
404
class GetOperationOssUploadPolicy extends Rpc
405
{
406
}
407
408
/**
409
 * @method string getUserClientIp()
410
 * @method $this withUserClientIp($value)
411
 * @method string getLang()
412
 * @method $this withLang($value)
413
 */
414
class GetQualificationUploadPolicy extends Rpc
415
{
416
}
417
418
/**
419
 * @method string getEndCreateTime()
420
 * @method $this withEndCreateTime($value)
421
 * @method string getPageNum()
422
 * @method $this withPageNum($value)
423
 * @method string getVerificationStatus()
424
 * @method $this withVerificationStatus($value)
425
 * @method string getBeginCreateTime()
426
 * @method $this withBeginCreateTime($value)
427
 * @method string getPageSize()
428
 * @method $this withPageSize($value)
429
 * @method string getUserClientIp()
430
 * @method $this withUserClientIp($value)
431
 * @method string getLang()
432
 * @method $this withLang($value)
433
 * @method string getEmail()
434
 * @method $this withEmail($value)
435
 */
436
class ListEmailVerification extends Rpc
437
{
438
}
439
440
/**
441
 * @method string getLockProductId()
442
 * @method $this withLockProductId($value)
443
 * @method string getEndExpireDate()
444
 * @method $this withEndExpireDate($value)
445
 * @method string getPageNum()
446
 * @method $this withPageNum($value)
447
 * @method string getBeginStartDate()
448
 * @method $this withBeginStartDate($value)
449
 * @method string getServerLockStatus()
450
 * @method $this withServerLockStatus($value)
451
 * @method string getStartExpireDate()
452
 * @method $this withStartExpireDate($value)
453
 * @method string getPageSize()
454
 * @method $this withPageSize($value)
455
 * @method string getLang()
456
 * @method $this withLang($value)
457
 * @method string getDomainName()
458
 * @method $this withDomainName($value)
459
 * @method string getEndStartDate()
460
 * @method $this withEndStartDate($value)
461
 * @method string getUserClientIp()
462
 * @method $this withUserClientIp($value)
463
 */
464
class ListServerLock extends Rpc
465
{
466
}
467
468
/**
469
 * @method string getClaimKey()
470
 * @method $this withClaimKey($value)
471
 * @method string getUserClientIp()
472
 * @method $this withUserClientIp($value)
473
 * @method string getLang()
474
 * @method $this withLang($value)
475
 */
476
class LookupTmchNotice extends Rpc
477
{
478
}
479
480
/**
481
 * @method string getDomainName()
482
 * @method $this withDomainName($value)
483
 * @method string getPageNum()
484
 * @method $this withPageNum($value)
485
 * @method string getTaskResultStatus()
486
 * @method $this withTaskResultStatus($value)
487
 * @method string getInstanceId()
488
 * @method $this withInstanceId($value)
489
 * @method string getUserClientIp()
490
 * @method $this withUserClientIp($value)
491
 * @method string getTaskNo()
492
 * @method $this withTaskNo($value)
493
 * @method string getPageSize()
494
 * @method $this withPageSize($value)
495
 * @method string getLang()
496
 * @method $this withLang($value)
497
 */
498
class PollTaskResult extends Rpc
499
{
500
}
501
502
/**
503
 * @method string getProductDomainType()
504
 * @method $this withProductDomainType($value)
505
 * @method string getPageNum()
506
 * @method $this withPageNum($value)
507
 * @method string getExcluded()
508
 * @method $this withExcluded($value)
509
 * @method string getStartLength()
510
 * @method $this withStartLength($value)
511
 * @method string getExcludedSuffix()
512
 * @method $this withExcludedSuffix($value)
513
 * @method string getPageSize()
514
 * @method $this withPageSize($value)
515
 * @method string getLang()
516
 * @method $this withLang($value)
517
 * @method string getExcludedPrefix()
518
 * @method $this withExcludedPrefix($value)
519
 * @method string getKeyWord()
520
 * @method $this withKeyWord($value)
521
 * @method string getProductDomainTypeSort()
522
 * @method $this withProductDomainTypeSort($value)
523
 * @method string getEndExpirationDate()
524
 * @method $this withEndExpirationDate($value)
525
 * @method string getSuffixs()
526
 * @method $this withSuffixs($value)
527
 * @method string getDomainNameSort()
528
 * @method $this withDomainNameSort($value)
529
 * @method string getExpirationDateSort()
530
 * @method $this withExpirationDateSort($value)
531
 * @method string getStartExpirationDate()
532
 * @method $this withStartExpirationDate($value)
533
 * @method string getDomainStatus()
534
 * @method $this withDomainStatus($value)
535
 * @method string getDomainGroupId()
536
 * @method $this withDomainGroupId($value)
537
 * @method string getKeyWordSuffix()
538
 * @method $this withKeyWordSuffix($value)
539
 * @method string getKeyWordPrefix()
540
 * @method $this withKeyWordPrefix($value)
541
 * @method string getTradeType()
542
 * @method $this withTradeType($value)
543
 * @method string getEndRegistrationDate()
544
 * @method $this withEndRegistrationDate($value)
545
 * @method string getForm()
546
 * @method $this withForm($value)
547
 * @method string getUserClientIp()
548
 * @method $this withUserClientIp($value)
549
 * @method string getRegistrationDateSort()
550
 * @method $this withRegistrationDateSort($value)
551
 * @method string getStartRegistrationDate()
552
 * @method $this withStartRegistrationDate($value)
553
 * @method string getEndLength()
554
 * @method $this withEndLength($value)
555
 */
556
class QueryAdvancedDomainList extends Rpc
557
{
558
}
559
560
/**
561
 * @method string getDomainName()
562
 * @method $this withDomainName($value)
563
 * @method string getUserClientIp()
564
 * @method $this withUserClientIp($value)
565
 * @method string getLang()
566
 * @method $this withLang($value)
567
 */
568
class QueryArtExtension extends Rpc
569
{
570
}
571
572
/**
573
 * @method string getDomainName()
574
 * @method $this withDomainName($value)
575
 * @method string getPageNum()
576
 * @method $this withPageNum($value)
577
 * @method string getStartDate()
578
 * @method $this withStartDate($value)
579
 * @method string getEndDate()
580
 * @method $this withEndDate($value)
581
 * @method string getUserClientIp()
582
 * @method $this withUserClientIp($value)
583
 * @method string getPageSize()
584
 * @method $this withPageSize($value)
585
 * @method string getLang()
586
 * @method $this withLang($value)
587
 */
588
class QueryChangeLogList extends Rpc
589
{
590
}
591
592
/**
593
 * @method string getContactType()
594
 * @method $this withContactType($value)
595
 * @method string getDomainName()
596
 * @method $this withDomainName($value)
597
 * @method string getUserClientIp()
598
 * @method $this withUserClientIp($value)
599
 * @method string getLang()
600
 * @method $this withLang($value)
601
 */
602
class QueryContactInfo extends Rpc
603
{
604
}
605
606
/**
607
 * @method string getInstanceId()
608
 * @method $this withInstanceId($value)
609
 * @method string getUserClientIp()
610
 * @method $this withUserClientIp($value)
611
 * @method string getLang()
612
 * @method $this withLang($value)
613
 */
614
class QueryDnsHost extends Rpc
615
{
616
}
617
618
/**
619
 * @method string getUserClientIp()
620
 * @method $this withUserClientIp($value)
621
 * @method string getLang()
622
 * @method $this withLang($value)
623
 */
624
class QueryDomainAdminDivision extends Rpc
625
{
626
}
627
628
/**
629
 * @method string getDomainName()
630
 * @method $this withDomainName($value)
631
 * @method string getUserClientIp()
632
 * @method $this withUserClientIp($value)
633
 * @method string getLang()
634
 * @method $this withLang($value)
635
 */
636
class QueryDomainByDomainName extends Rpc
637
{
638
}
639
640
/**
641
 * @method string getInstanceId()
642
 * @method $this withInstanceId($value)
643
 * @method string getUserClientIp()
644
 * @method $this withUserClientIp($value)
645
 * @method string getLang()
646
 * @method $this withLang($value)
647
 */
648
class QueryDomainByInstanceId extends Rpc
649
{
650
}
651
652
/**
653
 * @method string getShowDeletingGroup()
654
 * @method $this withShowDeletingGroup($value)
655
 * @method string getUserClientIp()
656
 * @method $this withUserClientIp($value)
657
 * @method string getDomainGroupName()
658
 * @method $this withDomainGroupName($value)
659
 * @method string getLang()
660
 * @method $this withLang($value)
661
 */
662
class QueryDomainGroupList extends Rpc
663
{
664
}
665
666
/**
667
 * @method string getProductDomainType()
668
 * @method $this withProductDomainType($value)
669
 * @method string getOrderKeyType()
670
 * @method $this withOrderKeyType($value)
671
 * @method string getPageNum()
672
 * @method $this withPageNum($value)
673
 * @method string getOrderByType()
674
 * @method $this withOrderByType($value)
675
 * @method string getPageSize()
676
 * @method $this withPageSize($value)
677
 * @method string getLang()
678
 * @method $this withLang($value)
679
 * @method string getQueryType()
680
 * @method $this withQueryType($value)
681
 * @method string getEndExpirationDate()
682
 * @method $this withEndExpirationDate($value)
683
 * @method string getDomainName()
684
 * @method $this withDomainName($value)
685
 * @method string getStartExpirationDate()
686
 * @method $this withStartExpirationDate($value)
687
 * @method string getDomainGroupId()
688
 * @method $this withDomainGroupId($value)
689
 * @method string getEndRegistrationDate()
690
 * @method $this withEndRegistrationDate($value)
691
 * @method string getUserClientIp()
692
 * @method $this withUserClientIp($value)
693
 * @method string getStartRegistrationDate()
694
 * @method $this withStartRegistrationDate($value)
695
 */
696
class QueryDomainList extends Rpc
697
{
698
}
699
700
/**
701
 * @method string getFetchImage()
702
 * @method $this withFetchImage($value)
703
 * @method string getDomainName()
704
 * @method $this withDomainName($value)
705
 * @method string getUserClientIp()
706
 * @method $this withUserClientIp($value)
707
 * @method string getLang()
708
 * @method $this withLang($value)
709
 */
710
class QueryDomainRealNameVerificationInfo extends Rpc
711
{
712
}
713
714
/**
715
 * @method string getUserClientIp()
716
 * @method $this withUserClientIp($value)
717
 * @method string getLang()
718
 * @method $this withLang($value)
719
 */
720
class QueryDomainSuffix extends Rpc
721
{
722
}
723
724
/**
725
 * @method string getDomainName()
726
 * @method $this withDomainName($value)
727
 * @method string getUserClientIp()
728
 * @method $this withUserClientIp($value)
729
 * @method string getLang()
730
 * @method $this withLang($value)
731
 */
732
class QueryDSRecord extends Rpc
733
{
734
}
735
736
/**
737
 * @method string getUserClientIp()
738
 * @method $this withUserClientIp($value)
739
 * @method string getLang()
740
 * @method $this withLang($value)
741
 * @method string getEmail()
742
 * @method $this withEmail($value)
743
 */
744
class QueryEmailVerification extends Rpc
745
{
746
}
747
748
/**
749
 * @method string getDomainName()
750
 * @method $this withDomainName($value)
751
 * @method string getUserClientIp()
752
 * @method $this withUserClientIp($value)
753
 * @method string getLang()
754
 * @method $this withLang($value)
755
 */
756
class QueryEnsAssociation extends Rpc
757
{
758
}
759
760
/**
761
 * @method string getQualificationType()
762
 * @method $this withQualificationType($value)
763
 * @method string getInstanceId()
764
 * @method $this withInstanceId($value)
765
 * @method string getUserClientIp()
766
 * @method $this withUserClientIp($value)
767
 * @method string getLimit()
768
 * @method $this withLimit($value)
769
 * @method string getLang()
770
 * @method $this withLang($value)
771
 */
772
class QueryFailingReasonListForQualification extends Rpc
773
{
774
}
775
776
/**
777
 * @method string getDomainName()
778
 * @method $this withDomainName($value)
779
 * @method string getRealNameVerificationAction()
780
 * @method $this withRealNameVerificationAction($value)
781
 * @method string getUserClientIp()
782
 * @method $this withUserClientIp($value)
783
 * @method string getLang()
784
 * @method $this withLang($value)
785
 */
786
class QueryFailReasonForDomainRealNameVerification extends Rpc
787
{
788
}
789
790
/**
791
 * @method string getRegistrantProfileID()
792
 * @method $this withRegistrantProfileID($value)
793
 * @method string getUserClientIp()
794
 * @method $this withUserClientIp($value)
795
 * @method string getLang()
796
 * @method $this withLang($value)
797
 */
798
class QueryFailReasonForRegistrantProfileRealNameVerification extends Rpc
799
{
800
}
801
802
/**
803
 * @method string getDomainName()
804
 * @method $this withDomainName($value)
805
 * @method string getUserClientIp()
806
 * @method $this withUserClientIp($value)
807
 * @method string getLang()
808
 * @method $this withLang($value)
809
 */
810
class QueryLocalEnsAssociation extends Rpc
811
{
812
}
813
814
/**
815
 * @method string getAuditRecordId()
816
 * @method $this withAuditRecordId($value)
817
 * @method string getLang()
818
 * @method $this withLang($value)
819
 */
820
class QueryOperationAuditInfoDetail extends Rpc
821
{
822
}
823
824
/**
825
 * @method string getAuditStatus()
826
 * @method $this withAuditStatus($value)
827
 * @method string getDomainName()
828
 * @method $this withDomainName($value)
829
 * @method string getPageNum()
830
 * @method $this withPageNum($value)
831
 * @method string getPageSize()
832
 * @method $this withPageSize($value)
833
 * @method string getAuditType()
834
 * @method $this withAuditType($value)
835
 * @method string getLang()
836
 * @method $this withLang($value)
837
 */
838
class QueryOperationAuditInfoList extends Rpc
839
{
840
}
841
842
/**
843
 * @method string getQualificationType()
844
 * @method $this withQualificationType($value)
845
 * @method string getInstanceId()
846
 * @method $this withInstanceId($value)
847
 * @method string getUserClientIp()
848
 * @method $this withUserClientIp($value)
849
 * @method string getLang()
850
 * @method $this withLang($value)
851
 */
852
class QueryQualificationDetail extends Rpc
853
{
854
}
855
856
/**
857
 * @method string getFetchImage()
858
 * @method $this withFetchImage($value)
859
 * @method string getRegistrantProfileId()
860
 * @method $this withRegistrantProfileId($value)
861
 * @method string getUserClientIp()
862
 * @method $this withUserClientIp($value)
863
 * @method string getLang()
864
 * @method $this withLang($value)
865
 */
866
class QueryRegistrantProfileRealNameVerificationInfo extends Rpc
867
{
868
}
869
870
/**
871
 * @method string getRegistrantProfileId()
872
 * @method $this withRegistrantProfileId($value)
873
 * @method string getPageNum()
874
 * @method $this withPageNum($value)
875
 * @method string getPageSize()
876
 * @method $this withPageSize($value)
877
 * @method string getRealNameStatus()
878
 * @method $this withRealNameStatus($value)
879
 * @method string getLang()
880
 * @method $this withLang($value)
881
 * @method string getEmail()
882
 * @method $this withEmail($value)
883
 * @method string getZhRegistrantOrganization()
884
 * @method $this withZhRegistrantOrganization($value)
885
 * @method string getRegistrantType()
886
 * @method $this withRegistrantType($value)
887
 * @method string getRegistrantProfileType()
888
 * @method $this withRegistrantProfileType($value)
889
 * @method string getDefaultRegistrantProfile()
890
 * @method $this withDefaultRegistrantProfile($value)
891
 * @method string getRegistrantOrganization()
892
 * @method $this withRegistrantOrganization($value)
893
 * @method string getUserClientIp()
894
 * @method $this withUserClientIp($value)
895
 */
896
class QueryRegistrantProfiles extends Rpc
897
{
898
}
899
900
/**
901
 * @method string getInstanceId()
902
 * @method $this withInstanceId($value)
903
 * @method string getUserClientIp()
904
 * @method $this withUserClientIp($value)
905
 * @method string getLang()
906
 * @method $this withLang($value)
907
 */
908
class QueryServerLock extends Rpc
909
{
910
}
911
912
/**
913
 * @method string getDomainName()
914
 * @method $this withDomainName($value)
915
 * @method string getTaskStatus()
916
 * @method $this withTaskStatus($value)
917
 * @method string getUserClientIp()
918
 * @method $this withUserClientIp($value)
919
 * @method string getTaskNo()
920
 * @method $this withTaskNo($value)
921
 * @method string getPageSize()
922
 * @method $this withPageSize($value)
923
 * @method string getTaskDetailNoCursor()
924
 * @method $this withTaskDetailNoCursor($value)
925
 * @method string getLang()
926
 * @method $this withLang($value)
927
 * @method string getDomainNameCursor()
928
 * @method $this withDomainNameCursor($value)
929
 */
930
class QueryTaskDetailHistory extends Rpc
931
{
932
}
933
934
/**
935
 * @method string getDomainName()
936
 * @method $this withDomainName($value)
937
 * @method string getPageNum()
938
 * @method $this withPageNum($value)
939
 * @method string getTaskStatus()
940
 * @method $this withTaskStatus($value)
941
 * @method string getInstanceId()
942
 * @method $this withInstanceId($value)
943
 * @method string getTaskNo()
944
 * @method $this withTaskNo($value)
945
 * @method string getUserClientIp()
946
 * @method $this withUserClientIp($value)
947
 * @method string getPageSize()
948
 * @method $this withPageSize($value)
949
 * @method string getLang()
950
 * @method $this withLang($value)
951
 */
952
class QueryTaskDetailList extends Rpc
953
{
954
}
955
956
/**
957
 * @method string getEndCreateTime()
958
 * @method $this withEndCreateTime($value)
959
 * @method string getBeginCreateTime()
960
 * @method $this withBeginCreateTime($value)
961
 * @method string getTaskNoCursor()
962
 * @method $this withTaskNoCursor($value)
963
 * @method string getUserClientIp()
964
 * @method $this withUserClientIp($value)
965
 * @method string getPageSize()
966
 * @method $this withPageSize($value)
967
 * @method string getLang()
968
 * @method $this withLang($value)
969
 * @method string getCreateTimeCursor()
970
 * @method $this withCreateTimeCursor($value)
971
 */
972
class QueryTaskInfoHistory extends Rpc
973
{
974
}
975
976
/**
977
 * @method string getEndCreateTime()
978
 * @method $this withEndCreateTime($value)
979
 * @method string getPageNum()
980
 * @method $this withPageNum($value)
981
 * @method string getBeginCreateTime()
982
 * @method $this withBeginCreateTime($value)
983
 * @method string getUserClientIp()
984
 * @method $this withUserClientIp($value)
985
 * @method string getPageSize()
986
 * @method $this withPageSize($value)
987
 * @method string getLang()
988
 * @method $this withLang($value)
989
 */
990
class QueryTaskList extends Rpc
991
{
992
}
993
994
/**
995
 * @method string getInstanceId()
996
 * @method $this withInstanceId($value)
997
 * @method string getUserClientIp()
998
 * @method $this withUserClientIp($value)
999
 * @method string getLang()
1000
 * @method $this withLang($value)
1001
 */
1002
class QueryTransferInByInstanceId extends Rpc
1003
{
1004
}
1005
1006
/**
1007
 * @method string getSubmissionStartDate()
1008
 * @method $this withSubmissionStartDate($value)
1009
 * @method string getSubmissionEndDate()
1010
 * @method $this withSubmissionEndDate($value)
1011
 * @method string getDomainName()
1012
 * @method $this withDomainName($value)
1013
 * @method string getPageNum()
1014
 * @method $this withPageNum($value)
1015
 * @method string getUserClientIp()
1016
 * @method $this withUserClientIp($value)
1017
 * @method string getSimpleTransferInStatus()
1018
 * @method $this withSimpleTransferInStatus($value)
1019
 * @method string getPageSize()
1020
 * @method $this withPageSize($value)
1021
 * @method string getLang()
1022
 * @method $this withLang($value)
1023
 */
1024
class QueryTransferInList extends Rpc
1025
{
1026
}
1027
1028
/**
1029
 * @method string getDomainName()
1030
 * @method $this withDomainName($value)
1031
 * @method string getUserClientIp()
1032
 * @method $this withUserClientIp($value)
1033
 * @method string getLang()
1034
 * @method $this withLang($value)
1035
 */
1036
class QueryTransferOutInfo extends Rpc
1037
{
1038
}
1039
1040
/**
1041
 * @method string getIdentityCredentialType()
1042
 * @method $this withIdentityCredentialType($value)
1043
 * @method string getRegistrantProfileID()
1044
 * @method $this withRegistrantProfileID($value)
1045
 * @method string getIdentityCredential()
1046
 * @method string getUserClientIp()
1047
 * @method $this withUserClientIp($value)
1048
 * @method string getLang()
1049
 * @method $this withLang($value)
1050
 * @method string getIdentityCredentialNo()
1051
 * @method $this withIdentityCredentialNo($value)
1052
 */
1053
class RegistrantProfileRealNameVerification extends Rpc
1054
{
1055
1056
    /**
1057
     * @param string $value
1058
     *
1059
     * @return $this
1060
     */
1061
    public function withIdentityCredential($value)
1062
    {
1063
        $this->data['IdentityCredential'] = $value;
1064
        $this->options['form_params']['IdentityCredential'] = $value;
1065
1066
        return $this;
1067
    }
1068
}
1069
1070
/**
1071
 * @method string getUserClientIp()
1072
 * @method $this withUserClientIp($value)
1073
 * @method string getLang()
1074
 * @method $this withLang($value)
1075
 * @method string getEmail()
1076
 * @method $this withEmail($value)
1077
 */
1078
class ResendEmailVerification extends Rpc
1079
{
1080
}
1081
1082
/**
1083
 * @method string getInstanceId()
1084
 * @method $this withInstanceId($value)
1085
 * @method string getUserClientIp()
1086
 * @method $this withUserClientIp($value)
1087
 * @method string getLang()
1088
 * @method $this withLang($value)
1089
 */
1090
class ResetQualificationVerification extends Rpc
1091
{
1092
}
1093
1094
/**
1095
 * @method string getRemark()
1096
 * @method $this withRemark($value)
1097
 * @method string getInstanceIds()
1098
 * @method $this withInstanceIds($value)
1099
 * @method string getUserClientIp()
1100
 * @method $this withUserClientIp($value)
1101
 * @method string getLang()
1102
 * @method $this withLang($value)
1103
 */
1104
class SaveBatchDomainRemark extends Rpc
1105
{
1106
}
1107
1108
/**
1109
 * @method array getOrderActivateParam()
1110
 * @method string getCouponNo()
1111
 * @method $this withCouponNo($value)
1112
 * @method string getUseCoupon()
1113
 * @method $this withUseCoupon($value)
1114
 * @method string getPromotionNo()
1115
 * @method $this withPromotionNo($value)
1116
 * @method string getUserClientIp()
1117
 * @method $this withUserClientIp($value)
1118
 * @method string getLang()
1119
 * @method $this withLang($value)
1120
 * @method string getUsePromotion()
1121
 * @method $this withUsePromotion($value)
1122
 */
1123
class SaveBatchTaskForCreatingOrderActivate extends Rpc
1124
{
1125
1126
    /**
1127
     * @param array $orderActivateParam
1128
     *
1129
     * @return $this
1130
     */
1131
	public function withOrderActivateParam(array $orderActivateParam)
1132
	{
1133
	    $this->data['OrderActivateParam'] = $orderActivateParam;
1134
		foreach ($orderActivateParam as $depth1 => $depth1Value) {
1135
			if(isset($depth1Value['Country'])){
1136
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.Country'] = $depth1Value['Country'];
1137
			}
1138
			if(isset($depth1Value['SubscriptionDuration'])){
1139
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.SubscriptionDuration'] = $depth1Value['SubscriptionDuration'];
1140
			}
1141
			if(isset($depth1Value['PermitPremiumActivation'])){
1142
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.PermitPremiumActivation'] = $depth1Value['PermitPremiumActivation'];
1143
			}
1144
			if(isset($depth1Value['City'])){
1145
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.City'] = $depth1Value['City'];
1146
			}
1147
			if(isset($depth1Value['Dns2'])){
1148
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.Dns2'] = $depth1Value['Dns2'];
1149
			}
1150
			if(isset($depth1Value['Dns1'])){
1151
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.Dns1'] = $depth1Value['Dns1'];
1152
			}
1153
			if(isset($depth1Value['RegistrantProfileId'])){
1154
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.RegistrantProfileId'] = $depth1Value['RegistrantProfileId'];
1155
			}
1156
			if(isset($depth1Value['AliyunDns'])){
1157
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.AliyunDns'] = $depth1Value['AliyunDns'];
1158
			}
1159
			if(isset($depth1Value['ZhCity'])){
1160
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.ZhCity'] = $depth1Value['ZhCity'];
1161
			}
1162
			if(isset($depth1Value['TelExt'])){
1163
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.TelExt'] = $depth1Value['TelExt'];
1164
			}
1165
			if(isset($depth1Value['ZhRegistrantName'])){
1166
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.ZhRegistrantName'] = $depth1Value['ZhRegistrantName'];
1167
			}
1168
			if(isset($depth1Value['Province'])){
1169
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.Province'] = $depth1Value['Province'];
1170
			}
1171
			if(isset($depth1Value['PostalCode'])){
1172
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.PostalCode'] = $depth1Value['PostalCode'];
1173
			}
1174
			if(isset($depth1Value['Email'])){
1175
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.Email'] = $depth1Value['Email'];
1176
			}
1177
			if(isset($depth1Value['ZhRegistrantOrganization'])){
1178
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.ZhRegistrantOrganization'] = $depth1Value['ZhRegistrantOrganization'];
1179
			}
1180
			if(isset($depth1Value['Address'])){
1181
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.Address'] = $depth1Value['Address'];
1182
			}
1183
			if(isset($depth1Value['TelArea'])){
1184
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.TelArea'] = $depth1Value['TelArea'];
1185
			}
1186
			if(isset($depth1Value['DomainName'])){
1187
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.DomainName'] = $depth1Value['DomainName'];
1188
			}
1189
			if(isset($depth1Value['ZhAddress'])){
1190
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.ZhAddress'] = $depth1Value['ZhAddress'];
1191
			}
1192
			if(isset($depth1Value['RegistrantType'])){
1193
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.RegistrantType'] = $depth1Value['RegistrantType'];
1194
			}
1195
			if(isset($depth1Value['Telephone'])){
1196
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.Telephone'] = $depth1Value['Telephone'];
1197
			}
1198
			if(isset($depth1Value['TrademarkDomainActivation'])){
1199
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.TrademarkDomainActivation'] = $depth1Value['TrademarkDomainActivation'];
1200
			}
1201
			if(isset($depth1Value['ZhProvince'])){
1202
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.ZhProvince'] = $depth1Value['ZhProvince'];
1203
			}
1204
			if(isset($depth1Value['RegistrantOrganization'])){
1205
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.RegistrantOrganization'] = $depth1Value['RegistrantOrganization'];
1206
			}
1207
			if(isset($depth1Value['EnableDomainProxy'])){
1208
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.EnableDomainProxy'] = $depth1Value['EnableDomainProxy'];
1209
			}
1210
			if(isset($depth1Value['RegistrantName'])){
1211
				$this->options['query']['OrderActivateParam.' . ($depth1 + 1) . '.RegistrantName'] = $depth1Value['RegistrantName'];
1212
			}
1213
		}
1214
1215
		return $this;
1216
    }
1217
}
1218
1219
/**
1220
 * @method string getCouponNo()
1221
 * @method $this withCouponNo($value)
1222
 * @method string getUseCoupon()
1223
 * @method $this withUseCoupon($value)
1224
 * @method string getPromotionNo()
1225
 * @method $this withPromotionNo($value)
1226
 * @method array getOrderRedeemParam()
1227
 * @method string getUserClientIp()
1228
 * @method $this withUserClientIp($value)
1229
 * @method string getLang()
1230
 * @method $this withLang($value)
1231
 * @method string getUsePromotion()
1232
 * @method $this withUsePromotion($value)
1233
 */
1234
class SaveBatchTaskForCreatingOrderRedeem extends Rpc
1235
{
1236
1237
    /**
1238
     * @param array $orderRedeemParam
1239
     *
1240
     * @return $this
1241
     */
1242
	public function withOrderRedeemParam(array $orderRedeemParam)
1243
	{
1244
	    $this->data['OrderRedeemParam'] = $orderRedeemParam;
1245
		foreach ($orderRedeemParam as $depth1 => $depth1Value) {
1246
			if(isset($depth1Value['CurrentExpirationDate'])){
1247
				$this->options['query']['OrderRedeemParam.' . ($depth1 + 1) . '.CurrentExpirationDate'] = $depth1Value['CurrentExpirationDate'];
1248
			}
1249
			if(isset($depth1Value['DomainName'])){
1250
				$this->options['query']['OrderRedeemParam.' . ($depth1 + 1) . '.DomainName'] = $depth1Value['DomainName'];
1251
			}
1252
		}
1253
1254
		return $this;
1255
    }
1256
}
1257
1258
/**
1259
 * @method string getCouponNo()
1260
 * @method $this withCouponNo($value)
1261
 * @method string getUseCoupon()
1262
 * @method $this withUseCoupon($value)
1263
 * @method string getPromotionNo()
1264
 * @method $this withPromotionNo($value)
1265
 * @method string getUserClientIp()
1266
 * @method $this withUserClientIp($value)
1267
 * @method array getOrderRenewParam()
1268
 * @method string getLang()
1269
 * @method $this withLang($value)
1270
 * @method string getUsePromotion()
1271
 * @method $this withUsePromotion($value)
1272
 */
1273
class SaveBatchTaskForCreatingOrderRenew extends Rpc
1274
{
1275
1276
    /**
1277
     * @param array $orderRenewParam
1278
     *
1279
     * @return $this
1280
     */
1281
	public function withOrderRenewParam(array $orderRenewParam)
1282
	{
1283
	    $this->data['OrderRenewParam'] = $orderRenewParam;
1284
		foreach ($orderRenewParam as $depth1 => $depth1Value) {
1285
			if(isset($depth1Value['SubscriptionDuration'])){
1286
				$this->options['query']['OrderRenewParam.' . ($depth1 + 1) . '.SubscriptionDuration'] = $depth1Value['SubscriptionDuration'];
1287
			}
1288
			if(isset($depth1Value['CurrentExpirationDate'])){
1289
				$this->options['query']['OrderRenewParam.' . ($depth1 + 1) . '.CurrentExpirationDate'] = $depth1Value['CurrentExpirationDate'];
1290
			}
1291
			if(isset($depth1Value['DomainName'])){
1292
				$this->options['query']['OrderRenewParam.' . ($depth1 + 1) . '.DomainName'] = $depth1Value['DomainName'];
1293
			}
1294
		}
1295
1296
		return $this;
1297
    }
1298
}
1299
1300
/**
1301
 * @method array getOrderTransferParam()
1302
 * @method string getCouponNo()
1303
 * @method $this withCouponNo($value)
1304
 * @method string getUseCoupon()
1305
 * @method $this withUseCoupon($value)
1306
 * @method string getPromotionNo()
1307
 * @method $this withPromotionNo($value)
1308
 * @method string getUserClientIp()
1309
 * @method $this withUserClientIp($value)
1310
 * @method string getLang()
1311
 * @method $this withLang($value)
1312
 * @method string getUsePromotion()
1313
 * @method $this withUsePromotion($value)
1314
 */
1315
class SaveBatchTaskForCreatingOrderTransfer extends Rpc
1316
{
1317
1318
    /**
1319
     * @param array $orderTransferParam
1320
     *
1321
     * @return $this
1322
     */
1323
	public function withOrderTransferParam(array $orderTransferParam)
1324
	{
1325
	    $this->data['OrderTransferParam'] = $orderTransferParam;
1326
		foreach ($orderTransferParam as $depth1 => $depth1Value) {
1327
			if(isset($depth1Value['PermitPremiumTransfer'])){
1328
				$this->options['query']['OrderTransferParam.' . ($depth1 + 1) . '.PermitPremiumTransfer'] = $depth1Value['PermitPremiumTransfer'];
1329
			}
1330
			if(isset($depth1Value['AuthorizationCode'])){
1331
				$this->options['query']['OrderTransferParam.' . ($depth1 + 1) . '.AuthorizationCode'] = $depth1Value['AuthorizationCode'];
1332
			}
1333
			if(isset($depth1Value['DomainName'])){
1334
				$this->options['query']['OrderTransferParam.' . ($depth1 + 1) . '.DomainName'] = $depth1Value['DomainName'];
1335
			}
1336
			if(isset($depth1Value['RegistrantProfileId'])){
1337
				$this->options['query']['OrderTransferParam.' . ($depth1 + 1) . '.RegistrantProfileId'] = $depth1Value['RegistrantProfileId'];
1338
			}
1339
		}
1340
1341
		return $this;
1342
    }
1343
}
1344
1345
/**
1346
 * @method array getDomainName()
1347
 * @method string getUserClientIp()
1348
 * @method $this withUserClientIp($value)
1349
 * @method string getLang()
1350
 * @method $this withLang($value)
1351
 * @method string getStatus()
1352
 * @method $this withStatus($value)
1353
 */
1354
class SaveBatchTaskForDomainNameProxyService extends Rpc
1355
{
1356
1357
    /**
1358
     * @param array $domainName
1359
     *
1360
     * @return $this
1361
     */
1362
	public function withDomainName(array $domainName)
1363
	{
1364
	    $this->data['DomainName'] = $domainName;
1365
		foreach ($domainName as $i => $iValue) {
1366
			$this->options['query']['DomainName.' . ($i + 1)] = $iValue;
1367
		}
1368
1369
		return $this;
1370
    }
1371
}
1372
1373
/**
1374
 * @method array getDomainName()
1375
 * @method string getAliyunDns()
1376
 * @method $this withAliyunDns($value)
1377
 * @method string getUserClientIp()
1378
 * @method $this withUserClientIp($value)
1379
 * @method array getDomainNameServer()
1380
 * @method string getLang()
1381
 * @method $this withLang($value)
1382
 */
1383
class SaveBatchTaskForModifyingDomainDns extends Rpc
1384
{
1385
1386
    /**
1387
     * @param array $domainName
1388
     *
1389
     * @return $this
1390
     */
1391
	public function withDomainName(array $domainName)
1392
	{
1393
	    $this->data['DomainName'] = $domainName;
1394
		foreach ($domainName as $i => $iValue) {
1395
			$this->options['query']['DomainName.' . ($i + 1)] = $iValue;
1396
		}
1397
1398
		return $this;
1399
    }
1400
1401
    /**
1402
     * @param array $domainNameServer
1403
     *
1404
     * @return $this
1405
     */
1406
	public function withDomainNameServer(array $domainNameServer)
1407
	{
1408
	    $this->data['DomainNameServer'] = $domainNameServer;
1409
		foreach ($domainNameServer as $i => $iValue) {
1410
			$this->options['query']['DomainNameServer.' . ($i + 1)] = $iValue;
1411
		}
1412
1413
		return $this;
1414
    }
1415
}
1416
1417
/**
1418
 * @method array getDomains()
1419
 * @method string getContactTemplateId()
1420
 * @method $this withContactTemplateId($value)
1421
 */
1422
class SaveBatchTaskForReserveDropListDomain extends Rpc
1423
{
1424
1425
    /**
1426
     * @param array $domains
1427
     *
1428
     * @return $this
1429
     */
1430
	public function withDomains(array $domains)
1431
	{
1432
	    $this->data['Domains'] = $domains;
1433
		foreach ($domains as $depth1 => $depth1Value) {
1434
			if(isset($depth1Value['DomainName'])){
1435
				$this->options['query']['Domains.' . ($depth1 + 1) . '.DomainName'] = $depth1Value['DomainName'];
1436
			}
1437
		}
1438
1439
		return $this;
1440
    }
1441
}
1442
1443
/**
1444
 * @method array getDomainName()
1445
 * @method string getUserClientIp()
1446
 * @method $this withUserClientIp($value)
1447
 * @method string getLang()
1448
 * @method $this withLang($value)
1449
 * @method string getStatus()
1450
 * @method $this withStatus($value)
1451
 */
1452
class SaveBatchTaskForTransferProhibitionLock extends Rpc
1453
{
1454
1455
    /**
1456
     * @param array $domainName
1457
     *
1458
     * @return $this
1459
     */
1460
	public function withDomainName(array $domainName)
1461
	{
1462
	    $this->data['DomainName'] = $domainName;
1463
		foreach ($domainName as $i => $iValue) {
1464
			$this->options['query']['DomainName.' . ($i + 1)] = $iValue;
1465
		}
1466
1467
		return $this;
1468
    }
1469
}
1470
1471
/**
1472
 * @method array getDomainName()
1473
 * @method string getUserClientIp()
1474
 * @method $this withUserClientIp($value)
1475
 * @method string getLang()
1476
 * @method $this withLang($value)
1477
 * @method string getStatus()
1478
 * @method $this withStatus($value)
1479
 */
1480
class SaveBatchTaskForUpdateProhibitionLock extends Rpc
1481
{
1482
1483
    /**
1484
     * @param array $domainName
1485
     *
1486
     * @return $this
1487
     */
1488
	public function withDomainName(array $domainName)
1489
	{
1490
	    $this->data['DomainName'] = $domainName;
1491
		foreach ($domainName as $i => $iValue) {
1492
			$this->options['query']['DomainName.' . ($i + 1)] = $iValue;
1493
		}
1494
1495
		return $this;
1496
    }
1497
}
1498
1499
/**
1500
 * @method string getCountry()
1501
 * @method $this withCountry($value)
1502
 * @method string getCity()
1503
 * @method $this withCity($value)
1504
 * @method string getTransferOutProhibited()
1505
 * @method $this withTransferOutProhibited($value)
1506
 * @method string getZhCity()
1507
 * @method $this withZhCity($value)
1508
 * @method string getTelExt()
1509
 * @method $this withTelExt($value)
1510
 * @method string getProvince()
1511
 * @method $this withProvince($value)
1512
 * @method string getZhRegistrantName()
1513
 * @method $this withZhRegistrantName($value)
1514
 * @method string getPostalCode()
1515
 * @method $this withPostalCode($value)
1516
 * @method string getLang()
1517
 * @method $this withLang($value)
1518
 * @method string getEmail()
1519
 * @method $this withEmail($value)
1520
 * @method string getZhRegistrantOrganization()
1521
 * @method $this withZhRegistrantOrganization($value)
1522
 * @method string getAddress()
1523
 * @method $this withAddress($value)
1524
 * @method string getTelArea()
1525
 * @method $this withTelArea($value)
1526
 * @method string getContactType()
1527
 * @method $this withContactType($value)
1528
 * @method string getZhAddress()
1529
 * @method $this withZhAddress($value)
1530
 * @method string getRegistrantType()
1531
 * @method $this withRegistrantType($value)
1532
 * @method array getDomainName()
1533
 * @method string getTelephone()
1534
 * @method $this withTelephone($value)
1535
 * @method string getZhProvince()
1536
 * @method $this withZhProvince($value)
1537
 * @method string getRegistrantOrganization()
1538
 * @method $this withRegistrantOrganization($value)
1539
 * @method string getUserClientIp()
1540
 * @method $this withUserClientIp($value)
1541
 * @method string getRegistrantName()
1542
 * @method $this withRegistrantName($value)
1543
 */
1544
class SaveBatchTaskForUpdatingContactInfoByNewContact extends Rpc
1545
{
1546
1547
    /**
1548
     * @param array $domainName
1549
     *
1550
     * @return $this
1551
     */
1552
	public function withDomainName(array $domainName)
1553
	{
1554
	    $this->data['DomainName'] = $domainName;
1555
		foreach ($domainName as $i => $iValue) {
1556
			$this->options['query']['DomainName.' . ($i + 1)] = $iValue;
1557
		}
1558
1559
		return $this;
1560
    }
1561
}
1562
1563
/**
1564
 * @method string getContactType()
1565
 * @method $this withContactType($value)
1566
 * @method string getRegistrantProfileId()
1567
 * @method $this withRegistrantProfileId($value)
1568
 * @method array getDomainName()
1569
 * @method string getTransferOutProhibited()
1570
 * @method $this withTransferOutProhibited($value)
1571
 * @method string getUserClientIp()
1572
 * @method $this withUserClientIp($value)
1573
 * @method string getLang()
1574
 * @method $this withLang($value)
1575
 */
1576
class SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId extends Rpc
1577
{
1578
1579
    /**
1580
     * @param array $domainName
1581
     *
1582
     * @return $this
1583
     */
1584
	public function withDomainName(array $domainName)
1585
	{
1586
	    $this->data['DomainName'] = $domainName;
1587
		foreach ($domainName as $i => $iValue) {
1588
			$this->options['query']['DomainName.' . ($i + 1)] = $iValue;
1589
		}
1590
1591
		return $this;
1592
    }
1593
}
1594
1595
/**
1596
 * @method string getDomainGroupId()
1597
 * @method $this withDomainGroupId($value)
1598
 * @method string getUserClientIp()
1599
 * @method $this withUserClientIp($value)
1600
 * @method string getDomainGroupName()
1601
 * @method $this withDomainGroupName($value)
1602
 * @method string getLang()
1603
 * @method $this withLang($value)
1604
 */
1605
class SaveDomainGroup extends Rpc
1606
{
1607
}
1608
1609
/**
1610
 * @method string getCountry()
1611
 * @method $this withCountry($value)
1612
 * @method string getCity()
1613
 * @method $this withCity($value)
1614
 * @method string getRegistrantProfileId()
1615
 * @method $this withRegistrantProfileId($value)
1616
 * @method string getZhCity()
1617
 * @method $this withZhCity($value)
1618
 * @method string getTelExt()
1619
 * @method $this withTelExt($value)
1620
 * @method string getProvince()
1621
 * @method $this withProvince($value)
1622
 * @method string getZhRegistrantName()
1623
 * @method $this withZhRegistrantName($value)
1624
 * @method string getPostalCode()
1625
 * @method $this withPostalCode($value)
1626
 * @method string getLang()
1627
 * @method $this withLang($value)
1628
 * @method string getEmail()
1629
 * @method $this withEmail($value)
1630
 * @method string getZhRegistrantOrganization()
1631
 * @method $this withZhRegistrantOrganization($value)
1632
 * @method string getAddress()
1633
 * @method $this withAddress($value)
1634
 * @method string getTelArea()
1635
 * @method $this withTelArea($value)
1636
 * @method string getZhAddress()
1637
 * @method $this withZhAddress($value)
1638
 * @method string getRegistrantType()
1639
 * @method $this withRegistrantType($value)
1640
 * @method string getRegistrantProfileType()
1641
 * @method $this withRegistrantProfileType($value)
1642
 * @method string getTelephone()
1643
 * @method $this withTelephone($value)
1644
 * @method string getDefaultRegistrantProfile()
1645
 * @method $this withDefaultRegistrantProfile($value)
1646
 * @method string getZhProvince()
1647
 * @method $this withZhProvince($value)
1648
 * @method string getRegistrantOrganization()
1649
 * @method $this withRegistrantOrganization($value)
1650
 * @method string getUserClientIp()
1651
 * @method $this withUserClientIp($value)
1652
 * @method string getRegistrantName()
1653
 * @method $this withRegistrantName($value)
1654
 */
1655
class SaveRegistrantProfile extends Rpc
1656
{
1657
}
1658
1659
/**
1660
 * @method string getCountry()
1661
 * @method $this withCountry($value)
1662
 * @method string getIdentityCredentialType()
1663
 * @method $this withIdentityCredentialType($value)
1664
 * @method string getCity()
1665
 * @method $this withCity($value)
1666
 * @method string getRegistrantProfileId()
1667
 * @method $this withRegistrantProfileId($value)
1668
 * @method string getIdentityCredential()
1669
 * @method $this withIdentityCredential($value)
1670
 * @method string getZhCity()
1671
 * @method $this withZhCity($value)
1672
 * @method string getTelExt()
1673
 * @method $this withTelExt($value)
1674
 * @method string getProvince()
1675
 * @method $this withProvince($value)
1676
 * @method string getZhRegistrantName()
1677
 * @method $this withZhRegistrantName($value)
1678
 * @method string getPostalCode()
1679
 * @method $this withPostalCode($value)
1680
 * @method string getLang()
1681
 * @method $this withLang($value)
1682
 * @method string getEmail()
1683
 * @method $this withEmail($value)
1684
 * @method string getZhRegistrantOrganization()
1685
 * @method $this withZhRegistrantOrganization($value)
1686
 * @method string getAddress()
1687
 * @method $this withAddress($value)
1688
 * @method string getTelArea()
1689
 * @method $this withTelArea($value)
1690
 * @method string getZhAddress()
1691
 * @method $this withZhAddress($value)
1692
 * @method string getRegistrantType()
1693
 * @method $this withRegistrantType($value)
1694
 * @method string getRegistrantProfileType()
1695
 * @method $this withRegistrantProfileType($value)
1696
 * @method string getTelephone()
1697
 * @method $this withTelephone($value)
1698
 * @method string getZhProvince()
1699
 * @method $this withZhProvince($value)
1700
 * @method string getRegistrantOrganization()
1701
 * @method $this withRegistrantOrganization($value)
1702
 * @method string getUserClientIp()
1703
 * @method $this withUserClientIp($value)
1704
 * @method string getIdentityCredentialNo()
1705
 * @method $this withIdentityCredentialNo($value)
1706
 * @method string getRegistrantName()
1707
 * @method $this withRegistrantName($value)
1708
 */
1709
class SaveRegistrantProfileRealNameVerification extends Rpc
1710
{
1711
}
1712
1713
/**
1714
 * @method string getKeyTag()
1715
 * @method $this withKeyTag($value)
1716
 * @method string getDomainName()
1717
 * @method $this withDomainName($value)
1718
 * @method string getUserClientIp()
1719
 * @method $this withUserClientIp($value)
1720
 * @method string getDigestType()
1721
 * @method $this withDigestType($value)
1722
 * @method string getDigest()
1723
 * @method $this withDigest($value)
1724
 * @method string getLang()
1725
 * @method $this withLang($value)
1726
 * @method string getAlgorithm()
1727
 * @method $this withAlgorithm($value)
1728
 */
1729
class SaveSingleTaskForAddingDSRecord extends Rpc
1730
{
1731
}
1732
1733
/**
1734
 * @method string getDomainName()
1735
 * @method $this withDomainName($value)
1736
 * @method string getUserClientIp()
1737
 * @method $this withUserClientIp($value)
1738
 * @method string getLang()
1739
 * @method $this withLang($value)
1740
 */
1741
class SaveSingleTaskForApprovingTransferOut extends Rpc
1742
{
1743
}
1744
1745
/**
1746
 * @method string getAddress()
1747
 * @method $this withAddress($value)
1748
 * @method string getDomainName()
1749
 * @method $this withDomainName($value)
1750
 * @method string getUserClientIp()
1751
 * @method $this withUserClientIp($value)
1752
 * @method string getLang()
1753
 * @method $this withLang($value)
1754
 */
1755
class SaveSingleTaskForAssociatingEns extends Rpc
1756
{
1757
}
1758
1759
/**
1760
 * @method string getDomainName()
1761
 * @method $this withDomainName($value)
1762
 * @method string getUserClientIp()
1763
 * @method $this withUserClientIp($value)
1764
 * @method string getLang()
1765
 * @method $this withLang($value)
1766
 */
1767
class SaveSingleTaskForCancelingTransferIn extends Rpc
1768
{
1769
}
1770
1771
/**
1772
 * @method string getDomainName()
1773
 * @method $this withDomainName($value)
1774
 * @method string getUserClientIp()
1775
 * @method $this withUserClientIp($value)
1776
 * @method string getLang()
1777
 * @method $this withLang($value)
1778
 */
1779
class SaveSingleTaskForCancelingTransferOut extends Rpc
1780
{
1781
}
1782
1783
/**
1784
 * @method array getIp()
1785
 * @method string getInstanceId()
1786
 * @method $this withInstanceId($value)
1787
 * @method string getDnsName()
1788
 * @method $this withDnsName($value)
1789
 * @method string getUserClientIp()
1790
 * @method $this withUserClientIp($value)
1791
 * @method string getLang()
1792
 * @method $this withLang($value)
1793
 */
1794
class SaveSingleTaskForCreatingDnsHost extends Rpc
1795
{
1796
1797
    /**
1798
     * @param array $ip
1799
     *
1800
     * @return $this
1801
     */
1802
	public function withIp(array $ip)
1803
	{
1804
	    $this->data['Ip'] = $ip;
1805
		foreach ($ip as $i => $iValue) {
1806
			$this->options['query']['Ip.' . ($i + 1)] = $iValue;
1807
		}
1808
1809
		return $this;
1810
    }
1811
}
1812
1813
/**
1814
 * @method string getCountry()
1815
 * @method $this withCountry($value)
1816
 * @method string getSubscriptionDuration()
1817
 * @method $this withSubscriptionDuration($value)
1818
 * @method string getPermitPremiumActivation()
1819
 * @method $this withPermitPremiumActivation($value)
1820
 * @method string getCity()
1821
 * @method $this withCity($value)
1822
 * @method string getDns2()
1823
 * @method $this withDns2($value)
1824
 * @method string getDns1()
1825
 * @method $this withDns1($value)
1826
 * @method string getRegistrantProfileId()
1827
 * @method $this withRegistrantProfileId($value)
1828
 * @method string getCouponNo()
1829
 * @method $this withCouponNo($value)
1830
 * @method string getAliyunDns()
1831
 * @method $this withAliyunDns($value)
1832
 * @method string getZhCity()
1833
 * @method $this withZhCity($value)
1834
 * @method string getTelExt()
1835
 * @method $this withTelExt($value)
1836
 * @method string getZhRegistrantName()
1837
 * @method $this withZhRegistrantName($value)
1838
 * @method string getProvince()
1839
 * @method $this withProvince($value)
1840
 * @method string getPostalCode()
1841
 * @method $this withPostalCode($value)
1842
 * @method string getLang()
1843
 * @method $this withLang($value)
1844
 * @method string getEmail()
1845
 * @method $this withEmail($value)
1846
 * @method string getZhRegistrantOrganization()
1847
 * @method $this withZhRegistrantOrganization($value)
1848
 * @method string getAddress()
1849
 * @method $this withAddress($value)
1850
 * @method string getTelArea()
1851
 * @method $this withTelArea($value)
1852
 * @method string getDomainName()
1853
 * @method $this withDomainName($value)
1854
 * @method string getZhAddress()
1855
 * @method $this withZhAddress($value)
1856
 * @method string getRegistrantType()
1857
 * @method $this withRegistrantType($value)
1858
 * @method string getTelephone()
1859
 * @method $this withTelephone($value)
1860
 * @method string getTrademarkDomainActivation()
1861
 * @method $this withTrademarkDomainActivation($value)
1862
 * @method string getUseCoupon()
1863
 * @method $this withUseCoupon($value)
1864
 * @method string getZhProvince()
1865
 * @method $this withZhProvince($value)
1866
 * @method string getRegistrantOrganization()
1867
 * @method $this withRegistrantOrganization($value)
1868
 * @method string getPromotionNo()
1869
 * @method $this withPromotionNo($value)
1870
 * @method string getEnableDomainProxy()
1871
 * @method $this withEnableDomainProxy($value)
1872
 * @method string getUserClientIp()
1873
 * @method $this withUserClientIp($value)
1874
 * @method string getRegistrantName()
1875
 * @method $this withRegistrantName($value)
1876
 * @method string getUsePromotion()
1877
 * @method $this withUsePromotion($value)
1878
 */
1879
class SaveSingleTaskForCreatingOrderActivate extends Rpc
1880
{
1881
}
1882
1883
/**
1884
 * @method string getDomainName()
1885
 * @method $this withDomainName($value)
1886
 * @method string getCouponNo()
1887
 * @method $this withCouponNo($value)
1888
 * @method string getUseCoupon()
1889
 * @method $this withUseCoupon($value)
1890
 * @method string getPromotionNo()
1891
 * @method $this withPromotionNo($value)
1892
 * @method string getCurrentExpirationDate()
1893
 * @method $this withCurrentExpirationDate($value)
1894
 * @method string getUserClientIp()
1895
 * @method $this withUserClientIp($value)
1896
 * @method string getLang()
1897
 * @method $this withLang($value)
1898
 * @method string getUsePromotion()
1899
 * @method $this withUsePromotion($value)
1900
 */
1901
class SaveSingleTaskForCreatingOrderRedeem extends Rpc
1902
{
1903
}
1904
1905
/**
1906
 * @method string getSubscriptionDuration()
1907
 * @method $this withSubscriptionDuration($value)
1908
 * @method string getCouponNo()
1909
 * @method $this withCouponNo($value)
1910
 * @method string getCurrentExpirationDate()
1911
 * @method $this withCurrentExpirationDate($value)
1912
 * @method string getLang()
1913
 * @method $this withLang($value)
1914
 * @method string getDomainName()
1915
 * @method $this withDomainName($value)
1916
 * @method string getUseCoupon()
1917
 * @method $this withUseCoupon($value)
1918
 * @method string getPromotionNo()
1919
 * @method $this withPromotionNo($value)
1920
 * @method string getUserClientIp()
1921
 * @method $this withUserClientIp($value)
1922
 * @method string getUsePromotion()
1923
 * @method $this withUsePromotion($value)
1924
 */
1925
class SaveSingleTaskForCreatingOrderRenew extends Rpc
1926
{
1927
}
1928
1929
/**
1930
 * @method string getRegistrantProfileId()
1931
 * @method $this withRegistrantProfileId($value)
1932
 * @method string getCouponNo()
1933
 * @method $this withCouponNo($value)
1934
 * @method string getLang()
1935
 * @method $this withLang($value)
1936
 * @method string getDomainName()
1937
 * @method $this withDomainName($value)
1938
 * @method string getUseCoupon()
1939
 * @method $this withUseCoupon($value)
1940
 * @method string getPermitPremiumTransfer()
1941
 * @method $this withPermitPremiumTransfer($value)
1942
 * @method string getPromotionNo()
1943
 * @method $this withPromotionNo($value)
1944
 * @method string getAuthorizationCode()
1945
 * @method $this withAuthorizationCode($value)
1946
 * @method string getUserClientIp()
1947
 * @method $this withUserClientIp($value)
1948
 * @method string getUsePromotion()
1949
 * @method $this withUsePromotion($value)
1950
 */
1951
class SaveSingleTaskForCreatingOrderTransfer extends Rpc
1952
{
1953
}
1954
1955
/**
1956
 * @method string getInstanceId()
1957
 * @method $this withInstanceId($value)
1958
 * @method string getDnsName()
1959
 * @method $this withDnsName($value)
1960
 * @method string getUserClientIp()
1961
 * @method $this withUserClientIp($value)
1962
 * @method string getLang()
1963
 * @method $this withLang($value)
1964
 */
1965
class SaveSingleTaskForDeletingDnsHost extends Rpc
1966
{
1967
}
1968
1969
/**
1970
 * @method string getKeyTag()
1971
 * @method $this withKeyTag($value)
1972
 * @method string getDomainName()
1973
 * @method $this withDomainName($value)
1974
 * @method string getUserClientIp()
1975
 * @method $this withUserClientIp($value)
1976
 * @method string getLang()
1977
 * @method $this withLang($value)
1978
 */
1979
class SaveSingleTaskForDeletingDSRecord extends Rpc
1980
{
1981
}
1982
1983
/**
1984
 * @method string getDomainName()
1985
 * @method $this withDomainName($value)
1986
 * @method string getUserClientIp()
1987
 * @method $this withUserClientIp($value)
1988
 * @method string getLang()
1989
 * @method $this withLang($value)
1990
 */
1991
class SaveSingleTaskForDisassociatingEns extends Rpc
1992
{
1993
}
1994
1995
/**
1996
 * @method string getDomainName()
1997
 * @method $this withDomainName($value)
1998
 * @method string getUserClientIp()
1999
 * @method $this withUserClientIp($value)
2000
 * @method string getLang()
2001
 * @method $this withLang($value)
2002
 * @method string getStatus()
2003
 * @method $this withStatus($value)
2004
 */
2005
class SaveSingleTaskForDomainNameProxyService extends Rpc
2006
{
2007
}
2008
2009
/**
2010
 * @method array getIp()
2011
 * @method string getInstanceId()
2012
 * @method $this withInstanceId($value)
2013
 * @method string getDnsName()
2014
 * @method $this withDnsName($value)
2015
 * @method string getUserClientIp()
2016
 * @method $this withUserClientIp($value)
2017
 * @method string getLang()
2018
 * @method $this withLang($value)
2019
 */
2020
class SaveSingleTaskForModifyingDnsHost extends Rpc
2021
{
2022
2023
    /**
2024
     * @param array $ip
2025
     *
2026
     * @return $this
2027
     */
2028
	public function withIp(array $ip)
2029
	{
2030
	    $this->data['Ip'] = $ip;
2031
		foreach ($ip as $i => $iValue) {
2032
			$this->options['query']['Ip.' . ($i + 1)] = $iValue;
2033
		}
2034
2035
		return $this;
2036
    }
2037
}
2038
2039
/**
2040
 * @method string getKeyTag()
2041
 * @method $this withKeyTag($value)
2042
 * @method string getDomainName()
2043
 * @method $this withDomainName($value)
2044
 * @method string getUserClientIp()
2045
 * @method $this withUserClientIp($value)
2046
 * @method string getDigestType()
2047
 * @method $this withDigestType($value)
2048
 * @method string getDigest()
2049
 * @method $this withDigest($value)
2050
 * @method string getLang()
2051
 * @method $this withLang($value)
2052
 * @method string getAlgorithm()
2053
 * @method $this withAlgorithm($value)
2054
 */
2055
class SaveSingleTaskForModifyingDSRecord extends Rpc
2056
{
2057
}
2058
2059
/**
2060
 * @method string getDomainName()
2061
 * @method $this withDomainName($value)
2062
 * @method string getUserClientIp()
2063
 * @method $this withUserClientIp($value)
2064
 * @method string getLang()
2065
 * @method $this withLang($value)
2066
 */
2067
class SaveSingleTaskForQueryingTransferAuthorizationCode extends Rpc
2068
{
2069
}
2070
2071
/**
2072
 * @method string getSubject()
2073
 * @method $this withSubject($value)
2074
 * @method string getTitle()
2075
 * @method $this withTitle($value)
2076
 * @method string getDateOrPeriod()
2077
 * @method $this withDateOrPeriod($value)
2078
 * @method string getReference()
2079
 * @method $this withReference($value)
2080
 * @method string getFeatures()
2081
 * @method $this withFeatures($value)
2082
 * @method string getInscriptionsAndMarkings()
2083
 * @method $this withInscriptionsAndMarkings($value)
2084
 * @method string getObjectType()
2085
 * @method $this withObjectType($value)
2086
 * @method string getLang()
2087
 * @method $this withLang($value)
2088
 * @method string getDomainName()
2089
 * @method $this withDomainName($value)
2090
 * @method string getMaker()
2091
 * @method $this withMaker($value)
2092
 * @method string getMaterialsAndTechniques()
2093
 * @method $this withMaterialsAndTechniques($value)
2094
 * @method string getDimensions()
2095
 * @method $this withDimensions($value)
2096
 */
2097
class SaveSingleTaskForSaveArtExtension extends Rpc
2098
{
2099
}
2100
2101
/**
2102
 * @method string getInstanceId()
2103
 * @method $this withInstanceId($value)
2104
 * @method string getUserClientIp()
2105
 * @method $this withUserClientIp($value)
2106
 * @method string getLang()
2107
 * @method $this withLang($value)
2108
 */
2109
class SaveSingleTaskForSynchronizingDnsHost extends Rpc
2110
{
2111
}
2112
2113
/**
2114
 * @method string getDomainName()
2115
 * @method $this withDomainName($value)
2116
 * @method string getUserClientIp()
2117
 * @method $this withUserClientIp($value)
2118
 * @method string getLang()
2119
 * @method $this withLang($value)
2120
 */
2121
class SaveSingleTaskForSynchronizingDSRecord extends Rpc
2122
{
2123
}
2124
2125
/**
2126
 * @method string getDomainName()
2127
 * @method $this withDomainName($value)
2128
 * @method string getUserClientIp()
2129
 * @method $this withUserClientIp($value)
2130
 * @method string getLang()
2131
 * @method $this withLang($value)
2132
 * @method string getStatus()
2133
 * @method $this withStatus($value)
2134
 */
2135
class SaveSingleTaskForTransferProhibitionLock extends Rpc
2136
{
2137
}
2138
2139
/**
2140
 * @method string getDomainName()
2141
 * @method $this withDomainName($value)
2142
 * @method string getUserClientIp()
2143
 * @method $this withUserClientIp($value)
2144
 * @method string getLang()
2145
 * @method $this withLang($value)
2146
 * @method string getStatus()
2147
 * @method $this withStatus($value)
2148
 */
2149
class SaveSingleTaskForUpdateProhibitionLock extends Rpc
2150
{
2151
}
2152
2153
/**
2154
 * @method string getContactType()
2155
 * @method $this withContactType($value)
2156
 * @method string getDomainName()
2157
 * @method $this withDomainName($value)
2158
 * @method string getRegistrantProfileId()
2159
 * @method $this withRegistrantProfileId($value)
2160
 * @method string getAddTransferLock()
2161
 * @method $this withAddTransferLock($value)
2162
 * @method string getInstanceId()
2163
 * @method $this withInstanceId($value)
2164
 * @method string getUserClientIp()
2165
 * @method $this withUserClientIp($value)
2166
 * @method string getLang()
2167
 * @method $this withLang($value)
2168
 */
2169
class SaveSingleTaskForUpdatingContactInfo extends Rpc
2170
{
2171
}
2172
2173
/**
2174
 * @method string getInstanceId()
2175
 * @method $this withInstanceId($value)
2176
 * @method string getUserClientIp()
2177
 * @method $this withUserClientIp($value)
2178
 * @method string getLang()
2179
 * @method $this withLang($value)
2180
 */
2181
class SaveTaskForSubmittingDomainDelete extends Rpc
2182
{
2183
}
2184
2185
/**
2186
 * @method string getIdentityCredentialType()
2187
 * @method $this withIdentityCredentialType($value)
2188
 * @method string getIdentityCredential()
2189
 * @method array getDomainName()
2190
 * @method string getUserClientIp()
2191
 * @method $this withUserClientIp($value)
2192
 * @method string getLang()
2193
 * @method $this withLang($value)
2194
 * @method string getIdentityCredentialNo()
2195
 * @method $this withIdentityCredentialNo($value)
2196
 */
2197
class SaveTaskForSubmittingDomainRealNameVerificationByIdentityCredential extends Rpc
2198
{
2199
2200
    /**
2201
     * @param string $value
2202
     *
2203
     * @return $this
2204
     */
2205
    public function withIdentityCredential($value)
2206
    {
2207
        $this->data['IdentityCredential'] = $value;
2208
        $this->options['form_params']['IdentityCredential'] = $value;
2209
2210
        return $this;
2211
    }
2212
2213
    /**
2214
     * @param array $domainName
2215
     *
2216
     * @return $this
2217
     */
2218
	public function withDomainName(array $domainName)
2219
	{
2220
	    $this->data['DomainName'] = $domainName;
2221
		foreach ($domainName as $i => $iValue) {
2222
			$this->options['query']['DomainName.' . ($i + 1)] = $iValue;
2223
		}
2224
2225
		return $this;
2226
    }
2227
}
2228
2229
/**
2230
 * @method string getDomainName()
2231
 * @method $this withDomainName($value)
2232
 * @method string getRegistrantProfileId()
2233
 * @method $this withRegistrantProfileId($value)
2234
 * @method string getInstanceId()
2235
 * @method $this withInstanceId($value)
2236
 * @method string getUserClientIp()
2237
 * @method $this withUserClientIp($value)
2238
 * @method string getLang()
2239
 * @method $this withLang($value)
2240
 */
2241
class SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileID extends Rpc
2242
{
2243
}
2244
2245
/**
2246
 * @method string getCountry()
2247
 * @method $this withCountry($value)
2248
 * @method string getIdentityCredentialType()
2249
 * @method $this withIdentityCredentialType($value)
2250
 * @method string getCity()
2251
 * @method $this withCity($value)
2252
 * @method string getIdentityCredential()
2253
 * @method string getTransferOutProhibited()
2254
 * @method $this withTransferOutProhibited($value)
2255
 * @method string getZhCity()
2256
 * @method $this withZhCity($value)
2257
 * @method string getTelExt()
2258
 * @method $this withTelExt($value)
2259
 * @method string getProvince()
2260
 * @method $this withProvince($value)
2261
 * @method string getZhRegistrantName()
2262
 * @method $this withZhRegistrantName($value)
2263
 * @method string getPostalCode()
2264
 * @method $this withPostalCode($value)
2265
 * @method string getLang()
2266
 * @method $this withLang($value)
2267
 * @method string getEmail()
2268
 * @method $this withEmail($value)
2269
 * @method string getZhRegistrantOrganization()
2270
 * @method $this withZhRegistrantOrganization($value)
2271
 * @method string getAddress()
2272
 * @method $this withAddress($value)
2273
 * @method string getTelArea()
2274
 * @method $this withTelArea($value)
2275
 * @method string getZhAddress()
2276
 * @method $this withZhAddress($value)
2277
 * @method string getRegistrantType()
2278
 * @method $this withRegistrantType($value)
2279
 * @method array getDomainName()
2280
 * @method string getTelephone()
2281
 * @method $this withTelephone($value)
2282
 * @method string getZhProvince()
2283
 * @method $this withZhProvince($value)
2284
 * @method string getRegistrantOrganization()
2285
 * @method $this withRegistrantOrganization($value)
2286
 * @method string getUserClientIp()
2287
 * @method $this withUserClientIp($value)
2288
 * @method string getIdentityCredentialNo()
2289
 * @method $this withIdentityCredentialNo($value)
2290
 * @method string getRegistrantName()
2291
 * @method $this withRegistrantName($value)
2292
 */
2293
class SaveTaskForUpdatingRegistrantInfoByIdentityCredential extends Rpc
2294
{
2295
2296
    /**
2297
     * @param string $value
2298
     *
2299
     * @return $this
2300
     */
2301
    public function withIdentityCredential($value)
2302
    {
2303
        $this->data['IdentityCredential'] = $value;
2304
        $this->options['form_params']['IdentityCredential'] = $value;
2305
2306
        return $this;
2307
    }
2308
2309
    /**
2310
     * @param array $domainName
2311
     *
2312
     * @return $this
2313
     */
2314
	public function withDomainName(array $domainName)
2315
	{
2316
	    $this->data['DomainName'] = $domainName;
2317
		foreach ($domainName as $i => $iValue) {
2318
			$this->options['query']['DomainName.' . ($i + 1)] = $iValue;
2319
		}
2320
2321
		return $this;
2322
    }
2323
}
2324
2325
/**
2326
 * @method string getRegistrantProfileId()
2327
 * @method $this withRegistrantProfileId($value)
2328
 * @method array getDomainName()
2329
 * @method string getTransferOutProhibited()
2330
 * @method $this withTransferOutProhibited($value)
2331
 * @method string getUserClientIp()
2332
 * @method $this withUserClientIp($value)
2333
 * @method string getLang()
2334
 * @method $this withLang($value)
2335
 */
2336
class SaveTaskForUpdatingRegistrantInfoByRegistrantProfileID extends Rpc
2337
{
2338
2339
    /**
2340
     * @param array $domainName
2341
     *
2342
     * @return $this
2343
     */
2344
	public function withDomainName(array $domainName)
2345
	{
2346
	    $this->data['DomainName'] = $domainName;
2347
		foreach ($domainName as $i => $iValue) {
2348
			$this->options['query']['DomainName.' . ($i + 1)] = $iValue;
2349
		}
2350
2351
		return $this;
2352
    }
2353
}
2354
2355
/**
2356
 * @method string getProductDomainType()
2357
 * @method $this withProductDomainType($value)
2358
 * @method string getExcluded()
2359
 * @method $this withExcluded($value)
2360
 * @method string getStartLength()
2361
 * @method $this withStartLength($value)
2362
 * @method string getExcludedSuffix()
2363
 * @method $this withExcludedSuffix($value)
2364
 * @method string getPageSize()
2365
 * @method $this withPageSize($value)
2366
 * @method string getLang()
2367
 * @method $this withLang($value)
2368
 * @method string getExcludedPrefix()
2369
 * @method $this withExcludedPrefix($value)
2370
 * @method string getKeyWord()
2371
 * @method $this withKeyWord($value)
2372
 * @method string getEndExpirationDate()
2373
 * @method $this withEndExpirationDate($value)
2374
 * @method string getSuffixs()
2375
 * @method $this withSuffixs($value)
2376
 * @method string getStartExpirationDate()
2377
 * @method $this withStartExpirationDate($value)
2378
 * @method string getDomainStatus()
2379
 * @method $this withDomainStatus($value)
2380
 * @method string getDomainGroupId()
2381
 * @method $this withDomainGroupId($value)
2382
 * @method string getKeyWordSuffix()
2383
 * @method $this withKeyWordSuffix($value)
2384
 * @method string getScrollId()
2385
 * @method $this withScrollId($value)
2386
 * @method string getKeyWordPrefix()
2387
 * @method $this withKeyWordPrefix($value)
2388
 * @method string getTradeType()
2389
 * @method $this withTradeType($value)
2390
 * @method string getEndRegistrationDate()
2391
 * @method $this withEndRegistrationDate($value)
2392
 * @method string getForm()
2393
 * @method $this withForm($value)
2394
 * @method string getUserClientIp()
2395
 * @method $this withUserClientIp($value)
2396
 * @method string getStartRegistrationDate()
2397
 * @method $this withStartRegistrationDate($value)
2398
 * @method string getEndLength()
2399
 * @method $this withEndLength($value)
2400
 */
2401
class ScrollDomainList extends Rpc
2402
{
2403
}
2404
2405
/**
2406
 * @method string getRegistrantProfileId()
2407
 * @method $this withRegistrantProfileId($value)
2408
 * @method string getUserClientIp()
2409
 * @method $this withUserClientIp($value)
2410
 */
2411
class SetDefaultRegistrantProfile extends Rpc
2412
{
2413
}
2414
2415
/**
2416
 * @method string getSendIfExist()
2417
 * @method $this withSendIfExist($value)
2418
 * @method string getUserClientIp()
2419
 * @method $this withUserClientIp($value)
2420
 * @method string getLang()
2421
 * @method $this withLang($value)
2422
 * @method string getEmail()
2423
 * @method $this withEmail($value)
2424
 */
2425
class SubmitEmailVerification extends Rpc
2426
{
2427
}
2428
2429
/**
2430
 * @method string getDomainName()
2431
 * @method $this withDomainName($value)
2432
 * @method string getAuditInfo()
2433
 * @method $this withAuditInfo($value)
2434
 * @method string getAuditType()
2435
 * @method $this withAuditType($value)
2436
 * @method string getId()
2437
 * @method $this withId($value)
2438
 * @method string getLang()
2439
 * @method $this withLang($value)
2440
 */
2441
class SubmitOperationAuditInfo extends Rpc
2442
{
2443
}
2444
2445
/**
2446
 * @method string getCredentials()
2447
 * @method $this withCredentials($value)
2448
 * @method string getAuditRecordId()
2449
 * @method $this withAuditRecordId($value)
2450
 * @method string getRegType()
2451
 * @method $this withRegType($value)
2452
 * @method string getAuditType()
2453
 * @method $this withAuditType($value)
2454
 * @method string getLang()
2455
 * @method $this withLang($value)
2456
 */
2457
class SubmitOperationCredentials extends Rpc
2458
{
2459
}
2460
2461
/**
2462
 * @method string getToken()
2463
 * @method $this withToken($value)
2464
 * @method string getUserClientIp()
2465
 * @method $this withUserClientIp($value)
2466
 * @method string getLang()
2467
 * @method $this withLang($value)
2468
 */
2469
class TransferInCheckMailToken extends Rpc
2470
{
2471
}
2472
2473
/**
2474
 * @method string getDomainName()
2475
 * @method $this withDomainName($value)
2476
 * @method string getTransferAuthorizationCode()
2477
 * @method $this withTransferAuthorizationCode($value)
2478
 * @method string getUserClientIp()
2479
 * @method $this withUserClientIp($value)
2480
 * @method string getLang()
2481
 * @method $this withLang($value)
2482
 */
2483
class TransferInReenterTransferAuthorizationCode extends Rpc
2484
{
2485
}
2486
2487
/**
2488
 * @method string getDomainName()
2489
 * @method $this withDomainName($value)
2490
 * @method string getUserClientIp()
2491
 * @method $this withUserClientIp($value)
2492
 * @method string getLang()
2493
 * @method $this withLang($value)
2494
 */
2495
class TransferInRefetchWhoisEmail extends Rpc
2496
{
2497
}
2498
2499
/**
2500
 * @method string getDomainName()
2501
 * @method $this withDomainName($value)
2502
 * @method string getUserClientIp()
2503
 * @method $this withUserClientIp($value)
2504
 * @method string getLang()
2505
 * @method $this withLang($value)
2506
 */
2507
class TransferInResendMailToken extends Rpc
2508
{
2509
}
2510
2511
/**
2512
 * @method string getFileToUpload()
2513
 * @method array getDomainName()
2514
 * @method string getReplace()
2515
 * @method $this withReplace($value)
2516
 * @method string getDomainGroupId()
2517
 * @method $this withDomainGroupId($value)
2518
 * @method string getDataSource()
2519
 * @method $this withDataSource($value)
2520
 * @method string getUserClientIp()
2521
 * @method $this withUserClientIp($value)
2522
 * @method string getLang()
2523
 * @method $this withLang($value)
2524
 */
2525
class UpdateDomainToDomainGroup extends Rpc
2526
{
2527
2528
    /**
2529
     * @param string $value
2530
     *
2531
     * @return $this
2532
     */
2533
    public function withFileToUpload($value)
2534
    {
2535
        $this->data['FileToUpload'] = $value;
2536
        $this->options['form_params']['FileToUpload'] = $value;
2537
2538
        return $this;
2539
    }
2540
2541
    /**
2542
     * @param array $domainName
2543
     *
2544
     * @return $this
2545
     */
2546
	public function withDomainName(array $domainName)
2547
	{
2548
	    $this->data['DomainName'] = $domainName;
2549
		foreach ($domainName as $i => $iValue) {
2550
			$this->options['query']['DomainName.' . ($i + 1)] = $iValue;
2551
		}
2552
2553
		return $this;
2554
    }
2555
}
2556
2557
/**
2558
 * @method string getCountry()
2559
 * @method $this withCountry($value)
2560
 * @method string getCity()
2561
 * @method $this withCity($value)
2562
 * @method string getZhCity()
2563
 * @method $this withZhCity($value)
2564
 * @method string getTelExt()
2565
 * @method $this withTelExt($value)
2566
 * @method string getProvince()
2567
 * @method $this withProvince($value)
2568
 * @method string getZhRegistrantName()
2569
 * @method $this withZhRegistrantName($value)
2570
 * @method string getPostalCode()
2571
 * @method $this withPostalCode($value)
2572
 * @method string getLang()
2573
 * @method $this withLang($value)
2574
 * @method string getEmail()
2575
 * @method $this withEmail($value)
2576
 * @method string getZhRegistrantOrganization()
2577
 * @method $this withZhRegistrantOrganization($value)
2578
 * @method string getAddress()
2579
 * @method $this withAddress($value)
2580
 * @method string getTelArea()
2581
 * @method $this withTelArea($value)
2582
 * @method string getZhAddress()
2583
 * @method $this withZhAddress($value)
2584
 * @method string getRegistrantType()
2585
 * @method $this withRegistrantType($value)
2586
 * @method string getDomainName()
2587
 * @method $this withDomainName($value)
2588
 * @method string getTelephone()
2589
 * @method $this withTelephone($value)
2590
 * @method string getZhProvince()
2591
 * @method $this withZhProvince($value)
2592
 * @method string getRegistrantOrganization()
2593
 * @method $this withRegistrantOrganization($value)
2594
 * @method string getUserClientIp()
2595
 * @method $this withUserClientIp($value)
2596
 * @method string getRegistrantName()
2597
 * @method $this withRegistrantName($value)
2598
 */
2599
class VerifyContactField extends Rpc
2600
{
2601
}
2602
2603
/**
2604
 * @method string getToken()
2605
 * @method $this withToken($value)
2606
 * @method string getUserClientIp()
2607
 * @method $this withUserClientIp($value)
2608
 * @method string getLang()
2609
 * @method $this withLang($value)
2610
 */
2611
class VerifyEmail extends Rpc
2612
{
2613
}
2614