public class ECVoiceMeetingMemberForbidOpt extends ECVoiceMeetingMsg
ECVoiceMeetingMsg.ECVoiceMeetingMsgTypeECMeetingMsg.ForbidOptions| 限定符和类型 | 字段和说明 |
|---|---|
static android.os.Parcelable.Creator<ECVoiceMeetingMemberForbidOpt> |
CREATOR |
| 限定符 | 构造器和说明 |
|---|---|
|
ECVoiceMeetingMemberForbidOpt() |
protected |
ECVoiceMeetingMemberForbidOpt(android.os.Parcel in) |
| 限定符和类型 | 方法和说明 |
|---|---|
ECMeetingMsg.ForbidOptions |
getForbid()
返回当前会议的成员账号可听可讲权限
|
java.lang.String |
getMember()
已过时。
|
java.lang.String |
getWho()
返回当前被更新可听可讲权限的成员账号
|
void |
setForbid(ECMeetingMsg.ForbidOptions forbid)
将指定的会议可听可讲权限更新到当前会议的成员信息中
|
void |
setMember(java.lang.String member)
将指定的会议成员标识更新到会议成员信息中
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
describeContents, getMsgType, isMobile, setIsMobilegetMeetingNo, getReceiver, getSender, setMeetingNo, setReceiver, setSenderpublic static final android.os.Parcelable.Creator<ECVoiceMeetingMemberForbidOpt> CREATOR
public ECVoiceMeetingMemberForbidOpt()
protected ECVoiceMeetingMemberForbidOpt(android.os.Parcel in)
@Deprecated public java.lang.String getMember()
getWho()public java.lang.String getWho()
public void setMember(java.lang.String member)
member - 会议成员标识public ECMeetingMsg.ForbidOptions getForbid()
public void setForbid(ECMeetingMsg.ForbidOptions forbid)
forbid - 可听可讲权限public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel 在接口中 android.os.ParcelablewriteToParcel 在类中 ECVoiceMeetingMsgCopyright © 2017 All rights reserved.