public abstract class AbstractDatadogEvent extends Object implements DatadogEvent
DatadogEvent.AlertType, DatadogEvent.Priority
DEFAULT_EVENT_TYPE, SECURITY_EVENT_TYPE, SYSTEM_EVENT_TYPE
Constructor and Description |
---|
AbstractDatadogEvent() |
Modifier and Type | Method and Description |
---|---|
String |
getAggregationKey() |
DatadogEvent.AlertType |
getAlertType() |
Long |
getDate() |
String |
getHost() |
String |
getJenkinsUrl() |
protected String |
getLocationDetails() |
DatadogEvent.Priority |
getPriority() |
Map<String,Set<String>> |
getTags() |
String |
getText() |
String |
getTitle() |
void |
setAggregationKey(String aggregationKey) |
void |
setAlertType(DatadogEvent.AlertType alertType) |
void |
setDate(Long date) |
void |
setHost(String host) |
void |
setJenkinsUrl(String jenkinsUrl) |
void |
setPriority(DatadogEvent.Priority priority) |
void |
setTags(Map<String,Set<String>> tags) |
void |
setText(String text) |
void |
setTitle(String title) |
public String getTitle()
getTitle
in interface DatadogEvent
public void setTitle(String title)
public String getText()
getText
in interface DatadogEvent
public void setText(String text)
public String getJenkinsUrl()
getJenkinsUrl
in interface DatadogEvent
public void setJenkinsUrl(String jenkinsUrl)
public String getHost()
getHost
in interface DatadogEvent
public void setHost(String host)
public DatadogEvent.Priority getPriority()
getPriority
in interface DatadogEvent
public void setPriority(DatadogEvent.Priority priority)
public DatadogEvent.AlertType getAlertType()
getAlertType
in interface DatadogEvent
public void setAlertType(DatadogEvent.AlertType alertType)
public String getAggregationKey()
getAggregationKey
in interface DatadogEvent
public void setAggregationKey(String aggregationKey)
public Long getDate()
getDate
in interface DatadogEvent
public void setDate(Long date)
protected String getLocationDetails()
Copyright © 2016–2023. All rights reserved.