public class SourceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SourceInfo() |
SourceInfo(SourceInfo 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 |
---|---|
Long |
getCreateTime()
Get Create timestamp.
|
String |
getId()
Get ID.
|
String |
getName()
Get name.
|
SourcePackageConf[] |
getPackageConf()
Get Source configuration.
|
String |
getRegion()
Get Region.
|
String |
getType()
Get The source type distinguishes between live broadcast and on-demand Vod.
|
Long |
getUpdateTime()
Get Update timestamp.
|
void |
setCreateTime(Long CreateTime)
Set Create timestamp.
|
void |
setId(String Id)
Set ID.
|
void |
setName(String Name)
Set name.
|
void |
setPackageConf(SourcePackageConf[] PackageConf)
Set Source configuration.
|
void |
setRegion(String Region)
Set Region.
|
void |
setType(String Type)
Set The source type distinguishes between live broadcast and on-demand Vod.
|
void |
setUpdateTime(Long UpdateTime)
Set Update timestamp.
|
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 SourceInfo()
public SourceInfo(SourceInfo source)
public String getName()
public void setName(String Name)
Name
- name.public String getType()
public void setType(String Type)
Type
- The source type distinguishes between live broadcast and on-demand Vod.public SourcePackageConf[] getPackageConf()
public void setPackageConf(SourcePackageConf[] PackageConf)
PackageConf
- Source configuration.public String getId()
public void setId(String Id)
Id
- ID.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Create timestamp.public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- Update timestamp.public String getRegion()
public void setRegion(String Region)
Region
- Region.Copyright © 2024. All rights reserved.