public class ModifyPullStreamConfigRequest extends AbstractModel
Constructor and Description |
---|
ModifyPullStreamConfigRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getAreaId()
Get 区域id:
1-深圳,
2-上海,
3-天津,
4-中国香港。
如有改动,需同时传入IspId。
|
String |
getConfigId()
Get 配置id。
|
String |
getEndTime()
Get 结束时间,注意:
1.
|
String |
getFromUrl()
Get 源Url。
|
Long |
getIspId()
Get 运营商id,1-电信,2-移动,3-联通,4-其他,AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。
|
String |
getStartTime()
Get 开始时间。
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
|
String |
getToUrl()
Get 目的Url。
|
void |
setAreaId(Long AreaId)
Set 区域id:
1-深圳,
2-上海,
3-天津,
4-中国香港。
如有改动,需同时传入IspId。
|
void |
setConfigId(String ConfigId)
Set 配置id。
|
void |
setEndTime(String EndTime)
Set 结束时间,注意:
1.
|
void |
setFromUrl(String FromUrl)
Set 源Url。
|
void |
setIspId(Long IspId)
Set 运营商id,1-电信,2-移动,3-联通,4-其他,AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。
|
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)。
|
void |
setToUrl(String ToUrl)
Set 目的Url。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getConfigId()
public void setConfigId(String ConfigId)
ConfigId
- 配置id。public String getFromUrl()
public void setFromUrl(String FromUrl)
FromUrl
- 源Url。public String getToUrl()
public void setToUrl(String ToUrl)
ToUrl
- 目的Url。public Long getAreaId()
public void setAreaId(Long AreaId)
AreaId
- 区域id:
1-深圳,
2-上海,
3-天津,
4-中国香港。
如有改动,需同时传入IspId。public Long getIspId()
public void setIspId(Long IspId)
IspId
- 运营商id,1-电信,2-移动,3-联通,4-其他,AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间。
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间,注意:
1. 结束时间必须大于开始时间;
2. 结束时间和开始时间必须大于当前时间;
3. 结束时间 和 开始时间 间隔必须小于七天。
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。Copyright © 2020. All rights reserved.