public class HostName extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HostName() | 
| HostName(HostName 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 | getAction()Get Target hostname configuration, valid values are:. | 
| String | getValue()Get Custom value for target hostname, maximum length is 1024. note: when action is custom, this field is required; when action is follow, this field is not effective. | 
| void | setAction(String Action)Set Target hostname configuration, valid values are:. | 
| void | setValue(String Value)Set Custom value for target hostname, maximum length is 1024. note: when action is custom, this field is required; when action is follow, this field is not effective. | 
| 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 HostName()
public HostName(HostName source)
public String getAction()
public void setAction(String Action)
Action - Target hostname configuration, valid values are:.
public String getValue()
public void setValue(String Value)
Value - Custom value for target hostname, maximum length is 1024.Copyright © 2025. All rights reserved.