Class StopMCUMixTranscodeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.StopMCUMixTranscodeRequest
-
public class StopMCUMixTranscodeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StopMCUMixTranscodeRequest()StopMCUMixTranscodeRequest(StopMCUMixTranscodeRequest 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 LonggetRoomId()Get 房间号。LonggetSdkAppId()Get TRTC的SDKAppId。voidsetRoomId(Long RoomId)Set 房间号。voidsetSdkAppId(Long SdkAppId)Set TRTC的SDKAppId。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
-
StopMCUMixTranscodeRequest
public StopMCUMixTranscodeRequest()
-
StopMCUMixTranscodeRequest
public StopMCUMixTranscodeRequest(StopMCUMixTranscodeRequest 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。
-
getRoomId
public Long getRoomId()
Get 房间号。- Returns:
- RoomId 房间号。
-
setRoomId
public void setRoomId(Long RoomId)
Set 房间号。- Parameters:
RoomId- 房间号。
-
-