Class BatchStopStreamLinkFlowRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.BatchStopStreamLinkFlowRequest
-
public class BatchStopStreamLinkFlowRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BatchStopStreamLinkFlowRequest()BatchStopStreamLinkFlowRequest(BatchStopStreamLinkFlowRequest 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 StringgetEventId()Get EventId。String[]getFlowIds()Get 流Id,如果不传默认停止Event下所有的媒体传输流。voidsetEventId(String EventId)Set EventId。voidsetFlowIds(String[] FlowIds)Set 流Id,如果不传默认停止Event下所有的媒体传输流。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
-
BatchStopStreamLinkFlowRequest
public BatchStopStreamLinkFlowRequest()
-
BatchStopStreamLinkFlowRequest
public BatchStopStreamLinkFlowRequest(BatchStopStreamLinkFlowRequest 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
-
getEventId
public String getEventId()
Get EventId。- Returns:
- EventId EventId。
-
setEventId
public void setEventId(String EventId)
Set EventId。- Parameters:
EventId- EventId。
-
getFlowIds
public String[] getFlowIds()
Get 流Id,如果不传默认停止Event下所有的媒体传输流。- Returns:
- FlowIds 流Id,如果不传默认停止Event下所有的媒体传输流。
-
setFlowIds
public void setFlowIds(String[] FlowIds)
Set 流Id,如果不传默认停止Event下所有的媒体传输流。- Parameters:
FlowIds- 流Id,如果不传默认停止Event下所有的媒体传输流。
-
-