Package org.tailormap.api.viewer.model
Class AttributeValueSettings
java.lang.Object
org.tailormap.api.viewer.model.AttributeValueSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.17.0")
public class AttributeValueSettings
extends Object
implements Serializable
AttributeValueSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlias()Get aliasGet initiallySelectedGet selectableUse this value as a separate substring filter using the ILIKE conditiongetValue()Get valueinthashCode()initiallySelected(Boolean initiallySelected) selectable(Boolean selectable) voidvoidsetInitiallySelected(Boolean initiallySelected) voidsetSelectable(Boolean selectable) voidsetUseAsIlikeSubstringFilter(Boolean useAsIlikeSubstringFilter) voidtoString()useAsIlikeSubstringFilter(Boolean useAsIlikeSubstringFilter)
-
Constructor Details
-
AttributeValueSettings
public AttributeValueSettings()
-
-
Method Details
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
initiallySelected
-
getInitiallySelected
Get initiallySelected- Returns:
- initiallySelected
-
setInitiallySelected
-
selectable
-
getSelectable
Get selectable- Returns:
- selectable
-
setSelectable
-
alias
-
getAlias
Get alias- Returns:
- alias
-
setAlias
-
useAsIlikeSubstringFilter
-
getUseAsIlikeSubstringFilter
Use this value as a separate substring filter using the ILIKE condition- Returns:
- useAsIlikeSubstringFilter
-
setUseAsIlikeSubstringFilter
-
equals
-
hashCode
public int hashCode() -
toString
-