public class MessageSendFinishEvent extends CommonEvent
Constructor and Description |
---|
MessageSendFinishEvent() |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCount() |
int |
getFilterCount() |
String |
getMsgId() |
int |
getSentCount() |
String |
getStatus() |
int |
getTotalCount() |
void |
setErrorCount(int errorCount) |
void |
setFilterCount(int filterCount) |
void |
setMsgId(String msgId) |
void |
setSentCount(int sentCount) |
void |
setStatus(String status) |
void |
setTotalCount(int totalCount) |
getCreateTime, getEvent, getFromUserName, getMsgType, getToUserName, setCreateTime, setEvent, setFromUserName, setMsgType, setToUserName
public String getMsgId()
public void setMsgId(String msgId)
public String getStatus()
public void setStatus(String status)
public int getTotalCount()
public void setTotalCount(int totalCount)
public int getFilterCount()
public void setFilterCount(int filterCount)
public int getSentCount()
public void setSentCount(int sentCount)
public int getErrorCount()
public void setErrorCount(int errorCount)
Copyright © 2006–2018 TinyGroup. All rights reserved.