public class CreateStreamPackageSourceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateStreamPackageSourceRequest()  | 
CreateStreamPackageSourceRequest(CreateStreamPackageSourceRequest 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 | 
getAttachedLocation()
Get The location id to which this source belongs is required and uniquely bound to one location. 
 | 
String | 
getName()
Get Source name, globally unique under location. 
 | 
SourcePackageConf[] | 
getPackageConfs()
Get source specific configuration. 
 | 
SourceTag[] | 
getSourceTags()
Get The sourcetag allows ADS to deliver more precise ads based on the Source Tag information 
 | 
String | 
getType()
Get Distinguish between live broadcast and on-demand VOD source types. 
 | 
void | 
setAttachedLocation(String AttachedLocation)
Set The location id to which this source belongs is required and uniquely bound to one location. 
 | 
void | 
setName(String Name)
Set Source name, globally unique under location. 
 | 
void | 
setPackageConfs(SourcePackageConf[] PackageConfs)
Set source specific configuration. 
 | 
void | 
setSourceTags(SourceTag[] SourceTags)
Set The sourcetag allows ADS to deliver more precise ads based on the Source Tag information 
 | 
void | 
setType(String Type)
Set Distinguish between live broadcast and on-demand VOD source types. 
 | 
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 CreateStreamPackageSourceRequest()
public CreateStreamPackageSourceRequest(CreateStreamPackageSourceRequest source)
public String getAttachedLocation()
public void setAttachedLocation(String AttachedLocation)
AttachedLocation - The location id to which this source belongs is required and uniquely bound to one location.public String getName()
public void setName(String Name)
Name - Source name, globally unique under location.public String getType()
public void setType(String Type)
Type - Distinguish between live broadcast and on-demand VOD source types. Optional values: Live, VOD.public SourcePackageConf[] getPackageConfs()
public void setPackageConfs(SourcePackageConf[] PackageConfs)
PackageConfs - source specific configuration.public SourceTag[] getSourceTags()
public void setSourceTags(SourceTag[] SourceTags)
SourceTags - The sourcetag allows ADS to deliver more precise ads based on the Source Tag informationCopyright © 2025. All rights reserved.