|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.datapipeline.model.Query
public class Query
Defines the query to run against an object.
Constructor Summary | |
---|---|
Query()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<Selector> |
getSelectors()
List of selectors that define the query. |
int |
hashCode()
|
void |
setSelectors(Collection<Selector> selectors)
List of selectors that define the query. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Query |
withSelectors(Collection<Selector> selectors)
List of selectors that define the query. |
Query |
withSelectors(Selector... selectors)
List of selectors that define the query. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Query()
Method Detail |
---|
public List<Selector> getSelectors()
public void setSelectors(Collection<Selector> selectors)
selectors
- List of selectors that define the query. An object must satisfy all of
the selectors to match the query.public Query withSelectors(Selector... selectors)
Returns a reference to this object so that method calls can be chained together.
selectors
- List of selectors that define the query. An object must satisfy all of
the selectors to match the query.
public Query withSelectors(Collection<Selector> selectors)
Returns a reference to this object so that method calls can be chained together.
selectors
- List of selectors that define the query. An object must satisfy all of
the selectors to match the query.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |