public class LabelsResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_LABELS |
static String |
SERIALIZED_NAME_LINKS |
Constructor and Description |
---|
LabelsResponse() |
Modifier and Type | Method and Description |
---|---|
LabelsResponse |
addLabelsItem(Label labelsItem) |
boolean |
equals(Object o) |
List<Label> |
getLabels()
Get labels
|
Links |
getLinks()
Get links
|
int |
hashCode() |
LabelsResponse |
labels(List<Label> labels) |
LabelsResponse |
links(Links links) |
void |
setLabels(List<Label> labels) |
void |
setLinks(Links links) |
String |
toString() |
public static final String SERIALIZED_NAME_LABELS
public static final String SERIALIZED_NAME_LINKS
public LabelsResponse labels(List<Label> labels)
public LabelsResponse addLabelsItem(Label labelsItem)
public LabelsResponse links(Links links)
public Links getLinks()
public void setLinks(Links links)
Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.