public class WebSocketSession extends Object implements IModel, Serializable, Comparable<WebSocketSession>
| Constructor and Description |
|---|
WebSocketSession() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(WebSocketSession o) |
boolean |
equals(Object o) |
static WebSocketSession |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getConnectionId() |
Long |
getCreatedAt() |
String |
getNamespaceName() |
Long |
getUpdatedAt() |
String |
getUserId() |
String |
getWebSocketSessionId() |
int |
hashCode() |
void |
setConnectionId(String connectionId) |
void |
setCreatedAt(Long createdAt) |
void |
setNamespaceName(String namespaceName) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUserId(String userId) |
void |
setWebSocketSessionId(String webSocketSessionId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
WebSocketSession |
withConnectionId(String connectionId) |
WebSocketSession |
withCreatedAt(Long createdAt) |
WebSocketSession |
withNamespaceName(String namespaceName) |
WebSocketSession |
withUpdatedAt(Long updatedAt) |
WebSocketSession |
withUserId(String userId) |
WebSocketSession |
withWebSocketSessionId(String webSocketSessionId) |
public String getWebSocketSessionId()
public void setWebSocketSessionId(String webSocketSessionId)
public WebSocketSession withWebSocketSessionId(String webSocketSessionId)
public String getConnectionId()
public void setConnectionId(String connectionId)
public WebSocketSession withConnectionId(String connectionId)
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
public WebSocketSession withNamespaceName(String namespaceName)
public String getUserId()
public void setUserId(String userId)
public WebSocketSession withUserId(String userId)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public WebSocketSession withCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public WebSocketSession withUpdatedAt(Long updatedAt)
public static WebSocketSession fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(WebSocketSession o)
compareTo in interface Comparable<WebSocketSession>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.