public class RecentPullInfo extends AbstractModel
| 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 The URL of the file currently pulled. 
 | 
Long | 
getLoopedTimes()
Get The number of times looped. 
 | 
Long | 
getOffsetTime()
Get The offset of the file currently pulled. 
 | 
String | 
getReportTime()
Get The time when the offset is reported, in UTC format. 
 | 
void | 
setFileUrl(String FileUrl)
Set The URL of the file currently pulled. 
 | 
void | 
setLoopedTimes(Long LoopedTimes)
Set The number of times looped. 
 | 
void | 
setOffsetTime(Long OffsetTime)
Set The offset of the file currently pulled. 
 | 
void | 
setReportTime(String ReportTime)
Set The time when the offset is reported, in UTC format. 
 | 
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, toJsonStringpublic RecentPullInfo()
public RecentPullInfo(RecentPullInfo source)
public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl - The URL of the file currently pulled.public Long getOffsetTime()
public void setOffsetTime(Long OffsetTime)
OffsetTime - The offset of the file currently pulled.public String getReportTime()
public void setReportTime(String ReportTime)
ReportTime - The time when the offset is reported, in UTC format.
Example: 2020-07-23T03:20:39Z
Note: Beijing time is 8 hours ahead of UTC.public Long getLoopedTimes()
public void setLoopedTimes(Long LoopedTimes)
LoopedTimes - The number of times looped.Copyright © 2022. All rights reserved.