public class Cell extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_H |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LINKS |
static String |
SERIALIZED_NAME_VIEW_I_D |
static String |
SERIALIZED_NAME_W |
static String |
SERIALIZED_NAME_X |
static String |
SERIALIZED_NAME_Y |
Constructor and Description |
---|
Cell() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getH()
Get h
|
String |
getId()
Get id
|
CellLinks |
getLinks()
Get links
|
String |
getViewID()
The reference to a view from the views API.
|
Integer |
getW()
Get w
|
Integer |
getX()
Get x
|
Integer |
getY()
Get y
|
Cell |
h(Integer h) |
int |
hashCode() |
Cell |
id(String id) |
Cell |
links(CellLinks links) |
void |
setH(Integer h) |
void |
setId(String id) |
void |
setLinks(CellLinks links) |
void |
setViewID(String viewID) |
void |
setW(Integer w) |
void |
setX(Integer x) |
void |
setY(Integer y) |
String |
toString() |
Cell |
viewID(String viewID) |
Cell |
w(Integer w) |
Cell |
x(Integer x) |
Cell |
y(Integer y) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_LINKS
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 static final String SERIALIZED_NAME_VIEW_I_D
public String getId()
public void setId(String id)
public CellLinks getLinks()
public void setLinks(CellLinks links)
public Integer getX()
public void setX(Integer x)
public Integer getY()
public void setY(Integer y)
public Integer getW()
public void setW(Integer w)
public Integer getH()
public void setH(Integer h)
public String getViewID()
public void setViewID(String viewID)
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.