public class SourceLinks extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_BUCKETS |
static String |
SERIALIZED_NAME_HEALTH |
static String |
SERIALIZED_NAME_QUERY |
static String |
SERIALIZED_NAME_SELF |
Constructor and Description |
---|
SourceLinks() |
Modifier and Type | Method and Description |
---|---|
SourceLinks |
buckets(String buckets) |
boolean |
equals(Object o) |
String |
getBuckets()
Get buckets
|
String |
getHealth()
Get health
|
String |
getQuery()
Get query
|
String |
getSelf()
Get self
|
int |
hashCode() |
SourceLinks |
health(String health) |
SourceLinks |
query(String query) |
SourceLinks |
self(String self) |
void |
setBuckets(String buckets) |
void |
setHealth(String health) |
void |
setQuery(String query) |
void |
setSelf(String self) |
String |
toString() |
public static final String SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_QUERY
public static final String SERIALIZED_NAME_HEALTH
public static final String SERIALIZED_NAME_BUCKETS
public SourceLinks self(String self)
public String getSelf()
public void setSelf(String self)
public SourceLinks query(String query)
public String getQuery()
public void setQuery(String query)
public SourceLinks health(String health)
public String getHealth()
public void setHealth(String health)
public SourceLinks buckets(String buckets)
public String getBuckets()
public void setBuckets(String buckets)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.