Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.EventTypeEnum
-
Packages that use EventTypeEnum Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of EventTypeEnum in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return EventTypeEnum Modifier and Type Method Description static EventTypeEnumEventTypeEnum. fromValue(String text)EventTypeEnumEvent. getEventType()The type of the event.EventTypeEnumEventPushMessage. getEventType()The type of the event.EventTypeEnumEventRestEntry. getEventType()The type of the event.EventTypeEnumEventRestImpact. getEventType()The type of the event.EventTypeEnumEventTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static EventTypeEnumEventTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EventTypeEnum[]EventTypeEnum. 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 EventTypeEnum Modifier and Type Method Description EventRestEntryEventRestEntry. eventType(EventTypeEnum eventType)EventRestImpactEventRestImpact. eventType(EventTypeEnum eventType)voidEventRestEntry. setEventType(EventTypeEnum eventType)voidEventRestImpact. setEventType(EventTypeEnum eventType)voidEventTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, EventTypeEnum enumeration)Constructors in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with parameters of type EventTypeEnum Constructor Description EventPushMessage(EventTypeEnum eventType, PushEventAttachRules attachRules)
-