public class StopMCUMixTranscodeByStrRoomIdRequest extends AbstractModel
Constructor and Description |
---|
StopMCUMixTranscodeByStrRoomIdRequest() |
StopMCUMixTranscodeByStrRoomIdRequest(StopMCUMixTranscodeByStrRoomIdRequest 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 |
getSdkAppId()
Get TRTC的SDKAppId。
|
String |
getStrRoomId()
Get 字符串房间号。
|
void |
setSdkAppId(Long SdkAppId)
Set TRTC的SDKAppId。
|
void |
setStrRoomId(String StrRoomId)
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 StopMCUMixTranscodeByStrRoomIdRequest()
public StopMCUMixTranscodeByStrRoomIdRequest(StopMCUMixTranscodeByStrRoomIdRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- TRTC的SDKAppId。public String getStrRoomId()
public void setStrRoomId(String StrRoomId)
StrRoomId
- 字符串房间号。Copyright © 2022. All rights reserved.