Class URIParam

    • Constructor Detail

      • URIParam

        public URIParam​(String key,
                        Object value)
        Creates a new Object from Key and Value
        Parameters:
        key - A String with the Param Name.
        value - An Object with the Value.
    • Method Detail

      • getKey

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

        public Object getValue()
        Returns the value.
        Returns:
        The value of this object.
      • hashCode

        public int hashCode()
        Calculate hash code based on field values
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Calculate equality based on field values
        Overrides:
        equals in class Object