public class LinearAssemblyProgramInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LinearAssemblyProgramInfo() |
LinearAssemblyProgramInfo(LinearAssemblyProgramInfo 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.
|
String |
getAttachedChannel()
Get The bound channel.
|
String |
getId()
Get ID.
|
String |
getName()
Get Channel linear assembly program information.
|
PlaybackInfo |
getPlaybackConf()
Get Play configuration.
|
String |
getRegion()
Get Region.
|
String |
getSourceId()
Get SourceId, uniquely identifies a source.
|
String |
getSourceLocationId()
Get The associated source location id.
|
String |
getSourceLocationName()
Get SourceLocation name.
|
String |
getSourceName()
Get The associated live broadcast or on-demand broadcast, source name, and location are globally unique.
|
String |
getSourceType()
Get The type of the arrangement target source, divided into live broadcast and on-demand.
|
void |
setAdBreaks(AdBreakInfo[] AdBreaks)
Set AdBreaks.
|
void |
setAttachedChannel(String AttachedChannel)
Set The bound channel.
|
void |
setId(String Id)
Set ID.
|
void |
setName(String Name)
Set Channel linear assembly program information.
|
void |
setPlaybackConf(PlaybackInfo PlaybackConf)
Set Play configuration.
|
void |
setRegion(String Region)
Set Region.
|
void |
setSourceId(String SourceId)
Set SourceId, uniquely identifies a source.
|
void |
setSourceLocationId(String SourceLocationId)
Set The associated source location id.
|
void |
setSourceLocationName(String SourceLocationName)
Set SourceLocation name.
|
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 the arrangement target source, divided into live broadcast and on-demand.
|
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 LinearAssemblyProgramInfo()
public LinearAssemblyProgramInfo(LinearAssemblyProgramInfo source)
public String getName()
public void setName(String Name)
Name
- Channel linear assembly program information.public String getSourceType()
public void setSourceType(String SourceType)
SourceType
- The type of the arrangement target source, divided into live broadcast and on-demand.public String getSourceLocationId()
public void setSourceLocationId(String SourceLocationId)
SourceLocationId
- The associated source location id.public String getSourceId()
public void setSourceId(String SourceId)
SourceId
- SourceId, uniquely identifies a source.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 String getAttachedChannel()
public void setAttachedChannel(String AttachedChannel)
AttachedChannel
- The bound channel.public PlaybackInfo getPlaybackConf()
public void setPlaybackConf(PlaybackInfo PlaybackConf)
PlaybackConf
- Play configuration.public AdBreakInfo[] getAdBreaks()
public void setAdBreaks(AdBreakInfo[] AdBreaks)
AdBreaks
- AdBreaks.public String getId()
public void setId(String Id)
Id
- ID.public String getRegion()
public void setRegion(String Region)
Region
- Region.public String getSourceLocationName()
public void setSourceLocationName(String SourceLocationName)
SourceLocationName
- SourceLocation name.Copyright © 2024. All rights reserved.