Package com.influxdb.client.domain
Class TemplateChart
java.lang.Object
com.influxdb.client.domain.TemplateChart
TemplateChart
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get heightGet propertiesgetWidth()
Get widthgetXPos()
Get xPosgetYPos()
Get yPosint
hashCode()
properties
(ViewProperties properties) void
void
setProperties
(ViewProperties properties) void
void
void
toString()
-
Field Details
-
SERIALIZED_NAME_X_POS
- See Also:
-
SERIALIZED_NAME_Y_POS
- See Also:
-
SERIALIZED_NAME_HEIGHT
- See Also:
-
SERIALIZED_NAME_WIDTH
- See Also:
-
SERIALIZED_NAME_PROPERTIES
- See Also:
-
-
Constructor Details
-
TemplateChart
public TemplateChart()
-
-
Method Details
-
xPos
-
getXPos
Get xPos- Returns:
- xPos
-
setXPos
-
yPos
-
getYPos
Get yPos- Returns:
- yPos
-
setYPos
-
height
-
getHeight
Get height- Returns:
- height
-
setHeight
-
width
-
getWidth
Get width- Returns:
- width
-
setWidth
-
properties
-
getProperties
Get properties- Returns:
- properties
-
setProperties
-
equals
-
hashCode
public int hashCode() -
toString
-