public class ModifyStreamPackageLinearAssemblyChannelRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyStreamPackageLinearAssemblyChannelRequest()  | 
ModifyStreamPackageLinearAssemblyChannelRequest(ModifyStreamPackageLinearAssemblyChannelRequest 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 | 
getId()
Get Channel ID. 
 | 
String | 
getName()
Get Modified name. 
 | 
OutputInfo[] | 
getOutputs()
Get Output configuration. 
 | 
String | 
getPlaybackMode()
Get The source switching mode in the channel is divided into Linear and Loop. 
 | 
SlateInfo | 
getSlateConf()
Get padding configuration. 
 | 
String | 
getTier()
Get Define the characteristics of the channel. 
 | 
TimeShiftInfo | 
getTimeShiftConf()
Get Time shift configuration. 
 | 
Boolean | 
getTimeShiftEnable()
Get Time shift on switch. 
 | 
void | 
setId(String Id)
Set Channel ID. 
 | 
void | 
setName(String Name)
Set Modified name. 
 | 
void | 
setOutputs(OutputInfo[] Outputs)
Set Output configuration. 
 | 
void | 
setPlaybackMode(String PlaybackMode)
Set The source switching mode in the channel is divided into Linear and Loop. 
 | 
void | 
setSlateConf(SlateInfo SlateConf)
Set padding configuration. 
 | 
void | 
setTier(String Tier)
Set Define the characteristics of the channel. 
 | 
void | 
setTimeShiftConf(TimeShiftInfo TimeShiftConf)
Set Time shift configuration. 
 | 
void | 
setTimeShiftEnable(Boolean TimeShiftEnable)
Set Time shift on switch. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyStreamPackageLinearAssemblyChannelRequest()
public ModifyStreamPackageLinearAssemblyChannelRequest(ModifyStreamPackageLinearAssemblyChannelRequest source)
public String getId()
public void setId(String Id)
Id - Channel ID.public String getName()
public void setName(String Name)
Name - Modified name.public String getTier()
public void setTier(String Tier)
Tier - Define the characteristics of the channel. Standard supports live broadcast and on-demand sources, while Basic only supports on-demand source arrangement.public String getPlaybackMode()
public void setPlaybackMode(String PlaybackMode)
PlaybackMode - The source switching mode in the channel is divided into Linear and Loop. Live broadcast only supports Linear.
Optional values: Linear, Loop.public Boolean getTimeShiftEnable()
public void setTimeShiftEnable(Boolean TimeShiftEnable)
TimeShiftEnable - Time shift on switch.public TimeShiftInfo getTimeShiftConf()
public void setTimeShiftConf(TimeShiftInfo TimeShiftConf)
TimeShiftConf - Time shift configuration.public SlateInfo getSlateConf()
public void setSlateConf(SlateInfo SlateConf)
SlateConf - padding configuration.public OutputInfo[] getOutputs()
public void setOutputs(OutputInfo[] Outputs)
Outputs - Output configuration.Copyright © 2025. All rights reserved.