Class Alert
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatrace.model.Alert
-
@ExportedBean public class Alert extends Object
Alert record description
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Alert.SeverityEnum
The severity of the alertstatic class
Alert.StateEnum
The state of the alert
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Get descriptionDate
getEnd()
End time in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXXString
getMessage()
Get messageString
getRule()
Incident Rule nameAlert.SeverityEnum
getSeverity()
The severity of the alertDate
getStart()
Start time in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXXAlert.StateEnum
getState()
The state of the alertString
toString()
-
-
-
Constructor Detail
-
Alert
public Alert()
-
Alert
public Alert(Alert.SeverityEnum severity, String message, String description, long timeframeStart, String rule)
-
-
Method Detail
-
getSeverity
@Exported public Alert.SeverityEnum getSeverity()
The severity of the alert- Returns:
- severity
-
getState
@Exported public Alert.StateEnum getState()
The state of the alert- Returns:
- state
-
getMessage
@Exported public String getMessage()
Get message- Returns:
- message
-
getDescription
@Exported public String getDescription()
Get description- Returns:
- description
-
getStart
@Exported public Date getStart()
Start time in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXX- Returns:
- start
-
getEnd
@Exported public Date getEnd()
End time in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXX- Returns:
- end
-
getRule
@Exported public String getRule()
Incident Rule name- Returns:
- rule
-
-