facebook4j.internal.json
Class NotificationJSONImpl.TargetObjectJSONImpl

java.lang.Object
  extended by 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


Field Summary
private  java.lang.String id
           
private static long serialVersionUID
           
private  java.lang.String type
           
 
Constructor Summary
NotificationJSONImpl.TargetObjectJSONImpl(JSONObject json)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getId()
           
 java.lang.String getType()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

private java.lang.String id

type

private java.lang.String type
Constructor Detail

NotificationJSONImpl.TargetObjectJSONImpl

NotificationJSONImpl.TargetObjectJSONImpl(JSONObject json)
Method Detail

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