public class HostHeaderParameters extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HostHeaderParameters() | 
| HostHeaderParameters(HostHeaderParameters 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 Action to be executed. | 
| String | getServerName()Get Host header rewrite requires a complete domain name. note: this field is required when switch is on; when switch is off, this field is not required and any value will be ignored. | 
| void | setAction(String Action)Set Action to be executed. | 
| void | setServerName(String ServerName)Set Host header rewrite requires a complete domain name. note: this field is required when switch is on; when switch is off, this field is not required and any value will be ignored. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HostHeaderParameters()
public HostHeaderParameters(HostHeaderParameters source)
public String getAction()
public void setAction(String Action)
Action - Action to be executed. values:.
public String getServerName()
public void setServerName(String ServerName)
ServerName - Host header rewrite requires a complete domain name.Copyright © 2025. All rights reserved.