public class ModifyIntlCustomDnsHostRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyIntlCustomDnsHostRequest() |
ModifyIntlCustomDnsHostRequest(ModifyIntlCustomDnsHostRequest 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 Host
|
String |
getDomainId()
Get 域名ID
|
String[] |
getIpSet()
Get IP地址
|
void |
setDnsName(String DnsName)
Set DNS Host
|
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 ModifyIntlCustomDnsHostRequest()
public ModifyIntlCustomDnsHostRequest(ModifyIntlCustomDnsHostRequest source)
public String getDomainId()
public void setDomainId(String DomainId)
DomainId
- 域名IDpublic String getDnsName()
public void setDnsName(String DnsName)
DnsName
- DNS Hostpublic String[] getIpSet()
public void setIpSet(String[] IpSet)
IpSet
- IP地址Copyright © 2024. All rights reserved.