public class CellWithViewProperties extends Cell
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PROPERTIES |
SERIALIZED_NAME_H, SERIALIZED_NAME_ID, SERIALIZED_NAME_LINKS, SERIALIZED_NAME_VIEW_I_D, SERIALIZED_NAME_W, SERIALIZED_NAME_X, SERIALIZED_NAME_Y| Constructor and Description |
|---|
CellWithViewProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Get name
|
ViewProperties |
getProperties()
Get properties
|
int |
hashCode() |
CellWithViewProperties |
name(String name) |
CellWithViewProperties |
properties(ViewProperties properties) |
void |
setName(String name) |
void |
setProperties(ViewProperties properties) |
String |
toString() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_PROPERTIES
public CellWithViewProperties name(String name)
public String getName()
public void setName(String name)
public CellWithViewProperties properties(ViewProperties properties)
public ViewProperties getProperties()
public void setProperties(ViewProperties properties)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.