-
public final class RequestDataResponseResponse type for the IndexedDBDomain.requestData command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<DataEntry>objectStoreDataEntriesprivate final BooleanhasMore
-
Constructor Summary
Constructors Constructor Description RequestDataResponse(List<DataEntry> objectStoreDataEntries, Boolean hasMore)
-
Method Summary
Modifier and Type Method Description final List<DataEntry>component1()final Booleancomponent2()final RequestDataResponsecopy(List<DataEntry> objectStoreDataEntries, Boolean hasMore)final List<DataEntry>getObjectStoreDataEntries()Array of object store data entries. final BooleangetHasMore()If true, there are more entries to fetch in the given range. -
-
Method Detail
-
component1
final List<DataEntry> component1()
-
component2
final Boolean component2()
-
copy
final RequestDataResponse copy(List<DataEntry> objectStoreDataEntries, Boolean hasMore)
-
getObjectStoreDataEntries
final List<DataEntry> getObjectStoreDataEntries()
Array of object store data entries.
-
getHasMore
final Boolean getHasMore()
If true, there are more entries to fetch in the given range.
-
-
-
-