public class DescribeRoomStatisticsResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeRoomStatisticsResponse() | 
| DescribeRoomStatisticsResponse(DescribeRoomStatisticsResponse 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 | getMemberNumber()Get Accumulated number of online members | 
| MemberRecord[] | getMemberRecords()Get Member record list | 
| Long | getMessageCount()Get The total message count of the room. | 
| Long | getMicCount()Get The total number of mic-on students in the room. | 
| Long | getPeakMemberNumber()Get Peak number of online members | 
| Long | getRealEndTime()Get The actual end time of the room, in Unix timestamp, accurate to seconds. | 
| Long | getRealStartTime()Get The actual start time of the room, in Unix timestamp, accurate to seconds. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getTotal()Get Total number of records, including members who entered the room and members who should attend the class but did not | 
| void | setMemberNumber(Long MemberNumber)Set Accumulated number of online members | 
| void | setMemberRecords(MemberRecord[] MemberRecords)Set Member record list | 
| void | setMessageCount(Long MessageCount)Set The total message count of the room. | 
| void | setMicCount(Long MicCount)Set The total number of mic-on students in the room. | 
| void | setPeakMemberNumber(Long PeakMemberNumber)Set Peak number of online members | 
| void | setRealEndTime(Long RealEndTime)Set The actual end time of the room, in Unix timestamp, accurate to seconds. | 
| void | setRealStartTime(Long RealStartTime)Set The actual start time of the room, in Unix timestamp, accurate to seconds. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setTotal(Long Total)Set Total number of records, including members who entered the room and members who should attend the class but did not | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeRoomStatisticsResponse()
public DescribeRoomStatisticsResponse(DescribeRoomStatisticsResponse source)
public Long getPeakMemberNumber()
public void setPeakMemberNumber(Long PeakMemberNumber)
PeakMemberNumber - Peak number of online memberspublic Long getMemberNumber()
public void setMemberNumber(Long MemberNumber)
MemberNumber - Accumulated number of online memberspublic Long getTotal()
public void setTotal(Long Total)
Total - Total number of records, including members who entered the room and members who should attend the class but did notpublic MemberRecord[] getMemberRecords()
public void setMemberRecords(MemberRecord[] MemberRecords)
MemberRecords - Member record listpublic Long getRealStartTime()
public void setRealStartTime(Long RealStartTime)
RealStartTime - The actual start time of the room, in Unix timestamp, accurate to seconds. Note: This field may return null, indicating that no valid values can be obtained.public Long getRealEndTime()
public void setRealEndTime(Long RealEndTime)
RealEndTime - The actual end time of the room, in Unix timestamp, accurate to seconds. Note: This field may return null, indicating that no valid values can be obtained.public Long getMessageCount()
public void setMessageCount(Long MessageCount)
MessageCount - The total message count of the room.public Long getMicCount()
public void setMicCount(Long MicCount)
MicCount - The total number of mic-on students in the room.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.