-
public final class TimeseriesCpuEvent.TimeseriesCpuEventSessionSession properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTimeseriesCpuEvent.TimeseriesCpuEventSession.Companion
-
Constructor Summary
Constructors Constructor Description TimeseriesCpuEvent.TimeseriesCpuEventSession(String id, TimeseriesCpuEvent.TimeseriesCpuEventSessionType type, Boolean hasReplay)
-
Method Summary
Modifier and Type Method Description final StringgetId()final TimeseriesCpuEvent.TimeseriesCpuEventSessionTypegetType()final BooleangetHasReplay()final JsonElementtoJson()-
-
Constructor Detail
-
TimeseriesCpuEvent.TimeseriesCpuEventSession
TimeseriesCpuEvent.TimeseriesCpuEventSession(String id, TimeseriesCpuEvent.TimeseriesCpuEventSessionType type, Boolean hasReplay)
- Parameters:
id- UUID of the sessiontype- Type of the sessionhasReplay- Whether this session has a replay
-
-
Method Detail
-
getType
final TimeseriesCpuEvent.TimeseriesCpuEventSessionType getType()
-
getHasReplay
final Boolean getHasReplay()
-
toJson
final JsonElement toJson()
-
-
-
-