-
public final class ErrorEvent.ErrorEventSessionSession properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.ErrorEventSession.Companion
-
Constructor Summary
Constructors Constructor Description ErrorEvent.ErrorEventSession(String id, ErrorEvent.ErrorEventSessionType type, Boolean hasReplay)
-
Method Summary
Modifier and Type Method Description final StringgetId()final ErrorEvent.ErrorEventSessionTypegetType()final BooleangetHasReplay()final JsonElementtoJson()-
-
Constructor Detail
-
ErrorEvent.ErrorEventSession
ErrorEvent.ErrorEventSession(String id, ErrorEvent.ErrorEventSessionType type, Boolean hasReplay)
- Parameters:
id- UUID of the sessiontype- Type of the sessionhasReplay- Whether this session has a replay
-
-
Method Detail
-
getType
final ErrorEvent.ErrorEventSessionType getType()
-
getHasReplay
final Boolean getHasReplay()
-
toJson
final JsonElement toJson()
-
-
-
-