public class TimestampRange extends Object implements Serializable, Cloneable
This data type is used in the AssessmentsFilter and RunsFilter data types.
Constructor and Description |
---|
TimestampRange() |
Modifier and Type | Method and Description |
---|---|
TimestampRange |
clone() |
boolean |
equals(Object obj) |
Date |
getMaximum()
The maximum value of the timestamp range.
|
Date |
getMinimum()
The minimum value of the timestamp range.
|
int |
hashCode() |
void |
setMaximum(Date maximum)
The maximum value of the timestamp range.
|
void |
setMinimum(Date minimum)
The minimum value of the timestamp range.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TimestampRange |
withMaximum(Date maximum)
The maximum value of the timestamp range.
|
TimestampRange |
withMinimum(Date minimum)
The minimum value of the timestamp range.
|
public void setMinimum(Date minimum)
The minimum value of the timestamp range.
minimum
- The minimum value of the timestamp range.public Date getMinimum()
The minimum value of the timestamp range.
public TimestampRange withMinimum(Date minimum)
The minimum value of the timestamp range.
minimum
- The minimum value of the timestamp range.public void setMaximum(Date maximum)
The maximum value of the timestamp range.
maximum
- The maximum value of the timestamp range.public Date getMaximum()
The maximum value of the timestamp range.
public TimestampRange withMaximum(Date maximum)
The maximum value of the timestamp range.
maximum
- The maximum value of the timestamp range.public String toString()
toString
in class Object
Object.toString()
public TimestampRange clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.