Package io.rong.imlib.model
Class RecallMsgInfo
-
- All Implemented Interfaces:
public class RecallMsgInfo
-
-
Field Summary
Fields Modifier and Type Field Description public String
msgUId
public boolean
isAdmin
public boolean
isDel
public long
sentTime
public String
operatorId
public String
targetId
public String
channelId
public int
mentionType
public final static Creator<RecallMsgInfo>
CREATOR
-
Constructor Summary
Constructors Constructor Description RecallMsgInfo()
-
Method Summary
Modifier and Type Method Description String
getMsgUId()
void
setMsgUId(String msgUId)
boolean
isAdmin()
void
setAdmin(boolean admin)
boolean
isDel()
void
setDel(boolean isDel)
long
getSentTime()
void
setSentTime(long sentTime)
String
getOperatorId()
void
setOperatorId(String operatorId)
String
getTargetId()
void
setTargetId(String targetId)
String
getChannelId()
void
setChannelId(String channelId)
int
getMentionType()
String
toString()
String
getMsgUid()
void
setMsgUid(String messageUId)
int
describeContents()
void
writeToParcel(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)
-
-
-
-