final class QueryResultJSONImpl extends java.lang.Object implements QueryResult, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private double |
completedIn |
private long |
maxId |
private int |
page |
private java.lang.String |
query |
private java.lang.String |
refreshUrl |
private int |
resultsPerPage |
private static long |
serialVersionUID |
private long |
sinceId |
private java.util.List<Tweet> |
tweets |
private java.lang.String |
warning |
| Constructor and Description |
|---|
QueryResultJSONImpl(twitter4j.internal.http.HttpResponse res) |
QueryResultJSONImpl(Query query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
double |
getCompletedIn() |
long |
getMaxId() |
int |
getPage() |
java.lang.String |
getQuery() |
java.lang.String |
getRefreshUrl() |
int |
getResultsPerPage() |
long |
getSinceId() |
java.util.List<Tweet> |
getTweets() |
java.lang.String |
getWarning() |
int |
hashCode() |
java.lang.String |
toString() |
private long sinceId
private long maxId
private java.lang.String refreshUrl
private int resultsPerPage
private java.lang.String warning
private double completedIn
private int page
private java.lang.String query
private java.util.List<Tweet> tweets
private static final long serialVersionUID
QueryResultJSONImpl(twitter4j.internal.http.HttpResponse res)
throws TwitterException
TwitterExceptionQueryResultJSONImpl(Query query) throws TwitterException
TwitterExceptionpublic long getSinceId()
getSinceId in interface QueryResultpublic long getMaxId()
getMaxId in interface QueryResultpublic java.lang.String getRefreshUrl()
getRefreshUrl in interface QueryResultpublic int getResultsPerPage()
getResultsPerPage in interface QueryResultpublic java.lang.String getWarning()
getWarning in interface QueryResultpublic double getCompletedIn()
getCompletedIn in interface QueryResultpublic int getPage()
getPage in interface QueryResultpublic java.lang.String getQuery()
getQuery in interface QueryResultpublic java.util.List<Tweet> getTweets()
getTweets in interface QueryResultpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object