Class ApiClientPagedQueryResponseImpl
- All Implemented Interfaces:
ApiClientPagedQueryResponse
,ResourcePagedQueryResponse<ApiClient>
,io.vrap.rmf.base.client.ModelBase
PagedQueryResult with results
containing an array of APIClient.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCount()
Actual number of results returned.getLimit()
Number of results requested.Number of elements skipped.APIClients matching the query.getTotal()
Total number of results matching the query.int
hashCode()
void
Actual number of results returned.void
Number of results requested.void
Number of elements skipped.void
setResults
(ApiClient... results) APIClients matching the query.void
setResults
(List<ApiClient> results) APIClients matching the query.void
Total number of results matching the query.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.commercetools.api.models.api_client.ApiClientPagedQueryResponse
withApiClientPagedQueryResponse
Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
Methods inherited from interface com.commercetools.api.models.ResourcePagedQueryResponse
getPageIndex, getTotalPages, head, isFirst, isLast
-
Constructor Details
-
ApiClientPagedQueryResponseImpl
public ApiClientPagedQueryResponseImpl()create empty instance
-
-
Method Details
-
getLimit
Number of results requested.
- Specified by:
getLimit
in interfaceApiClientPagedQueryResponse
- Specified by:
getLimit
in interfaceResourcePagedQueryResponse<ApiClient>
- Returns:
- limit
-
getOffset
Number of elements skipped.
- Specified by:
getOffset
in interfaceApiClientPagedQueryResponse
- Specified by:
getOffset
in interfaceResourcePagedQueryResponse<ApiClient>
- Returns:
- offset
-
getCount
Actual number of results returned.
- Specified by:
getCount
in interfaceApiClientPagedQueryResponse
- Specified by:
getCount
in interfaceResourcePagedQueryResponse<ApiClient>
- Returns:
- count
-
getTotal
Total number of results matching the query. This number is an estimation that is not strongly consistent. This field is returned by default. For improved performance, calculating this field can be deactivated by using the query parameter
withTotal=false
. When the results are filtered with a Query Predicate,total
is subject to a limit.- Specified by:
getTotal
in interfaceApiClientPagedQueryResponse
- Specified by:
getTotal
in interfaceResourcePagedQueryResponse<ApiClient>
- Returns:
- total
-
getResults
APIClients matching the query.
- Specified by:
getResults
in interfaceApiClientPagedQueryResponse
- Specified by:
getResults
in interfaceResourcePagedQueryResponse<ApiClient>
- Returns:
- results
-
setLimit
Description copied from interface:ApiClientPagedQueryResponse
Number of results requested.
- Specified by:
setLimit
in interfaceApiClientPagedQueryResponse
- Parameters:
limit
- value to be set
-
setOffset
Description copied from interface:ApiClientPagedQueryResponse
Number of elements skipped.
- Specified by:
setOffset
in interfaceApiClientPagedQueryResponse
- Parameters:
offset
- value to be set
-
setCount
Description copied from interface:ApiClientPagedQueryResponse
Actual number of results returned.
- Specified by:
setCount
in interfaceApiClientPagedQueryResponse
- Parameters:
count
- value to be set
-
setTotal
Description copied from interface:ApiClientPagedQueryResponse
Total number of results matching the query. This number is an estimation that is not strongly consistent. This field is returned by default. For improved performance, calculating this field can be deactivated by using the query parameter
withTotal=false
. When the results are filtered with a Query Predicate,total
is subject to a limit.- Specified by:
setTotal
in interfaceApiClientPagedQueryResponse
- Parameters:
total
- value to be set
-
setResults
Description copied from interface:ApiClientPagedQueryResponse
APIClients matching the query.
- Specified by:
setResults
in interfaceApiClientPagedQueryResponse
- Parameters:
results
- values to be set
-
setResults
Description copied from interface:ApiClientPagedQueryResponse
APIClients matching the query.
- Specified by:
setResults
in interfaceApiClientPagedQueryResponse
- Parameters:
results
- values to be set
-
equals
-
hashCode
public int hashCode()
-