Package com.influxdb.client.domain
Class TableViewProperties
java.lang.Object
com.influxdb.client.domain.ViewProperties
com.influxdb.client.domain.TableViewProperties
TableViewProperties
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Gets or Sets shapestatic enum
Gets or Sets type -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddColorsItem
(DashboardColor colorsItem) addFieldOptionsItem
(RenamableField fieldOptionsItem) addQueriesItem
(DashboardQuery queriesItem) colors
(List<DashboardColor> colors) decimalPlaces
(DecimalPlaces decimalPlaces) boolean
fieldOptions
(List<RenamableField> fieldOptions) Colors define color encoding of data into a visualizationGet decimalPlacesfieldOptions represent the fields retrieved by the query with customization optionsgetNote()
Get noteGet queriesgetShape()
Get shapeIf true, will display note when emptyGet tableOptionstimeFormat describes the display format for time values according to moment.js date formattinggetType()
Get typeint
hashCode()
queries
(List<DashboardQuery> queries) void
setColors
(List<DashboardColor> colors) void
setDecimalPlaces
(DecimalPlaces decimalPlaces) void
setFieldOptions
(List<RenamableField> fieldOptions) void
void
setQueries
(List<DashboardQuery> queries) void
setShowNoteWhenEmpty
(Boolean showNoteWhenEmpty) void
setTableOptions
(TableViewPropertiesTableOptions tableOptions) void
setTimeFormat
(String timeFormat) showNoteWhenEmpty
(Boolean showNoteWhenEmpty) tableOptions
(TableViewPropertiesTableOptions tableOptions) timeFormat
(String timeFormat) toString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_QUERIES
- See Also:
-
SERIALIZED_NAME_COLORS
- See Also:
-
SERIALIZED_NAME_SHAPE
- See Also:
-
SERIALIZED_NAME_NOTE
- See Also:
-
SERIALIZED_NAME_SHOW_NOTE_WHEN_EMPTY
- See Also:
-
SERIALIZED_NAME_TABLE_OPTIONS
- See Also:
-
SERIALIZED_NAME_FIELD_OPTIONS
- See Also:
-
SERIALIZED_NAME_TIME_FORMAT
- See Also:
-
SERIALIZED_NAME_DECIMAL_PLACES
- See Also:
-
-
Constructor Details
-
TableViewProperties
public TableViewProperties()
-
-
Method Details
-
getType
Get type- Returns:
- type
-
queries
-
addQueriesItem
-
getQueries
Get queries- Returns:
- queries
-
setQueries
-
colors
-
addColorsItem
-
getColors
Colors define color encoding of data into a visualization- Returns:
- colors
-
setColors
-
getShape
Get shape- Returns:
- shape
-
note
-
getNote
Get note- Returns:
- note
-
setNote
-
showNoteWhenEmpty
-
getShowNoteWhenEmpty
If true, will display note when empty- Returns:
- showNoteWhenEmpty
-
setShowNoteWhenEmpty
-
tableOptions
-
getTableOptions
Get tableOptions- Returns:
- tableOptions
-
setTableOptions
-
fieldOptions
-
addFieldOptionsItem
-
getFieldOptions
fieldOptions represent the fields retrieved by the query with customization options- Returns:
- fieldOptions
-
setFieldOptions
-
timeFormat
-
getTimeFormat
timeFormat describes the display format for time values according to moment.js date formatting- Returns:
- timeFormat
-
setTimeFormat
-
decimalPlaces
-
getDecimalPlaces
Get decimalPlaces- Returns:
- decimalPlaces
-
setDecimalPlaces
-
equals
- Overrides:
equals
in classViewProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classViewProperties
-
toString
- Overrides:
toString
in classViewProperties
-