Modifier and Type | Class and Description |
---|---|
static class |
Action.Option.OptionBuilder |
Constructor and Description |
---|
Option() |
Option(String text,
String value) |
Modifier and Type | Method and Description |
---|---|
static Action.Option.OptionBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getText() |
String |
getValue() |
int |
hashCode() |
void |
setText(String text) |
void |
setValue(String value) |
String |
toString() |
Copyright © 2020. All rights reserved.