public class StopMCUMixTranscodeByStrRoomIdRequest extends AbstractModel
| Constructor and Description | 
|---|
| StopMCUMixTranscodeByStrRoomIdRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getSdkAppId()Get `SDKAppId` of TRTC | 
| String | getStrRoomId()Get Room ID in string type | 
| void | setSdkAppId(Long SdkAppId)Set `SDKAppId` of TRTC | 
| void | setStrRoomId(String StrRoomId)Set Room ID in string type | 
| 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 StopMCUMixTranscodeByStrRoomIdRequest()
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - `SDKAppId` of TRTCpublic String getStrRoomId()
public void setStrRoomId(String StrRoomId)
StrRoomId - Room ID in string typeCopyright © 2021. All rights reserved.