public class SourcePackageConf extends AbstractModel
header, skipSign
Constructor and Description |
---|
SourcePackageConf() |
SourcePackageConf(SourcePackageConf 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 Group name.
|
String |
getPath()
Get access path.
|
String |
getType()
Get Type, distinguish between HLS and DASH, optional values: HLS, DASH.
|
void |
setGroupName(String GroupName)
Set Group name.
|
void |
setPath(String Path)
Set access path.
|
void |
setType(String Type)
Set Type, distinguish between HLS and DASH, optional values: 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 SourcePackageConf()
public SourcePackageConf(SourcePackageConf source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- Group name. When the channel is in Linear mode and vod source is selected, the group name corresponds to the output group name of the channel output.public String getType()
public void setType(String Type)
Type
- Type, distinguish between HLS and DASH, optional values: HLS, DASH.public String getPath()
public void setPath(String Path)
Path
- access path.Copyright © 2025. All rights reserved.