public class HeaderAction extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HeaderAction() | 
| HeaderAction(HeaderAction 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 HTTP header setting methods. | 
| String | getName()Get HTTP header name. | 
| String | getValue()Get HTTP header value. | 
| void | setAction(String Action)Set HTTP header setting methods. | 
| void | setName(String Name)Set HTTP header name. | 
| void | setValue(String Value)Set HTTP header value. | 
| 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 HeaderAction()
public HeaderAction(HeaderAction source)
public String getAction()
public void setAction(String Action)
Action - HTTP header setting methods. valid values are:.
public String getName()
public void setName(String Name)
Name - HTTP header name.public String getValue()
public void setValue(String Value)
Value - HTTP header value. this parameter is required when the action is set to `set` or `add`; it is optional when the action is set to `del`.Copyright © 2025. All rights reserved.