Package com.influxdb.client.domain
Class StackEvents
java.lang.Object
com.influxdb.client.domain.StackEvents
StackEvents
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddResourcesItem
(StackResources resourcesItem) addSourcesItem
(String sourcesItem) addUrlsItem
(String urlsItem) description
(String description) boolean
Get descriptionGet eventTypegetName()
Get nameGet resourcesGet sourcesGet updatedAtgetUrls()
Get urlsint
hashCode()
resources
(List<StackResources> resources) void
setDescription
(String description) void
setEventType
(String eventType) void
void
setResources
(List<StackResources> resources) void
setSources
(List<String> sources) void
toString()
-
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
-