パッケージ twitter4j.v1
インタフェース HashtagEntity
- すべてのスーパーインタフェース:
Serializable
,TweetEntity
A data interface representing one single Hashtag entity.
- 導入されたバージョン:
- Twitter4J 2.1.9
-
メソッドの概要
-
メソッドの詳細
-
getText
String getText()Returns the text of the hashtag without #.- 定義:
getText
インタフェース内TweetEntity
- 戻り値:
- the text of the hashtag
-
getStart
int getStart()Returns the index of the start character of the hashtag.- 定義:
getStart
インタフェース内TweetEntity
- 戻り値:
- the index of the start character of the hashtag
-
getEnd
int getEnd()Returns the index of the end character of the hashtag.- 定義:
getEnd
インタフェース内TweetEntity
- 戻り値:
- the index of the end character of the hashtag
-