Class TemplateClassificationRequestBody
java.lang.Object
org.odpi.openmetadata.viewservices.templatemanager.rest.TemplateClassificationRequestBody
TemplateClassificationRequestBody carries the parameters for working with template classifications.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the specification reference data for the template.org.odpi.openmetadata.frameworks.openmetadata.properties.templates.TemplateClassificationPropertiesReturn the properties that describe the template.inthashCode()Return hash code for this objectvoidSet up the specification reference data for the template.voidsetTemplateClassificationProperties(org.odpi.openmetadata.frameworks.openmetadata.properties.templates.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
public org.odpi.openmetadata.frameworks.openmetadata.properties.templates.TemplateClassificationProperties getTemplateClassificationProperties()Return the properties that describe the template.- Returns:
- properties
-
setTemplateClassificationProperties
public void setTemplateClassificationProperties(org.odpi.openmetadata.frameworks.openmetadata.properties.templates.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
-