public class BatchDeleteStreamLinkFlowRequest extends AbstractModel
skipSign
Constructor and Description |
---|
BatchDeleteStreamLinkFlowRequest() |
BatchDeleteStreamLinkFlowRequest(BatchDeleteStreamLinkFlowRequest 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 |
getEventId()
Get EventId。
|
String[] |
getFlowIds()
Get Event关联的流Id数组,如果不传默认删除Event下面的所有媒体传输流。
|
void |
setEventId(String EventId)
Set EventId。
|
void |
setFlowIds(String[] FlowIds)
Set Event关联的流Id数组,如果不传默认删除Event下面的所有媒体传输流。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BatchDeleteStreamLinkFlowRequest()
public BatchDeleteStreamLinkFlowRequest(BatchDeleteStreamLinkFlowRequest source)
public String getEventId()
public void setEventId(String EventId)
EventId
- EventId。public String[] getFlowIds()
public void setFlowIds(String[] FlowIds)
FlowIds
- Event关联的流Id数组,如果不传默认删除Event下面的所有媒体传输流。Copyright © 2023. All rights reserved.