Class Parameter


  • public class Parameter
    extends Object
    A Parameter object represents a name-value pair used as GET parameter.
    • Constructor Detail

      • Parameter

        public Parameter​(String name,
                         String value)
        Constructs a new Parameter object.
        Parameters:
        name - the name of the parameter
        value - the value of the parameter
    • Method Detail

      • getName

        public String getName()
        Gets the name of the parameter.
        Returns:
        the name of the parameter
      • getValue

        public String getValue()
        Gets the value of the parameter.
        Returns:
        the value of the parameter