Package com.vk.api.sdk.objects.account
Class PushSettings
- java.lang.Object
-
- com.vk.api.sdk.objects.account.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)PushConversationsgetConversations()BoolIntgetDisabled()java.lang.IntegergetDisabledUntil()PushParamsgetSettings()inthashCode()booleanisDisabled()PushSettingssetConversations(PushConversations conversations)PushSettingssetDisabledUntil(java.lang.Integer disabledUntil)PushSettingssetSettings(PushParams settings)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
-
isDisabled
public boolean isDisabled()
-
getDisabled
public BoolInt getDisabled()
-
getDisabledUntil
public java.lang.Integer getDisabledUntil()
-
setDisabledUntil
public PushSettings setDisabledUntil(java.lang.Integer disabledUntil)
-
getSettings
public PushParams getSettings()
-
setSettings
public PushSettings setSettings(PushParams settings)
-
getConversations
public PushConversations getConversations()
-
setConversations
public PushSettings setConversations(PushConversations conversations)
-
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()
-
-