public class CreateStreamPackageLinearAssemblyChannelRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateStreamPackageLinearAssemblyChannelRequest()  | 
CreateStreamPackageLinearAssemblyChannelRequest(CreateStreamPackageLinearAssemblyChannelRequest 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 | 
getName()
Get Channel name. 
 | 
OutputReq[] | 
getOutputs()
Get Output configuration. 
 | 
String | 
getPlaybackMode()
Get The source switching modes in the channel are divided into Linear and Loop. 
 | 
SlateInfo | 
getSlateConf()
Get Spacer configuration is only valid when PlaybackMode is Linear. 
 | 
String | 
getTier()
Get Define the characteristics of the channel. 
 | 
TimeShiftInfo | 
getTimeShiftConf()
Get Time shift configuration, effective when the time shift switch is turned on. 
 | 
Boolean | 
getTimeShiftEnable()
Get Time shift enable switch, only valid when Tier is Standard. 
 | 
void | 
setName(String Name)
Set Channel name. 
 | 
void | 
setOutputs(OutputReq[] Outputs)
Set Output configuration. 
 | 
void | 
setPlaybackMode(String PlaybackMode)
Set The source switching modes in the channel are divided into Linear and Loop. 
 | 
void | 
setSlateConf(SlateInfo SlateConf)
Set Spacer configuration is only valid when PlaybackMode is Linear. 
 | 
void | 
setTier(String Tier)
Set Define the characteristics of the channel. 
 | 
void | 
setTimeShiftConf(TimeShiftInfo TimeShiftConf)
Set Time shift configuration, effective when the time shift switch is turned on. 
 | 
void | 
setTimeShiftEnable(Boolean TimeShiftEnable)
Set Time shift enable switch, only valid when Tier is Standard. 
 | 
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 CreateStreamPackageLinearAssemblyChannelRequest()
public CreateStreamPackageLinearAssemblyChannelRequest(CreateStreamPackageLinearAssemblyChannelRequest source)
public String getName()
public void setName(String Name)
Name - Channel name.public String getTier()
public void setTier(String Tier)
Tier - Define the characteristics of the channel. Standard supports live broadcast and on-demand sources. Basic only supports on-demand source arrangement. Optional values: Standard and Basic.public String getPlaybackMode()
public void setPlaybackMode(String PlaybackMode)
PlaybackMode - The source switching modes in the channel are divided into Linear and Loop. Basic only supports Linear, and Standatd supports both.
Optional values: Linear, Standatd.public Boolean getTimeShiftEnable()
public void setTimeShiftEnable(Boolean TimeShiftEnable)
TimeShiftEnable - Time shift enable switch, only valid when Tier is Standard.public TimeShiftInfo getTimeShiftConf()
public void setTimeShiftConf(TimeShiftInfo TimeShiftConf)
TimeShiftConf - Time shift configuration, effective when the time shift switch is turned on.public SlateInfo getSlateConf()
public void setSlateConf(SlateInfo SlateConf)
SlateConf - Spacer configuration is only valid when PlaybackMode is Linear.public OutputReq[] getOutputs()
public void setOutputs(OutputReq[] Outputs)
Outputs - Output configuration.Copyright © 2025. All rights reserved.