Class NotificationsComment
- java.lang.Object
-
- com.vk.api.sdk.objects.notifications.NotificationsComment
-
- All Implemented Interfaces:
Validable
- Direct Known Subclasses:
NotificationParent
public class NotificationsComment extends java.lang.Object implements Validable
NotificationsComment object
-
-
Constructor Summary
Constructors Constructor Description NotificationsComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.IntegergetDate()java.lang.IntegergetId()java.lang.IntegergetOwnerId()PhotogetPhoto()WallpostgetPost()java.lang.StringgetText()TopicgetTopic()VideogetVideo()inthashCode()NotificationsCommentsetDate(java.lang.Integer date)NotificationsCommentsetId(java.lang.Integer id)NotificationsCommentsetOwnerId(java.lang.Integer ownerId)NotificationsCommentsetPhoto(Photo photo)NotificationsCommentsetPost(Wallpost post)NotificationsCommentsetText(java.lang.String text)NotificationsCommentsetTopic(Topic topic)NotificationsCommentsetVideo(Video video)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
-
getDate
public java.lang.Integer getDate()
-
setDate
public NotificationsComment setDate(java.lang.Integer date)
-
getId
public java.lang.Integer getId()
-
setId
public NotificationsComment setId(java.lang.Integer id)
-
getOwnerId
public java.lang.Integer getOwnerId()
-
setOwnerId
public NotificationsComment setOwnerId(java.lang.Integer ownerId)
-
getPhoto
public Photo getPhoto()
-
setPhoto
public NotificationsComment setPhoto(Photo photo)
-
getPost
public Wallpost getPost()
-
setPost
public NotificationsComment setPost(Wallpost post)
-
getText
public java.lang.String getText()
-
setText
public NotificationsComment setText(java.lang.String text)
-
getTopic
public Topic getTopic()
-
setTopic
public NotificationsComment setTopic(Topic topic)
-
getVideo
public Video getVideo()
-
setVideo
public NotificationsComment setVideo(Video video)
-
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()
-
-