public class SearchQueryProperty
extends java.lang.Object
| Constructor and Description |
|---|
SearchQueryProperty()
Instantiates a new search query property.
|
SearchQueryProperty(java.lang.String name)
Instantiates a new search query property.
|
SearchQueryProperty(java.lang.String name,
java.util.List<SearchQueryPropertyValue> values)
Instantiates a new search query property.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name.
|
java.util.List<SearchQueryPropertyValue> |
getValues()
Gets the values.
|
void |
setName(java.lang.String name)
Sets the name.
|
java.lang.String |
toString() |
public SearchQueryProperty()
public SearchQueryProperty(java.lang.String name)
name - the namepublic SearchQueryProperty(java.lang.String name,
java.util.List<SearchQueryPropertyValue> values)
name - the namevalues - the valuespublic java.lang.String getName()
public java.util.List<SearchQueryPropertyValue> getValues()
public void setName(java.lang.String name)
name - the new namepublic java.lang.String toString()
toString in class java.lang.Object