Class TemplateClassificationRequestBody
java.lang.Object
org.odpi.openmetadata.viewservices.templatemanager.rest.TemplateClassificationRequestBody
TemplateClassificationRequestBody carries the parameters for working with template classifications.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the specification reference data for the template.Return the properties that describe the template.int
hashCode()
Return hash code for this objectvoid
Set up the specification reference data for the template.void
setTemplateClassificationProperties
(TemplateClassificationProperties templateClassificationProperties) Set up the properties that describe the template.toString()
JSON-style toString
-
Constructor Details
-
TemplateClassificationRequestBody
public TemplateClassificationRequestBody()Default constructor -
TemplateClassificationRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getTemplateClassificationProperties
Return the properties that describe the template.- Returns:
- properties
-
setTemplateClassificationProperties
public void setTemplateClassificationProperties(TemplateClassificationProperties templateClassificationProperties) Set up the properties that describe the template.- Parameters:
templateClassificationProperties
- properties
-
getSpecification
Return the specification reference data for the template.- Returns:
- specification (attributeName, list[propertyName, propertyValue])
-
setSpecification
Set up the specification reference data for the template.- Parameters:
specification
- specification
-
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
-