public class LabelSet extends GenericModel
| Constructor and Description |
|---|
LabelSet() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getLabelGroups()
Gets the label groups.
|
List<String> |
getLabels()
Gets the labels.
|
void |
setLabelGroups(List<String> labelGroups)
Sets the label groups.
|
void |
setLabels(List<String> labels)
Sets the labels.
|
LabelSet |
withLabel(String label)
With label.
|
LabelSet |
withLabelGroup(String labelGroup)
With label group.
|
equals, hashCode, toStringpublic void setLabelGroups(List<String> labelGroups)
labelGroups - The label_groupspublic void setLabels(List<String> labels)
labels - The labelspublic LabelSet withLabel(String label)
label - the labelCopyright © 2015–2016. All rights reserved.