Uses of Class
de.tsystems.mms.apm.performancesignature.dynatrace.model.Alert.SeverityEnum
-
Packages that use Alert.SeverityEnum Package Description de.tsystems.mms.apm.performancesignature.dynatrace.model -
-
Uses of Alert.SeverityEnum in de.tsystems.mms.apm.performancesignature.dynatrace.model
Methods in de.tsystems.mms.apm.performancesignature.dynatrace.model that return Alert.SeverityEnum Modifier and Type Method Description static Alert.SeverityEnum
Alert.SeverityEnum. fromValue(String text)
Alert.SeverityEnum
Alert. getSeverity()
The severity of the alertAlert.SeverityEnum
Alert.SeverityEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static Alert.SeverityEnum
Alert.SeverityEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static Alert.SeverityEnum[]
Alert.SeverityEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.tsystems.mms.apm.performancesignature.dynatrace.model that return types with arguments of type Alert.SeverityEnum Modifier and Type Method Description Map<Alert.SeverityEnum,Map<String,List<Alert>>>
DashboardReport. getIncidentMap()
Methods in de.tsystems.mms.apm.performancesignature.dynatrace.model with parameters of type Alert.SeverityEnum Modifier and Type Method Description void
Alert.SeverityEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Alert.SeverityEnum enumeration)
Constructors in de.tsystems.mms.apm.performancesignature.dynatrace.model with parameters of type Alert.SeverityEnum Constructor Description Alert(Alert.SeverityEnum severity, String message, String description, long timeframeStart, String rule)
-