Package com.influxdb.client.domain
Class BuilderConfig
java.lang.Object
com.influxdb.client.domain.BuilderConfig
BuilderConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBucketsItem(String bucketsItem) addFunctionsItem(BuilderFunctionsType functionsItem) addTagsItem(BuilderTagsType tagsItem) aggregateWindow(BuilderConfigAggregateWindow aggregateWindow) booleanfunctions(List<BuilderFunctionsType> functions) Get aggregateWindowGet bucketsGet functionsgetTags()Get tagsinthashCode()voidsetAggregateWindow(BuilderConfigAggregateWindow aggregateWindow) voidsetBuckets(List<String> buckets) voidsetFunctions(List<BuilderFunctionsType> functions) voidsetTags(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
-