public class NotificationEndpoints extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_LINKS |
static String |
SERIALIZED_NAME_NOTIFICATION_ENDPOINTS |
Constructor and Description |
---|
NotificationEndpoints() |
Modifier and Type | Method and Description |
---|---|
NotificationEndpoints |
addNotificationEndpointsItem(NotificationEndpoint notificationEndpointsItem) |
boolean |
equals(Object o) |
Links |
getLinks()
Get links
|
List<NotificationEndpoint> |
getNotificationEndpoints()
Get notificationEndpoints
|
int |
hashCode() |
NotificationEndpoints |
links(Links links) |
NotificationEndpoints |
notificationEndpoints(List<NotificationEndpoint> notificationEndpoints) |
void |
setLinks(Links links) |
void |
setNotificationEndpoints(List<NotificationEndpoint> notificationEndpoints) |
String |
toString() |
public static final String SERIALIZED_NAME_NOTIFICATION_ENDPOINTS
public static final String SERIALIZED_NAME_LINKS
public NotificationEndpoints notificationEndpoints(List<NotificationEndpoint> notificationEndpoints)
public NotificationEndpoints addNotificationEndpointsItem(NotificationEndpoint notificationEndpointsItem)
public List<NotificationEndpoint> getNotificationEndpoints()
public void setNotificationEndpoints(List<NotificationEndpoint> notificationEndpoints)
public NotificationEndpoints links(Links links)
public Links getLinks()
public void setLinks(Links links)
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.