public class Option extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Option.OptionBuilder |
| Constructor and Description |
|---|
Option() |
Option(String text,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static 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.