public class PylonQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
end |
protected String |
filter |
protected PylonQueryParameters |
parameters |
protected PylonRecording.PylonRecordingId |
recordingId |
protected int |
start |
| Constructor and Description |
|---|
PylonQuery() |
PylonQuery(PylonRecording.PylonRecordingId recordingId,
PylonQueryParameters parameters) |
PylonQuery(PylonRecording.PylonRecordingId recordingId,
PylonQueryParameters parameters,
String filter) |
PylonQuery(PylonRecording.PylonRecordingId recordingId,
PylonQueryParameters parameters,
String filter,
Integer start,
Integer end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
String |
getFilter() |
PylonQueryParameters |
getParameters() |
PylonRecording.PylonRecordingId |
getRecordingId() |
int |
getStart() |
protected PylonRecording.PylonRecordingId recordingId
protected PylonQueryParameters parameters
protected String filter
protected int start
protected int end
public PylonQuery()
public PylonQuery(PylonRecording.PylonRecordingId recordingId, PylonQueryParameters parameters, String filter, Integer start, Integer end)
public PylonQuery(PylonRecording.PylonRecordingId recordingId, PylonQueryParameters parameters, String filter)
public PylonQuery(PylonRecording.PylonRecordingId recordingId, PylonQueryParameters parameters)
public PylonRecording.PylonRecordingId getRecordingId()
public PylonQueryParameters getParameters()
public String getFilter()
public int getStart()
public int getEnd()
Copyright © 2016. All Rights Reserved.