Class DebugNameValuePair


  • public class DebugNameValuePair
    extends Object
    • Constructor Detail

      • DebugNameValuePair

        public DebugNameValuePair​(String aName,
                                  Object aValue)
        Creates a new NameValuePair_impl with the specified name and value.
        Parameters:
        aName - a name
        aValue - a value
    • Method Detail

      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • setName

        public void setName​(String aName)
        Sets the name.
        Parameters:
        aName - a name
      • getValue

        public Object getValue()
        Gets the value.
        Returns:
        the value
      • setValue

        public void setValue​(Object aValue)
        Sets the value.
        Parameters:
        aValue - a value