Package com.vk.api.sdk.objects.newsfeed
Class ItemWallpost
- java.lang.Object
-
- com.vk.api.sdk.objects.newsfeed.ItemBase
-
- com.vk.api.sdk.objects.newsfeed.ItemWallpost
-
-
Constructor Summary
Constructors Constructor Description ItemWallpost()
-
Method Summary
-
Methods inherited from class com.vk.api.sdk.objects.newsfeed.ItemBase
getDate, getSourceId, getType, setDate, setSourceId, setType
-
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
-
getActivity
public EventActivity getActivity()
-
setActivity
public ItemWallpost setActivity(EventActivity activity)
-
getAttachments
public java.util.List<WallpostAttachment> getAttachments()
-
setAttachments
public ItemWallpost setAttachments(java.util.List<WallpostAttachment> attachments)
-
getComments
public CommentsInfo getComments()
-
setComments
public ItemWallpost setComments(CommentsInfo comments)
-
getCopyHistory
public java.util.List<Wallpost> getCopyHistory()
-
setCopyHistory
public ItemWallpost setCopyHistory(java.util.List<Wallpost> copyHistory)
-
getFeedback
public ItemWallpostFeedback getFeedback()
-
setFeedback
public ItemWallpost setFeedback(ItemWallpostFeedback feedback)
-
getGeo
public Geo getGeo()
-
setGeo
public ItemWallpost setGeo(Geo geo)
-
getIsFavorite
public java.lang.Boolean getIsFavorite()
-
setIsFavorite
public ItemWallpost setIsFavorite(java.lang.Boolean isFavorite)
-
getLikes
public LikesInfo getLikes()
-
setLikes
public ItemWallpost setLikes(LikesInfo likes)
-
isMarkedAsAds
public boolean isMarkedAsAds()
-
getMarkedAsAds
public BoolInt getMarkedAsAds()
-
getPostId
public java.lang.Integer getPostId()
-
setPostId
public ItemWallpost setPostId(java.lang.Integer postId)
-
getPostSource
public PostSource getPostSource()
-
setPostSource
public ItemWallpost setPostSource(PostSource postSource)
-
getPostType
public ItemWallpostType getPostType()
-
setPostType
public ItemWallpost setPostType(ItemWallpostType postType)
-
getReposts
public RepostsInfo getReposts()
-
setReposts
public ItemWallpost setReposts(RepostsInfo reposts)
-
getSignerId
public java.lang.Integer getSignerId()
-
setSignerId
public ItemWallpost setSignerId(java.lang.Integer signerId)
-
getText
public java.lang.String getText()
-
setText
public ItemWallpost setText(java.lang.String text)
-
getViews
public Views getViews()
-
setViews
public ItemWallpost setViews(Views views)
-
getShortTextRate
public java.lang.Float getShortTextRate()
-
setShortTextRate
public ItemWallpost setShortTextRate(java.lang.Float shortTextRate)
-
toPrettyString
public java.lang.String toPrettyString()
- Overrides:
toPrettyStringin classItemBase
-
-