Class ChatSetting

    • Constructor Summary

      Constructors 
      Constructor Description
      ChatSetting​(java.lang.String key, java.lang.String value, int type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      int getType()  
      java.lang.String getValue()  
      void setKey​(java.lang.String key)  
      void setType​(int type)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChatSetting

        public ChatSetting​(java.lang.String key,
                           java.lang.String value,
                           int type)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • setKey

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

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • setType

        public void setType​(int type)