twitter4j
Class PlaceJSONImpl
java.lang.Object
twitter4j.PlaceJSONImpl
- All Implemented Interfaces:
- java.io.Serializable, Place, TwitterResponse
public final class PlaceJSONImpl
- extends java.lang.Object
- implements Place, java.io.Serializable
- Since:
- Twitter4J 2.1.1
- Author:
- Yusuke Yamamoto - yusuke at mac.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
getName
public java.lang.String getName()
- Specified by:
getName
in interface Place
getCountryCode
public java.lang.String getCountryCode()
- Specified by:
getCountryCode
in interface Place
getId
public java.lang.String getId()
- Specified by:
getId
in interface Place
getCountry
public java.lang.String getCountry()
- Specified by:
getCountry
in interface Place
getPlaceType
public java.lang.String getPlaceType()
- Specified by:
getPlaceType
in interface Place
getURL
public java.lang.String getURL()
- Specified by:
getURL
in interface Place
getFullName
public java.lang.String getFullName()
- Specified by:
getFullName
in interface Place
getBoundingBoxType
public java.lang.String getBoundingBoxType()
- Specified by:
getBoundingBoxType
in interface Place
getBoundingBoxCoordinates
public GeoLocation[][] getBoundingBoxCoordinates()
- Specified by:
getBoundingBoxCoordinates
in interface Place
getGeometryType
public java.lang.String getGeometryType()
- Specified by:
getGeometryType
in interface Place
getGeometryCoordinates
public GeoLocation[][] getGeometryCoordinates()
- Specified by:
getGeometryCoordinates
in interface Place
getContainedWithIn
public Place[] getContainedWithIn()
- Specified by:
getContainedWithIn
in interface Place
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getRateLimitStatus
public RateLimitStatus getRateLimitStatus()
- Returns the current rate limit status if available.
- Specified by:
getRateLimitStatus
in interface TwitterResponse
- Returns:
- current rate limit status
setRateLimitStatus
public void setRateLimitStatus(RateLimitStatus rateLimitStatus)
Copyright © 2010. All Rights Reserved.