public class CreateCell extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_H |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_USING_VIEW |
static String |
SERIALIZED_NAME_W |
static String |
SERIALIZED_NAME_X |
static String |
SERIALIZED_NAME_Y |
Constructor and Description |
---|
CreateCell() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getH()
Get h
|
String |
getName()
Get name
|
String |
getUsingView()
Makes a copy of the provided view.
|
Integer |
getW()
Get w
|
Integer |
getX()
Get x
|
Integer |
getY()
Get y
|
CreateCell |
h(Integer h) |
int |
hashCode() |
CreateCell |
name(String name) |
void |
setH(Integer h) |
void |
setName(String name) |
void |
setUsingView(String usingView) |
void |
setW(Integer w) |
void |
setX(Integer x) |
void |
setY(Integer y) |
String |
toString() |
CreateCell |
usingView(String usingView) |
CreateCell |
w(Integer w) |
CreateCell |
x(Integer x) |
CreateCell |
y(Integer y) |
public static final String SERIALIZED_NAME_NAME
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_USING_VIEW
public CreateCell name(String name)
public String getName()
public void setName(String name)
public CreateCell x(Integer x)
public Integer getX()
public void setX(Integer x)
public CreateCell y(Integer y)
public Integer getY()
public void setY(Integer y)
public CreateCell w(Integer w)
public Integer getW()
public void setW(Integer w)
public CreateCell h(Integer h)
public Integer getH()
public void setH(Integer h)
public CreateCell usingView(String usingView)
public String getUsingView()
public void setUsingView(String usingView)
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.