Class WebSocketSessionKey
java.lang.Object
io.datarouter.model.field.BaseFieldSet<K>
io.datarouter.model.key.BaseKey<K>
io.datarouter.model.key.unique.BaseUniqueKey<PK>
io.datarouter.model.key.primary.BasePrimaryKey<PK>
io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<WebSocketSessionKey>
io.datarouter.websocket.storage.session.WebSocketSessionKey
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<WebSocketSessionKey>,io.datarouter.model.key.entity.EntityKey<WebSocketSessionKey>,io.datarouter.model.key.Key<WebSocketSessionKey>,io.datarouter.model.key.primary.EntityPrimaryKey<WebSocketSessionKey,WebSocketSessionKey>,io.datarouter.model.key.primary.PrimaryKey<WebSocketSessionKey>,io.datarouter.model.key.primary.RegularPrimaryKey<WebSocketSessionKey>,io.datarouter.model.key.unique.UniqueKey<WebSocketSessionKey>,io.datarouter.model.serialize.fielder.Fielder<WebSocketSessionKey>,io.datarouter.model.serialize.fielder.PrimaryKeyFielder<WebSocketSessionKey>,java.lang.Comparable<io.datarouter.model.field.FieldSet<WebSocketSessionKey>>
public class WebSocketSessionKey extends io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<WebSocketSessionKey>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebSocketSessionKey.FieldKeys -
Field Summary
-
Constructor Summary
Constructors Constructor Description WebSocketSessionKey()WebSocketSessionKey(java.lang.String userToken, java.lang.Long id) -
Method Summary
Modifier and Type Method Description java.util.List<io.datarouter.model.field.Field<?>>getFields()java.lang.LonggetId()java.lang.StringgetUserToken()Methods inherited from class io.datarouter.model.key.primary.base.BaseRegularPrimaryKey
getEntityKey, getEntityKeyFields, getPostEntityKeyFields, prefixFromEntityKeyMethods inherited from class io.datarouter.model.field.BaseFieldSet
compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, toString
-
Constructor Details
-
WebSocketSessionKey
public WebSocketSessionKey() -
WebSocketSessionKey
public WebSocketSessionKey(java.lang.String userToken, java.lang.Long id)
-
-
Method Details
-
getFields
public java.util.List<io.datarouter.model.field.Field<?>> getFields() -
getUserToken
public java.lang.String getUserToken() -
getId
public java.lang.Long getId()
-