Package com.influxdb.client.domain
Class SingleStatViewProperties
java.lang.Object
com.influxdb.client.domain.ViewProperties
com.influxdb.client.domain.SingleStatViewProperties
SingleStatViewProperties
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Gets or Sets shapestatic enum
Gets or Sets type -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddColorsItem
(DashboardColor colorsItem) addQueriesItem
(DashboardQuery queriesItem) colors
(List<DashboardColor> colors) decimalPlaces
(DecimalPlaces decimalPlaces) boolean
Colors define color encoding of data into a visualizationGet decimalPlacesgetNote()
Get noteGet prefixGet queriesgetShape()
Get shapeIf true, will display note when emptyGet staticLegendGet suffixGet tickPrefixGet tickSuffixgetType()
Get typeint
hashCode()
queries
(List<DashboardQuery> queries) void
setColors
(List<DashboardColor> colors) void
setDecimalPlaces
(DecimalPlaces decimalPlaces) void
void
void
setQueries
(List<DashboardQuery> queries) void
setShowNoteWhenEmpty
(Boolean showNoteWhenEmpty) void
setStaticLegend
(StaticLegend staticLegend) void
void
setTickPrefix
(String tickPrefix) void
setTickSuffix
(String tickSuffix) showNoteWhenEmpty
(Boolean showNoteWhenEmpty) staticLegend
(StaticLegend staticLegend) tickPrefix
(String tickPrefix) tickSuffix
(String tickSuffix) toString()
-
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_PREFIX
- See Also:
-
SERIALIZED_NAME_TICK_PREFIX
- See Also:
-
SERIALIZED_NAME_SUFFIX
- See Also:
-
SERIALIZED_NAME_TICK_SUFFIX
- See Also:
-
SERIALIZED_NAME_STATIC_LEGEND
- See Also:
-
SERIALIZED_NAME_DECIMAL_PLACES
- See Also:
-
-
Constructor Details
-
SingleStatViewProperties
public SingleStatViewProperties()
-
-
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
-
prefix
-
getPrefix
Get prefix- Returns:
- prefix
-
setPrefix
-
tickPrefix
-
getTickPrefix
Get tickPrefix- Returns:
- tickPrefix
-
setTickPrefix
-
suffix
-
getSuffix
Get suffix- Returns:
- suffix
-
setSuffix
-
tickSuffix
-
getTickSuffix
Get tickSuffix- Returns:
- tickSuffix
-
setTickSuffix
-
staticLegend
-
getStaticLegend
Get staticLegend- Returns:
- staticLegend
-
setStaticLegend
-
decimalPlaces
-
getDecimalPlaces
Get decimalPlaces- Returns:
- decimalPlaces
-
setDecimalPlaces
-
equals
- Overrides:
equals
in classViewProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classViewProperties
-
toString
- Overrides:
toString
in classViewProperties
-