public class VariableLinks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_LABELS |
static String |
SERIALIZED_NAME_ORG |
static String |
SERIALIZED_NAME_SELF |
| Constructor and Description |
|---|
VariableLinks() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLabels()
Get labels
|
String |
getOrg()
Get org
|
String |
getSelf()
Get self
|
int |
hashCode() |
VariableLinks |
labels(String labels) |
VariableLinks |
org(String org) |
VariableLinks |
self(String self) |
void |
setLabels(String labels) |
void |
setOrg(String org) |
void |
setSelf(String self) |
String |
toString() |
public static final String SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_ORG
public static final String SERIALIZED_NAME_LABELS
public VariableLinks self(String self)
public String getSelf()
public void setSelf(String self)
public VariableLinks org(String org)
public String getOrg()
public void setOrg(String org)
public VariableLinks labels(String labels)
public String getLabels()
public void setLabels(String labels)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.