Class RocketChatCredentials


  • public class RocketChatCredentials
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPassword()  
      java.lang.String getUser()  
      void setPassword​(java.lang.String password)  
      void setUser​(java.lang.String user)  
      • Methods inherited from class java.lang.Object

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

      • RocketChatCredentials

        public RocketChatCredentials()
    • Method Detail

      • getUser

        public java.lang.String getUser()
      • setUser

        public void setUser​(java.lang.String user)
      • getPassword

        public java.lang.String getPassword()
      • setPassword

        public void setPassword​(java.lang.String password)