Class UserProperty


  • public class UserProperty
    extends Object
    Holds the data for a single user property
    Since:
    4.0.0
    Author:
    joseross
    • Field Detail

      • key

        protected String key
        The key of the property
      • value

        protected String value
        The value of the property
    • Constructor Detail

      • UserProperty

        public UserProperty()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)