Class Parameter


  • public class Parameter
    extends java.lang.Object
    A parameter for the HttpClient.
    • Constructor Summary

      Constructors 
      Constructor Description
      Parameter​(java.lang.String name, java.lang.String value)
      Construct a parameter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Get the name of the field.
      java.lang.String getValue()
      Get the value of the field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Parameter

        public Parameter​(java.lang.String name,
                         java.lang.String value)
        Construct a parameter.
        Parameters:
        name - Name of the field.
        value - Value of the field.
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the name of the field.
      • getValue

        public java.lang.String getValue()
        Get the value of the field.