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