类 HttpHeader
- java.lang.Object
-
- com.baidubce.services.cdn.model.JsonObject
-
- com.baidubce.services.cdn.model.domain.HttpHeader
-
public class HttpHeader extends JsonObject
create by changxing01 on 19/8/28
-
-
构造器概要
构造器 构造器 说明 HttpHeader()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAction()StringgetDescribe()StringgetHeader()StringgetType()StringgetValue()voidsetAction(String action)voidsetDescribe(String describe)voidsetHeader(String header)voidsetType(String type)voidsetValue(String value)HttpHeaderwithAction(String action)HttpHeaderwithDescribe(String describe)HttpHeaderwithHeader(String header)HttpHeaderwithType(String type)HttpHeaderwithValue(String value)-
从类继承的方法 com.baidubce.services.cdn.model.JsonObject
toString
-
-
-
-
方法详细资料
-
getType
public String getType()
- 返回:
- type
-
setType
public void setType(String type)
- 参数:
type- Effective type
-
withType
public HttpHeader withType(String type)
- 参数:
type- Effective type- 返回:
- this object
-
getHeader
public String getHeader()
- 返回:
- header
-
setHeader
public void setHeader(String header)
- 参数:
header- Http header field
-
withHeader
public HttpHeader withHeader(String header)
- 参数:
header- Http header field- 返回:
- this object
-
getValue
public String getValue()
- 返回:
- value
-
setValue
public void setValue(String value)
- 参数:
value- Header value
-
withValue
public HttpHeader withValue(String value)
- 参数:
value- Header value- 返回:
- this object
-
getAction
public String getAction()
- 返回:
- action
-
setAction
public void setAction(String action)
- 参数:
action- remove/add
-
withAction
public HttpHeader withAction(String action)
- 参数:
action- remove/add- 返回:
- this object
-
getDescribe
public String getDescribe()
- 返回:
- describe
-
setDescribe
public void setDescribe(String describe)
- 参数:
describe- description
-
withDescribe
public HttpHeader withDescribe(String describe)
- 参数:
describe- description- 返回:
- this object
-
-