public class LabelSet extends Object
| 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.
|
String |
toString() |
LabelSet |
withLabel(String label)
With label.
|
LabelSet |
withLabelGroup(String labelGroup)
With label group.
|
LabelSet |
withLabelGroups(List<String> labelGroups)
With label groups.
|
LabelSet |
withLabels(List<String> labels)
With labels.
|
public void setLabelGroups(List<String> labelGroups)
labelGroups - The label_groupspublic LabelSet withLabelGroups(List<String> labelGroups)
labelGroups - the label groupspublic void setLabels(List<String> labels)
labels - The labelspublic LabelSet withLabels(List<String> labels)
labels - the labelspublic LabelSet withLabelGroup(String labelGroup)
labelGroup - the label grouppublic LabelSet withLabel(String label)
label - the labelCopyright © 2015. All rights reserved.