Package io.rong.imlib.model
Class RecallMsgInfo
-
- All Implemented Interfaces:
public class RecallMsgInfo
-
-
Field Summary
Fields Modifier and Type Field Description public StringmsgUIdpublic booleanisAdminpublic booleanisDelpublic longsentTimepublic StringoperatorIdpublic StringtargetIdpublic StringchannelIdpublic intmentionTypepublic final static Creator<RecallMsgInfo>CREATOR
-
Constructor Summary
Constructors Constructor Description RecallMsgInfo()
-
Method Summary
Modifier and Type Method Description StringgetMsgUId()voidsetMsgUId(String msgUId)booleanisAdmin()voidsetAdmin(boolean admin)booleanisDel()voidsetDel(boolean isDel)longgetSentTime()voidsetSentTime(long sentTime)StringgetOperatorId()voidsetOperatorId(String operatorId)StringgetTargetId()voidsetTargetId(String targetId)StringgetChannelId()voidsetChannelId(String channelId)intgetMentionType()StringtoString()StringgetMsgUid()voidsetMsgUid(String messageUId)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
-
Method Detail
-
getMsgUId
String getMsgUId()
-
setMsgUId
void setMsgUId(String msgUId)
-
isAdmin
boolean isAdmin()
-
setAdmin
void setAdmin(boolean admin)
-
isDel
boolean isDel()
-
setDel
void setDel(boolean isDel)
-
getSentTime
long getSentTime()
-
setSentTime
void setSentTime(long sentTime)
-
getOperatorId
String getOperatorId()
-
setOperatorId
void setOperatorId(String operatorId)
-
getTargetId
String getTargetId()
-
setTargetId
void setTargetId(String targetId)
-
getChannelId
String getChannelId()
-
setChannelId
void setChannelId(String channelId)
-
getMentionType
int getMentionType()
-
toString
String toString()
-
getMsgUid
String getMsgUid()
-
setMsgUid
void setMsgUid(String messageUId)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-