|
@@ -1,26 +0,0 @@
|
|
-package cn.com.qmth.examcloud.api.commons.security.bean;
|
|
|
|
-
|
|
|
|
-import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
|
|
|
|
-
|
|
|
|
-/**
|
|
|
|
- * WebSocket session
|
|
|
|
- *
|
|
|
|
- * @author WANGWEI
|
|
|
|
- * @date 2019年11月22日
|
|
|
|
- * @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
|
|
- */
|
|
|
|
-public class WebSocketSession implements JsonSerializable {
|
|
|
|
-
|
|
|
|
- private static final long serialVersionUID = 6657113738382557514L;
|
|
|
|
-
|
|
|
|
- private String id;
|
|
|
|
-
|
|
|
|
- public String getId() {
|
|
|
|
- return id;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setId(String id) {
|
|
|
|
- this.id = id;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-}
|
|
|