public class CreateStreamPackageSSAIChannelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateStreamPackageSSAIChannelRequest() |
CreateStreamPackageSSAIChannelRequest(CreateStreamPackageSSAIChannelRequest 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 |
getContentSource()
Get Source stream url prefix
|
String |
getName()
Get Ad insertion configuration name, globally unique, cannot be repeated with other configurations
|
SSAIConf |
getSSAIInfo()
Get Ad insertion configuration information
|
void |
setContentSource(String ContentSource)
Set Source stream url prefix
|
void |
setName(String Name)
Set Ad insertion configuration name, globally unique, cannot be repeated with other configurations
|
void |
setSSAIInfo(SSAIConf SSAIInfo)
Set Ad insertion configuration information
|
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 CreateStreamPackageSSAIChannelRequest()
public CreateStreamPackageSSAIChannelRequest(CreateStreamPackageSSAIChannelRequest source)
public String getName()
public void setName(String Name)
Name
- Ad insertion configuration name, globally unique, cannot be repeated with other configurationspublic String getContentSource()
public void setContentSource(String ContentSource)
ContentSource
- Source stream url prefixpublic SSAIConf getSSAIInfo()
public void setSSAIInfo(SSAIConf SSAIInfo)
SSAIInfo
- Ad insertion configuration informationCopyright © 2025. All rights reserved.