public class CreateStreamLinkFlowRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateStreamLinkFlowRequest() | 
| CreateStreamLinkFlowRequest(CreateStreamLinkFlowRequest 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 该Flow关联的媒体传输事件ID,每个flow只能关联一个Event。 | 
| String | getFlowName()Get 流名称。 | 
| CreateInput[] | getInputGroup()Get 流的输入组。 | 
| Long | getMaxBandwidth()Get 最大带宽,单位bps,可选[10000000, 20000000, 50000000]。 | 
| void | setEventId(String EventId)Set 该Flow关联的媒体传输事件ID,每个flow只能关联一个Event。 | 
| void | setFlowName(String FlowName)Set 流名称。 | 
| void | setInputGroup(CreateInput[] InputGroup)Set 流的输入组。 | 
| void | setMaxBandwidth(Long MaxBandwidth)Set 最大带宽,单位bps,可选[10000000, 20000000, 50000000]。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateStreamLinkFlowRequest()
public CreateStreamLinkFlowRequest(CreateStreamLinkFlowRequest source)
public String getFlowName()
public void setFlowName(String FlowName)
FlowName - 流名称。public Long getMaxBandwidth()
public void setMaxBandwidth(Long MaxBandwidth)
MaxBandwidth - 最大带宽,单位bps,可选[10000000, 20000000, 50000000]。public CreateInput[] getInputGroup()
public void setInputGroup(CreateInput[] InputGroup)
InputGroup - 流的输入组。public String getEventId()
public void setEventId(String EventId)
EventId - 该Flow关联的媒体传输事件ID,每个flow只能关联一个Event。Copyright © 2025. All rights reserved.