facebook4j.internal.json
Class PageSettingJSONImpl

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

public class PageSettingJSONImpl
extends Object
implements PageSetting, Serializable

Since:
Facebook4J 1.2.0
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)
           
 FacebookResponse.Metadata getMetadata()
          Returns the introspection of the object if available.
 String getSetting()
           
 Boolean getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getSetting

public String getSetting()
Specified by:
getSetting in interface PageSetting

getValue

public Boolean getValue()
Specified by:
getValue in interface PageSetting

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.