类 HttpHeader


  • public class HttpHeader
    extends JsonObject
    create by changxing01 on 19/8/28
    • 构造器详细资料

      • HttpHeader

        public HttpHeader()
    • 方法详细资料

      • 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