|
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.simpleworkflow.model.ExecutionTimeFilter
public class ExecutionTimeFilter
Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if specified, defines a rule that must be satisfied by each returned query result. The parameter values are in the Unix Time format . For example: "oldestDate": 1325376070.
| Constructor Summary | |
|---|---|
ExecutionTimeFilter()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Date |
getLatestDate()
Specifies the latest start or close date and time to return. |
java.util.Date |
getOldestDate()
Specifies the oldest start or close date and time to return. |
int |
hashCode()
|
void |
setLatestDate(java.util.Date latestDate)
Specifies the latest start or close date and time to return. |
void |
setOldestDate(java.util.Date oldestDate)
Specifies the oldest start or close date and time to return. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ExecutionTimeFilter |
withLatestDate(java.util.Date latestDate)
Specifies the latest start or close date and time to return. |
ExecutionTimeFilter |
withOldestDate(java.util.Date oldestDate)
Specifies the oldest start or close date and time to return. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionTimeFilter()
| Method Detail |
|---|
public java.util.Date getOldestDate()
public void setOldestDate(java.util.Date oldestDate)
oldestDate - Specifies the oldest start or close date and time to return.public ExecutionTimeFilter withOldestDate(java.util.Date oldestDate)
Returns a reference to this object so that method calls can be chained together.
oldestDate - Specifies the oldest start or close date and time to return.
public java.util.Date getLatestDate()
public void setLatestDate(java.util.Date latestDate)
latestDate - Specifies the latest start or close date and time to return.public ExecutionTimeFilter withLatestDate(java.util.Date latestDate)
Returns a reference to this object so that method calls can be chained together.
latestDate - Specifies the latest start or close date and time to return.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||