Class GlossaryTemplateRequestBody
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.search.BasicOptions
org.odpi.openmetadata.frameworks.openmetadata.search.MetadataSourceOptions
org.odpi.openmetadata.frameworks.openmetadata.search.AnchorOptions
org.odpi.openmetadata.frameworks.openmetadata.search.NewLinkedElementOptions
org.odpi.openmetadata.frameworks.openmetadata.search.NewElementOptions
org.odpi.openmetadata.frameworks.openmetadata.search.TemplateOptions
org.odpi.openmetadata.commonservices.ffdc.rest.TemplateRequestBody
org.odpi.openmetadata.commonservices.ffdc.rest.GlossaryTemplateRequestBody
GlossaryTemplateRequestBody describes the request body used to create a new glossary term from a template.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the status for the element.int
hashCode()
Return hash code for this objectvoid
setGlossaryTermStatus
(ElementStatus glossaryTermStatus) Set up the status for the element.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.TemplateRequestBody
getParentRelationshipProperties, getPlaceholderPropertyValues, getReplacementProperties, getTemplateGUID, setParentRelationshipProperties, setPlaceholderPropertyValues, setReplacementProperties, setTemplateGUID
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.TemplateOptions
getAllowRetrieve, getDeepCopy, getEffectiveFrom, getEffectiveTo, getIsTemplateSubstitute, setAllowRetrieve, setDeepCopy, setEffectiveFrom, setEffectiveTo, setIsTemplateSubstitute
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.NewElementOptions
getInitialStatus, setInitialStatus
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.NewLinkedElementOptions
getParentAtEnd1, getParentGUID, getParentRelationshipTypeName, setParentAtEnd1, setParentGUID, setParentRelationshipTypeName
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.AnchorOptions
getAnchorGUID, getAnchorScopeGUID, getIsOwnAnchor, setAnchorGUID, setAnchorScopeGUID, setIsOwnAnchor
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.MetadataSourceOptions
getExternalSourceGUID, getExternalSourceName, setExternalSourceGUID, setExternalSourceName
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.BasicOptions
getEffectiveTime, getForDuplicateProcessing, getForLineage, getGovernanceZoneFilter, setEffectiveTime, setForDuplicateProcessing, setForLineage, setGovernanceZoneFilter
-
Constructor Details
-
GlossaryTemplateRequestBody
public GlossaryTemplateRequestBody()Default constructor -
GlossaryTemplateRequestBody
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getGlossaryTermStatus
Return the status for the element.- Returns:
- enum object
-
setGlossaryTermStatus
Set up the status for the element.- Parameters:
glossaryTermStatus
- enum object
-
toString
JSON-style toString- Overrides:
toString
in classTemplateRequestBody
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classTemplateRequestBody
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classTemplateRequestBody
- Returns:
- int hash code
-