public class DescribeFlow extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeFlow() | 
| DescribeFlow(DescribeFlow 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[] | getAllowedInputProtocols()Get 该Flow允许创建的输入协议 | 
| String[] | getAllowedOutputProtocols()Get 该Flow允许创建的输出协议 | 
| String | getEventId()Get 该Flow关联的媒体传输事件EventId。 | 
| String | getFlowId()Get 流Id。 | 
| String | getFlowName()Get 流名称。 | 
| DescribeInput[] | getInputGroup()Get 输入组。 | 
| Long | getMaxBandwidth()Get 最大带宽值。 | 
| DescribeOutput[] | getOutputGroup()Get 输出组。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getRegion()Get 媒体传输输入流所属的区域,取值和InputRegion相同。 | 
| String | getState()Get 流状态,目前有IDLE/RUNNING。 | 
| void | setAllowedInputProtocols(String[] AllowedInputProtocols)Set 该Flow允许创建的输入协议 | 
| void | setAllowedOutputProtocols(String[] AllowedOutputProtocols)Set 该Flow允许创建的输出协议 | 
| void | setEventId(String EventId)Set 该Flow关联的媒体传输事件EventId。 | 
| void | setFlowId(String FlowId)Set 流Id。 | 
| void | setFlowName(String FlowName)Set 流名称。 | 
| void | setInputGroup(DescribeInput[] InputGroup)Set 输入组。 | 
| void | setMaxBandwidth(Long MaxBandwidth)Set 最大带宽值。 | 
| void | setOutputGroup(DescribeOutput[] OutputGroup)Set 输出组。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRegion(String Region)Set 媒体传输输入流所属的区域,取值和InputRegion相同。 | 
| void | setState(String State)Set 流状态,目前有IDLE/RUNNING。 | 
| 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 DescribeFlow()
public DescribeFlow(DescribeFlow source)
public String getFlowId()
public void setFlowId(String FlowId)
FlowId - 流Id。public String getFlowName()
public void setFlowName(String FlowName)
FlowName - 流名称。public String getState()
public void setState(String State)
State - 流状态,目前有IDLE/RUNNING。public Long getMaxBandwidth()
public void setMaxBandwidth(Long MaxBandwidth)
MaxBandwidth - 最大带宽值。public DescribeInput[] getInputGroup()
public void setInputGroup(DescribeInput[] InputGroup)
InputGroup - 输入组。public DescribeOutput[] getOutputGroup()
public void setOutputGroup(DescribeOutput[] OutputGroup)
OutputGroup - 输出组。
注意:此字段可能返回 null,表示取不到有效值。public String getEventId()
public void setEventId(String EventId)
EventId - 该Flow关联的媒体传输事件EventId。public String getRegion()
public void setRegion(String Region)
Region - 媒体传输输入流所属的区域,取值和InputRegion相同。public String[] getAllowedInputProtocols()
public void setAllowedInputProtocols(String[] AllowedInputProtocols)
AllowedInputProtocols - 该Flow允许创建的输入协议public String[] getAllowedOutputProtocols()
public void setAllowedOutputProtocols(String[] AllowedOutputProtocols)
AllowedOutputProtocols - 该Flow允许创建的输出协议Copyright © 2025. All rights reserved.