Package org.tailormap.api.viewer.model
Class FilterEditConfiguration
java.lang.Object
org.tailormap.api.viewer.model.FilterEditConfiguration
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.13.0")
public class FilterEditConfiguration
extends Object
implements Serializable
configuration for editing filter
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumthe type of filter tool -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributeValuesSettingsItem(CheckboxFilterConfigurationAttributeValuesSettingsInner attributeValuesSettingsItem) attributeValuesSettings(List<@Valid CheckboxFilterConfigurationAttributeValuesSettingsInner> attributeValuesSettings) booleanfilterTool(FilterEditConfiguration.FilterToolEnum filterTool) Get alias1Get alias2@Valid List<@Valid CheckboxFilterConfigurationAttributeValuesSettingsInner>settings for the attribute valuesthe type of filter tool@Valid OffsetDateTimeinitial value for the date filter@Valid OffsetDateTimeinitial lower value for a date filter with between conditioninitial lower value for a slider filter with between condition@Valid OffsetDateTimeinitial upper value for a date filter with between conditioninitial upper value for a slider filter with between conditioninitial value for the slidermaximum value for the sliderminimum value for the sliderwhen true the filter starts with value2 selectedGet value1Get value2inthashCode()initialDate(OffsetDateTime initialDate) initialLowerDate(OffsetDateTime initialLowerDate) initialLowerValue(Double initialLowerValue) initialUpperDate(OffsetDateTime initialUpperDate) initialUpperValue(Double initialUpperValue) initialValue(Double initialValue) maximumValue(Double maximumValue) minimumValue(Double minimumValue) voidvoidvoidsetAttributeValuesSettings(List<@Valid CheckboxFilterConfigurationAttributeValuesSettingsInner> attributeValuesSettings) voidsetFilterTool(FilterEditConfiguration.FilterToolEnum filterTool) voidsetInitialDate(OffsetDateTime initialDate) voidsetInitialLowerDate(OffsetDateTime initialLowerDate) voidsetInitialLowerValue(Double initialLowerValue) voidsetInitialUpperDate(OffsetDateTime initialUpperDate) voidsetInitialUpperValue(Double initialUpperValue) voidsetInitialValue(Double initialValue) voidsetMaximumValue(Double maximumValue) voidsetMinimumValue(Double minimumValue) voidsetStartWithValue2(Boolean startWithValue2) voidvoidstartWithValue2(Boolean startWithValue2) toString()
-
Constructor Details
-
FilterEditConfiguration
public FilterEditConfiguration()
-
-
Method Details
-
filterTool
-
getFilterTool
the type of filter tool- Returns:
- filterTool
-
setFilterTool
-
minimumValue
-
getMinimumValue
minimum value for the slider- Returns:
- minimumValue
-
setMinimumValue
-
maximumValue
-
getMaximumValue
maximum value for the slider- Returns:
- maximumValue
-
setMaximumValue
-
initialValue
-
getInitialValue
initial value for the slider- Returns:
- initialValue
-
setInitialValue
-
initialLowerValue
-
getInitialLowerValue
initial lower value for a slider filter with between condition- Returns:
- initialLowerValue
-
setInitialLowerValue
-
initialUpperValue
-
getInitialUpperValue
initial upper value for a slider filter with between condition- Returns:
- initialUpperValue
-
setInitialUpperValue
-
attributeValuesSettings
public FilterEditConfiguration attributeValuesSettings(List<@Valid CheckboxFilterConfigurationAttributeValuesSettingsInner> attributeValuesSettings) -
addAttributeValuesSettingsItem
public FilterEditConfiguration addAttributeValuesSettingsItem(CheckboxFilterConfigurationAttributeValuesSettingsInner attributeValuesSettingsItem) -
getAttributeValuesSettings
@Valid public @Valid List<@Valid CheckboxFilterConfigurationAttributeValuesSettingsInner> getAttributeValuesSettings()settings for the attribute values- Returns:
- attributeValuesSettings
-
setAttributeValuesSettings
public void setAttributeValuesSettings(List<@Valid CheckboxFilterConfigurationAttributeValuesSettingsInner> attributeValuesSettings) -
value1
-
getValue1
Get value1- Returns:
- value1
-
setValue1
-
value2
-
getValue2
Get value2- Returns:
- value2
-
setValue2
-
alias1
-
getAlias1
Get alias1- Returns:
- alias1
-
setAlias1
-
alias2
-
getAlias2
Get alias2- Returns:
- alias2
-
setAlias2
-
startWithValue2
-
getStartWithValue2
when true the filter starts with value2 selected- Returns:
- startWithValue2
-
setStartWithValue2
-
initialDate
-
getInitialDate
initial value for the date filter- Returns:
- initialDate
-
setInitialDate
-
initialLowerDate
-
getInitialLowerDate
initial lower value for a date filter with between condition- Returns:
- initialLowerDate
-
setInitialLowerDate
-
initialUpperDate
-
getInitialUpperDate
initial upper value for a date filter with between condition- Returns:
- initialUpperDate
-
setInitialUpperDate
-
equals
-
hashCode
public int hashCode() -
toString
-