public class CancelCommonMixStreamRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getMixStreamSessionId()
Get ID of stream mix session (from applying for stream mix to canceling stream mix).
|
void |
setMixStreamSessionId(String MixStreamSessionId)
Set ID of stream mix session (from applying for stream mix to canceling stream mix).
|
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 CancelCommonMixStreamRequest()
public CancelCommonMixStreamRequest(CancelCommonMixStreamRequest source)
public String getMixStreamSessionId()
public void setMixStreamSessionId(String MixStreamSessionId)
MixStreamSessionId
- ID of stream mix session (from applying for stream mix to canceling stream mix).
This value is the same as the `MixStreamSessionId` in `CreateCommonMixStream`.Copyright © 2023. All rights reserved.