public class MemberRecord extends AbstractModel
Constructor and Description |
---|
MemberRecord() |
MemberRecord(MemberRecord source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAnswerQuestions()
Get 回答问题数量。
|
Long |
getCamera()
Get 是否开启摄像头。
|
Long |
getDevice()
Get 用户设备平台信息。0:unknown 1:windows 2:mac 3:android 4:ios 5:web 6:h5 7:miniprogram (小程序)
|
Long |
getFirstJoinTimestamp()
Get 首次进入房间的unix时间戳。
|
String |
getGroupId()
Get 上课班号
|
Long |
getHandUps()
Get 举手数量。
|
String |
getIPAddress()
Get 用户IP。
|
Long |
getLastQuitTimestamp()
Get 最后一次退出房间的unix时间戳。
|
String |
getLocation()
Get 用户位置信息。
|
Long |
getMic()
Get 是否开启麦克风。
|
Long |
getPerMemberMessageCount()
Get 每个成员发送消息数量。
|
Long |
getPerMemberMicCount()
Get 每个成员上麦次数。
|
Long |
getPresentTime()
Get 在线时长,单位秒。
|
Long |
getRewords()
Get 奖励次数。
|
Long |
getRole()
Get 用户角色。0代表学生;1代表老师; 2助教;3巡课。
|
Long |
getSilence()
Get 是否禁言。
|
Long |
getStage()
Get 用户的上台状态
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getSubGroupId()
Get 子上课班号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUserId()
Get 用户ID。
|
String |
getUserName()
Get 用户名称。
|
void |
setAnswerQuestions(Long AnswerQuestions)
Set 回答问题数量。
|
void |
setCamera(Long Camera)
Set 是否开启摄像头。
|
void |
setDevice(Long Device)
Set 用户设备平台信息。0:unknown 1:windows 2:mac 3:android 4:ios 5:web 6:h5 7:miniprogram (小程序)
|
void |
setFirstJoinTimestamp(Long FirstJoinTimestamp)
Set 首次进入房间的unix时间戳。
|
void |
setGroupId(String GroupId)
Set 上课班号
|
void |
setHandUps(Long HandUps)
Set 举手数量。
|
void |
setIPAddress(String IPAddress)
Set 用户IP。
|
void |
setLastQuitTimestamp(Long LastQuitTimestamp)
Set 最后一次退出房间的unix时间戳。
|
void |
setLocation(String Location)
Set 用户位置信息。
|
void |
setMic(Long Mic)
Set 是否开启麦克风。
|
void |
setPerMemberMessageCount(Long PerMemberMessageCount)
Set 每个成员发送消息数量。
|
void |
setPerMemberMicCount(Long PerMemberMicCount)
Set 每个成员上麦次数。
|
void |
setPresentTime(Long PresentTime)
Set 在线时长,单位秒。
|
void |
setRewords(Long Rewords)
Set 奖励次数。
|
void |
setRole(Long Role)
Set 用户角色。0代表学生;1代表老师; 2助教;3巡课。
|
void |
setSilence(Long Silence)
Set 是否禁言。
|
void |
setStage(Long Stage)
Set 用户的上台状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSubGroupId(String[] SubGroupId)
Set 子上课班号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserId(String UserId)
Set 用户ID。
|
void |
setUserName(String UserName)
Set 用户名称。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MemberRecord()
public MemberRecord(MemberRecord source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 用户ID。public String getUserName()
public void setUserName(String UserName)
UserName
- 用户名称。public Long getPresentTime()
public void setPresentTime(Long PresentTime)
PresentTime
- 在线时长,单位秒。public Long getCamera()
public void setCamera(Long Camera)
Camera
- 是否开启摄像头。public Long getMic()
public void setMic(Long Mic)
Mic
- 是否开启麦克风。public Long getSilence()
public void setSilence(Long Silence)
Silence
- 是否禁言。public Long getAnswerQuestions()
public void setAnswerQuestions(Long AnswerQuestions)
AnswerQuestions
- 回答问题数量。public Long getHandUps()
public void setHandUps(Long HandUps)
HandUps
- 举手数量。public Long getFirstJoinTimestamp()
public void setFirstJoinTimestamp(Long FirstJoinTimestamp)
FirstJoinTimestamp
- 首次进入房间的unix时间戳。public Long getLastQuitTimestamp()
public void setLastQuitTimestamp(Long LastQuitTimestamp)
LastQuitTimestamp
- 最后一次退出房间的unix时间戳。public Long getRewords()
public void setRewords(Long Rewords)
Rewords
- 奖励次数。public String getIPAddress()
public void setIPAddress(String IPAddress)
IPAddress
- 用户IP。public String getLocation()
public void setLocation(String Location)
Location
- 用户位置信息。public Long getDevice()
public void setDevice(Long Device)
Device
- 用户设备平台信息。0:unknown 1:windows 2:mac 3:android 4:ios 5:web 6:h5 7:miniprogram (小程序)public Long getPerMemberMicCount()
public void setPerMemberMicCount(Long PerMemberMicCount)
PerMemberMicCount
- 每个成员上麦次数。public Long getPerMemberMessageCount()
public void setPerMemberMessageCount(Long PerMemberMessageCount)
PerMemberMessageCount
- 每个成员发送消息数量。public Long getRole()
public void setRole(Long Role)
Role
- 用户角色。0代表学生;1代表老师; 2助教;3巡课。public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 上课班号public String[] getSubGroupId()
public void setSubGroupId(String[] SubGroupId)
SubGroupId
- 子上课班号
注意:此字段可能返回 null,表示取不到有效值。public Long getStage()
public void setStage(Long Stage)
Stage
- 用户的上台状态
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.