org.springframework.social.twitter.api
Class AccountSettings.TrendLocation

java.lang.Object
  extended by org.springframework.social.twitter.api.AccountSettings.TrendLocation
Enclosing class:
AccountSettings

public static class AccountSettings.TrendLocation
extends Object

The account's trend location settings.


Constructor Summary
AccountSettings.TrendLocation()
           
 
Method Summary
 String getCountry()
           
 String getCountryCode()
           
 String getName()
           
 long getParentId()
           
 String getUrl()
           
 long getWhereOnEarthID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountSettings.TrendLocation

public AccountSettings.TrendLocation()
Method Detail

getCountry

public String getCountry()

getCountryCode

public String getCountryCode()

getName

public String getName()

getParentId

public long getParentId()

getUrl

public String getUrl()

getWhereOnEarthID

public long getWhereOnEarthID()