public class HistoricsQuery extends BaseDataSiftResult
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoricsQuery.Chunk |
error, response| Constructor and Description |
|---|
HistoricsQuery() |
| Modifier and Type | Method and Description |
|---|---|
static HistoricsQuery |
fromString(String historicsQueryId)
Create a HistoricsQuery instance containing only an ID
|
List<HistoricsQuery.Chunk> |
getChunks() |
long |
getCreatedAt() |
String |
getDefinitationId() |
long |
getEnd() |
List<String> |
getFeed() |
String |
getId() |
String |
getName() |
double |
getProgress() |
double |
getSample() |
List<String> |
getSources() |
long |
getStart() |
String |
getStatus() |
failed, failureCause, getError, getResponse, isAuthorizationSuccesful, isSuccessful, rateLimit, rateLimitCost, rateLimitRemaining, setResponse, successful, toStringpublic static HistoricsQuery fromString(String historicsQueryId)
historicsQueryId - the id obtained from DataSiftpublic String getId()
public String getDefinitationId()
public String getName()
public long getStart()
public long getEnd()
public long getCreatedAt()
public String getStatus()
public double getProgress()
public double getSample()
public List<HistoricsQuery.Chunk> getChunks()
Copyright © 2015. All Rights Reserved.