facebook4j.internal.json
Class TaggedJSONImpl

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

public class TaggedJSONImpl
extends Object
implements Tagged, Serializable

Author:
Ryuji Yamashita - roundrop at gmail.com
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 boolean equals(Object o)
           
 String getId()
           
 String getMessage()
           
 Map<String,Tag[]> getMessageTags()
           
 FacebookResponse.Metadata getMetadata()
          Returns the introspection of the object if available.
 String getObjectId()
           
 Photo getPhoto()
           
 Post getPost()
           
 Privacy getPrivacy()
           
 List<Category> getTo()
           
 String getType()
           
 Date getUpdatedTime()
           
 Video getVideo()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

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

getType

public String getType()
Specified by:
getType in interface Tagged

getPost

public Post getPost()
Specified by:
getPost in interface Tagged

getPhoto

public Photo getPhoto()
Specified by:
getPhoto in interface Tagged

getVideo

public Video getVideo()
Specified by:
getVideo in interface Tagged

getMessage

public String getMessage()
Specified by:
getMessage in interface Tagged

getMessageTags

public Map<String,Tag[]> getMessageTags()
Specified by:
getMessageTags in interface Tagged

getObjectId

public String getObjectId()
Specified by:
getObjectId in interface Tagged

getPrivacy

public Privacy getPrivacy()
Specified by:
getPrivacy in interface Tagged

getTo

public List<Category> getTo()
Specified by:
getTo in interface Tagged

getUpdatedTime

public Date getUpdatedTime()
Specified by:
getUpdatedTime in interface Tagged

equals

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

hashCode

public int hashCode()
Overrides:
hashCode 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 © 2014. All Rights Reserved.