Package com.influxdb.client.domain
Class StackEvents
java.lang.Object
com.influxdb.client.domain.StackEvents
StackEvents
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResourcesItem(StackResources resourcesItem) addSourcesItem(String sourcesItem) addUrlsItem(String urlsItem) description(String description) booleanGet descriptionGet eventTypegetName()Get nameGet resourcesGet sourcesGet updatedAtgetUrls()Get urlsinthashCode()resources(List<StackResources> resources) voidsetDescription(String description) voidsetEventType(String eventType) voidvoidsetResources(List<StackResources> resources) voidsetSources(List<String> sources) voidtoString()
-
Field Details
-
SERIALIZED_NAME_EVENT_TYPE
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_SOURCES
- See Also:
-
SERIALIZED_NAME_RESOURCES
- See Also:
-
SERIALIZED_NAME_URLS
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
-
Constructor Details
-
StackEvents
public StackEvents()
-
-
Method Details
-
eventType
-
getEventType
Get eventType- Returns:
- eventType
-
setEventType
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
sources
-
addSourcesItem
-
getSources
Get sources- Returns:
- sources
-
setSources
-
resources
-
addResourcesItem
-
getResources
Get resources- Returns:
- resources
-
setResources
-
urls
-
addUrlsItem
-
getUrls
Get urls- Returns:
- urls
-
setUrls
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-