Class CancelCommonMixStreamRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.CancelCommonMixStreamRequest
-
public class CancelCommonMixStreamRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CancelCommonMixStreamRequest()CancelCommonMixStreamRequest(CancelCommonMixStreamRequest 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 StringgetMixStreamSessionId()Get 混流会话(申请混流开始到取消混流结束)标识 ID。 该值与CreateCommonMixStream中的MixStreamSessionId保持一致。voidsetMixStreamSessionId(String MixStreamSessionId)Set 混流会话(申请混流开始到取消混流结束)标识 ID。 该值与CreateCommonMixStream中的MixStreamSessionId保持一致。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
-
CancelCommonMixStreamRequest
public CancelCommonMixStreamRequest()
-
CancelCommonMixStreamRequest
public CancelCommonMixStreamRequest(CancelCommonMixStreamRequest 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
-
getMixStreamSessionId
public String getMixStreamSessionId()
Get 混流会话(申请混流开始到取消混流结束)标识 ID。 该值与CreateCommonMixStream中的MixStreamSessionId保持一致。- Returns:
- MixStreamSessionId 混流会话(申请混流开始到取消混流结束)标识 ID。 该值与CreateCommonMixStream中的MixStreamSessionId保持一致。
-
setMixStreamSessionId
public void setMixStreamSessionId(String MixStreamSessionId)
Set 混流会话(申请混流开始到取消混流结束)标识 ID。 该值与CreateCommonMixStream中的MixStreamSessionId保持一致。- Parameters:
MixStreamSessionId- 混流会话(申请混流开始到取消混流结束)标识 ID。 该值与CreateCommonMixStream中的MixStreamSessionId保持一致。
-
-