Package com.influxdb.client.domain
Class HistogramViewProperties
java.lang.Object
com.influxdb.client.domain.ViewProperties
com.influxdb.client.domain.HistogramViewProperties
HistogramViewProperties
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Gets or Sets positionstatic enum
Gets or Sets shapestatic enum
Gets or Sets type -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddColorsItem
(DashboardColor colorsItem) addFillColumnsItem
(String fillColumnsItem) addQueriesItem
(DashboardQuery queriesItem) addXDomainItem
(Float xDomainItem) colors
(List<DashboardColor> colors) boolean
fillColumns
(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 xDomainint
hashCode()
legendColorizeRows
(Boolean legendColorizeRows) legendHide
(Boolean legendHide) legendOpacity
(Float legendOpacity) legendOrientationThreshold
(Integer legendOrientationThreshold) position
(HistogramViewProperties.PositionEnum position) queries
(List<DashboardQuery> queries) void
setBinCount
(Integer binCount) void
setColors
(List<DashboardColor> colors) void
setFillColumns
(List<String> fillColumns) void
setLegendColorizeRows
(Boolean legendColorizeRows) void
setLegendHide
(Boolean legendHide) void
setLegendOpacity
(Float legendOpacity) void
setLegendOrientationThreshold
(Integer legendOrientationThreshold) void
void
void
setQueries
(List<DashboardQuery> queries) void
setShowNoteWhenEmpty
(Boolean showNoteWhenEmpty) void
setXAxisLabel
(String xAxisLabel) void
setXColumn
(String xColumn) void
setXDomain
(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:
equals
in classViewProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classViewProperties
-
toString
- Overrides:
toString
in classViewProperties
-