Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.ImpactLevelEnum
-
Packages that use ImpactLevelEnum Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of ImpactLevelEnum in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return ImpactLevelEnum Modifier and Type Method Description static ImpactLevelEnumImpactLevelEnum. fromValue(String text)ImpactLevelEnumEvent. getImpactLevel()The impact level of the event.ImpactLevelEnumEventRestEntry. getImpactLevel()The impact level of the event.ImpactLevelEnumEventRestImpact. getImpactLevel()The impact level of the event.ImpactLevelEnumImpactLevelEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ImpactLevelEnumImpactLevelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ImpactLevelEnum[]ImpactLevelEnum. 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 ImpactLevelEnum Modifier and Type Method Description EventRestEntryEventRestEntry. impactLevel(ImpactLevelEnum impactLevel)EventRestImpactEventRestImpact. impactLevel(ImpactLevelEnum impactLevel)voidEventRestEntry. setImpactLevel(ImpactLevelEnum impactLevel)voidEventRestImpact. setImpactLevel(ImpactLevelEnum impactLevel)voidImpactLevelEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ImpactLevelEnum enumeration)
-