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.StateEnumAlert.StateEnum. fromValue(String text)Alert.StateEnumAlert. getState()The state of the alertAlert.StateEnumAlert.StateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Alert.StateEnumAlert.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 voidAlert.StateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Alert.StateEnum enumeration)
-