public class RecentPullInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFileUrl()Get 当前正在拉的文件地址。 | 
| Long | getLoopedTimes()Get 已经轮播的次数。 | 
| Long | getOffsetTime()Get 当前正在拉的文件偏移,单位:秒。 | 
| String | getReportTime()Get 最新上报偏移信息时间。UTC格式。
如:2020-07-23T03:20:39Z。
注意:与北京时间相差八小时。 | 
| void | setFileUrl(String FileUrl)Set 当前正在拉的文件地址。 | 
| void | setLoopedTimes(Long LoopedTimes)Set 已经轮播的次数。 | 
| void | setOffsetTime(Long OffsetTime)Set 当前正在拉的文件偏移,单位:秒。 | 
| void | setReportTime(String ReportTime)Set 最新上报偏移信息时间。UTC格式。
如:2020-07-23T03:20:39Z。
注意:与北京时间相差八小时。 | 
| 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, toJsonStringpublic RecentPullInfo()
public RecentPullInfo(RecentPullInfo source)
public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl - 当前正在拉的文件地址。public Long getOffsetTime()
public void setOffsetTime(Long OffsetTime)
OffsetTime - 当前正在拉的文件偏移,单位:秒。public String getReportTime()
public void setReportTime(String ReportTime)
ReportTime - 最新上报偏移信息时间。UTC格式。
如:2020-07-23T03:20:39Z。
注意:与北京时间相差八小时。public Long getLoopedTimes()
public void setLoopedTimes(Long LoopedTimes)
LoopedTimes - 已经轮播的次数。Copyright © 2025. All rights reserved.