パッケージ twitter4j.v1

インタフェース HashtagEntity

すべてのスーパーインタフェース:
Serializable, TweetEntity

public interface HashtagEntity extends TweetEntity, Serializable
A data interface representing one single Hashtag entity.
導入されたバージョン:
Twitter4J 2.1.9
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    int
    Returns the index of the end character of the hashtag.
    int
    Returns the index of the start character of the hashtag.
    Returns the text of the hashtag without #.
  • メソッドの詳細

    • 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