Uses of Class
de.tsystems.mms.apm.performancesignature.dynatrace.model.Alert.StateEnum
-
Packages that use Alert.StateEnum Package Description de.tsystems.mms.apm.performancesignature.dynatrace.model -
-
Uses of Alert.StateEnum in de.tsystems.mms.apm.performancesignature.dynatrace.model
Methods in de.tsystems.mms.apm.performancesignature.dynatrace.model that return Alert.StateEnum Modifier and Type Method Description static Alert.StateEnum
Alert.StateEnum. fromValue(String text)
Alert.StateEnum
Alert. getState()
The state of the alertAlert.StateEnum
Alert.StateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static Alert.StateEnum
Alert.StateEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static Alert.StateEnum[]
Alert.StateEnum. 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 with parameters of type Alert.StateEnum Modifier and Type Method Description void
Alert.StateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Alert.StateEnum enumeration)
-