Class Param

    • Constructor Detail

      • Param

        public Param()
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Overrides the Object.equals method.
        Overrides:
        equals in class Object
        Parameters:
        obj -
        Returns:
        true if the objects are equal.
      • getName

        public String getName()
        Returns the value of field 'name'.
        Returns:
        the value of field 'Name'.
      • getValue

        public String getValue()
        Returns the value of field 'value'.
        Returns:
        the value of field 'Value'.
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class Object
        Returns:
        a hash code value for the object.
      • setName

        public void setName​(String name)
        Sets the value of field 'name'.
        Parameters:
        name - the value of field 'name'.
      • setValue

        public void setValue​(String value)
        Sets the value of field 'value'.
        Parameters:
        value - the value of field 'value'.