public class TableViewProperties extends ViewProperties
Modifier and Type | Class and Description |
---|---|
static class |
TableViewProperties.ShapeEnum
Gets or Sets shape
|
static class |
TableViewProperties.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_FIELD_OPTIONS |
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_TABLE_OPTIONS |
static String |
SERIALIZED_NAME_TIME_FORMAT |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
TableViewProperties() |
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_TABLE_OPTIONS
public static final String SERIALIZED_NAME_FIELD_OPTIONS
public static final String SERIALIZED_NAME_TIME_FORMAT
public static final String SERIALIZED_NAME_DECIMAL_PLACES
public TableViewProperties.TypeEnum getType()
public TableViewProperties queries(List<DashboardQuery> queries)
public TableViewProperties addQueriesItem(DashboardQuery queriesItem)
public List<DashboardQuery> getQueries()
public void setQueries(List<DashboardQuery> queries)
public TableViewProperties colors(List<DashboardColor> colors)
public TableViewProperties addColorsItem(DashboardColor colorsItem)
public List<DashboardColor> getColors()
public void setColors(List<DashboardColor> colors)
public TableViewProperties.ShapeEnum getShape()
public TableViewProperties note(String note)
public String getNote()
public void setNote(String note)
public TableViewProperties showNoteWhenEmpty(Boolean showNoteWhenEmpty)
public Boolean getShowNoteWhenEmpty()
public void setShowNoteWhenEmpty(Boolean showNoteWhenEmpty)
public TableViewProperties tableOptions(Object tableOptions)
public Object getTableOptions()
public void setTableOptions(Object tableOptions)
public TableViewProperties fieldOptions(List<RenamableField> fieldOptions)
public TableViewProperties addFieldOptionsItem(RenamableField fieldOptionsItem)
public List<RenamableField> getFieldOptions()
public void setFieldOptions(List<RenamableField> fieldOptions)
public TableViewProperties timeFormat(String timeFormat)
public String getTimeFormat()
public void setTimeFormat(String timeFormat)
public TableViewProperties decimalPlaces(DecimalPlaces decimalPlaces)
public DecimalPlaces getDecimalPlaces()
public void setDecimalPlaces(DecimalPlaces decimalPlaces)
public boolean equals(Object o)
equals
in class ViewProperties
public int hashCode()
hashCode
in class ViewProperties
public String toString()
toString
in class ViewProperties
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.