Package com.influxdb.client.domain
Class Cell
java.lang.Object
com.influxdb.client.domain.Cell
- Direct Known Subclasses:
CellWithViewProperties
Cell
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
SERIALIZED_NAME_X
- See Also:
-
SERIALIZED_NAME_Y
- See Also:
-
SERIALIZED_NAME_W
- See Also:
-
SERIALIZED_NAME_H
- See Also:
-
SERIALIZED_NAME_VIEW_I_D
- See Also:
-
-
Constructor Details
-
Cell
public Cell()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
x
-
getX
Get x- Returns:
- x
-
setX
-
y
-
getY
Get y- Returns:
- y
-
setY
-
w
-
getW
Get w- Returns:
- w
-
setW
-
h
-
getH
Get h- Returns:
- h
-
setH
-
viewID
-
getViewID
The reference to a view from the views API.- Returns:
- viewID
-
setViewID
-
equals
-
hashCode
public int hashCode() -
toString
-