public class LabelResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_LABEL |
static String |
SERIALIZED_NAME_LINKS |
| Constructor and Description |
|---|
LabelResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Label |
getLabel()
Get label
|
Links |
getLinks()
Get links
|
int |
hashCode() |
LabelResponse |
label(Label label) |
LabelResponse |
links(Links links) |
void |
setLabel(Label label) |
void |
setLinks(Links links) |
String |
toString() |
public static final String SERIALIZED_NAME_LABEL
public static final String SERIALIZED_NAME_LINKS
public LabelResponse label(Label label)
public Label getLabel()
public void setLabel(Label label)
public LabelResponse links(Links links)
public Links getLinks()
public void setLinks(Links links)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.