public class ModifyStreamPackageLinearAssemblyProgramRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyStreamPackageLinearAssemblyProgramRequest() |
ModifyStreamPackageLinearAssemblyProgramRequest(ModifyStreamPackageLinearAssemblyProgramRequest 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 |
getId()
Get Program ID.
|
String |
getName()
Get Modified 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 the arrangement target source, divided into live broadcast and on-demand.
|
void |
setAdBreaks(AdBreakInfo[] AdBreaks)
Set AdBreaks.
|
void |
setId(String Id)
Set Program ID.
|
void |
setName(String Name)
Set Modified 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 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 ModifyStreamPackageLinearAssemblyProgramRequest()
public ModifyStreamPackageLinearAssemblyProgramRequest(ModifyStreamPackageLinearAssemblyProgramRequest source)
public String getId()
public void setId(String Id)
Id
- Program ID.public String getName()
public void setName(String Name)
Name
- Modified name.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.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.Copyright © 2024. All rights reserved.