public class FocusId extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId
The activity id.
|
protected long |
startTime
The start time.
|
protected String |
userId
The user id.
|
| Constructor and Description |
|---|
FocusId()
Instantiates a new FocusId.
|
FocusId(String userId,
String activityId,
long startTime)
Instantiates a new FocusId.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getActivityId()
Gets the activity id.
|
long |
getStartTime()
Gets the start time.
|
String |
getUserId()
Gets the user id.
|
int |
hashCode() |
protected String userId
protected String activityId
protected long startTime
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.