facebook4j.internal.json
Class ReactionJSONImpl

java.lang.Object
  extended by facebook4j.internal.json.ReactionJSONImpl
All Implemented Interfaces:
Category, FacebookResponse, IdNameEntity, Reaction, Serializable

public class ReactionJSONImpl
extends Object
implements Reaction, Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
static ResponseList<Reaction> createReactionsList(HttpResponse res, Configuration conf)
           
 boolean equals(Object obj)
           
 String getCategory()
           
 Date getCreatedTime()
           
 String getId()
           
 FacebookResponse.Metadata getMetadata()
          Returns the introspection of the object if available.
 String getName()
           
 ReactionType getType()
           
 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

createReactionsList

public static ResponseList<Reaction> createReactionsList(HttpResponse res,
                                                         Configuration conf)
                                                  throws FacebookException
Throws:
FacebookException

getId

public String getId()
Specified by:
getId in interface Category
Specified by:
getId in interface IdNameEntity

getName

public String getName()
Specified by:
getName in interface Category
Specified by:
getName in interface IdNameEntity

getType

public ReactionType getType()
Specified by:
getType in interface Reaction

getCategory

public String getCategory()
Specified by:
getCategory in interface Category

getCreatedTime

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

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 © 2019. All rights reserved.