public class CreateStreamLinkFlowRequest extends AbstractModel
header, skipSign| 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 | 
getEventId()
Get The media transmission event ID associated with the Flow. 
 | 
String | 
getFlowName()
Get Flow name 
 | 
CreateInput[] | 
getInputGroup()
Get Flow input group 
 | 
Long | 
getMaxBandwidth()
Get Maximum bandwidth in bps. 
 | 
void | 
setEventId(String EventId)
Set The media transmission event ID associated with the Flow. 
 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 grouppublic String getEventId()
public void setEventId(String EventId)
EventId - The media transmission event ID associated with the Flow. Each flow can only be associated with one event.Copyright © 2025. All rights reserved.