public class ModifyGlobalDomainDnsRequest extends AbstractModel
Constructor and Description |
---|
ModifyGlobalDomainDnsRequest() |
ModifyGlobalDomainDnsRequest(ModifyGlobalDomainDnsRequest 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 |
---|---|
Long |
getDnsRecordId()
Get 解析记录ID
|
String |
getDomainId()
Get 域名ID
|
String[] |
getNationCountryInnerCodes()
Get 国家ID列表
|
String[] |
getProxyIdList()
Get 通道ID列表
|
void |
setDnsRecordId(Long DnsRecordId)
Set 解析记录ID
|
void |
setDomainId(String DomainId)
Set 域名ID
|
void |
setNationCountryInnerCodes(String[] NationCountryInnerCodes)
Set 国家ID列表
|
void |
setProxyIdList(String[] ProxyIdList)
Set 通道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 ModifyGlobalDomainDnsRequest()
public ModifyGlobalDomainDnsRequest(ModifyGlobalDomainDnsRequest source)
public Long getDnsRecordId()
public void setDnsRecordId(Long DnsRecordId)
DnsRecordId
- 解析记录IDpublic String getDomainId()
public void setDomainId(String DomainId)
DomainId
- 域名IDpublic String[] getNationCountryInnerCodes()
public void setNationCountryInnerCodes(String[] NationCountryInnerCodes)
NationCountryInnerCodes
- 国家ID列表public String[] getProxyIdList()
public void setProxyIdList(String[] ProxyIdList)
ProxyIdList
- 通道ID列表Copyright © 2022. All rights reserved.