public class BuilderConfigAggregateWindow extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FILL_VALUES |
static String |
SERIALIZED_NAME_PERIOD |
Constructor and Description |
---|
BuilderConfigAggregateWindow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BuilderConfigAggregateWindow |
fillValues(Boolean fillValues) |
Boolean |
getFillValues()
Get fillValues
|
String |
getPeriod()
Get period
|
int |
hashCode() |
BuilderConfigAggregateWindow |
period(String period) |
void |
setFillValues(Boolean fillValues) |
void |
setPeriod(String period) |
String |
toString() |
public static final String SERIALIZED_NAME_PERIOD
public static final String SERIALIZED_NAME_FILL_VALUES
public BuilderConfigAggregateWindow period(String period)
public String getPeriod()
public void setPeriod(String period)
public BuilderConfigAggregateWindow fillValues(Boolean fillValues)
public Boolean getFillValues()
public void setFillValues(Boolean fillValues)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.