public class CellLinks extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_SELF |
static String |
SERIALIZED_NAME_VIEW |
Constructor and Description |
---|
CellLinks() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSelf()
Get self
|
String |
getView()
Get view
|
int |
hashCode() |
CellLinks |
self(String self) |
void |
setSelf(String self) |
void |
setView(String view) |
String |
toString() |
CellLinks |
view(String view) |
public static final String SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_VIEW
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.