Class ReferenceableUpdateRequestBody
java.lang.Object
org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableUpdateRequestBody
ReferenceableUpdateRequestBody carries the correlation properties, readVersionIdentifier and effective time for a create (with parent),
update or delete requests.
-
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.Return the properties for the element.int
hashCode()
Return hash code for this objectvoid
setEffectiveTime
(Date effectiveTime) Set up the date/time to use for the query.void
setElementProperties
(ReferenceableProperties elementProperties) Set up the properties for the element.toString()
JSON-style toString
-
Constructor Details
-
ReferenceableUpdateRequestBody
public ReferenceableUpdateRequestBody()Default constructor -
ReferenceableUpdateRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getElementProperties
Return the properties for the element.- Returns:
- properties object
-
setElementProperties
Set up the properties for the element.- Parameters:
elementProperties
- properties object
-
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
-