Package org.openapitools.client.models
Class ConnectedEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSClientEvent
public final class ConnectedEvent extends VideoEvent implements WSClientEvent
This event is sent when the WS connection is established and authenticated, this event contains the full user object as it is stored on the server
-
-
Field Summary
Fields Modifier and Type Field Description private final StringconnectionIdprivate final OffsetDateTimecreatedAtprivate final OwnUserResponsemeprivate final Stringtype
-
Constructor Summary
Constructors Constructor Description ConnectedEvent(String connectionId, OffsetDateTime createdAt, OwnUserResponse me, String type)
-
Method Summary
Modifier and Type Method Description final StringgetConnectionId()final OffsetDateTimegetCreatedAt()final OwnUserResponsegetMe()final StringgetType()StringgetEventType()-
-
Constructor Detail
-
ConnectedEvent
ConnectedEvent(String connectionId, OffsetDateTime createdAt, OwnUserResponse me, String type)
- Parameters:
connectionId- The connection_id for this clienttype- The type of event: \"connection.
-
-
Method Detail
-
getConnectionId
final String getConnectionId()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getMe
final OwnUserResponse getMe()
-
getEventType
String getEventType()
-
-
-
-