Class SwitchFilterConfiguration
java.lang.Object
org.tailormap.api.persistence.json.SwitchFilterConfiguration
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.15.0")
public class SwitchFilterConfiguration
extends Object
implements Serializable
Configuration for a boolean filter
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet alias1Get alias2when true the filter starts with value2 selectedGet value1Get value2inthashCode()voidvoidvoidsetStartWithValue2(Boolean startWithValue2) voidvoidstartWithValue2(Boolean startWithValue2) toString()
-
Constructor Details
-
SwitchFilterConfiguration
public SwitchFilterConfiguration()
-
-
Method Details
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-