Class ExecutionTimeFilter
java.lang.Object
com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
- All Implemented Interfaces:
Serializable
,Cloneable
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Specifies the latest start or close date and time to return.Specifies the oldest start or close date and time to return.int
hashCode()
void
setLatestDate
(Date latestDate) Specifies the latest start or close date and time to return.void
setOldestDate
(Date oldestDate) Specifies the oldest start or close date and time to return.toString()
Returns a string representation of this object; useful for testing and debugging.withLatestDate
(Date latestDate) Specifies the latest start or close date and time to return.withOldestDate
(Date oldestDate) Specifies the oldest start or close date and time to return.
-
Constructor Details
-
ExecutionTimeFilter
public ExecutionTimeFilter()
-
-
Method Details
-
setOldestDate
Specifies the oldest start or close date and time to return.
- Parameters:
oldestDate
- Specifies the oldest start or close date and time to return.
-
getOldestDate
Specifies the oldest start or close date and time to return.
- Returns:
- Specifies the oldest start or close date and time to return.
-
withOldestDate
Specifies the oldest start or close date and time to return.
- Parameters:
oldestDate
- Specifies the oldest start or close date and time to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLatestDate
Specifies the latest start or close date and time to return.
- Parameters:
latestDate
- Specifies the latest start or close date and time to return.
-
getLatestDate
Specifies the latest start or close date and time to return.
- Returns:
- Specifies the latest start or close date and time to return.
-
withLatestDate
Specifies the latest start or close date and time to return.
- Parameters:
latestDate
- Specifies the latest start or close date and time to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-