パッケージ twitter4j.v1

インタフェース SymbolEntity

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

public interface SymbolEntity extends TweetEntity, Serializable
導入されたバージョン:
Twitter4J 3.0.4
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    int
    Returns the index of the end character of the symbol.
    int
    Returns the index of the start character of the symbol.

    インタフェースから継承されたメソッド twitter4j.v1.TweetEntity

    getText
  • メソッドの詳細

    • getStart

      int getStart()
      Returns the index of the start character of the symbol.
      定義:
      getStart インタフェース内 TweetEntity
      戻り値:
      the index of the start character of the symbol
    • getEnd

      int getEnd()
      Returns the index of the end character of the symbol.
      定義:
      getEnd インタフェース内 TweetEntity
      戻り値:
      the index of the end character of the symbol