Class StopMCUMixTranscodeByStrRoomIdRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.StopMCUMixTranscodeByStrRoomIdRequest
-
public class StopMCUMixTranscodeByStrRoomIdRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetSdkAppId()Get TRTC的SDKAppId。StringgetStrRoomId()Get 字符串房间号。voidsetSdkAppId(Long SdkAppId)Set TRTC的SDKAppId。voidsetStrRoomId(String StrRoomId)Set 字符串房间号。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StopMCUMixTranscodeByStrRoomIdRequest
public StopMCUMixTranscodeByStrRoomIdRequest()
-
StopMCUMixTranscodeByStrRoomIdRequest
public 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get TRTC的SDKAppId。- Returns:
- SdkAppId TRTC的SDKAppId。
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set TRTC的SDKAppId。- Parameters:
SdkAppId- TRTC的SDKAppId。
-
getStrRoomId
public String getStrRoomId()
Get 字符串房间号。- Returns:
- StrRoomId 字符串房间号。
-
setStrRoomId
public void setStrRoomId(String StrRoomId)
Set 字符串房间号。- Parameters:
StrRoomId- 字符串房间号。
-
-