public class WebSocketResponse extends Object
| Constructor and Description |
|---|
WebSocketResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Map<String,String> |
getData() |
AppError |
getError() |
long |
getSeqReply() |
String |
getStatus() |
int |
hashCode() |
void |
setData(Map<String,String> data) |
void |
setError(AppError error) |
void |
setSeqReply(long seqReply) |
void |
setStatus(String status) |
String |
toString() |
public String getStatus()
public long getSeqReply()
public AppError getError()
public void setStatus(String status)
public void setSeqReply(long seqReply)
public void setError(AppError error)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.