public class PagerDutyNotificationEndpoint extends NotificationEndpoint
NotificationEndpointBase.StatusEnum
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_U_R_L |
static String |
SERIALIZED_NAME_ROUTING_KEY |
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 and Description |
---|
PagerDutyNotificationEndpoint() |
Modifier and Type | Method and Description |
---|---|
PagerDutyNotificationEndpoint |
clientURL(String clientURL) |
boolean |
equals(Object o) |
String |
getClientURL()
Get clientURL
|
String |
getRoutingKey()
Get routingKey
|
int |
hashCode() |
PagerDutyNotificationEndpoint |
routingKey(String routingKey) |
void |
setClientURL(String clientURL) |
void |
setRoutingKey(String routingKey) |
String |
toString() |
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
public static final String SERIALIZED_NAME_CLIENT_U_R_L
public static final String SERIALIZED_NAME_ROUTING_KEY
public PagerDutyNotificationEndpoint clientURL(String clientURL)
public String getClientURL()
public void setClientURL(String clientURL)
public PagerDutyNotificationEndpoint routingKey(String routingKey)
public String getRoutingKey()
public void setRoutingKey(String routingKey)
public boolean equals(Object o)
equals
in class NotificationEndpoint
public int hashCode()
hashCode
in class NotificationEndpoint
public String toString()
toString
in class NotificationEndpoint
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.