public class TaskStatusInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getFileDuration()
Get 点播源的文件时长,单位:秒。
|
String |
getFileUrl()
Get 当前使用的源 URL。
|
Long |
getLoopedTimes()
Get 点播源任务的轮播次数。
|
String |
getNextFileUrl()
Get 下一进度点播文件 URL。
|
Long |
getOffsetTime()
Get 点播源的播放偏移,单位:秒。
|
String |
getReportTime()
Get 最新心跳上报时间。UTC时间,例如:
2022-02-11T10:00:00Z。
注意:UTC时间与北京时间相差八小时。
|
String |
getRunStatus()
Get 实际运行状态:
active - 活跃,
inactive - 不活跃。
|
void |
setFileDuration(Long FileDuration)
Set 点播源的文件时长,单位:秒。
|
void |
setFileUrl(String FileUrl)
Set 当前使用的源 URL。
|
void |
setLoopedTimes(Long LoopedTimes)
Set 点播源任务的轮播次数。
|
void |
setNextFileUrl(String NextFileUrl)
Set 下一进度点播文件 URL。
|
void |
setOffsetTime(Long OffsetTime)
Set 点播源的播放偏移,单位:秒。
|
void |
setReportTime(String ReportTime)
Set 最新心跳上报时间。UTC时间,例如:
2022-02-11T10:00:00Z。
注意:UTC时间与北京时间相差八小时。
|
void |
setRunStatus(String RunStatus)
Set 实际运行状态:
active - 活跃,
inactive - 不活跃。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TaskStatusInfo()
public TaskStatusInfo(TaskStatusInfo source)
public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- 当前使用的源 URL。public Long getLoopedTimes()
public void setLoopedTimes(Long LoopedTimes)
LoopedTimes
- 点播源任务的轮播次数。public Long getOffsetTime()
public void setOffsetTime(Long OffsetTime)
OffsetTime
- 点播源的播放偏移,单位:秒。public String getReportTime()
public void setReportTime(String ReportTime)
ReportTime
- 最新心跳上报时间。UTC时间,例如:
2022-02-11T10:00:00Z。
注意:UTC时间与北京时间相差八小时。public String getRunStatus()
public void setRunStatus(String RunStatus)
RunStatus
- 实际运行状态:
active - 活跃,
inactive - 不活跃。public Long getFileDuration()
public void setFileDuration(Long FileDuration)
FileDuration
- 点播源的文件时长,单位:秒。public String getNextFileUrl()
public void setNextFileUrl(String NextFileUrl)
NextFileUrl
- 下一进度点播文件 URL。Copyright © 2024. All rights reserved.