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 ContextEnum
ContextEnum. fromValue(String text)
ContextEnum
EventSeverity. getContext()
The metric used in the event severity calculation.ContextEnum
ContextEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static ContextEnum
ContextEnum. 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 EventSeverity
EventSeverity. context(ContextEnum context)
void
EventSeverity. setContext(ContextEnum context)
void
ContextEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ContextEnum enumeration)
-