public class GlobalDns extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GlobalDns() | 
| GlobalDns(GlobalDns 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 | 
|---|---|
| ProxyAccessInfo[] | getAccessList()Get 域名解析对应的通道接入点信息列表 | 
| CountryAreaMap[] | getCountryAreaList()Get 域名就近接入地域信息列表 | 
| Long | getDnsRecordId()Get 解析记录ID | 
| Long | getStatus()Get 解析状态:1表示运行中,2表示创建中,3表示修改中,4表示删除中 | 
| void | setAccessList(ProxyAccessInfo[] AccessList)Set 域名解析对应的通道接入点信息列表 | 
| void | setCountryAreaList(CountryAreaMap[] CountryAreaList)Set 域名就近接入地域信息列表 | 
| void | setDnsRecordId(Long DnsRecordId)Set 解析记录ID | 
| void | setStatus(Long Status)Set 解析状态:1表示运行中,2表示创建中,3表示修改中,4表示删除中 | 
| 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, toJsonStringpublic GlobalDns()
public GlobalDns(GlobalDns source)
public Long getDnsRecordId()
public void setDnsRecordId(Long DnsRecordId)
DnsRecordId - 解析记录IDpublic CountryAreaMap[] getCountryAreaList()
public void setCountryAreaList(CountryAreaMap[] CountryAreaList)
CountryAreaList - 域名就近接入地域信息列表public ProxyAccessInfo[] getAccessList()
public void setAccessList(ProxyAccessInfo[] AccessList)
AccessList - 域名解析对应的通道接入点信息列表public Long getStatus()
public void setStatus(Long Status)
Status - 解析状态:1表示运行中,2表示创建中,3表示修改中,4表示删除中Copyright © 2025. All rights reserved.