Class EventStoreResult
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.EventStoreResult
-
public class EventStoreResult extends Object
Contains ids of all custom events that were created by an event push call
-
-
Constructor Summary
Constructors Constructor Description EventStoreResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventStoreResultaddStoredIdsItem(String storedIdsItem)List<String>getStoredIds()Array of event ids, that were created by an event push callvoidsetStoredIds(List<String> storedIds)EventStoreResultstoredIds(List<String> storedIds)StringtoString()
-
-
-
Method Detail
-
storedIds
public EventStoreResult storedIds(List<String> storedIds)
-
addStoredIdsItem
public EventStoreResult addStoredIdsItem(String storedIdsItem)
-
getStoredIds
public List<String> getStoredIds()
Array of event ids, that were created by an event push call- Returns:
- storedIds
-
-