Class RecentPullInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.RecentPullInfo
-
public class RecentPullInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RecentPullInfo()RecentPullInfo(RecentPullInfo 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 StringgetFileUrl()Get 当前正在拉的文件地址。LonggetLoopedTimes()Get 已经轮播的次数。LonggetOffsetTime()Get 当前正在拉的文件偏移,单位:秒。StringgetReportTime()Get 最新上报偏移信息时间。UTC格式。 如:2020-07-23T03:20:39Z。 注意:与北京时间相差八小时。voidsetFileUrl(String FileUrl)Set 当前正在拉的文件地址。voidsetLoopedTimes(Long LoopedTimes)Set 已经轮播的次数。voidsetOffsetTime(Long OffsetTime)Set 当前正在拉的文件偏移,单位:秒。voidsetReportTime(String ReportTime)Set 最新上报偏移信息时间。UTC格式。 如:2020-07-23T03:20:39Z。 注意:与北京时间相差八小时。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
-
RecentPullInfo
public RecentPullInfo()
-
RecentPullInfo
public RecentPullInfo(RecentPullInfo 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 当前正在拉的文件地址。- Returns:
- FileUrl 当前正在拉的文件地址。
-
setFileUrl
public void setFileUrl(String FileUrl)
Set 当前正在拉的文件地址。- Parameters:
FileUrl- 当前正在拉的文件地址。
-
getOffsetTime
public Long getOffsetTime()
Get 当前正在拉的文件偏移,单位:秒。- Returns:
- OffsetTime 当前正在拉的文件偏移,单位:秒。
-
setOffsetTime
public void setOffsetTime(Long OffsetTime)
Set 当前正在拉的文件偏移,单位:秒。- Parameters:
OffsetTime- 当前正在拉的文件偏移,单位:秒。
-
getReportTime
public String getReportTime()
Get 最新上报偏移信息时间。UTC格式。 如:2020-07-23T03:20:39Z。 注意:与北京时间相差八小时。- Returns:
- ReportTime 最新上报偏移信息时间。UTC格式。 如:2020-07-23T03:20:39Z。 注意:与北京时间相差八小时。
-
setReportTime
public void setReportTime(String ReportTime)
Set 最新上报偏移信息时间。UTC格式。 如:2020-07-23T03:20:39Z。 注意:与北京时间相差八小时。- Parameters:
ReportTime- 最新上报偏移信息时间。UTC格式。 如:2020-07-23T03:20:39Z。 注意:与北京时间相差八小时。
-
getLoopedTimes
public Long getLoopedTimes()
Get 已经轮播的次数。- Returns:
- LoopedTimes 已经轮播的次数。
-
setLoopedTimes
public void setLoopedTimes(Long LoopedTimes)
Set 已经轮播的次数。- Parameters:
LoopedTimes- 已经轮播的次数。
-
-