public class HeatmapViewProperties extends ViewProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
HeatmapViewProperties.ShapeEnum
Gets or Sets shape
|
static class |
HeatmapViewProperties.TypeEnum
Gets or Sets type
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BIN_SIZE |
static String |
SERIALIZED_NAME_COLORS |
static String |
SERIALIZED_NAME_NOTE |
static String |
SERIALIZED_NAME_QUERIES |
static String |
SERIALIZED_NAME_SHAPE |
static String |
SERIALIZED_NAME_SHOW_NOTE_WHEN_EMPTY |
static String |
SERIALIZED_NAME_TIME_FORMAT |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_X_AXIS_LABEL |
static String |
SERIALIZED_NAME_X_COLUMN |
static String |
SERIALIZED_NAME_X_DOMAIN |
static String |
SERIALIZED_NAME_X_PREFIX |
static String |
SERIALIZED_NAME_X_SUFFIX |
static String |
SERIALIZED_NAME_Y_AXIS_LABEL |
static String |
SERIALIZED_NAME_Y_COLUMN |
static String |
SERIALIZED_NAME_Y_DOMAIN |
static String |
SERIALIZED_NAME_Y_PREFIX |
static String |
SERIALIZED_NAME_Y_SUFFIX |
| Constructor and Description |
|---|
HeatmapViewProperties() |
public static final String SERIALIZED_NAME_TIME_FORMAT
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_X_COLUMN
public static final String SERIALIZED_NAME_Y_COLUMN
public static final String SERIALIZED_NAME_X_DOMAIN
public static final String SERIALIZED_NAME_Y_DOMAIN
public static final String SERIALIZED_NAME_X_AXIS_LABEL
public static final String SERIALIZED_NAME_Y_AXIS_LABEL
public static final String SERIALIZED_NAME_X_PREFIX
public static final String SERIALIZED_NAME_X_SUFFIX
public static final String SERIALIZED_NAME_Y_PREFIX
public static final String SERIALIZED_NAME_Y_SUFFIX
public static final String SERIALIZED_NAME_BIN_SIZE
public HeatmapViewProperties timeFormat(String timeFormat)
public String getTimeFormat()
public void setTimeFormat(String timeFormat)
public HeatmapViewProperties.TypeEnum getType()
public HeatmapViewProperties queries(List<DashboardQuery> queries)
public HeatmapViewProperties addQueriesItem(DashboardQuery queriesItem)
public List<DashboardQuery> getQueries()
public void setQueries(List<DashboardQuery> queries)
public HeatmapViewProperties colors(List<String> colors)
public HeatmapViewProperties addColorsItem(String colorsItem)
public List<String> getColors()
public HeatmapViewProperties.ShapeEnum getShape()
public HeatmapViewProperties note(String note)
public String getNote()
public void setNote(String note)
public HeatmapViewProperties showNoteWhenEmpty(Boolean showNoteWhenEmpty)
public Boolean getShowNoteWhenEmpty()
public void setShowNoteWhenEmpty(Boolean showNoteWhenEmpty)
public HeatmapViewProperties xColumn(String xColumn)
public String getXColumn()
public void setXColumn(String xColumn)
public HeatmapViewProperties yColumn(String yColumn)
public String getYColumn()
public void setYColumn(String yColumn)
public HeatmapViewProperties xDomain(List<BigDecimal> xDomain)
public HeatmapViewProperties addXDomainItem(BigDecimal xDomainItem)
public List<BigDecimal> getXDomain()
public void setXDomain(List<BigDecimal> xDomain)
public HeatmapViewProperties yDomain(List<BigDecimal> yDomain)
public HeatmapViewProperties addYDomainItem(BigDecimal yDomainItem)
public List<BigDecimal> getYDomain()
public void setYDomain(List<BigDecimal> yDomain)
public HeatmapViewProperties xAxisLabel(String xAxisLabel)
public String getXAxisLabel()
public void setXAxisLabel(String xAxisLabel)
public HeatmapViewProperties yAxisLabel(String yAxisLabel)
public String getYAxisLabel()
public void setYAxisLabel(String yAxisLabel)
public HeatmapViewProperties xPrefix(String xPrefix)
public String getXPrefix()
public void setXPrefix(String xPrefix)
public HeatmapViewProperties xSuffix(String xSuffix)
public String getXSuffix()
public void setXSuffix(String xSuffix)
public HeatmapViewProperties yPrefix(String yPrefix)
public String getYPrefix()
public void setYPrefix(String yPrefix)
public HeatmapViewProperties ySuffix(String ySuffix)
public String getYSuffix()
public void setYSuffix(String ySuffix)
public HeatmapViewProperties binSize(BigDecimal binSize)
public BigDecimal getBinSize()
public void setBinSize(BigDecimal binSize)
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.