public class ModifyCustomDnsHostRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyCustomDnsHostRequest() |
ModifyCustomDnsHostRequest(ModifyCustomDnsHostRequest 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 |
getDnsName()
Get DNS名称
|
String |
getDomainId()
Get 域名实例ID
|
String[] |
getIpSet()
Get IP地址列表
|
void |
setDnsName(String DnsName)
Set DNS名称
|
void |
setDomainId(String DomainId)
Set 域名实例ID
|
void |
setIpSet(String[] IpSet)
Set IP地址列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyCustomDnsHostRequest()
public ModifyCustomDnsHostRequest(ModifyCustomDnsHostRequest source)
public String getDomainId()
public void setDomainId(String DomainId)
DomainId
- 域名实例IDpublic String getDnsName()
public void setDnsName(String DnsName)
DnsName
- DNS名称public String[] getIpSet()
public void setIpSet(String[] IpSet)
IpSet
- IP地址列表Copyright © 2024. All rights reserved.