public class CreateIntlDomainBatchRequest extends AbstractModel
Constructor and Description |
---|
CreateIntlDomainBatchRequest() |
CreateIntlDomainBatchRequest(CreateIntlDomainBatchRequest 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[] |
getCustomDns()
Get The custom DNS servers
|
String[] |
getDomains()
Get The domains (maximum 4,000) to purchase.
|
Long |
getPayMode()
Get The payment method.
|
Long |
getPeriod()
Get The purchase period (years) of the domain.
|
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 |
setCustomDns(String[] CustomDns)
Set The custom DNS servers
|
void |
setDomains(String[] Domains)
Set The domains (maximum 4,000) to purchase.
|
void |
setPayMode(Long PayMode)
Set The payment method.
|
void |
setPeriod(Long Period)
Set The purchase period (years) of the domain.
|
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 CreateIntlDomainBatchRequest()
public CreateIntlDomainBatchRequest(CreateIntlDomainBatchRequest source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- The profile ID.public Long getPeriod()
public void setPeriod(Long Period)
Period
- The purchase period (years) of the domain. Value range: [1-10]public String[] getDomains()
public void setDomains(String[] Domains)
Domains
- The domains (maximum 4,000) to purchase.public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- The payment method. Valid values: `0` (online payment), `1` (account balance), `2` (package), `3` (offline settlement).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 String[] getCustomDns()
public void setCustomDns(String[] CustomDns)
CustomDns
- The custom DNS serversCopyright © 2023. All rights reserved.