Class NotificationItem
- java.lang.Object
-
- com.vk.api.sdk.objects.notifications.NotificationItem
-
-
Constructor Summary
Constructors Constructor Description NotificationItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.IntegergetDate()FeedbackgetFeedback()NotificationParentgetParent()ReplygetReply()java.lang.StringgetType()inthashCode()NotificationItemsetDate(java.lang.Integer date)NotificationItemsetFeedback(Feedback feedback)NotificationItemsetParent(NotificationParent parent)NotificationItemsetReply(Reply reply)NotificationItemsetType(java.lang.String type)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 NotificationItem setDate(java.lang.Integer date)
-
getFeedback
public Feedback getFeedback()
-
setFeedback
public NotificationItem setFeedback(Feedback feedback)
-
getParent
public NotificationParent getParent()
-
setParent
public NotificationItem setParent(NotificationParent parent)
-
getReply
public Reply getReply()
-
setReply
public NotificationItem setReply(Reply reply)
-
getType
public java.lang.String getType()
-
setType
public NotificationItem setType(java.lang.String type)
-
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()
-
-