public class PylonRecording extends BaseDataSiftResult
| Modifier and Type | Class and Description |
|---|---|
static class |
PylonRecording.PylonRecordingId |
| Modifier and Type | Field and Description |
|---|---|
protected int |
end |
protected String |
hash |
protected String |
name |
protected boolean |
reachedCapacity |
protected PylonRecording.PylonRecordingId |
recordingId |
protected int |
remainingAccountCapacity |
protected int |
remainingIndexCapacity |
protected int |
start |
protected String |
status |
protected int |
volume |
error, response| Constructor and Description |
|---|
PylonRecording() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
String |
getHash() |
String |
getName() |
PylonRecording.PylonRecordingId |
getRecordingId() |
int |
getRemainingAccountCapacity() |
int |
getRemainingIndexCapacity() |
int |
getStart() |
String |
getStatus() |
int |
getVolume() |
boolean |
isReachedCapacity() |
failed, failureCause, getError, getResponse, isAuthorizationSuccessful, isSuccessful, rateLimit, rateLimitCost, rateLimitRemaining, setResponse, successful, toStringprotected PylonRecording.PylonRecordingId recordingId
protected 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 PylonRecording.PylonRecordingId getRecordingId()
public String getHash()
public int getStart()
public int getEnd()
public String getName()
public int getVolume()
public String getStatus()
public int getRemainingIndexCapacity()
public int getRemainingAccountCapacity()
public boolean isReachedCapacity()
Copyright © 2016. All Rights Reserved.