forked from External/mage
...
This commit is contained in:
parent
69e219c7c6
commit
1f53bb1995
4 changed files with 26 additions and 56 deletions
|
|
@ -38,6 +38,7 @@ public class ClientCallback implements Serializable {
|
|||
|
||||
private Object data;
|
||||
private String method;
|
||||
private int messageId;
|
||||
|
||||
public ClientCallback() {}
|
||||
|
||||
|
|
@ -67,4 +68,12 @@ public class ClientCallback implements Serializable {
|
|||
this.method = method;
|
||||
}
|
||||
|
||||
public void setMessageId(int messageId) {
|
||||
this.messageId = messageId;
|
||||
}
|
||||
|
||||
public int getMessageId() {
|
||||
return messageId;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue