facebook4j.internal.json
Class TargetingJSONImpl

java.lang.Object
  extended by facebook4j.internal.json.TargetingJSONImpl
All Implemented Interfaces:
Targeting, Serializable

public class TargetingJSONImpl
extends Object
implements Targeting, Serializable

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

Method Summary
 boolean equals(Object o)
           
 List<String> getCities()
           
 List<String> getCountries()
           
 List<String> getLocales()
           
 List<String> getRegions()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getCountries

public List<String> getCountries()
Specified by:
getCountries in interface Targeting

getCities

public List<String> getCities()
Specified by:
getCities in interface Targeting

getRegions

public List<String> getRegions()
Specified by:
getRegions in interface Targeting

getLocales

public List<String> getLocales()
Specified by:
getLocales in interface Targeting

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


Copyright © 2014. All Rights Reserved.