Class HttpHeaderParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.HttpHeaderParam
-
public class HttpHeaderParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description HttpHeaderParam()HttpHeaderParam(HttpHeaderParam 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHeaderName()Get HTTP头名StringgetHeaderValue()Get HTTP头值voidsetHeaderName(String HeaderName)Set HTTP头名voidsetHeaderValue(String HeaderValue)Set HTTP头值voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
HttpHeaderParam
public HttpHeaderParam()
-
HttpHeaderParam
public HttpHeaderParam(HttpHeaderParam 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.
-
-
Method Detail
-
getHeaderName
public String getHeaderName()
Get HTTP头名- Returns:
- HeaderName HTTP头名
-
setHeaderName
public void setHeaderName(String HeaderName)
Set HTTP头名- Parameters:
HeaderName- HTTP头名
-
getHeaderValue
public String getHeaderValue()
Get HTTP头值- Returns:
- HeaderValue HTTP头值
-
setHeaderValue
public void setHeaderValue(String HeaderValue)
Set HTTP头值- Parameters:
HeaderValue- HTTP头值
-
-