|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.twitter.core.SearchResults
public class SearchResults
Represents the results of a Twitter search, including matching Tweets
and any metadata associated with that search.
| Constructor Summary | |
|---|---|
SearchResults(java.util.List<Tweet> tweets,
long maxId,
long sinceId)
|
|
| Method Summary | |
|---|---|
long |
getMaxId()
Returns the maximum Tweet ID in the search results |
long |
getSinceId()
Returns the Tweet ID after which all of the matching Tweets were created |
java.util.List<Tweet> |
getTweets()
Returns the list of matching Tweets |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchResults(java.util.List<Tweet> tweets,
long maxId,
long sinceId)
| Method Detail |
|---|
public java.util.List<Tweet> getTweets()
Tweets
public long getMaxId()
Tweet ID in the search results
public long getSinceId()
Tweet ID after which all of the matching Tweets were created
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||