Class EventPushMessage
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.EventPushMessage
-
public class EventPushMessage extends Object
EventPushMessage
-
-
Constructor Summary
Constructors Constructor Description EventPushMessage(EventTypeEnum eventType, PushEventAttachRules attachRules)
-
Method Summary
-
-
-
Constructor Detail
-
EventPushMessage
public EventPushMessage(EventTypeEnum eventType, PushEventAttachRules attachRules)
-
-
Method Detail
-
getAttachRules
public PushEventAttachRules getAttachRules()
-
getStartTime
public Long getStartTime()
Timestamp of the event detection, in UTC milliseconds.- Returns:
- startTime
-
setStartTime
public EventPushMessage setStartTime(Long startTime)
-
getEndTime
public Long getEndTime()
Timestamp of the event closure, in UTC milliseconds. `-1` if the event is still open.- Returns:
- endTime
-
setEndTime
public EventPushMessage setEndTime(Long endTime)
-
getEventType
public EventTypeEnum getEventType()
The type of the event.- Returns:
- eventType
-
getDeploymentProject
public String getDeploymentProject()
- Returns:
- deploymentProject
-
setDeploymentProject
public EventPushMessage setDeploymentProject(String deploymentProject)
-
getSource
public String getSource()
- Returns:
- source
-
setSource
public EventPushMessage setSource(String source)
-
getTitle
public String getTitle()
- Returns:
- description
-
setTitle
public EventPushMessage setTitle(String title)
-
getDescription
public String getDescription()
- Returns:
- description
-
setDescription
public EventPushMessage setDescription(String description)
-
getAnnotationDescription
public String getAnnotationDescription()
- Returns:
- annotationDescription
-
setAnnotationDescription
public EventPushMessage setAnnotationDescription(String annotationDescription)
-
getDeploymentName
public String getDeploymentName()
- Returns:
- deploymentName
-
setDeploymentName
public EventPushMessage setDeploymentName(String deploymentName)
-
getDeploymentVersion
public String getDeploymentVersion()
- Returns:
- deploymentVersion
-
setDeploymentVersion
public EventPushMessage setDeploymentVersion(String deploymentVersion)
-
getAnnotationType
public String getAnnotationType()
- Returns:
- annotationType
-
setAnnotationType
public EventPushMessage setAnnotationType(String annotationType)
-
addCustomProperties
public EventPushMessage addCustomProperties(String key, String value)
-
getRemediationAction
public String getRemediationAction()
- Returns:
- remediationAction
-
setRemediationAction
public EventPushMessage setRemediationAction(String remediationAction)
-
getCiBackLink
public String getCiBackLink()
- Returns:
- ciBackLink
-
setCiBackLink
public EventPushMessage setCiBackLink(String ciBackLink)
-
-