Package org.exoplatform.webconferencing
Class UserState
java.lang.Object
org.exoplatform.webconferencing.UserState
Created by The eXo Platform SAS.
- Version:
- $Id: UserState.java 00000 Aug 2, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JOINED
The Constant JOINED.- See Also:
-
LEAVED
The Constant LEAVED.- See Also:
-
userId
The user id. -
value
The value.
-
-
Constructor Details
-
UserState
Instantiates a new user state.- Parameters:
userId- the user idvalue- the value
-
-
Method Details
-
getUserId
Gets the user id.- Returns:
- the user id
-
getValue
Gets the value.- Returns:
- the value
-