Package org.exoplatform.webconferencing
Class UserState
- java.lang.Object
-
- org.exoplatform.webconferencing.UserState
-
public class UserState extends Object
Created by The eXo Platform SAS.- Version:
- $Id: UserState.java 00000 Aug 2, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUserId()Gets the user id.StringgetValue()Gets the value.
-
-
-
Field Detail
-
JOINED
public static final String JOINED
The Constant JOINED.- See Also:
- Constant Field Values
-
LEAVED
public static final String LEAVED
The Constant LEAVED.- See Also:
- Constant Field Values
-
userId
protected final String userId
The user id.
-
value
protected final String value
The value.
-
-