Class SettingResponse


  • public class SettingResponse
    extends Object
    SettingResponse.
    • Constructor Detail

      • SettingResponse

        public SettingResponse()
    • Method Detail

      • getKey

        public String getKey()
        Get key.
        Returns:
        key
      • setKey

        public void setKey​(String key)
        setKey.
      • getValue

        public Object getValue()
        Get value.
        Returns:
        value
      • setValue

        public void setValue​(Object value)
        setValue.
      • getType

        public String getType()
        Get type.
        Returns:
        type
      • setType

        public void setType​(String type)
        setType.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object