Class EffectiveTimeQueryRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.ExternalSourceRequestBody
org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveTimeQueryRequestBody
- Direct Known Subclasses:
AppointmentRequestBody
,ControlFlowRequestBody
,DataFlowRequestBody
,LineageMappingRequestBody
,PrimaryKeyClassificationRequestBody
,ProcessCallRequestBody
,RelationshipRequestBody
EffectiveTimeQueryRequestBody carries the date/time for a query.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the date/time to use for the query.int
hashCode()
Return hash code for this objectvoid
setEffectiveTime
(Date effectiveTime) Set up the date/time to use for the query.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.ExternalSourceRequestBody
getExternalSourceGUID, getExternalSourceName, setExternalSourceGUID, setExternalSourceName
-
Constructor Details
-
EffectiveTimeQueryRequestBody
public EffectiveTimeQueryRequestBody()Default constructor -
EffectiveTimeQueryRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getEffectiveTime
Return the date/time to use for the query.- Returns:
- date object
-
setEffectiveTime
Set up the date/time to use for the query.- Parameters:
effectiveTime
- date object
-
toString
JSON-style toString- Overrides:
toString
in classExternalSourceRequestBody
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classExternalSourceRequestBody
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classExternalSourceRequestBody
- Returns:
- int hash code
-