public class Message extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Integer |
cmd |
protected Long |
createTime |
protected String |
id |
Constructor and Description |
---|
Message() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCmd() |
Long |
getCreateTime() |
String |
getId() |
void |
setCmd(Integer cmd) |
void |
setCreateTime(Long createTime) |
void |
setId(String id) |
byte[] |
toByte() |
String |
toJsonString() |
public Long getCreateTime()
public void setCreateTime(Long createTime)
public String getId()
public void setId(String id)
public Integer getCmd()
public void setCmd(Integer cmd)
public String toJsonString()
public byte[] toByte()
Copyright © 2018. All rights reserved.