| Constructor and Description |
|---|
WallpostDonut() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getCanPublishFreeCopy() |
WallpostDonutEditMode |
getEditMode() |
java.lang.Boolean |
getIsDonut() |
java.lang.Integer |
getPaidDuration() |
WallpostDonutPlaceholder |
getPlaceholder() |
int |
hashCode() |
WallpostDonut |
setCanPublishFreeCopy(java.lang.Boolean canPublishFreeCopy) |
WallpostDonut |
setEditMode(WallpostDonutEditMode editMode) |
WallpostDonut |
setIsDonut(java.lang.Boolean isDonut) |
WallpostDonut |
setPaidDuration(java.lang.Integer paidDuration) |
WallpostDonut |
setPlaceholder(WallpostDonutPlaceholder placeholder) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Boolean getCanPublishFreeCopy()
public WallpostDonut setCanPublishFreeCopy(java.lang.Boolean canPublishFreeCopy)
public WallpostDonutEditMode getEditMode()
public WallpostDonut setEditMode(WallpostDonutEditMode editMode)
public java.lang.Boolean getIsDonut()
public WallpostDonut setIsDonut(java.lang.Boolean isDonut)
public java.lang.Integer getPaidDuration()
public WallpostDonut setPaidDuration(java.lang.Integer paidDuration)
public WallpostDonutPlaceholder getPlaceholder()
public WallpostDonut setPlaceholder(WallpostDonutPlaceholder placeholder)
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()