@Beta public final class ConnectionCheckedInEvent extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ConnectionId |
connectionId |
Constructor and Description |
---|
ConnectionCheckedInEvent(ConnectionId connectionId)
Construct an instance
|
Modifier and Type | Method and Description |
---|---|
ConnectionId |
getConnectionId()
Gets the connection id
|
java.lang.String |
toString() |
private final ConnectionId connectionId
public ConnectionCheckedInEvent(ConnectionId connectionId)
connectionId
- the connectionIdpublic ConnectionId getConnectionId()
public java.lang.String toString()
toString
in class java.lang.Object