|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.starface.integration.uci.java.v30.types.UserState
@RpcValueObject public class UserState
This object holds the properties of the user state as returned by
UciUserStateRequests.getUserState()
| Field Summary | |
|---|---|
protected String |
avatarHash
The SHA-1 hash of the users avatar image if one is set. |
protected ChatPresence |
chatPresence
The current chat presence of the user |
protected String |
chatPresenceMessage
The current chat presence message of the user |
protected boolean |
doNotDisturbSetting
A flag indicating whether the user has DND set to active |
protected boolean |
redirectAlwaysActive
A flag indicating whether the user has any redirect always settings enabled |
protected TelephonyState |
telephonyState
The current telephony state of the user |
| Constructor Summary | |
|---|---|
UserState()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAvatarHash()
|
ChatPresence |
getChatPresence()
|
String |
getChatPresenceMessage()
|
TelephonyState |
getTelephonyState()
|
int |
hashCode()
|
boolean |
isDoNotDisturbSetting()
|
boolean |
isRedirectAlwaysActive()
|
void |
setAvatarHash(String hash)
|
void |
setChatPresence(ChatPresence chatPresence)
|
void |
setChatPresenceMessage(String chatPresenceMessage)
|
void |
setDoNotDisturbSetting(boolean doNotDisturbSetting)
|
void |
setRedirectAlwaysActive(boolean redirectAlwaysActive)
|
void |
setTelephonyState(TelephonyState telephonyState)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@RpcValue protected boolean doNotDisturbSetting
@RpcValue protected boolean redirectAlwaysActive
@RpcValue protected ChatPresence chatPresence
@RpcValue protected String chatPresenceMessage
@RpcValue protected String avatarHash
UciUserStateRequests.getAvatarImage().
@RpcValue protected TelephonyState telephonyState
| Constructor Detail |
|---|
public UserState()
| Method Detail |
|---|
public boolean isDoNotDisturbSetting()
public void setDoNotDisturbSetting(boolean doNotDisturbSetting)
public boolean isRedirectAlwaysActive()
public void setRedirectAlwaysActive(boolean redirectAlwaysActive)
public ChatPresence getChatPresence()
public void setChatPresence(ChatPresence chatPresence)
public String getChatPresenceMessage()
public void setChatPresenceMessage(String chatPresenceMessage)
public String getAvatarHash()
public void setAvatarHash(String hash)
public TelephonyState getTelephonyState()
public void setTelephonyState(TelephonyState telephonyState)
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||