Package io.rong.message
Class RecallCommandMessage
-
- All Implemented Interfaces:
public class RecallCommandMessage
/~english
-
-
Field Summary
Fields Modifier and Type Field Description public String
messageUId
public String
targetId
public int
conversationType
public long
sentTime
public String
channelId
public boolean
isAdmin
public boolean
isDelete
public final static Creator<RecallCommandMessage>
CREATOR
-
Constructor Summary
Constructors Constructor Description RecallCommandMessage(String UId)
RecallCommandMessage(String UId, String ex)
RecallCommandMessage(Array<byte> data)
RecallCommandMessage(Parcel in)
-
Method Summary
Modifier and Type Method Description String
getMessageUId()
/~english void
setMessageUId(String messageUId)
/~english String
getTargetId()
/~english void
setTargetId(String targetId)
/~english int
getConversationType()
/~english void
setConversationType(int conversationType)
/~english long
getSentTime()
/~english void
setSentTime(long sentTime)
/~english String
getChannelId()
void
setChannelId(String channelId)
boolean
isAdmin()
/~english void
setAdmin(boolean admin)
/~english boolean
isDelete()
/~english void
setDelete(boolean delete)
/~english Array<byte>
encode()
/~english void
writeToParcel(Parcel dest, int flags)
int
describeContents()
-
-
Constructor Detail
-
RecallCommandMessage
RecallCommandMessage(String UId)
-
RecallCommandMessage
RecallCommandMessage(String UId, String ex)
-
RecallCommandMessage
RecallCommandMessage(Array<byte> data)
-
RecallCommandMessage
RecallCommandMessage(Parcel in)
-
-
Method Detail
-
getMessageUId
String getMessageUId()
/~english
-
setMessageUId
void setMessageUId(String messageUId)
/~english
-
getTargetId
String getTargetId()
/~english
-
setTargetId
void setTargetId(String targetId)
/~english
-
getConversationType
int getConversationType()
/~english
-
setConversationType
void setConversationType(int conversationType)
/~english
-
getSentTime
long getSentTime()
/~english
-
setSentTime
void setSentTime(long sentTime)
/~english
-
getChannelId
String getChannelId()
-
setChannelId
void setChannelId(String channelId)
-
isAdmin
boolean isAdmin()
/~english
-
setAdmin
void setAdmin(boolean admin)
/~english
-
isDelete
boolean isDelete()
/~english
-
setDelete
void setDelete(boolean delete)
/~english
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-