Package com.influxdb.client.domain
Class View
java.lang.Object
com.influxdb.client.domain.View
View
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
Get idgetLinks()
Get linksgetName()
Get nameGet propertiesint
hashCode()
properties
(ViewProperties properties) void
void
void
setProperties
(ViewProperties properties) toString()
-
Field Details
-
SERIALIZED_NAME_LINKS
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_PROPERTIES
- See Also:
-
-
Constructor Details
-
View
public View()
-
-
Method Details
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
getId
Get id- Returns:
- id
-
name
-
getName
Get name- Returns:
- name
-
setName
-
properties
-
getProperties
Get properties- Returns:
- properties
-
setProperties
-
equals
-
hashCode
public int hashCode() -
toString
-