public class MessageIn extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
cid |
protected Map<String,Object> |
data |
protected String |
ddid |
protected String |
sdid |
protected Long |
ts |
protected String |
type |
| Constructor and Description |
|---|
MessageIn() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCid() |
Map<String,Object> |
getData() |
String |
getDdid() |
String |
getSdid() |
Long |
getTs() |
String |
getType() |
int |
hashCode() |
void |
setCid(String cid) |
void |
setData(Map<String,Object> data) |
void |
setDdid(String ddid) |
void |
setSdid(String sdid) |
void |
setTs(Long ts) |
void |
setType(String type) |
String |
toString() |
protected String cid
protected String ddid
protected String sdid
protected Long ts
protected String type
public String getCid()
public void setCid(String cid)
public String getDdid()
public void setDdid(String ddid)
public String getSdid()
public void setSdid(String sdid)
public Long getTs()
public void setTs(Long ts)
public String getType()
public void setType(String type)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2016. All rights reserved.