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 `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, toJsonString
public StopMCUMixTranscodeByStrRoomIdRequest()
public StopMCUMixTranscodeByStrRoomIdRequest(StopMCUMixTranscodeByStrRoomIdRequest source)
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.