Package com.influxdb.client.domain
Class StackResources
java.lang.Object
com.influxdb.client.domain.StackResources
StackResources
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAssociationsItem
(StackAssociations associationsItem) apiVersion
(String apiVersion) associations
(List<StackAssociations> associations) boolean
Get apiVersionGet associationsgetKind()
Get kindgetLinks()
Get linksGet resourceIDGet templateMetaNameint
hashCode()
kind
(TemplateKind kind) links
(StackLinks links) resourceID
(String resourceID) void
setApiVersion
(String apiVersion) void
setAssociations
(List<StackAssociations> associations) void
setKind
(TemplateKind kind) void
setLinks
(StackLinks links) void
setResourceID
(String resourceID) void
setTemplateMetaName
(String templateMetaName) templateMetaName
(String templateMetaName) toString()
-
Field Details
-
SERIALIZED_NAME_API_VERSION
- See Also:
-
SERIALIZED_NAME_RESOURCE_I_D
- See Also:
-
SERIALIZED_NAME_KIND
- See Also:
-
SERIALIZED_NAME_TEMPLATE_META_NAME
- See Also:
-
SERIALIZED_NAME_ASSOCIATIONS
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
-
Constructor Details
-
StackResources
public StackResources()
-
-
Method Details
-
apiVersion
-
getApiVersion
Get apiVersion- Returns:
- apiVersion
-
setApiVersion
-
resourceID
-
getResourceID
Get resourceID- Returns:
- resourceID
-
setResourceID
-
kind
-
getKind
Get kind- Returns:
- kind
-
setKind
-
templateMetaName
-
getTemplateMetaName
Get templateMetaName- Returns:
- templateMetaName
-
setTemplateMetaName
-
associations
-
addAssociationsItem
-
getAssociations
Get associations- Returns:
- associations
-
setAssociations
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-