Package com.influxdb.client.domain
Class CheckViewProperties
java.lang.Object
com.influxdb.client.domain.ViewProperties
com.influxdb.client.domain.CheckViewProperties
CheckViewProperties
-
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) boolean
getCheck()
Get checkGet checkIDColors define color encoding of data into a visualizationGet legendColorizeRowsGet legendHideGet legendOpacityGet legendOrientationThresholdGet queriesgetShape()
Get shapegetType()
Get typeint
hashCode()
legendColorizeRows
(Boolean legendColorizeRows) legendHide
(Boolean legendHide) legendOpacity
(Float legendOpacity) legendOrientationThreshold
(Integer legendOrientationThreshold) queries
(List<DashboardQuery> queries) void
void
setCheckID
(String checkID) void
setColors
(List<DashboardColor> colors) void
setLegendColorizeRows
(Boolean legendColorizeRows) void
setLegendHide
(Boolean legendHide) void
setLegendOpacity
(Float legendOpacity) void
setLegendOrientationThreshold
(Integer legendOrientationThreshold) void
setQueries
(List<DashboardQuery> queries) toString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_SHAPE
- See Also:
-
SERIALIZED_NAME_CHECK_I_D
- See Also:
-
SERIALIZED_NAME_CHECK
- See Also:
-
SERIALIZED_NAME_QUERIES
- See Also:
-
SERIALIZED_NAME_COLORS
- 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
-
CheckViewProperties
public CheckViewProperties()
-
-
Method Details
-
getType
Get type- Returns:
- type
-
getShape
Get shape- Returns:
- shape
-
checkID
-
getCheckID
Get checkID- Returns:
- checkID
-
setCheckID
-
check
-
getCheck
Get check- Returns:
- check
-
setCheck
-
queries
-
addQueriesItem
-
getQueries
Get queries- Returns:
- queries
-
setQueries
-
colors
-
addColorsItem
-
getColors
Colors define color encoding of data into a visualization- Returns:
- colors
-
setColors
-
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
-