org.springframework.social.twitter.api
Class SearchMetadata

java.lang.Object
  extended by org.springframework.social.twitter.api.SearchMetadata

public class SearchMetadata
extends Object

Represents the cursor metadata associated with a search query via the Twitter Search API.


Constructor Summary
SearchMetadata(long max_id, long since_id)
           
 
Method Summary
 long getMaxId()
           
 long getSinceId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchMetadata

public SearchMetadata(long max_id,
                      long since_id)
Method Detail

getMaxId

public long getMaxId()

getSinceId

public long getSinceId()