Class DescribeFlow
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeFlow
-
public class DescribeFlow extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEventId()Get 该Flow关联的媒体传输事件EventId。StringgetFlowId()Get 流Id。StringgetFlowName()Get 流名称。DescribeInput[]getInputGroup()Get 输入组。LonggetMaxBandwidth()Get 最大带宽值。DescribeOutput[]getOutputGroup()Get 输出组。 注意:此字段可能返回 null,表示取不到有效值。StringgetRegion()Get 媒体传输输入流所属的区域,取值和InputRegion相同。StringgetState()Get 流状态,目前有IDLE/RUNNING。voidsetEventId(String EventId)Set 该Flow关联的媒体传输事件EventId。voidsetFlowId(String FlowId)Set 流Id。voidsetFlowName(String FlowName)Set 流名称。voidsetInputGroup(DescribeInput[] InputGroup)Set 输入组。voidsetMaxBandwidth(Long MaxBandwidth)Set 最大带宽值。voidsetOutputGroup(DescribeOutput[] OutputGroup)Set 输出组。 注意:此字段可能返回 null,表示取不到有效值。voidsetRegion(String Region)Set 媒体传输输入流所属的区域,取值和InputRegion相同。voidsetState(String State)Set 流状态,目前有IDLE/RUNNING。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
-
DescribeFlow
public DescribeFlow()
-
DescribeFlow
public 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.
-
-
Method Detail
-
getFlowId
public String getFlowId()
Get 流Id。- Returns:
- FlowId 流Id。
-
setFlowId
public void setFlowId(String FlowId)
Set 流Id。- Parameters:
FlowId- 流Id。
-
getFlowName
public String getFlowName()
Get 流名称。- Returns:
- FlowName 流名称。
-
setFlowName
public void setFlowName(String FlowName)
Set 流名称。- Parameters:
FlowName- 流名称。
-
getState
public String getState()
Get 流状态,目前有IDLE/RUNNING。- Returns:
- State 流状态,目前有IDLE/RUNNING。
-
setState
public void setState(String State)
Set 流状态,目前有IDLE/RUNNING。- Parameters:
State- 流状态,目前有IDLE/RUNNING。
-
getMaxBandwidth
public Long getMaxBandwidth()
Get 最大带宽值。- Returns:
- MaxBandwidth 最大带宽值。
-
setMaxBandwidth
public void setMaxBandwidth(Long MaxBandwidth)
Set 最大带宽值。- Parameters:
MaxBandwidth- 最大带宽值。
-
getInputGroup
public DescribeInput[] getInputGroup()
Get 输入组。- Returns:
- InputGroup 输入组。
-
setInputGroup
public void setInputGroup(DescribeInput[] InputGroup)
Set 输入组。- Parameters:
InputGroup- 输入组。
-
getOutputGroup
public DescribeOutput[] getOutputGroup()
Get 输出组。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OutputGroup 输出组。 注意:此字段可能返回 null,表示取不到有效值。
-
setOutputGroup
public void setOutputGroup(DescribeOutput[] OutputGroup)
Set 输出组。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OutputGroup- 输出组。 注意:此字段可能返回 null,表示取不到有效值。
-
getEventId
public String getEventId()
Get 该Flow关联的媒体传输事件EventId。- Returns:
- EventId 该Flow关联的媒体传输事件EventId。
-
setEventId
public void setEventId(String EventId)
Set 该Flow关联的媒体传输事件EventId。- Parameters:
EventId- 该Flow关联的媒体传输事件EventId。
-
getRegion
public String getRegion()
Get 媒体传输输入流所属的区域,取值和InputRegion相同。- Returns:
- Region 媒体传输输入流所属的区域,取值和InputRegion相同。
-
setRegion
public void setRegion(String Region)
Set 媒体传输输入流所属的区域,取值和InputRegion相同。- Parameters:
Region- 媒体传输输入流所属的区域,取值和InputRegion相同。
-
-