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
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare 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.inthashCode()Create a hash code for this element type.voidsetPropertyNames(List<String> propertyNames) Set up the list of property names to search for,voidsetPropertyValue(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:
toStringin 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:
equalsin classFindProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCodein classFindProperties- Returns:
- int hash code
-