public class ECVoiceMeetingRejectMsg extends ECVoiceMeetingMsg
ECVoiceMeetingMsg.ECVoiceMeetingMsgTypeECMeetingMsg.ForbidOptions| 限定符和类型 | 字段和说明 |
|---|---|
int |
code |
static android.os.Parcelable.Creator<ECVoiceMeetingRejectMsg> |
CREATOR |
| 限定符 | 构造器和说明 |
|---|---|
|
ECVoiceMeetingRejectMsg() |
protected |
ECVoiceMeetingRejectMsg(android.os.Parcel in) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
describeContents() |
int |
getCode() |
java.lang.String |
getWho()
返回当前拒绝加入会议的账号
|
void |
setCode(int code) |
void |
setWho(java.lang.String who)
将指定的成员账号标识更新到会议成员Push消息中
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getMsgType, isMobile, setIsMobilegetMeetingNo, getReceiver, getSender, setMeetingNo, setReceiver, setSenderpublic int code
public static final android.os.Parcelable.Creator<ECVoiceMeetingRejectMsg> CREATOR
public ECVoiceMeetingRejectMsg()
protected ECVoiceMeetingRejectMsg(android.os.Parcel in)
public int getCode()
public void setCode(int code)
public java.lang.String getWho()
public void setWho(java.lang.String who)
who - 成员账号标识public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel 在接口中 android.os.ParcelablewriteToParcel 在类中 ECVoiceMeetingMsgpublic int describeContents()
describeContents 在接口中 android.os.ParcelabledescribeContents 在类中 ECVoiceMeetingMsgCopyright © 2017 All rights reserved.