public static final class GPUdbBase.GetRecordsJsonResponse extends Object
GPUdbBase.getRecordsJson(java.lang.String, java.util.List<java.lang.String>, long, long)
The default constructor is used to create instance whenever there is an error
encountered by the method GPUdbBase.getRecordsJson(java.lang.String, java.util.List<java.lang.String>, long, long)
.
The all argument constructor is used to return the values in case of a successful
execution of the method GPUdbBase.getRecordsJson(java.lang.String, java.util.List<java.lang.String>, long, long)
.Constructor and Description |
---|
GetRecordsJsonResponse() |
GetRecordsJsonResponse(int totalRecords,
boolean hasMoreRecords,
String jsonRecords)
All argument constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getJsonRecords() |
int |
getTotalRecords() |
boolean |
hasMoreRecords() |
String |
toString() |
public GetRecordsJsonResponse()
public GetRecordsJsonResponse(int totalRecords, boolean hasMoreRecords, String jsonRecords)
totalRecords
- - Total number of records returnedhasMoreRecords
- - Whether there are more records available or notjsonRecords
- - Records as a JSON array stringCopyright © 2024. All rights reserved.