Class GlossaryNameRequestBody
java.lang.Object
org.odpi.openmetadata.viewservices.glossarybrowser.rest.GlossaryResultsRequestBody
org.odpi.openmetadata.viewservices.glossarybrowser.rest.GlossaryNameRequestBody
GlossaryNameRequestBody is the request body structure used on Glossary REST API calls that passes a name that is used to retrieve
an element by name.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the unique identifier of the glossary scope.getName()
Return the name for the query request.Return the parameter name.Return the property name from the open metadata types.int
hashCode()
Create a hash code for this element type.void
setGlossaryGUID
(String glossaryGUID) Set up the unique identifier of the glossary scope.void
Set up the name for the query request.void
setNameParameterName
(String nameParameterName) Set up the parameter name.void
setNamePropertyName
(String namePropertyName) Set up the property name from the open metadata types.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.viewservices.glossarybrowser.rest.GlossaryResultsRequestBody
getAsOfTime, getEffectiveTime, getLimitResultsByStatus, getSequencingOrder, getSequencingProperty, setAsOfTime, setEffectiveTime, setLimitResultsByStatus, setSequencingOrder, setSequencingProperty
-
Constructor Details
-
GlossaryNameRequestBody
public GlossaryNameRequestBody()Default constructor -
GlossaryNameRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getName
Return the name for the query request.- Returns:
- string name
-
setName
Set up the name for the query request.- Parameters:
name
- string
-
getNameParameterName
Return the parameter name.- Returns:
- string name
-
setNameParameterName
Set up the parameter name.- Parameters:
nameParameterName
- string
-
getNamePropertyName
Return the property name from the open metadata types.- Returns:
- string name
-
setNamePropertyName
Set up the property name from the open metadata types.- Parameters:
namePropertyName
- string
-
getGlossaryGUID
Return the unique identifier of the glossary scope.- Returns:
- string guid
-
setGlossaryGUID
Set up the unique identifier of the glossary scope.- Parameters:
glossaryGUID
- string
-
toString
Standard toString method.- Overrides:
toString
in classGlossaryResultsRequestBody
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classGlossaryResultsRequestBody
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCode
in classGlossaryResultsRequestBody
- Returns:
- int hash code
-