public class SimpleTableViewProperties extends ViewProperties
Modifier and Type | Class and Description |
---|---|
static class |
SimpleTableViewProperties.ShapeEnum
Gets or Sets shape
|
static class |
SimpleTableViewProperties.TypeEnum
Gets or Sets type
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_NOTE |
static String |
SERIALIZED_NAME_QUERIES |
static String |
SERIALIZED_NAME_SHAPE |
static String |
SERIALIZED_NAME_SHOW_ALL |
static String |
SERIALIZED_NAME_SHOW_NOTE_WHEN_EMPTY |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
SimpleTableViewProperties() |
Modifier and Type | Method and Description |
---|---|
SimpleTableViewProperties |
addQueriesItem(DashboardQuery queriesItem) |
boolean |
equals(Object o) |
String |
getNote()
Get note
|
List<DashboardQuery> |
getQueries()
Get queries
|
SimpleTableViewProperties.ShapeEnum |
getShape()
Get shape
|
Boolean |
getShowAll()
Get showAll
|
Boolean |
getShowNoteWhenEmpty()
If true, will display note when empty
|
SimpleTableViewProperties.TypeEnum |
getType()
Get type
|
int |
hashCode() |
SimpleTableViewProperties |
note(String note) |
SimpleTableViewProperties |
queries(List<DashboardQuery> queries) |
void |
setNote(String note) |
void |
setQueries(List<DashboardQuery> queries) |
void |
setShowAll(Boolean showAll) |
void |
setShowNoteWhenEmpty(Boolean showNoteWhenEmpty) |
SimpleTableViewProperties |
showAll(Boolean showAll) |
SimpleTableViewProperties |
showNoteWhenEmpty(Boolean showNoteWhenEmpty) |
String |
toString() |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_SHOW_ALL
public static final String SERIALIZED_NAME_QUERIES
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 SimpleTableViewProperties.TypeEnum getType()
public SimpleTableViewProperties showAll(Boolean showAll)
public Boolean getShowAll()
public void setShowAll(Boolean showAll)
public SimpleTableViewProperties queries(List<DashboardQuery> queries)
public SimpleTableViewProperties addQueriesItem(DashboardQuery queriesItem)
public List<DashboardQuery> getQueries()
public void setQueries(List<DashboardQuery> queries)
public SimpleTableViewProperties.ShapeEnum getShape()
public SimpleTableViewProperties note(String note)
public String getNote()
public void setNote(String note)
public SimpleTableViewProperties showNoteWhenEmpty(Boolean showNoteWhenEmpty)
public Boolean getShowNoteWhenEmpty()
public void setShowNoteWhenEmpty(Boolean showNoteWhenEmpty)
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–2022 InfluxData, Inc.. All rights reserved.