java.lang.Object
com.gpudb.GPUdbBase.GetRecordsJsonResponse
Enclosing class:
This class models the response returned by the method
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 Summary
ConstructorsConstructorDescriptionGetRecordsJsonResponse(int totalRecords, boolean hasMoreRecords, String jsonRecords) All argument constructor
Constructor Details
GetRecordsJsonResponse
public GetRecordsJsonResponse()GetRecordsJsonResponse
All argument constructorParameters:totalRecords- - Total number of records returnedhasMoreRecords- - Whether there are more records available or notjsonRecords- - Records as a JSON array string