-
public final class ConnectedEvent extends ChatEvent
-
-
Constructor Summary
Constructors Constructor Description ConnectedEvent(String type, Date createdAt, User me, String connectionId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Datecomponent2()final Usercomponent3()final Stringcomponent4()final ConnectedEventcopy(String type, Date createdAt, User me, String connectionId)StringgetType()DategetCreatedAt()final UsergetMe()final StringgetConnectionId()-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final User component3()
-
component4
final String component4()
-
getCreatedAt
Date getCreatedAt()
-
getConnectionId
final String getConnectionId()
-
-
-
-