public class PylonStreamStatus extends BaseDataSiftResult
| Modifier and Type | Field and Description |
|---|---|
protected int |
end |
protected String |
hash |
protected String |
name |
protected boolean |
reachedCapacity |
protected int |
remainingAccountCapacity |
protected int |
remainingIndexCapacity |
protected int |
start |
protected String |
status |
protected int |
volume |
error, response| Constructor and Description |
|---|
PylonStreamStatus() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
String |
getHash() |
boolean |
getReachedCapacity() |
int |
getRemainingAccountCapacity() |
int |
getRemainingIndexCapacity() |
int |
getStart() |
String |
getStatus() |
int |
getVolume() |
failed, failureCause, getError, getResponse, isAuthorizationSuccesful, isSuccessful, rateLimit, rateLimitCost, rateLimitRemaining, setResponse, successful, toStringprotected String hash
protected int start
protected int end
protected int volume
protected String name
protected String status
protected int remainingIndexCapacity
protected int remainingAccountCapacity
protected boolean reachedCapacity
public String getHash()
public int getStart()
public int getEnd()
public int getVolume()
public String getStatus()
public int getRemainingIndexCapacity()
public int getRemainingAccountCapacity()
public boolean getReachedCapacity()
Copyright © 2015. All Rights Reserved.