public class ModifyStreamPackageSourceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyStreamPackageSourceRequest() |
ModifyStreamPackageSourceRequest(ModifyStreamPackageSourceRequest 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 Source Id.
|
String |
getName()
Get Modified name.
|
SourcePackageConf[] |
getPackageConfs()
Get source configuration.
|
String |
getType()
Get Distinguish between live broadcast and on-demand VOD source types.
|
void |
setId(String Id)
Set Source Id.
|
void |
setName(String Name)
Set Modified name.
|
void |
setPackageConfs(SourcePackageConf[] PackageConfs)
Set source configuration.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyStreamPackageSourceRequest()
public ModifyStreamPackageSourceRequest(ModifyStreamPackageSourceRequest source)
public String getId()
public void setId(String Id)
Id
- Source Id.public String getName()
public void setName(String Name)
Name
- Modified name.public String getType()
public void setType(String Type)
Type
- Distinguish between live broadcast and on-demand VOD source types.
Optional values: Live, VOD (on demand)public SourcePackageConf[] getPackageConfs()
public void setPackageConfs(SourcePackageConf[] PackageConfs)
PackageConfs
- source configuration.Copyright © 2024. All rights reserved.