Package org.tailormap.api.viewer.model
Class UniqueValuesResponse
java.lang.Object
org.tailormap.api.viewer.model.UniqueValuesResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class UniqueValuesResponse
extends Object
implements Serializable
A -possibly empty- list of unique values of the requested attributes.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddValuesItem
(Object valuesItem) boolean
filterApplied
(Boolean filterApplied) true if the filter was applied, false otherwiselist of unique valuesint
hashCode()
void
setFilterApplied
(Boolean filterApplied) void
toString()
-
Constructor Details
-
UniqueValuesResponse
public UniqueValuesResponse()
-
-
Method Details
-
filterApplied
-
getFilterApplied
true if the filter was applied, false otherwise- Returns:
- filterApplied
-
setFilterApplied
-
values
-
addValuesItem
-
getValues
list of unique values- Returns:
- values
-
setValues
-
equals
-
hashCode
public int hashCode() -
toString
-