Package com.vk.api.sdk.objects.wall
Class WallpostToId
- java.lang.Object
-
- com.vk.api.sdk.objects.wall.WallpostToId
-
-
Constructor Summary
Constructors Constructor Description WallpostToId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<WallpostAttachment>getAttachments()CommentsInfogetComments()java.lang.IntegergetCopyOwnerId()java.lang.IntegergetCopyPostId()java.lang.IntegergetDate()java.lang.IntegergetFromId()GeogetGeo()java.lang.IntegergetId()java.lang.BooleangetIsFavorite()LikesInfogetLikes()java.lang.IntegergetPostId()PostSourcegetPostSource()PostTypegetPostType()RepostsInfogetReposts()java.lang.IntegergetSignerId()java.lang.StringgetText()java.lang.IntegergetToId()inthashCode()WallpostToIdsetAttachments(java.util.List<WallpostAttachment> attachments)WallpostToIdsetComments(CommentsInfo comments)WallpostToIdsetCopyOwnerId(java.lang.Integer copyOwnerId)WallpostToIdsetCopyPostId(java.lang.Integer copyPostId)WallpostToIdsetDate(java.lang.Integer date)WallpostToIdsetFromId(java.lang.Integer fromId)WallpostToIdsetGeo(Geo geo)WallpostToIdsetId(java.lang.Integer id)WallpostToIdsetIsFavorite(java.lang.Boolean isFavorite)WallpostToIdsetLikes(LikesInfo likes)WallpostToIdsetPostId(java.lang.Integer postId)WallpostToIdsetPostSource(PostSource postSource)WallpostToIdsetPostType(PostType postType)WallpostToIdsetReposts(RepostsInfo reposts)WallpostToIdsetSignerId(java.lang.Integer signerId)WallpostToIdsetText(java.lang.String text)WallpostToIdsetToId(java.lang.Integer toId)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
-
getAttachments
public java.util.List<WallpostAttachment> getAttachments()
-
setAttachments
public WallpostToId setAttachments(java.util.List<WallpostAttachment> attachments)
-
getComments
public CommentsInfo getComments()
-
setComments
public WallpostToId setComments(CommentsInfo comments)
-
getCopyOwnerId
public java.lang.Integer getCopyOwnerId()
-
setCopyOwnerId
public WallpostToId setCopyOwnerId(java.lang.Integer copyOwnerId)
-
getCopyPostId
public java.lang.Integer getCopyPostId()
-
setCopyPostId
public WallpostToId setCopyPostId(java.lang.Integer copyPostId)
-
getDate
public java.lang.Integer getDate()
-
setDate
public WallpostToId setDate(java.lang.Integer date)
-
getFromId
public java.lang.Integer getFromId()
-
setFromId
public WallpostToId setFromId(java.lang.Integer fromId)
-
getGeo
public Geo getGeo()
-
setGeo
public WallpostToId setGeo(Geo geo)
-
getId
public java.lang.Integer getId()
-
setId
public WallpostToId setId(java.lang.Integer id)
-
getIsFavorite
public java.lang.Boolean getIsFavorite()
-
setIsFavorite
public WallpostToId setIsFavorite(java.lang.Boolean isFavorite)
-
getLikes
public LikesInfo getLikes()
-
setLikes
public WallpostToId setLikes(LikesInfo likes)
-
getPostId
public java.lang.Integer getPostId()
-
setPostId
public WallpostToId setPostId(java.lang.Integer postId)
-
getPostSource
public PostSource getPostSource()
-
setPostSource
public WallpostToId setPostSource(PostSource postSource)
-
getPostType
public PostType getPostType()
-
setPostType
public WallpostToId setPostType(PostType postType)
-
getReposts
public RepostsInfo getReposts()
-
setReposts
public WallpostToId setReposts(RepostsInfo reposts)
-
getSignerId
public java.lang.Integer getSignerId()
-
setSignerId
public WallpostToId setSignerId(java.lang.Integer signerId)
-
getText
public java.lang.String getText()
-
setText
public WallpostToId setText(java.lang.String text)
-
getToId
public java.lang.Integer getToId()
-
setToId
public WallpostToId setToId(java.lang.Integer toId)
-
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()
-
-