public class TransferInIntlDomainBatchRequest extends AbstractModel
Constructor and Description |
---|
TransferInIntlDomainBatchRequest() |
TransferInIntlDomainBatchRequest(TransferInIntlDomainBatchRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutoRenewFlag()
Get Whether to enable auto-renewal.
|
String[] |
getDomains()
Get The domains to be bulk transferred in.
|
Boolean |
getLockTransfer()
Get Whether to enable the 60-day inter-registrar transfer lock.
|
String[] |
getPassWords()
Get The transfer passwords for the domains.
|
Long |
getPayMode()
Get The payment method.
|
String |
getTemplateId()
Get The profile ID.
|
Boolean |
getTransferProhibition()
Get Whether to enable the transfer prohibition lock.
|
Boolean |
getUpdateProhibition()
Get Whether to enable the update prohibition lock.
|
void |
setAutoRenewFlag(Boolean AutoRenewFlag)
Set Whether to enable auto-renewal.
|
void |
setDomains(String[] Domains)
Set The domains to be bulk transferred in.
|
void |
setLockTransfer(Boolean LockTransfer)
Set Whether to enable the 60-day inter-registrar transfer lock.
|
void |
setPassWords(String[] PassWords)
Set The transfer passwords for the domains.
|
void |
setPayMode(Long PayMode)
Set The payment method.
|
void |
setTemplateId(String TemplateId)
Set The profile ID.
|
void |
setTransferProhibition(Boolean TransferProhibition)
Set Whether to enable the transfer prohibition lock.
|
void |
setUpdateProhibition(Boolean UpdateProhibition)
Set Whether to enable the update prohibition lock.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TransferInIntlDomainBatchRequest()
public TransferInIntlDomainBatchRequest(TransferInIntlDomainBatchRequest source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- The profile ID.public String[] getPassWords()
public void setPassWords(String[] PassWords)
PassWords
- The transfer passwords for the domains.public String[] getDomains()
public void setDomains(String[] Domains)
Domains
- The domains to be bulk transferred in.public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- The payment method. Valid value: `1` (account balance).public Boolean getAutoRenewFlag()
public void setAutoRenewFlag(Boolean AutoRenewFlag)
AutoRenewFlag
- Whether to enable auto-renewal.public Boolean getTransferProhibition()
public void setTransferProhibition(Boolean TransferProhibition)
TransferProhibition
- Whether to enable the transfer prohibition lock.public Boolean getUpdateProhibition()
public void setUpdateProhibition(Boolean UpdateProhibition)
UpdateProhibition
- Whether to enable the update prohibition lock.public Boolean getLockTransfer()
public void setLockTransfer(Boolean LockTransfer)
LockTransfer
- Whether to enable the 60-day inter-registrar transfer lock.Copyright © 2023. All rights reserved.