Package com.influxdb.client.domain
Class SimpleTableViewProperties
java.lang.Object
com.influxdb.client.domain.ViewProperties
com.influxdb.client.domain.SimpleTableViewProperties
SimpleTableViewProperties
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Gets or Sets shapestatic enum
Gets or Sets type -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddQueriesItem
(DashboardQuery queriesItem) boolean
getNote()
Get noteGet queriesgetShape()
Get shapeGet showAllIf true, will display note when emptygetType()
Get typeint
hashCode()
queries
(List<DashboardQuery> queries) void
void
setQueries
(List<DashboardQuery> queries) void
setShowAll
(Boolean showAll) void
setShowNoteWhenEmpty
(Boolean showNoteWhenEmpty) showNoteWhenEmpty
(Boolean showNoteWhenEmpty) toString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_SHOW_ALL
- See Also:
-
SERIALIZED_NAME_QUERIES
- See Also:
-
SERIALIZED_NAME_SHAPE
- See Also:
-
SERIALIZED_NAME_NOTE
- See Also:
-
SERIALIZED_NAME_SHOW_NOTE_WHEN_EMPTY
- See Also:
-
-
Constructor Details
-
SimpleTableViewProperties
public SimpleTableViewProperties()
-
-
Method Details
-
getType
Get type- Returns:
- type
-
showAll
-
getShowAll
Get showAll- Returns:
- showAll
-
setShowAll
-
queries
-
addQueriesItem
-
getQueries
Get queries- Returns:
- queries
-
setQueries
-
getShape
Get shape- Returns:
- shape
-
note
-
getNote
Get note- Returns:
- note
-
setNote
-
showNoteWhenEmpty
-
getShowNoteWhenEmpty
If true, will display note when empty- Returns:
- showNoteWhenEmpty
-
setShowNoteWhenEmpty
-
equals
- Overrides:
equals
in classViewProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classViewProperties
-
toString
- Overrides:
toString
in classViewProperties
-