Class HttpParam


  • public class HttpParam
    extends Object
    The Class HttpParam.
    Author:
    michalt
    • Constructor Detail

      • HttpParam

        public HttpParam​(String key)
        Instantiates a new http param.
        Parameters:
        key - the key
    • Method Detail

      • getKey

        public String getKey()
        Gets the key.
        Returns:
        the key
      • getValue

        public List<String> getValue()
        Gets the value.
        Returns:
        the value