| Constructor and Description |
|---|
PushConversationsItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
BoolInt |
getDisabledMassMentions() |
BoolInt |
getDisabledMentions() |
java.lang.Integer |
getDisabledUntil() |
java.lang.Integer |
getPeerId() |
BoolInt |
getSound() |
int |
hashCode() |
boolean |
isDisabledMassMentions() |
boolean |
isDisabledMentions() |
boolean |
isSound() |
PushConversationsItem |
setDisabledUntil(java.lang.Integer disabledUntil) |
PushConversationsItem |
setPeerId(java.lang.Integer peerId) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic boolean isDisabledMassMentions()
public BoolInt getDisabledMassMentions()
public boolean isDisabledMentions()
public BoolInt getDisabledMentions()
public java.lang.Integer getDisabledUntil()
public PushConversationsItem setDisabledUntil(java.lang.Integer disabledUntil)
public java.lang.Integer getPeerId()
public PushConversationsItem setPeerId(java.lang.Integer peerId)
public boolean isSound()
public BoolInt getSound()
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()