public class CreateGlobalDomainDnsRequest extends AbstractModel
Constructor and Description |
---|
CreateGlobalDomainDnsRequest() |
CreateGlobalDomainDnsRequest(CreateGlobalDomainDnsRequest 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 |
getDomainId()
Get 域名ID
|
String[] |
getNationCountryInnerCodes()
Get 国家ID列表
|
String[] |
getProxyIdList()
Get 通道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 CreateGlobalDomainDnsRequest()
public CreateGlobalDomainDnsRequest(CreateGlobalDomainDnsRequest source)
public String getDomainId()
public void setDomainId(String DomainId)
DomainId
- 域名IDpublic String[] getProxyIdList()
public void setProxyIdList(String[] ProxyIdList)
ProxyIdList
- 通道ID列表public String[] getNationCountryInnerCodes()
public void setNationCountryInnerCodes(String[] NationCountryInnerCodes)
NationCountryInnerCodes
- 国家ID列表Copyright © 2023. All rights reserved.