public class CheckViewProperties extends ViewProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckViewProperties.ShapeEnum
Gets or Sets shape
|
static class |
CheckViewProperties.TypeEnum
Gets or Sets type
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CHECK |
static String |
SERIALIZED_NAME_CHECK_I_D |
static String |
SERIALIZED_NAME_COLORS |
static String |
SERIALIZED_NAME_LEGEND_COLORIZE_ROWS |
static String |
SERIALIZED_NAME_LEGEND_HIDE |
static String |
SERIALIZED_NAME_LEGEND_OPACITY |
static String |
SERIALIZED_NAME_LEGEND_ORIENTATION_THRESHOLD |
static String |
SERIALIZED_NAME_QUERIES |
static String |
SERIALIZED_NAME_SHAPE |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
CheckViewProperties() |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_SHAPE
public static final String SERIALIZED_NAME_CHECK_I_D
public static final String SERIALIZED_NAME_CHECK
public static final String SERIALIZED_NAME_QUERIES
public static final String SERIALIZED_NAME_COLORS
public static final String SERIALIZED_NAME_LEGEND_COLORIZE_ROWS
public static final String SERIALIZED_NAME_LEGEND_HIDE
public static final String SERIALIZED_NAME_LEGEND_OPACITY
public static final String SERIALIZED_NAME_LEGEND_ORIENTATION_THRESHOLD
public CheckViewProperties.TypeEnum getType()
public CheckViewProperties.ShapeEnum getShape()
public CheckViewProperties checkID(String checkID)
public String getCheckID()
public void setCheckID(String checkID)
public CheckViewProperties check(Check check)
public Check getCheck()
public void setCheck(Check check)
public CheckViewProperties queries(List<DashboardQuery> queries)
public CheckViewProperties addQueriesItem(DashboardQuery queriesItem)
public List<DashboardQuery> getQueries()
public void setQueries(List<DashboardQuery> queries)
public CheckViewProperties colors(List<DashboardColor> colors)
public CheckViewProperties addColorsItem(DashboardColor colorsItem)
public List<DashboardColor> getColors()
public void setColors(List<DashboardColor> colors)
public CheckViewProperties legendColorizeRows(Boolean legendColorizeRows)
public Boolean getLegendColorizeRows()
public void setLegendColorizeRows(Boolean legendColorizeRows)
public CheckViewProperties legendHide(Boolean legendHide)
public Boolean getLegendHide()
public void setLegendHide(Boolean legendHide)
public CheckViewProperties legendOpacity(Float legendOpacity)
public Float getLegendOpacity()
public void setLegendOpacity(Float legendOpacity)
public CheckViewProperties legendOrientationThreshold(Integer legendOrientationThreshold)
public Integer getLegendOrientationThreshold()
public void setLegendOrientationThreshold(Integer legendOrientationThreshold)
public boolean equals(Object o)
equals in class ViewPropertiespublic int hashCode()
hashCode in class ViewPropertiespublic String toString()
toString in class ViewPropertiesCopyright © 2018–2021 InfluxData, Inc.. All rights reserved.