@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class V2Presence extends Object
| Constructor and Description |
|---|
V2Presence() |
| Modifier and Type | Method and Description |
|---|---|
V2Presence |
category(String category) |
boolean |
equals(Object o) |
String |
getCategory()
Presence status.
|
Long |
getTimestamp()
The time, in milliseconds since Jan 1 1970, when the presence state was set.
|
Long |
getUserId()
The ID of the user to whom the presence state relates.
|
int |
hashCode() |
void |
setCategory(String category) |
void |
setTimestamp(Long timestamp) |
void |
setUserId(Long userId) |
V2Presence |
timestamp(Long timestamp) |
String |
toString() |
V2Presence |
userId(Long userId) |
public V2Presence category(String category)
public String getCategory()
public void setCategory(String category)
public V2Presence userId(Long userId)
public Long getUserId()
public void setUserId(Long userId)
public V2Presence timestamp(Long timestamp)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
Copyright © 2018 Symphony Software Foundation. All rights reserved.