Class AnyTimeRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveTimeRequestBody
org.odpi.openmetadata.frameworkservices.gaf.rest.AnyTimeRequestBody
AnyTimeRequestBody describes the start and stop time of the historical query.
-
Constructor Summary
ConstructorDescriptionDefault constructorAnyTimeRequestBody
(AnyTimeRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the repository date/time to use for the query.int
hashCode()
Return hash code for this objectvoid
setAsOfTime
(Date asOfTime) Set up the repository date/time to use for the query.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveTimeRequestBody
getEffectiveTime, setEffectiveTime
-
Constructor Details
-
AnyTimeRequestBody
public AnyTimeRequestBody()Default constructor -
AnyTimeRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getAsOfTime
Return the repository date/time to use for the query.- Returns:
- date object
-
setAsOfTime
Set up the repository date/time to use for the query.- Parameters:
asOfTime
- date object
-
toString
JSON-style toString- Overrides:
toString
in classEffectiveTimeRequestBody
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classEffectiveTimeRequestBody
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classEffectiveTimeRequestBody
- Returns:
- int hash code
-