public class HostAlias extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
HostAlias()  | 
HostAlias(HostAlias 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[] | 
getHostNames()
Get Domain list to be bound. 
 | 
String | 
getIP()
Get IP address to be bound. 
 | 
void | 
setHostNames(String[] HostNames)
Set Domain list to be bound. 
 | 
void | 
setIP(String IP)
Set IP address to be bound. 
 | 
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 HostAlias()
public HostAlias(HostAlias source)
public String[] getHostNames()
public void setHostNames(String[] HostNames)
HostNames - Domain list to be bound.
Note: This field may return null, indicating that no valid value is found.public String getIP()
public void setIP(String IP)
IP - IP address to be bound.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.