facebook4j.internal.json
Class NotificationJSONImpl.TargetObjectJSONImpl
java.lang.Object
facebook4j.internal.json.NotificationJSONImpl.TargetObjectJSONImpl
- All Implemented Interfaces:
- Notification.TargetObject, java.io.Serializable
- Enclosing class:
- NotificationJSONImpl
private static class NotificationJSONImpl.TargetObjectJSONImpl
- extends java.lang.Object
- implements Notification.TargetObject, java.io.Serializable
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
id
private java.lang.String id
type
private java.lang.String type
NotificationJSONImpl.TargetObjectJSONImpl
NotificationJSONImpl.TargetObjectJSONImpl(JSONObject json)
getId
public java.lang.String getId()
- Specified by:
getId in interface Notification.TargetObject
getType
public java.lang.String getType()
- Specified by:
getType in interface Notification.TargetObject
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object