Class AttributeValueSettings
java.lang.Object
org.tailormap.api.persistence.json.AttributeValueSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.14.0")
public class AttributeValueSettings
extends Object
implements Serializable
AttributeValueSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlias()
Get aliasGet initiallySelectedGet selectablegetValue()
Get valueint
hashCode()
initiallySelected
(Boolean initiallySelected) selectable
(Boolean selectable) void
void
setInitiallySelected
(Boolean initiallySelected) void
setSelectable
(Boolean selectable) void
toString()
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-