public class SourceLocationInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SourceLocationInfo() |
SourceLocationInfo(SourceLocationInfo 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[] |
getAttachedLiveSources()
Get List of bound live broadcast source ids.
|
String[] |
getAttachedVodSources()
Get List of bound on-demand source ids.
|
String |
getBaseUrl()
Get BaseUrl information.
|
Long |
getCreateTime()
Get Source location creation time, Unix timestamp.
|
String |
getId()
Get ID, unique identification.
|
String |
getName()
Get SourceLocation name.
|
String |
getRegion()
Get area.
|
SegmentDeliverInfo |
getSegmentDeliverConf()
Get Patch configuration.
|
Boolean |
getSegmentDeliverEnable()
Get Whether to enable patching.
|
Boolean |
getSegmentDeliverUsePackageEnable()
Get Whether to enable package distribution sharding, it is enabled by default.
|
Long |
getUpdateTime()
Get Source location last modified time, Unix timestamp.
|
void |
setAttachedLiveSources(String[] AttachedLiveSources)
Set List of bound live broadcast source ids.
|
void |
setAttachedVodSources(String[] AttachedVodSources)
Set List of bound on-demand source ids.
|
void |
setBaseUrl(String BaseUrl)
Set BaseUrl information.
|
void |
setCreateTime(Long CreateTime)
Set Source location creation time, Unix timestamp.
|
void |
setId(String Id)
Set ID, unique identification.
|
void |
setName(String Name)
Set SourceLocation name.
|
void |
setRegion(String Region)
Set area.
|
void |
setSegmentDeliverConf(SegmentDeliverInfo SegmentDeliverConf)
Set Patch configuration.
|
void |
setSegmentDeliverEnable(Boolean SegmentDeliverEnable)
Set Whether to enable patching.
|
void |
setSegmentDeliverUsePackageEnable(Boolean SegmentDeliverUsePackageEnable)
Set Whether to enable package distribution sharding, it is enabled by default.
|
void |
setUpdateTime(Long UpdateTime)
Set Source location last modified time, Unix 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 SourceLocationInfo()
public SourceLocationInfo(SourceLocationInfo source)
public String getId()
public void setId(String Id)
Id
- ID, unique identification.public String getName()
public void setName(String Name)
Name
- SourceLocation name.public String getRegion()
public void setRegion(String Region)
Region
- area.public String getBaseUrl()
public void setBaseUrl(String BaseUrl)
BaseUrl
- BaseUrl information.public Boolean getSegmentDeliverEnable()
public void setSegmentDeliverEnable(Boolean SegmentDeliverEnable)
SegmentDeliverEnable
- Whether to enable patching.public SegmentDeliverInfo getSegmentDeliverConf()
public void setSegmentDeliverConf(SegmentDeliverInfo SegmentDeliverConf)
SegmentDeliverConf
- Patch configuration.public String[] getAttachedLiveSources()
public void setAttachedLiveSources(String[] AttachedLiveSources)
AttachedLiveSources
- List of bound live broadcast source ids.public String[] getAttachedVodSources()
public void setAttachedVodSources(String[] AttachedVodSources)
AttachedVodSources
- List of bound on-demand source ids.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Source location creation time, Unix timestamp.public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- Source location last modified time, Unix timestamp.public Boolean getSegmentDeliverUsePackageEnable()
public void setSegmentDeliverUsePackageEnable(Boolean SegmentDeliverUsePackageEnable)
SegmentDeliverUsePackageEnable
- Whether to enable package distribution sharding, it is enabled by default.Copyright © 2024. All rights reserved.