Class UpdateRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.UpdateRequestBody
- Direct Known Subclasses:
CalculatedValueClassificationRequestBody
,TemplateRequestBody
UpdateRequestBody carries the correlation properties and effective time for a create, update or delete request.
-
Constructor Summary
ConstructorDescriptionDefault constructorUpdateRequestBody
(UpdateRequestBody template) Copy/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 toString
-
Constructor Details
-
UpdateRequestBody
public UpdateRequestBody()Default constructor -
UpdateRequestBody
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 -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-