Package org.red5.io.object
Class RecordSetPage
java.lang.Object
org.red5.io.object.RecordSetPage
Result of paged data request, one page of data.
- Author:
- The Red5 Project, Joachim Bauch (jojo@struktur.de)
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
cursor
private int cursorRecordset cursor -
data
Data as List
-
-
Constructor Details
-
RecordSetPage
Creates recordset page from Input object- Parameters:
input
- Input object to use as source for data that has to be deserialized
-
-
Method Details
-
getCursor
protected int getCursor()Getter for recordset cursor- Returns:
- Recordset cursor
-
getData
Getter for page data- Returns:
- Page data as unmodifiable list
-