Package com.influxdb.client.domain
Class SingleStatViewProperties
java.lang.Object
com.influxdb.client.domain.ViewProperties
com.influxdb.client.domain.SingleStatViewProperties
SingleStatViewProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets shapestatic enumGets or Sets type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddColorsItem(DashboardColor colorsItem) addQueriesItem(DashboardQuery queriesItem) colors(List<DashboardColor> colors) decimalPlaces(DecimalPlaces decimalPlaces) booleanColors 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 typeinthashCode()queries(List<DashboardQuery> queries) voidsetColors(List<DashboardColor> colors) voidsetDecimalPlaces(DecimalPlaces decimalPlaces) voidvoidvoidsetQueries(List<DashboardQuery> queries) voidsetShowNoteWhenEmpty(Boolean showNoteWhenEmpty) voidsetStaticLegend(StaticLegend staticLegend) voidvoidsetTickPrefix(String tickPrefix) voidsetTickSuffix(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:
equalsin classViewProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classViewProperties
-
toString
- Overrides:
toStringin classViewProperties
-