Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.ContextEnum
-
Packages that use ContextEnum Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of ContextEnum in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return ContextEnum Modifier and Type Method Description static ContextEnumContextEnum. fromValue(String text)ContextEnumEventSeverity. getContext()The metric used in the event severity calculation.ContextEnumContextEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ContextEnumContextEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextEnum[]ContextEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with parameters of type ContextEnum Modifier and Type Method Description EventSeverityEventSeverity. context(ContextEnum context)voidEventSeverity. setContext(ContextEnum context)voidContextEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ContextEnum enumeration)
-