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 |
---|---|
String |
getGroupName()
Get The output group name can be associated with the source group name.
|
ManifestInfo |
getManifestConf()
Get Advertisement configuration.
|
String |
getManifestName()
Get The file name output by the channel program after scheduling.
|
String |
getType()
Get Output type, distinguish HLS DASH.
|
void |
setGroupName(String GroupName)
Set The output group name can be associated with the source group name.
|
void |
setManifestConf(ManifestInfo ManifestConf)
Set Advertisement configuration.
|
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, toJsonString
public 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
- Advertisement configuration.Copyright © 2024. All rights reserved.