Class CallbackWallComment
- java.lang.Object
-
- com.vk.api.sdk.objects.wall.WallComment
-
- com.vk.api.sdk.objects.callback.wall.CallbackWallComment
-
- All Implemented Interfaces:
Validable
public class CallbackWallComment extends WallComment
Created by Anton Tsivarev on 10.09.16.
-
-
Constructor Summary
Constructors Constructor Description CallbackWallComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.IntegergetPostId()inthashCode()java.lang.StringtoString()-
Methods inherited from class com.vk.api.sdk.objects.wall.WallComment
canEdit, getAttachments, getCanEdit, getDate, getDeleted, getDonut, getFromId, getId, getLikes, getOwnerId, getParentsStack, getPhotoId, getPid, getRealOffset, getReplyToComment, getReplyToUser, getText, getThread, getVideoId, setAttachments, setDate, setDeleted, setDonut, setFromId, setId, setLikes, setOwnerId, setParentsStack, setPhotoId, setPid, setPostId, setRealOffset, setReplyToComment, setReplyToUser, setText, setThread, setVideoId, toPrettyString
-
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
-
getPostId
public java.lang.Integer getPostId()
- Overrides:
getPostIdin classWallComment
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classWallComment
-
hashCode
public int hashCode()
- Overrides:
hashCodein classWallComment
-
toString
public java.lang.String toString()
- Overrides:
toStringin classWallComment
-
-