public class AggregationResultImpl extends Object implements SearchResult<List<?>>
| Constructor and Description |
|---|
AggregationResultImpl(org.springframework.data.domain.Page<List<?>> page,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
SearchCriteria<? extends com.querydsl.core.types.EntityPath<List<?>>> |
getCriteria() |
Throwable |
getError() |
org.springframework.data.domain.Page<List<?>> |
getPage() |
boolean |
hasError() |
String |
toString() |
public SearchCriteria<? extends com.querydsl.core.types.EntityPath<List<?>>> getCriteria()
getCriteria in interface SearchResult<List<?>>public org.springframework.data.domain.Page<List<?>> getPage()
getPage in interface SearchResult<List<?>>public Throwable getError()
getError in interface SearchResult<List<?>>public boolean hasError()
hasError in interface SearchResult<List<?>>Copyright © 2024. All rights reserved.