Package com.influxdb.client.domain
Class NotificationEndpoint
java.lang.Object
com.influxdb.client.domain.NotificationEndpointBase
com.influxdb.client.domain.NotificationEndpointDiscriminator
com.influxdb.client.domain.NotificationEndpoint
- Direct Known Subclasses:
HTTPNotificationEndpoint
,PagerDutyNotificationEndpoint
,SlackNotificationEndpoint
,TelegramNotificationEndpoint
NotificationEndpoint
-
Nested Class Summary
Nested classes/interfaces inherited from class com.influxdb.client.domain.NotificationEndpointBase
NotificationEndpointBase.StatusEnum
-
Field Summary
Fields inherited from class com.influxdb.client.domain.NotificationEndpointBase
SERIALIZED_NAME_CREATED_AT, SERIALIZED_NAME_DESCRIPTION, SERIALIZED_NAME_ID, SERIALIZED_NAME_LABELS, SERIALIZED_NAME_LINKS, SERIALIZED_NAME_NAME, SERIALIZED_NAME_ORG_I_D, SERIALIZED_NAME_STATUS, SERIALIZED_NAME_TYPE, SERIALIZED_NAME_UPDATED_AT, SERIALIZED_NAME_USER_I_D
-
Constructor Summary
-
Method Summary
Methods inherited from class com.influxdb.client.domain.NotificationEndpointBase
addLabelsItem, description, getCreatedAt, getDescription, getId, getLabels, getLinks, getName, getOrgID, getStatus, getType, getUpdatedAt, getUserID, id, labels, links, name, orgID, setDescription, setId, setLabels, setLinks, setName, setOrgID, setStatus, setType, setUserID, status, type, userID
-
Constructor Details
-
NotificationEndpoint
public NotificationEndpoint()
-
-
Method Details
-
equals
- Overrides:
equals
in classNotificationEndpointDiscriminator
-
hashCode
public int hashCode()- Overrides:
hashCode
in classNotificationEndpointDiscriminator
-
toString
- Overrides:
toString
in classNotificationEndpointDiscriminator
-