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