public class OutputReq extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OutputReq() | 
| OutputReq(OutputReq 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 | 
|---|---|
| DashManifestInfo | getDashManifestConf()Get The manifest info, used when Type is DASH. | 
| String | getGroupName()Get The output group name can be associated with the source group name. | 
| ManifestInfo | getManifestConf()Get The manifest info, used when Type is HLS. | 
| String | getManifestName()Get The file name output by the channel program after scheduling. | 
| String | getType()Get Output type, distinguish HLS DASH. | 
| void | setDashManifestConf(DashManifestInfo DashManifestConf)Set The manifest info, used when Type is DASH. | 
| void | setGroupName(String GroupName)Set The output group name can be associated with the source group name. | 
| void | setManifestConf(ManifestInfo ManifestConf)Set The manifest info, used when Type is HLS. | 
| void | setManifestName(String ManifestName)Set The file name output by the channel program after scheduling. | 
| void | setType(String Type)Set Output type, distinguish HLS DASH. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OutputReq()
public OutputReq(OutputReq source)
public String getType()
public void setType(String Type)
Type - Output type, distinguish HLS DASH.public String getGroupName()
public void setGroupName(String GroupName)
GroupName - The output group name can be associated with the source group name.public String getManifestName()
public void setManifestName(String ManifestName)
ManifestName - The file name output by the channel program after scheduling.public ManifestInfo getManifestConf()
public void setManifestConf(ManifestInfo ManifestConf)
ManifestConf - The manifest info, used when Type is HLS.public DashManifestInfo getDashManifestConf()
public void setDashManifestConf(DashManifestInfo DashManifestConf)
DashManifestConf - The manifest info, used when Type is DASH.Copyright © 2025. All rights reserved.