public class DialogOption extends Object
DialogSelectElement
sModifier and Type | Class and Description |
---|---|
static class |
DialogOption.DialogOptionBuilder |
Constructor and Description |
---|
DialogOption() |
DialogOption(String label,
String value) |
Modifier and Type | Method and Description |
---|---|
static DialogOption.DialogOptionBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getLabel() |
String |
getValue() |
int |
hashCode() |
void |
setLabel(String label) |
void |
setValue(String value) |
String |
toString() |
Copyright © 2020. All rights reserved.