Class DropdownOption
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.DropdownOption
-
@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2022-05-06T11:32:59.770935+01:00[Europe/London]") public class DropdownOption extends Object
DropdownOption
-
-
Constructor Summary
Constructors Constructor Description DropdownOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull String
getLabel()
Get label@NotNull String
getValue()
Get valueint
hashCode()
DropdownOption
label(String label)
void
setLabel(String label)
void
setValue(String value)
String
toString()
DropdownOption
value(String value)
-
-
-
Method Detail
-
label
public DropdownOption label(String label)
-
getLabel
@NotNull public @NotNull String getLabel()
Get label- Returns:
- label
-
setLabel
public void setLabel(String label)
-
value
public DropdownOption value(String value)
-
getValue
@NotNull public @NotNull String getValue()
Get value- Returns:
- value
-
setValue
public void setValue(String value)
-
-