Package com.vk.api.sdk.objects.wall
Class WallpostDonut
- java.lang.Object
-
- com.vk.api.sdk.objects.wall.WallpostDonut
-
-
Constructor Summary
Constructors Constructor Description WallpostDonut()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.BooleangetCanPublishFreeCopy()WallpostDonutEditModegetEditMode()java.lang.BooleangetIsDonut()java.lang.IntegergetPaidDuration()WallpostDonutPlaceholdergetPlaceholder()inthashCode()WallpostDonutsetCanPublishFreeCopy(java.lang.Boolean canPublishFreeCopy)WallpostDonutsetEditMode(WallpostDonutEditMode editMode)WallpostDonutsetIsDonut(java.lang.Boolean isDonut)WallpostDonutsetPaidDuration(java.lang.Integer paidDuration)WallpostDonutsetPlaceholder(WallpostDonutPlaceholder placeholder)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
-
getIsDonut
public java.lang.Boolean getIsDonut()
-
setIsDonut
public WallpostDonut setIsDonut(java.lang.Boolean isDonut)
-
getPaidDuration
public java.lang.Integer getPaidDuration()
-
setPaidDuration
public WallpostDonut setPaidDuration(java.lang.Integer paidDuration)
-
getPlaceholder
public WallpostDonutPlaceholder getPlaceholder()
-
setPlaceholder
public WallpostDonut setPlaceholder(WallpostDonutPlaceholder placeholder)
-
getCanPublishFreeCopy
public java.lang.Boolean getCanPublishFreeCopy()
-
setCanPublishFreeCopy
public WallpostDonut setCanPublishFreeCopy(java.lang.Boolean canPublishFreeCopy)
-
getEditMode
public WallpostDonutEditMode getEditMode()
-
setEditMode
public WallpostDonut setEditMode(WallpostDonutEditMode editMode)
-
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()
-
-