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 EventRestEntry
EventRestEntry. addTagsItem(TagInfo tagsItem)
EventRestEntry
EventRestEntry. endTime(Long endTime)
EventRestEntry
EventRestEntry. entityId(String entityId)
EventRestEntry
EventRestEntry. entityName(String entityName)
EventRestEntry
EventRestEntry. eventStatus(StatusEnum eventStatus)
EventRestEntry
EventRestEntry. eventType(EventTypeEnum eventType)
EventRestEntry
EventRestEntry. id(String id)
EventRestEntry
EventRestEntry. impactLevel(ImpactLevelEnum impactLevel)
EventRestEntry
EventRestEntry. severityLevel(SeverityLevelEnum severityLevel)
EventRestEntry
EventRestEntry. startTime(Long startTime)
EventRestEntry
EventRestEntry. 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 EventQueryResult
EventQueryResult. 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 EventQueryResult
EventQueryResult. events(List<EventRestEntry> events)
void
EventQueryResult. setEvents(List<EventRestEntry> events)
-