Class GetByIdLegacyResponse
- java.lang.Object
-
- com.vk.api.sdk.objects.wall.Wallpost
-
- com.vk.api.sdk.objects.wall.responses.GetByIdLegacyResponse
-
-
Constructor Summary
Constructors Constructor Description GetByIdLegacyResponse()
-
Method Summary
-
Methods inherited from class com.vk.api.sdk.objects.wall.Wallpost
getAccessKey, getAttachments, getCopyright, getDate, getEdited, getFromId, getGeo, getId, getIsArchived, getIsDeleted, getIsFavorite, getLikes, getOwnerId, getParentsStack, getPoster, getPostId, getPostSource, getPostType, getReposts, getSignerId, getText, getViews, setAccessKey, setAttachments, setCopyright, setDate, setEdited, setFromId, setGeo, setId, setIsArchived, setIsDeleted, setIsFavorite, setLikes, setOwnerId, setParentsStack, setPoster, setPostId, setPostSource, setPostType, setReposts, setSignerId, setText, setViews
-
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
-
getCopyHistory
public java.util.List<Wallpost> getCopyHistory()
-
setCopyHistory
public GetByIdLegacyResponse setCopyHistory(java.util.List<Wallpost> copyHistory)
-
canEdit
public boolean canEdit()
-
getCanEdit
public BoolInt getCanEdit()
-
getCreatedBy
public java.lang.Integer getCreatedBy()
-
setCreatedBy
public GetByIdLegacyResponse setCreatedBy(java.lang.Integer createdBy)
-
canDelete
public boolean canDelete()
-
getCanDelete
public BoolInt getCanDelete()
-
canPin
public boolean canPin()
-
getCanPin
public BoolInt getCanPin()
-
getDonut
public WallpostDonut getDonut()
-
setDonut
public GetByIdLegacyResponse setDonut(WallpostDonut donut)
-
getIsPinned
public java.lang.Integer getIsPinned()
-
setIsPinned
public GetByIdLegacyResponse setIsPinned(java.lang.Integer isPinned)
-
getComments
public CommentsInfo getComments()
-
setComments
public GetByIdLegacyResponse setComments(CommentsInfo comments)
-
isMarkedAsAds
public boolean isMarkedAsAds()
-
getMarkedAsAds
public BoolInt getMarkedAsAds()
-
getTopicId
public GetByIdLegacyResponseTopicId getTopicId()
-
setTopicId
public GetByIdLegacyResponse setTopicId(GetByIdLegacyResponseTopicId topicId)
-
getShortTextRate
public java.lang.Float getShortTextRate()
-
setShortTextRate
public GetByIdLegacyResponse setShortTextRate(java.lang.Float shortTextRate)
-
getHash
public java.lang.String getHash()
-
setHash
public GetByIdLegacyResponse setHash(java.lang.String hash)
-
toPrettyString
public java.lang.String toPrettyString()
- Overrides:
toPrettyStringin classWallpost
-
-