public class UserState extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JOINED
The Constant JOINED.
|
static String |
LEAVED
The Constant LEAVED.
|
protected String |
userId
The user id.
|
protected String |
value
The value.
|
| Constructor and Description |
|---|
UserState(String userId,
String value)
Instantiates a new user state.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUserId()
Gets the user id.
|
String |
getValue()
Gets the value.
|
public static final String JOINED
public static final String LEAVED
protected final String userId
protected final String value
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.