public class OptionGroup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OptionGroup.OptionGroupBuilder |
| Constructor and Description |
|---|
OptionGroup() |
OptionGroup(String label,
List<Option> options) |
| Modifier and Type | Method and Description |
|---|---|
static OptionGroup.OptionGroupBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getLabel() |
List<Option> |
getOptions() |
int |
hashCode() |
void |
setLabel(String label) |
void |
setOptions(List<Option> options) |
String |
toString() |
public static OptionGroup.OptionGroupBuilder builder()
public String getLabel()
public void setLabel(String label)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.