Package com.influxdb.client.domain
Class TableViewProperties
java.lang.Object
com.influxdb.client.domain.ViewProperties
com.influxdb.client.domain.TableViewProperties
TableViewProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets shapestatic enumGets or Sets type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddColorsItem(DashboardColor colorsItem) addFieldOptionsItem(RenamableField fieldOptionsItem) addQueriesItem(DashboardQuery queriesItem) colors(List<DashboardColor> colors) decimalPlaces(DecimalPlaces decimalPlaces) booleanfieldOptions(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 typeinthashCode()queries(List<DashboardQuery> queries) voidsetColors(List<DashboardColor> colors) voidsetDecimalPlaces(DecimalPlaces decimalPlaces) voidsetFieldOptions(List<RenamableField> fieldOptions) voidvoidsetQueries(List<DashboardQuery> queries) voidsetShowNoteWhenEmpty(Boolean showNoteWhenEmpty) voidsetTableOptions(TableViewPropertiesTableOptions tableOptions) voidsetTimeFormat(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:
equalsin classViewProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classViewProperties
-
toString
- Overrides:
toStringin classViewProperties
-