Class UpdateMetadataCorrelatorsRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.UpdateMetadataCorrelatorsRequestBody
UpdateRequestBody carries the correlation properties and effective time for a create, update or delete request.
-
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 that this new classification becomes effective in the governance program (null means immediately).Return the date/time to use for the query.Return the date/time when the new classification is no longer effective in the governance program (null means until deleted).Return the properties used to correlate the external metadata element with the open metadata element.int
hashCode()
Return hash code for this objectvoid
setEffectiveFrom
(Date effectiveFrom) Set up the date/time that this new classification becomes effective in the governance program (null means immediately).void
setEffectiveTime
(Date effectiveTime) Set up the date/time to use for the query.void
setEffectiveTo
(Date effectiveTo) Set up the date/time when the new classification is no longer effective in the governance program (null means until deleted).void
setMetadataCorrelationProperties
(MetadataCorrelationProperties metadataCorrelationProperties) Set up the properties used to correlate the external metadata element with the open metadata element.toString()
JSON-style toString
-
Constructor Details
-
UpdateMetadataCorrelatorsRequestBody
public UpdateMetadataCorrelatorsRequestBody()Default constructor -
UpdateMetadataCorrelatorsRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getMetadataCorrelationProperties
Return the properties used to correlate the external metadata element with the open metadata element.- Returns:
- properties object
-
setMetadataCorrelationProperties
public void setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties) Set up the properties used to correlate the external metadata element with the open metadata element.- Parameters:
metadataCorrelationProperties
- properties object
-
getEffectiveFrom
Return the date/time that this new classification becomes effective in the governance program (null means immediately).- Returns:
- date object
-
setEffectiveFrom
Set up the date/time that this new classification becomes effective in the governance program (null means immediately).- Parameters:
effectiveFrom
- date object
-
getEffectiveTo
Return the date/time when the new classification is no longer effective in the governance program (null means until deleted).- Returns:
- date object
-
setEffectiveTo
Set up the date/time when the new classification is no longer effective in the governance program (null means until deleted).- Parameters:
effectiveTo
- date 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
-