Class SliderFilterConfiguration
java.lang.Object
org.tailormap.api.persistence.json.SliderFilterConfiguration
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.16.0")
public class SliderFilterConfiguration
extends Object
implements Serializable
Configuration for a slider filter
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumthe mode of input for the filter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninitial lower value for a slider filter with between conditioninitial upper value for a slider filter with between conditioninitial value for the sliderthe mode of input for the filtermaximum value for the sliderminimum value for the sliderthe step size for the sliderinthashCode()initialLowerValue(Double initialLowerValue) initialUpperValue(Double initialUpperValue) initialValue(Double initialValue) inputMode(SliderFilterConfiguration.InputModeEnum inputMode) maximumValue(Double maximumValue) minimumValue(Double minimumValue) voidsetInitialLowerValue(Double initialLowerValue) voidsetInitialUpperValue(Double initialUpperValue) voidsetInitialValue(Double initialValue) voidvoidsetMaximumValue(Double maximumValue) voidsetMinimumValue(Double minimumValue) voidsetStepSize(Double stepSize) toString()
-
Constructor Details
-
SliderFilterConfiguration
public SliderFilterConfiguration()
-
-
Method Details
-
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
-
inputMode
-
getInputMode
the mode of input for the filter- Returns:
- inputMode
-
setInputMode
-
stepSize
-
getStepSize
the step size for the slider- Returns:
- stepSize
-
setStepSize
-
equals
-
hashCode
public int hashCode() -
toString
-