Class TaskStatusInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.TaskStatusInfo
-
public class TaskStatusInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TaskStatusInfo()TaskStatusInfo(TaskStatusInfo 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 LonggetFileDuration()Get 点播源的文件时长,单位:秒。StringgetFileUrl()Get 当前使用的源 URL。LonggetLoopedTimes()Get 点播源任务的轮播次数。StringgetNextFileUrl()Get 下一进度点播文件 URL。LonggetOffsetTime()Get 点播源的播放偏移,单位:秒。StringgetReportTime()Get 最新心跳上报时间。UTC时间,例如: 2022-02-11T10:00:00Z。 注意:UTC时间与北京时间相差八小时。StringgetRunStatus()Get 实际运行状态: active - 活跃, inactive - 不活跃。voidsetFileDuration(Long FileDuration)Set 点播源的文件时长,单位:秒。voidsetFileUrl(String FileUrl)Set 当前使用的源 URL。voidsetLoopedTimes(Long LoopedTimes)Set 点播源任务的轮播次数。voidsetNextFileUrl(String NextFileUrl)Set 下一进度点播文件 URL。voidsetOffsetTime(Long OffsetTime)Set 点播源的播放偏移,单位:秒。voidsetReportTime(String ReportTime)Set 最新心跳上报时间。UTC时间,例如: 2022-02-11T10:00:00Z。 注意:UTC时间与北京时间相差八小时。voidsetRunStatus(String RunStatus)Set 实际运行状态: active - 活跃, inactive - 不活跃。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
-
TaskStatusInfo
public TaskStatusInfo()
-
TaskStatusInfo
public TaskStatusInfo(TaskStatusInfo 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
-
getFileUrl
public String getFileUrl()
Get 当前使用的源 URL。- Returns:
- FileUrl 当前使用的源 URL。
-
setFileUrl
public void setFileUrl(String FileUrl)
Set 当前使用的源 URL。- Parameters:
FileUrl- 当前使用的源 URL。
-
getLoopedTimes
public Long getLoopedTimes()
Get 点播源任务的轮播次数。- Returns:
- LoopedTimes 点播源任务的轮播次数。
-
setLoopedTimes
public void setLoopedTimes(Long LoopedTimes)
Set 点播源任务的轮播次数。- Parameters:
LoopedTimes- 点播源任务的轮播次数。
-
getOffsetTime
public Long getOffsetTime()
Get 点播源的播放偏移,单位:秒。- Returns:
- OffsetTime 点播源的播放偏移,单位:秒。
-
setOffsetTime
public void setOffsetTime(Long OffsetTime)
Set 点播源的播放偏移,单位:秒。- Parameters:
OffsetTime- 点播源的播放偏移,单位:秒。
-
getReportTime
public String getReportTime()
Get 最新心跳上报时间。UTC时间,例如: 2022-02-11T10:00:00Z。 注意:UTC时间与北京时间相差八小时。- Returns:
- ReportTime 最新心跳上报时间。UTC时间,例如: 2022-02-11T10:00:00Z。 注意:UTC时间与北京时间相差八小时。
-
setReportTime
public void setReportTime(String ReportTime)
Set 最新心跳上报时间。UTC时间,例如: 2022-02-11T10:00:00Z。 注意:UTC时间与北京时间相差八小时。- Parameters:
ReportTime- 最新心跳上报时间。UTC时间,例如: 2022-02-11T10:00:00Z。 注意:UTC时间与北京时间相差八小时。
-
getRunStatus
public String getRunStatus()
Get 实际运行状态: active - 活跃, inactive - 不活跃。- Returns:
- RunStatus 实际运行状态: active - 活跃, inactive - 不活跃。
-
setRunStatus
public void setRunStatus(String RunStatus)
Set 实际运行状态: active - 活跃, inactive - 不活跃。- Parameters:
RunStatus- 实际运行状态: active - 活跃, inactive - 不活跃。
-
getFileDuration
public Long getFileDuration()
Get 点播源的文件时长,单位:秒。- Returns:
- FileDuration 点播源的文件时长,单位:秒。
-
setFileDuration
public void setFileDuration(Long FileDuration)
Set 点播源的文件时长,单位:秒。- Parameters:
FileDuration- 点播源的文件时长,单位:秒。
-
getNextFileUrl
public String getNextFileUrl()
Get 下一进度点播文件 URL。- Returns:
- NextFileUrl 下一进度点播文件 URL。
-
setNextFileUrl
public void setNextFileUrl(String NextFileUrl)
Set 下一进度点播文件 URL。- Parameters:
NextFileUrl- 下一进度点播文件 URL。
-
-