Class HistoryRequest
java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
org.odpi.openmetadata.repositoryservices.rest.properties.HistoryRequest
- All Implemented Interfaces:
Serializable
HistoryRequest carries the date/time for a historical query.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorHistoryRequest(HistoryRequest template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the current type.inthashCode()Create a hash code for this element type.voidsetAsOfTime(Date asOfTime) Set up the current typetoString()Standard toString method.
-
Constructor Details
-
HistoryRequest
public HistoryRequest()Default constructor -
HistoryRequest
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getAsOfTime
Return the current type.- Returns:
- date/time
-
setAsOfTime
Set up the current type- Parameters:
asOfTime- date time
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Create a hash code for this element type.
-