public class Buckets extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BUCKETS |
static String |
SERIALIZED_NAME_LINKS |
| Constructor and Description |
|---|
Buckets() |
| Modifier and Type | Method and Description |
|---|---|
Buckets |
addBucketsItem(Bucket bucketsItem) |
Buckets |
buckets(List<Bucket> buckets) |
boolean |
equals(Object o) |
List<Bucket> |
getBuckets()
Get buckets
|
Links |
getLinks()
Get links
|
int |
hashCode() |
Buckets |
links(Links links) |
void |
setBuckets(List<Bucket> buckets) |
void |
setLinks(Links links) |
String |
toString() |
public static final String SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_BUCKETS
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.