public class ReplyMsg extends Object
| 构造器和说明 |
|---|
ReplyMsg() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cache()
保存缓存,只存储30天
|
static ReplyMsg |
cache(String originalid,
String keyword) |
void |
copy(bee.cloud.engine.db.CommTable tb) |
void |
copy(Map<String,String> map) |
void |
copy(ReplyMsg rmsg) |
String |
getCacheKey() |
static String |
getCacheKey(String originalid,
String keyword) |
String |
getContent() |
String |
getKeyword() |
String |
getMsgType() |
String |
getOriginalid() |
long |
getReplyMsgId() |
int |
getValid() |
void |
setContent(String content) |
void |
setKeyword(String keyword) |
void |
setMsgType(String msgType) |
void |
setOriginalid(String originalid) |
void |
setReplyMsgId(long replyMsgId) |
void |
setValid(int valid) |
Map<String,String> |
toMap() |
String |
toString() |
public void copy(bee.cloud.engine.db.CommTable tb)
public void copy(ReplyMsg rmsg)
public void cache()
public String getCacheKey()
public long getReplyMsgId()
public void setReplyMsgId(long replyMsgId)
replyMsgId - the replyMsgId to setpublic String getOriginalid()
public void setOriginalid(String originalid)
originalid - the originalid to setpublic String getKeyword()
public void setKeyword(String keyword)
keyword - the keyword to setpublic String getMsgType()
public void setMsgType(String msgType)
msgType - the msgType to setpublic String getContent()
public void setContent(String content)
content - the content to setpublic int getValid()
public void setValid(int valid)
valid - the valid to setCopyright © 2023. All rights reserved.