public class DescribeRoomResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeRoomResponse() | 
| DescribeRoomResponse(DescribeRoomResponse 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 | 
|---|---|
| String[] | getAssistants()Get Assistant ID list Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getAudioQuality()Get Whether to enable the high audio quality mode. | 
| Long | getAutoMic()Get Whether to automatically turn the mic on when the user enters a room. | 
| Long | getDisableRecord()Get Whether to disable auto recording. | 
| Long | getEndTime()Get Reserved room end time, in UNIX timestamp format | 
| String | getGroupId()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getMaxMicNumber()Get Maximum number of mic-on users (excluding teachers). | 
| String | getName()Get Room name | 
| String | getRecordUrl()Get Recording URL. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getResolution()Get Resolution. | 
| Long | getSdkAppId()Get LCIC SdkAppId | 
| Long | getStartTime()Get Reserved room start time, in UNIX timestamp format | 
| Long | getStatus()Get The class status. | 
| String | getSubType()Get The room subtype. | 
| String | getTeacherId()Get Teacher ID | 
| void | setAssistants(String[] Assistants)Set Assistant ID list Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAudioQuality(Long AudioQuality)Set Whether to enable the high audio quality mode. | 
| void | setAutoMic(Long AutoMic)Set Whether to automatically turn the mic on when the user enters a room. | 
| void | setDisableRecord(Long DisableRecord)Set Whether to disable auto recording. | 
| void | setEndTime(Long EndTime)Set Reserved room end time, in UNIX timestamp format | 
| void | setGroupId(String GroupId)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMaxMicNumber(Long MaxMicNumber)Set Maximum number of mic-on users (excluding teachers). | 
| void | setName(String Name)Set Room name | 
| void | setRecordUrl(String RecordUrl)Set Recording URL. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setResolution(Long Resolution)Set Resolution. | 
| void | setSdkAppId(Long SdkAppId)Set LCIC SdkAppId | 
| void | setStartTime(Long StartTime)Set Reserved room start time, in UNIX timestamp format | 
| void | setStatus(Long Status)Set The class status. | 
| void | setSubType(String SubType)Set The room subtype. | 
| void | setTeacherId(String TeacherId)Set Teacher ID | 
| 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, toJsonStringpublic DescribeRoomResponse()
public DescribeRoomResponse(DescribeRoomResponse source)
public String getName()
public void setName(String Name)
Name - Room namepublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Reserved room start time, in UNIX timestamp formatpublic Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - Reserved room end time, in UNIX timestamp formatpublic String getTeacherId()
public void setTeacherId(String TeacherId)
TeacherId - Teacher IDpublic Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - LCIC SdkAppIdpublic Long getResolution()
public void setResolution(Long Resolution)
Resolution - Resolution. Valid values: 1: SD; 2: HD; 3: FHDpublic Long getMaxMicNumber()
public void setMaxMicNumber(Long MaxMicNumber)
MaxMicNumber - Maximum number of mic-on users (excluding teachers). Value range: [0, 16]public Long getAutoMic()
public void setAutoMic(Long AutoMic)
AutoMic - Whether to automatically turn the mic on when the user enters a room. Valid values: 0: No (default value); 1: Yes.public Long getAudioQuality()
public void setAudioQuality(Long AudioQuality)
AudioQuality - Whether to enable the high audio quality mode. Valid values: 0: No (default value); 1: Yes.public String getSubType()
public void setSubType(String SubType)
SubType - The room subtype. Valid values: videodoc: Document + Video; video: Video only.public Long getDisableRecord()
public void setDisableRecord(Long DisableRecord)
DisableRecord - Whether to disable auto recording. Valid values: 0: No (default); 1: Yes. If this parameter is 0, recording will start when the class starts and stops when the class ends.public String[] getAssistants()
public void setAssistants(String[] Assistants)
Assistants - Assistant ID list Note: This field may return null, indicating that no valid values can be obtained.public String getRecordUrl()
public void setRecordUrl(String RecordUrl)
RecordUrl - Recording URL. This parameter exists only after a room is ended. Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status - The class status. 0: The class has not started. 1: The class has started. 2: The class ended. 3: The class expired. Note: This field may return null, indicating that no valid values can be obtained.public String getGroupId()
public void setGroupId(String GroupId)
GroupId - Note: This field may return null, indicating that no valid values can be obtained.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 © 2023. All rights reserved.