public class View extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
View.ViewPropertiesAdapter |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LINKS |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PROPERTIES |
| Constructor and Description |
|---|
View() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Get id
|
ViewLinks |
getLinks()
Get links
|
String |
getName()
Get name
|
ViewProperties |
getProperties()
Get properties
|
int |
hashCode() |
View |
links(ViewLinks links) |
View |
name(String name) |
View |
properties(ViewProperties properties) |
void |
setLinks(ViewLinks links) |
void |
setName(String name) |
void |
setProperties(ViewProperties properties) |
String |
toString() |
public static final String SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_PROPERTIES
public ViewLinks getLinks()
public void setLinks(ViewLinks links)
public String getId()
public String getName()
public void setName(String name)
public View properties(ViewProperties properties)
public ViewProperties getProperties()
public void setProperties(ViewProperties properties)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.