com.twitterapime.search
Class Query
java.lang.Object
com.twitterapime.search.Query
public final class Query
- extends java.lang.Object
This class defines a structure of a query. A Query object represents a query
statement that is sent to Twitter Search API, so that it can return all the
tweets that match a criteria.
- Since:
- 1.0
- Version:
- 1.1
- Author:
- Ernandes Mourao Junior (ernandes@gmail.com)
- See Also:
QueryComposer
,
SearchDevice
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
- See Also:
Object.hashCode()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
Copyright © 2010 Twitter API ME Team. All Rights Reserved.