public class HistoricsPreviewData extends BaseDataSiftResult
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoricsPreviewData.DataEntry |
| Modifier and Type | Field and Description |
|---|---|
protected long |
created_at |
protected List<HistoricsPreviewData.DataEntry> |
data |
protected long |
end |
protected String |
feeds |
protected String |
hash |
protected String |
id |
protected String |
name |
protected String |
parameters |
protected int |
progress |
protected int |
sample |
protected long |
start |
protected String |
status |
protected String |
user |
error, response| Constructor and Description |
|---|
HistoricsPreviewData() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreated_at() |
List<HistoricsPreviewData.DataEntry> |
getData() |
long |
getEnd() |
String |
getFeeds() |
String |
getHash() |
String |
getId() |
String |
getName() |
String |
getParameters() |
int |
getProgress() |
int |
getSample() |
long |
getStart() |
String |
getStatus() |
String |
getUser() |
failed, failureCause, getError, getResponse, isAuthorizationSuccesful, isSuccessful, rateLimit, rateLimitCost, rateLimitRemaining, setResponse, successful, toStringprotected String id
protected String name
protected int progress
protected String status
protected String feeds
protected int sample
protected long start
protected long end
protected long created_at
protected String user
protected String parameters
protected String hash
protected List<HistoricsPreviewData.DataEntry> data
public String getId()
public String getName()
public int getProgress()
public String getStatus()
public String getFeeds()
public int getSample()
public long getStart()
public long getEnd()
public long getCreated_at()
public String getUser()
public String getParameters()
public String getHash()
public List<HistoricsPreviewData.DataEntry> getData()
Copyright © 2015. All Rights Reserved.