public class CreateStreamPackageLinearAssemblyProgramRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateStreamPackageLinearAssemblyProgramRequest() |
CreateStreamPackageLinearAssemblyProgramRequest(CreateStreamPackageLinearAssemblyProgramRequest 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 |
---|---|
AdBreakInfo[] |
getAdBreaks()
Get AdBreaks is only valid when the source type is Vod.
|
String |
getAttachedChannel()
Get The bound channel.
|
String |
getName()
Get Program name.
|
PlaybackInfoReq |
getPlaybackConf()
Get PlaybackConf.
|
String |
getSourceLocationId()
Get The associated source location.
|
String |
getSourceName()
Get The associated live broadcast or on-demand broadcast, source name, and location are globally unique.
|
String |
getSourceType()
Get The type of arrangement target source is divided into live broadcast and on-demand VOD.
|
void |
setAdBreaks(AdBreakInfo[] AdBreaks)
Set AdBreaks is only valid when the source type is Vod.
|
void |
setAttachedChannel(String AttachedChannel)
Set The bound channel.
|
void |
setName(String Name)
Set Program name.
|
void |
setPlaybackConf(PlaybackInfoReq PlaybackConf)
Set PlaybackConf.
|
void |
setSourceLocationId(String SourceLocationId)
Set The associated source location.
|
void |
setSourceName(String SourceName)
Set The associated live broadcast or on-demand broadcast, source name, and location are globally unique.
|
void |
setSourceType(String SourceType)
Set The type of arrangement target source is divided into live broadcast and on-demand VOD.
|
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 CreateStreamPackageLinearAssemblyProgramRequest()
public CreateStreamPackageLinearAssemblyProgramRequest(CreateStreamPackageLinearAssemblyProgramRequest source)
public String getName()
public void setName(String Name)
Name
- Program name.public String getAttachedChannel()
public void setAttachedChannel(String AttachedChannel)
AttachedChannel
- The bound channel.public String getSourceType()
public void setSourceType(String SourceType)
SourceType
- The type of arrangement target source is divided into live broadcast and on-demand VOD.
Optional values: Live, VOD.public String getSourceLocationId()
public void setSourceLocationId(String SourceLocationId)
SourceLocationId
- The associated source location.public String getSourceName()
public void setSourceName(String SourceName)
SourceName
- The associated live broadcast or on-demand broadcast, source name, and location are globally unique.public PlaybackInfoReq getPlaybackConf()
public void setPlaybackConf(PlaybackInfoReq PlaybackConf)
PlaybackConf
- PlaybackConf.public AdBreakInfo[] getAdBreaks()
public void setAdBreaks(AdBreakInfo[] AdBreaks)
AdBreaks
- AdBreaks is only valid when the source type is Vod.Copyright © 2025. All rights reserved.