Class SearchPageResponseSearchResult
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SearchPageResponseSearchResult
@Generated("io.github.primelib.primecodegen")
public class SearchPageResponseSearchResult
extends Object
SearchPageResponseSearchResult
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofSearchPageResponseSearchResult.SearchPageResponseSearchResult(List<SearchResult> results, Integer start, Integer limit, Integer size, Integer totalSize, String cqlQuery, Integer searchDuration, Integer archivedResultCount, Map<String, Object> Links) Constructs a validated instance ofSearchPageResponseSearchResult. -
Method Summary
Modifier and TypeMethodDescriptionarchivedResultCount(Integer archivedResultCount) protected booleancqlQuery()booleaninthashCode()limit()Links()results()results(List<SearchResult> results) searchDuration(Integer searchDuration) size()start()toString()
-
Field Details
-
results
-
start
-
limit
-
size
-
totalSize
-
cqlQuery
-
searchDuration
-
archivedResultCount
-
Links
-
-
Constructor Details
-
SearchPageResponseSearchResult
Constructs a validated instance ofSearchPageResponseSearchResult.- Parameters:
spec- the specification to process
-
SearchPageResponseSearchResult
@Internal public SearchPageResponseSearchResult(List<SearchResult> results, Integer start, Integer limit, Integer size, Integer totalSize, String cqlQuery, Integer searchDuration, Integer archivedResultCount, Map<String, Object> Links) Constructs a validated instance ofSearchPageResponseSearchResult.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SearchPageResponseSearchResult(Consumer)instead.- Parameters:
results- resultsstart- startlimit- limitsize- sizetotalSize- totalSizecqlQuery- cqlQuerysearchDuration- searchDurationarchivedResultCount- archivedResultCountLinks- Links
-
SearchPageResponseSearchResult
protected SearchPageResponseSearchResult()
-
-
Method Details
-
results
-
start
-
limit
-
size
-
totalSize
-
cqlQuery
-
searchDuration
-
archivedResultCount
-
Links
-
results
- Returns:
this.
-
start
- Returns:
this.
-
limit
- Returns:
this.
-
size
- Returns:
this.
-
totalSize
- Returns:
this.
-
cqlQuery
- Returns:
this.
-
searchDuration
- Returns:
this.
-
archivedResultCount
- Returns:
this.
-
Links
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-