パッケージ twitter4j.v1
インタフェース Place
- すべてのスーパーインタフェース:
Comparable<Place>
,Serializable
,TwitterResponse
- 導入されたバージョン:
- Twitter4J 2.1.1
-
ネストされたクラスの概要
インタフェースから継承されたネストされたクラス/インタフェース twitter4j.TwitterResponse
TwitterResponse.AccessLevel
-
メソッドの概要
インタフェースから継承されたメソッド java.lang.Comparable
compareTo
インタフェースから継承されたメソッド twitter4j.TwitterResponse
getAccessLevel, getRateLimitStatus
-
メソッドの詳細
-
getName
String getName()- 戻り値:
- name
-
getStreetAddress
String getStreetAddress()- 戻り値:
- street address
-
getCountryCode
String getCountryCode()- 戻り値:
- country code
-
getId
String getId()- 戻り値:
- id
-
getCountry
String getCountry()- 戻り値:
- country
-
getPlaceType
String getPlaceType()- 戻り値:
- place type
-
getURL
String getURL()- 戻り値:
- url
-
getFullName
String getFullName()- 戻り値:
- full name
-
getBoundingBoxType
String getBoundingBoxType()- 戻り値:
- bounding box type
-
getBoundingBoxCoordinates
GeoLocation[][] getBoundingBoxCoordinates()- 戻り値:
- bounding box corrdinates
-
getGeometryType
String getGeometryType()- 戻り値:
- geometry type
-
getGeometryCoordinates
GeoLocation[][] getGeometryCoordinates()- 戻り値:
- geometry coordinates
-
getContainedWithIn
Place[] getContainedWithIn()- 戻り値:
- contained within
-