Package com.influxdb.client.domain
Class BuilderConfig
java.lang.Object
com.influxdb.client.domain.BuilderConfig
BuilderConfig
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddBucketsItem
(String bucketsItem) addFunctionsItem
(BuilderFunctionsType functionsItem) addTagsItem
(BuilderTagsType tagsItem) aggregateWindow
(BuilderConfigAggregateWindow aggregateWindow) boolean
functions
(List<BuilderFunctionsType> functions) Get aggregateWindowGet bucketsGet functionsgetTags()
Get tagsint
hashCode()
void
setAggregateWindow
(BuilderConfigAggregateWindow aggregateWindow) void
setBuckets
(List<String> buckets) void
setFunctions
(List<BuilderFunctionsType> functions) void
setTags
(List<BuilderTagsType> tags) tags
(List<BuilderTagsType> tags) toString()
-
Field Details
-
SERIALIZED_NAME_BUCKETS
- See Also:
-
SERIALIZED_NAME_TAGS
- See Also:
-
SERIALIZED_NAME_FUNCTIONS
- See Also:
-
SERIALIZED_NAME_AGGREGATE_WINDOW
- See Also:
-
-
Constructor Details
-
BuilderConfig
public BuilderConfig()
-
-
Method Details
-
buckets
-
addBucketsItem
-
getBuckets
Get buckets- Returns:
- buckets
-
setBuckets
-
tags
-
addTagsItem
-
getTags
Get tags- Returns:
- tags
-
setTags
-
functions
-
addFunctionsItem
-
getFunctions
Get functions- Returns:
- functions
-
setFunctions
-
aggregateWindow
-
getAggregateWindow
Get aggregateWindow- Returns:
- aggregateWindow
-
setAggregateWindow
-
equals
-
hashCode
public int hashCode() -
toString
-