Package com.influxdb.client.domain
Class CheckViewProperties
java.lang.Object
com.influxdb.client.domain.ViewProperties
com.influxdb.client.domain.CheckViewProperties
CheckViewProperties
-
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) booleangetCheck()Get checkGet checkIDColors define color encoding of data into a visualizationGet legendColorizeRowsGet legendHideGet legendOpacityGet legendOrientationThresholdGet queriesgetShape()Get shapegetType()Get typeinthashCode()legendColorizeRows(Boolean legendColorizeRows) legendHide(Boolean legendHide) legendOpacity(Float legendOpacity) legendOrientationThreshold(Integer legendOrientationThreshold) queries(List<DashboardQuery> queries) voidvoidsetCheckID(String checkID) voidsetColors(List<DashboardColor> colors) voidsetLegendColorizeRows(Boolean legendColorizeRows) voidsetLegendHide(Boolean legendHide) voidsetLegendOpacity(Float legendOpacity) voidsetLegendOrientationThreshold(Integer legendOrientationThreshold) voidsetQueries(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:
equalsin classViewProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classViewProperties
-
toString
- Overrides:
toStringin classViewProperties
-