public class GaugeViewProperties extends ViewProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
GaugeViewProperties.ShapeEnum
Gets or Sets shape
|
static class |
GaugeViewProperties.TypeEnum
Gets or Sets type
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COLORS |
static String |
SERIALIZED_NAME_DECIMAL_PLACES |
static String |
SERIALIZED_NAME_NOTE |
static String |
SERIALIZED_NAME_PREFIX |
static String |
SERIALIZED_NAME_QUERIES |
static String |
SERIALIZED_NAME_SHAPE |
static String |
SERIALIZED_NAME_SHOW_NOTE_WHEN_EMPTY |
static String |
SERIALIZED_NAME_SUFFIX |
static String |
SERIALIZED_NAME_TICK_PREFIX |
static String |
SERIALIZED_NAME_TICK_SUFFIX |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
GaugeViewProperties() |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_QUERIES
public static final String SERIALIZED_NAME_COLORS
public static final String SERIALIZED_NAME_SHAPE
public static final String SERIALIZED_NAME_NOTE
public static final String SERIALIZED_NAME_SHOW_NOTE_WHEN_EMPTY
public static final String SERIALIZED_NAME_PREFIX
public static final String SERIALIZED_NAME_TICK_PREFIX
public static final String SERIALIZED_NAME_SUFFIX
public static final String SERIALIZED_NAME_TICK_SUFFIX
public static final String SERIALIZED_NAME_DECIMAL_PLACES
public GaugeViewProperties.TypeEnum getType()
public GaugeViewProperties queries(List<DashboardQuery> queries)
public GaugeViewProperties addQueriesItem(DashboardQuery queriesItem)
public List<DashboardQuery> getQueries()
public void setQueries(List<DashboardQuery> queries)
public GaugeViewProperties colors(List<DashboardColor> colors)
public GaugeViewProperties addColorsItem(DashboardColor colorsItem)
public List<DashboardColor> getColors()
public void setColors(List<DashboardColor> colors)
public GaugeViewProperties.ShapeEnum getShape()
public GaugeViewProperties note(String note)
public String getNote()
public void setNote(String note)
public GaugeViewProperties showNoteWhenEmpty(Boolean showNoteWhenEmpty)
public Boolean getShowNoteWhenEmpty()
public void setShowNoteWhenEmpty(Boolean showNoteWhenEmpty)
public GaugeViewProperties prefix(String prefix)
public String getPrefix()
public void setPrefix(String prefix)
public GaugeViewProperties tickPrefix(String tickPrefix)
public String getTickPrefix()
public void setTickPrefix(String tickPrefix)
public GaugeViewProperties suffix(String suffix)
public String getSuffix()
public void setSuffix(String suffix)
public GaugeViewProperties tickSuffix(String tickSuffix)
public String getTickSuffix()
public void setTickSuffix(String tickSuffix)
public GaugeViewProperties decimalPlaces(DecimalPlaces decimalPlaces)
public DecimalPlaces getDecimalPlaces()
public void setDecimalPlaces(DecimalPlaces decimalPlaces)
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.