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
Methods inherited from class com.vk.api.sdk.objects.wall.WallComment
getAttachments, getDate, getDeleted, getDonut, getFromId, getId, getLikes, getOwnerId, getParentsStack, getRealOffset, getReplyToComment, getReplyToUser, getText, getThread, setAttachments, setDate, setDeleted, setDonut, setFromId, setId, setLikes, setOwnerId, setParentsStack, setPostId, setRealOffset, setReplyToComment, setReplyToUser, setText, setThread, 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
-
Constructor Details
-
CallbackWallComment
public CallbackWallComment()
-
-
Method Details
-
getPostId
public java.lang.Integer getPostId()- Overrides:
getPostId
in classWallComment
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classWallComment
-
hashCode
public int hashCode()- Overrides:
hashCode
in classWallComment
-
toString
public java.lang.String toString()- Overrides:
toString
in classWallComment
-