public class BatchModifyIntlDomainInfoRequest extends AbstractModel
Constructor and Description |
---|
BatchModifyIntlDomainInfoRequest() |
BatchModifyIntlDomainInfoRequest(BatchModifyIntlDomainInfoRequest 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 |
---|---|
String[] |
getDomains()
Get The domains whose information is to be modified.
|
Boolean |
getLockTransfer()
Get Whether to enable the 60-day inter-registrar transfer lock.
|
String |
getTemplateId()
Get The profile ID.
|
void |
setDomains(String[] Domains)
Set The domains whose information is to be modified.
|
void |
setLockTransfer(Boolean LockTransfer)
Set Whether to enable the 60-day inter-registrar transfer lock.
|
void |
setTemplateId(String TemplateId)
Set The profile ID.
|
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 BatchModifyIntlDomainInfoRequest()
public BatchModifyIntlDomainInfoRequest(BatchModifyIntlDomainInfoRequest source)
public String[] getDomains()
public void setDomains(String[] Domains)
Domains
- The domains whose information is to be modified.public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- The profile ID.public Boolean getLockTransfer()
public void setLockTransfer(Boolean LockTransfer)
LockTransfer
- Whether to enable the 60-day inter-registrar transfer lock.Copyright © 2023. All rights reserved.