Class EMUserStatus


  • public class EMUserStatus
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EMUserStatus​(java.lang.String username, java.lang.Boolean online)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUsername()  
      java.lang.Boolean isOnline()  
      • Methods inherited from class java.lang.Object

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

      • EMUserStatus

        public EMUserStatus​(java.lang.String username,
                            java.lang.Boolean online)
    • Method Detail

      • getUsername

        public java.lang.String getUsername()
      • isOnline

        public java.lang.Boolean isOnline()