Class Account



  • public class Account
    extends java.lang.Object
    This is a model class for user account information.

    It holds information about the account that the chat was connected to. In particular it holds information about account availability status.

    See Also:
    Account.Status
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  Account.Status
      Definition of account status enum value.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Account() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Account.Status getStatus()
      Gets status enum value
      • Methods inherited from class java.lang.Object

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

      • Account

        public Account()