Class ClassificationRequestBody
java.lang.Object
org.odpi.openmetadata.viewservices.glossaryworkflow.rest.ClassificationRequestBody
ClassificationRequestBody describes the request body used when classifying/reclassifying elements.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the date/time to use for the query.org.odpi.openmetadata.accessservices.assetmanager.properties.ClassificationPropertiesReturn the properties for the classification.inthashCode()Return hash code for this objectvoidsetEffectiveTime(Date effectiveTime) Set up the date/time to use for the query.voidsetProperties(org.odpi.openmetadata.accessservices.assetmanager.properties.ClassificationProperties properties) Set up the properties for the classification.toString()JSON-style toString
-
Constructor Details
-
ClassificationRequestBody
public ClassificationRequestBody()Default constructor -
ClassificationRequestBody
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Details
-
getProperties
public org.odpi.openmetadata.accessservices.assetmanager.properties.ClassificationProperties getProperties()Return the properties for the classification.- Returns:
- properties object
-
setProperties
public void setProperties(org.odpi.openmetadata.accessservices.assetmanager.properties.ClassificationProperties properties) Set up the properties for the classification.- Parameters:
properties- 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
-