-
public final class TimeseriesMemoryEvent.TimeseriesMemoryEventSessionSession properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTimeseriesMemoryEvent.TimeseriesMemoryEventSession.Companion
-
Constructor Summary
Constructors Constructor Description TimeseriesMemoryEvent.TimeseriesMemoryEventSession(String id, TimeseriesMemoryEvent.TimeseriesMemoryEventSessionType type, Boolean hasReplay)
-
Method Summary
Modifier and Type Method Description final StringgetId()final TimeseriesMemoryEvent.TimeseriesMemoryEventSessionTypegetType()final BooleangetHasReplay()final JsonElementtoJson()-
-
Constructor Detail
-
TimeseriesMemoryEvent.TimeseriesMemoryEventSession
TimeseriesMemoryEvent.TimeseriesMemoryEventSession(String id, TimeseriesMemoryEvent.TimeseriesMemoryEventSessionType type, Boolean hasReplay)
- Parameters:
id- UUID of the sessiontype- Type of the sessionhasReplay- Whether this session has a replay
-
-
Method Detail
-
getType
final TimeseriesMemoryEvent.TimeseriesMemoryEventSessionType getType()
-
getHasReplay
final Boolean getHasReplay()
-
toJson
final JsonElement toJson()
-
-
-
-