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 | 
getEventId()
Get EventId of the StreamLink event associated with this Flow. 
 | 
String | 
getFlowId()
Get Flow ID. 
 | 
String | 
getFlowName()
Get Flow name. 
 | 
DescribeInput[] | 
getInputGroup()
Get Input group. 
 | 
Long | 
getMaxBandwidth()
Get Maximum bandwidth value. 
 | 
DescribeOutput[] | 
getOutputGroup()
Get Output group. 
 | 
String | 
getState()
Get Flow status. 
 | 
void | 
setEventId(String EventId)
Set EventId of the StreamLink event associated with this Flow. 
 | 
void | 
setFlowId(String FlowId)
Set Flow ID. 
 | 
void | 
setFlowName(String FlowName)
Set Flow name. 
 | 
void | 
setInputGroup(DescribeInput[] InputGroup)
Set Input group. 
 | 
void | 
setMaxBandwidth(Long MaxBandwidth)
Set Maximum bandwidth value. 
 | 
void | 
setOutputGroup(DescribeOutput[] OutputGroup)
Set Output group. 
 | 
void | 
setState(String State)
Set Flow status. 
 | 
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 - Flow ID.public String getFlowName()
public void setFlowName(String FlowName)
FlowName - Flow name.public String getState()
public void setState(String State)
State - Flow status. Valid values: `IDLE`, `RUNNING`public Long getMaxBandwidth()
public void setMaxBandwidth(Long MaxBandwidth)
MaxBandwidth - Maximum bandwidth value.public DescribeInput[] getInputGroup()
public void setInputGroup(DescribeInput[] InputGroup)
InputGroup - Input group.public DescribeOutput[] getOutputGroup()
public void setOutputGroup(DescribeOutput[] OutputGroup)
OutputGroup - Output group.
Note: this field may return null, indicating that no valid values can be obtained.public String getEventId()
public void setEventId(String EventId)
EventId - EventId of the StreamLink event associated with this Flow.Copyright © 2025. All rights reserved.