Class ListResult
java.lang.Object
net.atthegate.server.service.serviceModels.ListResult
Model for list results
-
Field Summary
FieldsModifier and TypeFieldDescriptionCursor for next pageList of found docslong
Max 10 000, if 10k than found more than 10klong
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
listOfEntries
List of found docs -
cursorStr
Cursor for next page -
cursorStr2
-
totalNumberFound
public long totalNumberFoundMax 10 000, if 10k than found more than 10k -
totalNumberFound2
public long totalNumberFound2
-
-
Constructor Details
-
ListResult
public ListResult()
-