パッケージ twitter4j.v1

インタフェース QueryResult

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

public interface QueryResult extends TwitterResponse, Serializable
A data interface representing search API response
  • メソッドの詳細

    • getSinceId

      long getSinceId()
      戻り値:
      sinceId
    • getMaxId

      long getMaxId()
      戻り値:
      maxId
    • getRefreshURL

      String getRefreshURL()
      戻り値:
      refresh URL
    • getCount

      int getCount()
      戻り値:
      count
    • getCompletedIn

      double getCompletedIn()
      戻り値:
      completed in
    • getQuery

      String getQuery()
      戻り値:
      query
    • getTweets

      List<Status> getTweets()
      戻り値:
      tweets
    • nextQuery

      Query nextQuery()
      Returns a Query instance to fetch next page or null if there is no next page.
      戻り値:
      Query instance to fetch next page
      導入されたバージョン:
      Twitter4J 3.0.0
    • hasNext

      boolean hasNext()
      test if there is next page
      戻り値:
      if there is next page
      導入されたバージョン:
      Twitter4J 3.0.0