facebook4j.internal.json
Class PlaceTagJSONImpl

java.lang.Object
  extended by facebook4j.internal.json.PlaceTagJSONImpl
All Implemented Interfaces:
FacebookResponse, PlaceTag, Serializable

public class PlaceTagJSONImpl
extends Object
implements PlaceTag, Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 boolean equals(Object obj)
           
 Date getCreatedTime()
           
 String getId()
           
 FacebookResponse.Metadata getMetadata()
          Returns the introspection of the object if available.
 Place getPlaceTag()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

public String getId()
Specified by:
getId in interface PlaceTag

getCreatedTime

public Date getCreatedTime()
Specified by:
getCreatedTime in interface PlaceTag

getPlaceTag

public Place getPlaceTag()
Specified by:
getPlaceTag in interface PlaceTag

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getMetadata

public FacebookResponse.Metadata getMetadata()
Description copied from interface: FacebookResponse
Returns the introspection of the object if available.

Specified by:
getMetadata in interface FacebookResponse
Returns:
introspection of the object


Copyright © 2015. All Rights Reserved.