Class HTTPHeader

    • Constructor Detail

      • HTTPHeader

        public HTTPHeader()
        No args constructor for use in serialization
      • HTTPHeader

        public HTTPHeader​(String name,
                          String value)
    • Method Detail

      • getName

        public String getName()
        The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
      • setName

        public void setName​(String name)
        The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
      • getValue

        public String getValue()
        The header field value
      • setValue

        public void setValue​(String value)
        The header field value
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)