Class HistoryRequest
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.HistoryRequest
-
- All Implemented Interfaces:
Serializable
public class HistoryRequest extends OMRSAPIRequest
HistoryRequest carries the date/time for a historical query.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HistoryRequest()Default constructorHistoryRequest(HistoryRequest template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.DategetAsOfTime()Return the current type.inthashCode()Create a hash code for this element type.voidsetAsOfTime(Date asOfTime)Set up the current typeStringtoString()Standard toString method.
-
-
-
Constructor Detail
-
HistoryRequest
public HistoryRequest()
Default constructor
-
HistoryRequest
public HistoryRequest(HistoryRequest template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getAsOfTime
public Date getAsOfTime()
Return the current type.- Returns:
- date/time
-
setAsOfTime
public void setAsOfTime(Date asOfTime)
Set up the current type- Parameters:
asOfTime- date time
-
toString
public String toString()
Standard toString method.
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
-
-