Class PullStreamConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.PullStreamConfig
-
public class PullStreamConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PullStreamConfig()PullStreamConfig(PullStreamConfig 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAreaName()Get 区域名。StringgetConfigId()Get 拉流配置 ID。StringgetEndTime()Get 结束时间。 UTC格式时间,例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。StringgetFromUrl()Get 源 URL。StringgetIspName()Get 运营商名。StringgetStartTime()Get 开始时间。 UTC格式时间,例如: 2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。StringgetStatus()Get 状态: 0: 无效。 1: 初始状态。 2: 正在运行。 3: 拉起失败。 4: 暂停。StringgetToUrl()Get 目的 URL。voidsetAreaName(String AreaName)Set 区域名。voidsetConfigId(String ConfigId)Set 拉流配置 ID。voidsetEndTime(String EndTime)Set 结束时间。 UTC格式时间,例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。voidsetFromUrl(String FromUrl)Set 源 URL。voidsetIspName(String IspName)Set 运营商名。voidsetStartTime(String StartTime)Set 开始时间。 UTC格式时间,例如: 2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。voidsetStatus(String Status)Set 状态: 0: 无效。 1: 初始状态。 2: 正在运行。 3: 拉起失败。 4: 暂停。voidsetToUrl(String ToUrl)Set 目的 URL。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PullStreamConfig
public PullStreamConfig()
-
PullStreamConfig
public PullStreamConfig(PullStreamConfig 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.
-
-
Method Detail
-
getConfigId
public String getConfigId()
Get 拉流配置 ID。- Returns:
- ConfigId 拉流配置 ID。
-
setConfigId
public void setConfigId(String ConfigId)
Set 拉流配置 ID。- Parameters:
ConfigId- 拉流配置 ID。
-
getFromUrl
public String getFromUrl()
Get 源 URL。- Returns:
- FromUrl 源 URL。
-
setFromUrl
public void setFromUrl(String FromUrl)
Set 源 URL。- Parameters:
FromUrl- 源 URL。
-
getToUrl
public String getToUrl()
Get 目的 URL。- Returns:
- ToUrl 目的 URL。
-
setToUrl
public void setToUrl(String ToUrl)
Set 目的 URL。- Parameters:
ToUrl- 目的 URL。
-
getAreaName
public String getAreaName()
Get 区域名。- Returns:
- AreaName 区域名。
-
setAreaName
public void setAreaName(String AreaName)
Set 区域名。- Parameters:
AreaName- 区域名。
-
getIspName
public String getIspName()
Get 运营商名。- Returns:
- IspName 运营商名。
-
setIspName
public void setIspName(String IspName)
Set 运营商名。- Parameters:
IspName- 运营商名。
-
getStartTime
public String getStartTime()
Get 开始时间。 UTC格式时间,例如: 2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。- Returns:
- StartTime 开始时间。 UTC格式时间,例如: 2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
-
setStartTime
public void setStartTime(String StartTime)
Set 开始时间。 UTC格式时间,例如: 2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。- Parameters:
StartTime- 开始时间。 UTC格式时间,例如: 2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
-
getEndTime
public String getEndTime()
Get 结束时间。 UTC格式时间,例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。- Returns:
- EndTime 结束时间。 UTC格式时间,例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间。 UTC格式时间,例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。- Parameters:
EndTime- 结束时间。 UTC格式时间,例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
-
getStatus
public String getStatus()
Get 状态: 0: 无效。 1: 初始状态。 2: 正在运行。 3: 拉起失败。 4: 暂停。- Returns:
- Status 状态: 0: 无效。 1: 初始状态。 2: 正在运行。 3: 拉起失败。 4: 暂停。
-
setStatus
public void setStatus(String Status)
Set 状态: 0: 无效。 1: 初始状态。 2: 正在运行。 3: 拉起失败。 4: 暂停。- Parameters:
Status- 状态: 0: 无效。 1: 初始状态。 2: 正在运行。 3: 拉起失败。 4: 暂停。
-
-