public class CellUpdate extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_H |
static String |
SERIALIZED_NAME_W |
static String |
SERIALIZED_NAME_X |
static String |
SERIALIZED_NAME_Y |
Constructor and Description |
---|
CellUpdate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getH()
Get h
|
Integer |
getW()
Get w
|
Integer |
getX()
Get x
|
Integer |
getY()
Get y
|
CellUpdate |
h(Integer h) |
int |
hashCode() |
void |
setH(Integer h) |
void |
setW(Integer w) |
void |
setX(Integer x) |
void |
setY(Integer y) |
String |
toString() |
CellUpdate |
w(Integer w) |
CellUpdate |
x(Integer x) |
CellUpdate |
y(Integer y) |
public static final String SERIALIZED_NAME_X
public static final String SERIALIZED_NAME_Y
public static final String SERIALIZED_NAME_W
public static final String SERIALIZED_NAME_H
public CellUpdate x(Integer x)
public Integer getX()
public void setX(Integer x)
public CellUpdate y(Integer y)
public Integer getY()
public void setY(Integer y)
public CellUpdate w(Integer w)
public Integer getW()
public void setW(Integer w)
public CellUpdate h(Integer h)
public Integer getH()
public void setH(Integer h)
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.