Package com.influxdb.client.domain
Class HistogramViewProperties
java.lang.Object
com.influxdb.client.domain.ViewProperties
com.influxdb.client.domain.HistogramViewProperties
HistogramViewProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets positionstatic enumGets or Sets shapestatic enumGets or Sets type -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddColorsItem(DashboardColor colorsItem) addFillColumnsItem(String fillColumnsItem) addQueriesItem(DashboardQuery queriesItem) addXDomainItem(Float xDomainItem) colors(List<DashboardColor> colors) booleanfillColumns(List<String> fillColumns) Get binCountColors define color encoding of data into a visualizationGet fillColumnsGet legendColorizeRowsGet legendHideGet legendOpacityGet legendOrientationThresholdgetNote()Get noteGet positionGet queriesgetShape()Get shapeIf true, will display note when emptygetType()Get typeGet xAxisLabelGet xColumnGet xDomaininthashCode()legendColorizeRows(Boolean legendColorizeRows) legendHide(Boolean legendHide) legendOpacity(Float legendOpacity) legendOrientationThreshold(Integer legendOrientationThreshold) position(HistogramViewProperties.PositionEnum position) queries(List<DashboardQuery> queries) voidsetBinCount(Integer binCount) voidsetColors(List<DashboardColor> colors) voidsetFillColumns(List<String> fillColumns) voidsetLegendColorizeRows(Boolean legendColorizeRows) voidsetLegendHide(Boolean legendHide) voidsetLegendOpacity(Float legendOpacity) voidsetLegendOrientationThreshold(Integer legendOrientationThreshold) voidvoidvoidsetQueries(List<DashboardQuery> queries) voidsetShowNoteWhenEmpty(Boolean showNoteWhenEmpty) voidsetXAxisLabel(String xAxisLabel) voidsetXColumn(String xColumn) voidsetXDomain(List<Float> xDomain) showNoteWhenEmpty(Boolean showNoteWhenEmpty) toString()xAxisLabel(String xAxisLabel)
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_QUERIES
- See Also:
-
SERIALIZED_NAME_COLORS
- See Also:
-
SERIALIZED_NAME_SHAPE
- See Also:
-
SERIALIZED_NAME_NOTE
- See Also:
-
SERIALIZED_NAME_SHOW_NOTE_WHEN_EMPTY
- See Also:
-
SERIALIZED_NAME_X_COLUMN
- See Also:
-
SERIALIZED_NAME_FILL_COLUMNS
- See Also:
-
SERIALIZED_NAME_X_DOMAIN
- See Also:
-
SERIALIZED_NAME_X_AXIS_LABEL
- See Also:
-
SERIALIZED_NAME_POSITION
- See Also:
-
SERIALIZED_NAME_BIN_COUNT
- See Also:
-
SERIALIZED_NAME_LEGEND_COLORIZE_ROWS
- See Also:
-
SERIALIZED_NAME_LEGEND_HIDE
- See Also:
-
SERIALIZED_NAME_LEGEND_OPACITY
- See Also:
-
SERIALIZED_NAME_LEGEND_ORIENTATION_THRESHOLD
- See Also:
-
-
Constructor Details
-
HistogramViewProperties
public HistogramViewProperties()
-
-
Method Details
-
getType
Get type- Returns:
- type
-
queries
-
addQueriesItem
-
getQueries
Get queries- Returns:
- queries
-
setQueries
-
colors
-
addColorsItem
-
getColors
Colors define color encoding of data into a visualization- Returns:
- colors
-
setColors
-
getShape
Get shape- Returns:
- shape
-
note
-
getNote
Get note- Returns:
- note
-
setNote
-
showNoteWhenEmpty
-
getShowNoteWhenEmpty
If true, will display note when empty- Returns:
- showNoteWhenEmpty
-
setShowNoteWhenEmpty
-
xColumn
-
getXColumn
Get xColumn- Returns:
- xColumn
-
setXColumn
-
fillColumns
-
addFillColumnsItem
-
getFillColumns
Get fillColumns- Returns:
- fillColumns
-
setFillColumns
-
xDomain
-
addXDomainItem
-
getXDomain
Get xDomain- Returns:
- xDomain
-
setXDomain
-
xAxisLabel
-
getXAxisLabel
Get xAxisLabel- Returns:
- xAxisLabel
-
setXAxisLabel
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
binCount
-
getBinCount
Get binCount- Returns:
- binCount
-
setBinCount
-
legendColorizeRows
-
getLegendColorizeRows
Get legendColorizeRows- Returns:
- legendColorizeRows
-
setLegendColorizeRows
-
legendHide
-
getLegendHide
Get legendHide- Returns:
- legendHide
-
setLegendHide
-
legendOpacity
-
getLegendOpacity
Get legendOpacity- Returns:
- legendOpacity
-
setLegendOpacity
-
legendOrientationThreshold
-
getLegendOrientationThreshold
Get legendOrientationThreshold- Returns:
- legendOrientationThreshold
-
setLegendOrientationThreshold
-
equals
- Overrides:
equalsin classViewProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classViewProperties
-
toString
- Overrides:
toStringin classViewProperties
-