public class WebsocketRequest<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
flowId |
String |
msgId |
String |
object |
String |
type |
T |
value |
| Constructor and Description |
|---|
WebsocketRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFlowId() |
String |
getMsgId() |
String |
getObject() |
String |
getType() |
T |
getValue() |
void |
setFlowId(String flowId) |
void |
setMsgId(String msgId) |
void |
setObject(String object) |
void |
setType(String type) |
void |
setValue(T value) |
public String msgId
public String object
public String type
public String flowId
public T value
public String getMsgId()
public void setMsgId(String msgId)
public String getObject()
public void setObject(String object)
public String getType()
public void setType(String type)
public String getFlowId()
public void setFlowId(String flowId)
public T getValue()
public void setValue(T value)
Copyright © 2016. All rights reserved.