public class ECMessageRevokeNotify extends ECMessageNotify implements android.os.Parcelable
ECMessageNotify.NotifyType
限定符和类型 | 字段和说明 |
---|---|
static android.os.Parcelable.Creator<ECMessageRevokeNotify> |
CREATOR |
限定符 | 构造器和说明 |
---|---|
protected |
ECMessageRevokeNotify(android.os.Parcel in) |
|
ECMessageRevokeNotify(java.lang.String msgId) |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
java.lang.String |
getRevoker()
返回此消息撤回的账号
|
java.lang.String |
getSessionId()
当前会话
|
void |
setRevoker(java.lang.String revoker)
设置撤销者到该消息
|
void |
setSessionId(java.lang.String sessionId) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getDateCreated, getMsgId, getNotifyType, setDateCreated, setMsgId, setNotifyType
public static final android.os.Parcelable.Creator<ECMessageRevokeNotify> CREATOR
public ECMessageRevokeNotify(java.lang.String msgId)
protected ECMessageRevokeNotify(android.os.Parcel in)
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
在接口中 android.os.Parcelable
writeToParcel
在类中 ECMessageNotify
public int describeContents()
describeContents
在接口中 android.os.Parcelable
describeContents
在类中 ECMessageNotify
public java.lang.String getRevoker()
public void setRevoker(java.lang.String revoker)
revoker
- public java.lang.String getSessionId()
public void setSessionId(java.lang.String sessionId)
Copyright © 2017 All rights reserved.