Package com.influxdb.client.domain
Class NotificationEndpointBase
java.lang.Object
com.influxdb.client.domain.NotificationEndpointBase
- Direct Known Subclasses:
NotificationEndpointDiscriminator
NotificationEndpointBase
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The status of the endpoint. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddLabelsItem
(Label labelsItem) description
(String description) boolean
Get createdAtAn optional description of the notification endpoint.getId()
Get idGet labelsgetLinks()
Get linksgetName()
Get namegetOrgID()
Get orgIDThe status of the endpoint.getType()
Get typeGet updatedAtGet userIDint
hashCode()
void
setDescription
(String description) void
void
void
void
void
void
void
void
toString()
type
(NotificationEndpointType type)
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_ORG_I_D
- See Also:
-
SERIALIZED_NAME_USER_I_D
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_LABELS
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
NotificationEndpointBase
public NotificationEndpointBase()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
orgID
-
getOrgID
Get orgID- Returns:
- orgID
-
setOrgID
-
userID
-
getUserID
Get userID- Returns:
- userID
-
setUserID
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
description
-
getDescription
An optional description of the notification endpoint.- Returns:
- description
-
setDescription
-
name
-
getName
Get name- Returns:
- name
-
setName
-
status
-
getStatus
The status of the endpoint.- Returns:
- status
-
setStatus
-
labels
-
addLabelsItem
-
getLabels
Get labels- Returns:
- labels
-
setLabels
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-