Class FindPropertyNamesProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.FindProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.FindPropertyNamesProperties
FindPropertyNamesProperties is the request body structure used on OMAG REST API calls that passes a property value
and a list of names to match to.
-
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 list of property names to match against.Return the name for the query request.int
hashCode()
Create a hash code for this element type.void
setPropertyNames
(List<String> propertyNames) Set up the list of property names to search for,void
setPropertyValue
(String propertyValue) Set up the name for the query request.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.FindProperties
getAsOfTime, getEffectiveTime, getLimitResultsByStatus, getOpenMetadataTypeName, getSequencingOrder, getSequencingProperty, setAsOfTime, setEffectiveTime, setLimitResultsByStatus, setOpenMetadataTypeName, setSequencingOrder, setSequencingProperty
-
Constructor Details
-
FindPropertyNamesProperties
public FindPropertyNamesProperties()Default constructor -
FindPropertyNamesProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getPropertyValue
Return the name for the query request.- Returns:
- string name
-
setPropertyValue
Set up the name for the query request.- Parameters:
propertyValue
- string
-
getPropertyNames
Return the list of property names to match against.- Returns:
- list of names
-
setPropertyNames
Set up the list of property names to search for,- Parameters:
propertyNames
- list of names
-
toString
Standard toString method.- Overrides:
toString
in classFindProperties
- 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 classFindProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCode
in classFindProperties
- Returns:
- int hash code
-