Class FindByPropertiesRequestBody
java.lang.Object
org.odpi.openmetadata.viewservices.glossarybrowser.rest.EffectiveTimeQueryRequestBody
org.odpi.openmetadata.viewservices.glossarybrowser.rest.FindByPropertiesRequestBody
FindByPropertiesRequestBody is the request body structure used on OMAG REST API calls that passes a name that is used to retrieve
an element by name.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.org.odpi.openmetadata.frameworks.openmetadata.properties.FindPropertiesReturn the name for the query request.inthashCode()Create a hash code for this element type.voidsetProperties(org.odpi.openmetadata.frameworks.openmetadata.properties.FindProperties properties) Set up the name for the query request.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.viewservices.glossarybrowser.rest.EffectiveTimeQueryRequestBody
getEffectiveTime, setEffectiveTime
-
Constructor Details
-
FindByPropertiesRequestBody
public FindByPropertiesRequestBody()Default constructor -
FindByPropertiesRequestBody
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getProperties
public org.odpi.openmetadata.frameworks.openmetadata.properties.FindProperties getProperties()Return the name for the query request.- Returns:
- string name
-
setProperties
public void setProperties(org.odpi.openmetadata.frameworks.openmetadata.properties.FindProperties properties) Set up the name for the query request.- Parameters:
properties- string
-
toString
Standard toString method.- Overrides:
toStringin classEffectiveTimeQueryRequestBody- 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:
equalsin classEffectiveTimeQueryRequestBody- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCodein classEffectiveTimeQueryRequestBody- Returns:
- int hash code
-