Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.EventRestEntry
-
Packages that use EventRestEntry Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.api de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of EventRestEntry in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.api
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.api that return types with arguments of type EventRestEntry Modifier and Type Method Description retrofit2.Call<EventRestEntry>EventApi. getEventById(String eventId)Delivers a single Event by its ID -
Uses of EventRestEntry in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return EventRestEntry Modifier and Type Method Description EventRestEntryEventRestEntry. addTagsItem(TagInfo tagsItem)EventRestEntryEventRestEntry. endTime(Long endTime)EventRestEntryEventRestEntry. entityId(String entityId)EventRestEntryEventRestEntry. entityName(String entityName)EventRestEntryEventRestEntry. eventStatus(StatusEnum eventStatus)EventRestEntryEventRestEntry. eventType(EventTypeEnum eventType)EventRestEntryEventRestEntry. id(String id)EventRestEntryEventRestEntry. impactLevel(ImpactLevelEnum impactLevel)EventRestEntryEventRestEntry. severityLevel(SeverityLevelEnum severityLevel)EventRestEntryEventRestEntry. startTime(Long startTime)EventRestEntryEventRestEntry. tags(List<TagInfo> tags)Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return types with arguments of type EventRestEntry Modifier and Type Method Description List<EventRestEntry>EventQueryResult. getEvents()List of eventsMethods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with parameters of type EventRestEntry Modifier and Type Method Description EventQueryResultEventQueryResult. addEventsItem(EventRestEntry eventsItem)Method parameters in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with type arguments of type EventRestEntry Modifier and Type Method Description EventQueryResultEventQueryResult. events(List<EventRestEntry> events)voidEventQueryResult. setEvents(List<EventRestEntry> events)
-