Package com.vk.api.sdk.objects.messages
Class PushSettings
- java.lang.Object
-
- com.vk.api.sdk.objects.messages.PushSettings
-
-
Constructor Summary
Constructors Constructor Description PushSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.BooleangetDisabledForever()java.lang.BooleangetDisabledMassMentions()java.lang.BooleangetDisabledMentions()java.lang.IntegergetDisabledUntil()java.lang.BooleangetNoSound()inthashCode()PushSettingssetDisabledForever(java.lang.Boolean disabledForever)PushSettingssetDisabledMassMentions(java.lang.Boolean disabledMassMentions)PushSettingssetDisabledMentions(java.lang.Boolean disabledMentions)PushSettingssetDisabledUntil(java.lang.Integer disabledUntil)PushSettingssetNoSound(java.lang.Boolean noSound)java.lang.StringtoPrettyString()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.vk.api.sdk.objects.Validable
validateRequired
-
-
-
-
Method Detail
-
getDisabledForever
public java.lang.Boolean getDisabledForever()
-
setDisabledForever
public PushSettings setDisabledForever(java.lang.Boolean disabledForever)
-
getDisabledUntil
public java.lang.Integer getDisabledUntil()
-
setDisabledUntil
public PushSettings setDisabledUntil(java.lang.Integer disabledUntil)
-
getNoSound
public java.lang.Boolean getNoSound()
-
setNoSound
public PushSettings setNoSound(java.lang.Boolean noSound)
-
getDisabledMentions
public java.lang.Boolean getDisabledMentions()
-
setDisabledMentions
public PushSettings setDisabledMentions(java.lang.Boolean disabledMentions)
-
getDisabledMassMentions
public java.lang.Boolean getDisabledMassMentions()
-
setDisabledMassMentions
public PushSettings setDisabledMassMentions(java.lang.Boolean disabledMassMentions)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toPrettyString
public java.lang.String toPrettyString()
-
-