public class DescribeFlow extends AbstractModel
| 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 |
getFlowId()
Get 流Id。
|
String |
getFlowName()
Get 流名称。
|
DescribeInput[] |
getInputGroup()
Get 输入组。
|
Long |
getMaxBandwidth()
Get 最大带宽值。
|
DescribeOutput[] |
getOutputGroup()
Get 输出组。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getState()
Get 流状态,目前有IDLE/RUNNING。
|
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 |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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,表示取不到有效值。Copyright © 2022. All rights reserved.