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 EventStoreResult
addStoredIdsItem(String storedIdsItem)
List<String>
getStoredIds()
Array of event ids, that were created by an event push callvoid
setStoredIds(List<String> storedIds)
EventStoreResult
storedIds(List<String> storedIds)
String
toString()
-
-
-
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
-
-