public class CustomDnsHost extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CustomDnsHost() | 
| CustomDnsHost(CustomDnsHost 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[] | getIpSet()Get IP地址列表 | 
| void | setDnsName(String DnsName)Set DNS名称 | 
| 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, toJsonStringpublic CustomDnsHost()
public CustomDnsHost(CustomDnsHost source)
public String getDnsName()
public void setDnsName(String DnsName)
DnsName - DNS名称public String[] getIpSet()
public void setIpSet(String[] IpSet)
IpSet - IP地址列表Copyright © 2025. All rights reserved.