パッケージ twitter4j.v1

インタフェース Trend

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

public interface Trend extends Serializable
A data interface representing Trend.
導入されたバージョン:
Twitter4J 2.0.2
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
     
     
    int
    The tweet volume for the last 24 hours if available, -1 otherwise.
     
  • メソッドの詳細

    • getName

      String getName()
      戻り値:
      name
    • getURL

      String getURL()
      戻り値:
      url
    • getQuery

      String getQuery()
      戻り値:
      query
    • getTweetVolume

      int getTweetVolume()
      The tweet volume for the last 24 hours if available, -1 otherwise.
      戻り値:
      The tweet volume for the last 24 hours if available, -1 otherwise.