Interface NameValuePair

    • Method Detail

      • getName

        java.lang.String getName()
        Gets the name of this pair.
        Returns:
        the name of this pair, never null.
      • getValue

        java.lang.String getValue()
        Gets the value of this pair.
        Returns:
        the value of this pair, may be null.