public class PylonQuery extends BaseDataSiftResult
| Modifier and Type | Field and Description |
|---|---|
protected int |
end |
protected String |
filter |
protected String |
hash |
protected PylonQueryParameters |
parameters |
protected int |
start |
error, response| Constructor and Description |
|---|
PylonQuery() |
PylonQuery(String hash,
PylonQueryParameters parameters) |
PylonQuery(String hash,
PylonQueryParameters parameters,
String filter) |
PylonQuery(String hash,
PylonQueryParameters parameters,
String filter,
Integer start,
Integer end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
String |
getFilter() |
String |
getHash() |
PylonQueryParameters |
getParameters() |
int |
getStart() |
failed, failureCause, getError, getResponse, isAuthorizationSuccesful, isSuccessful, rateLimit, rateLimitCost, rateLimitRemaining, setResponse, successful, toStringprotected String hash
protected PylonQueryParameters parameters
protected String filter
protected int start
protected int end
public PylonQuery()
public PylonQuery(String hash, PylonQueryParameters parameters, String filter, Integer start, Integer end)
public PylonQuery(String hash, PylonQueryParameters parameters, String filter)
public PylonQuery(String hash, PylonQueryParameters parameters)
public String getHash()
public PylonQueryParameters getParameters()
public String getFilter()
public int getStart()
public int getEnd()
Copyright © 2015. All Rights Reserved.