Class ModifyDomainOwnerBatchRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.domain.v20180808.models.ModifyDomainOwnerBatchRequest
-
public class ModifyDomainOwnerBatchRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDomainOwnerBatchRequest()ModifyDomainOwnerBatchRequest(ModifyDomainOwnerBatchRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getDomains()Get 要过户的域名。StringgetNewOwnerAppId()Get 转入账户的appid。StringgetNewOwnerUin()Get 转入账户的uin。BooleangetTransferDns()Get 是否同时转移对应的 DNS 解析域名,默认falsevoidsetDomains(String[] Domains)Set 要过户的域名。voidsetNewOwnerAppId(String NewOwnerAppId)Set 转入账户的appid。voidsetNewOwnerUin(String NewOwnerUin)Set 转入账户的uin。voidsetTransferDns(Boolean TransferDns)Set 是否同时转移对应的 DNS 解析域名,默认falsevoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyDomainOwnerBatchRequest
public ModifyDomainOwnerBatchRequest()
-
ModifyDomainOwnerBatchRequest
public ModifyDomainOwnerBatchRequest(ModifyDomainOwnerBatchRequest 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.
-
-
Method Detail
-
getDomains
public String[] getDomains()
Get 要过户的域名。- Returns:
- Domains 要过户的域名。
-
setDomains
public void setDomains(String[] Domains)
Set 要过户的域名。- Parameters:
Domains- 要过户的域名。
-
getNewOwnerUin
public String getNewOwnerUin()
Get 转入账户的uin。- Returns:
- NewOwnerUin 转入账户的uin。
-
setNewOwnerUin
public void setNewOwnerUin(String NewOwnerUin)
Set 转入账户的uin。- Parameters:
NewOwnerUin- 转入账户的uin。
-
getTransferDns
public Boolean getTransferDns()
Get 是否同时转移对应的 DNS 解析域名,默认false- Returns:
- TransferDns 是否同时转移对应的 DNS 解析域名,默认false
-
setTransferDns
public void setTransferDns(Boolean TransferDns)
Set 是否同时转移对应的 DNS 解析域名,默认false- Parameters:
TransferDns- 是否同时转移对应的 DNS 解析域名,默认false
-
getNewOwnerAppId
public String getNewOwnerAppId()
Get 转入账户的appid。- Returns:
- NewOwnerAppId 转入账户的appid。
-
setNewOwnerAppId
public void setNewOwnerAppId(String NewOwnerAppId)
Set 转入账户的appid。- Parameters:
NewOwnerAppId- 转入账户的appid。
-
-