Class Notification
- java.lang.Object
-
- com.vk.api.sdk.objects.notifications.Notification
-
-
Constructor Summary
Constructors Constructor Description Notification()
-
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()NotificationsetDate(java.lang.Integer date)NotificationsetFeedback(Feedback feedback)NotificationsetParent(NotificationParent parent)NotificationsetReply(Reply reply)NotificationsetType(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 Notification setDate(java.lang.Integer date)
-
getFeedback
public Feedback getFeedback()
-
setFeedback
public Notification setFeedback(Feedback feedback)
-
getParent
public NotificationParent getParent()
-
setParent
public Notification setParent(NotificationParent parent)
-
getReply
public Reply getReply()
-
setReply
public Notification setReply(Reply reply)
-
getType
public java.lang.String getType()
-
setType
public Notification 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()
-
-