| Constructor and Description |
|---|
GetPushSettingsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
PushConversations |
getConversations() |
BoolInt |
getDisabled() |
java.lang.Integer |
getDisabledUntil() |
PushParams |
getSettings() |
int |
hashCode() |
boolean |
isDisabled() |
GetPushSettingsResponse |
setConversations(PushConversations conversations) |
GetPushSettingsResponse |
setDisabledUntil(java.lang.Integer disabledUntil) |
GetPushSettingsResponse |
setSettings(PushParams settings) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic PushConversations getConversations()
public GetPushSettingsResponse setConversations(PushConversations conversations)
public boolean isDisabled()
public BoolInt getDisabled()
public java.lang.Integer getDisabledUntil()
public GetPushSettingsResponse setDisabledUntil(java.lang.Integer disabledUntil)
public PushParams getSettings()
public GetPushSettingsResponse setSettings(PushParams settings)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()