public class CreateStreamLinkFlowRequest extends AbstractModel
| 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 | getFlowName()Get Flow name | 
| CreateInput[] | getInputGroup()Get Flow input group | 
| Long | getMaxBandwidth()Get Maximum bandwidth in bps. | 
| void | setFlowName(String FlowName)Set Flow name | 
| void | setInputGroup(CreateInput[] InputGroup)Set Flow input group | 
| void | setMaxBandwidth(Long MaxBandwidth)Set Maximum bandwidth in bps. | 
| 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 CreateStreamLinkFlowRequest()
public CreateStreamLinkFlowRequest(CreateStreamLinkFlowRequest source)
public String getFlowName()
public void setFlowName(String FlowName)
FlowName - Flow namepublic Long getMaxBandwidth()
public void setMaxBandwidth(Long MaxBandwidth)
MaxBandwidth - Maximum bandwidth in bps. Valid values: `10000000`, `20000000`, `50000000`public CreateInput[] getInputGroup()
public void setInputGroup(CreateInput[] InputGroup)
InputGroup - Flow input groupCopyright © 2022. All rights reserved.