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
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.Constructs 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> additionalLinks) Constructs a validated instance ofSearchPageResponseSearchResult. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for additionalLinks.additionalLinks(Map<String, Object> additionalLinks) Fluent setter for additionalLinks.Fluent getter for archivedResultCount.archivedResultCount(Integer archivedResultCount) Fluent setter for archivedResultCount.cqlQuery()Fluent getter for cqlQuery.Fluent setter for cqlQuery.booleanGets the value of additionalLinks.Gets the value of archivedResultCount.Gets the value of cqlQuery.getLimit()Gets the value of limit.Gets the value of results.Gets the value of searchDuration.getSize()Gets the value of size.getStart()Gets the value of start.Gets the value of totalSize.inthashCode()limit()Fluent getter for limit.Fluent setter for limit.results()Fluent getter for results.results(List<SearchResult> results) Fluent setter for results.Fluent getter for searchDuration.searchDuration(Integer searchDuration) Fluent setter for searchDuration.voidsetAdditionalLinks(Map<String, Object> additionalLinks) Sets the value of additionalLinks.voidsetArchivedResultCount(Integer archivedResultCount) Sets the value of archivedResultCount.voidsetCqlQuery(String cqlQuery) Sets the value of cqlQuery.voidSets the value of limit.voidsetResults(List<SearchResult> results) Sets the value of results.voidsetSearchDuration(Integer searchDuration) Sets the value of searchDuration.voidSets the value of size.voidSets the value of start.voidsetTotalSize(Integer totalSize) Sets the value of totalSize.size()Fluent getter for size.Fluent setter for size.start()Fluent getter for start.Fluent setter for start.toString()Fluent getter for totalSize.Fluent setter for totalSize.
-
Field Details
-
results
-
start
-
limit
-
size
-
totalSize
-
cqlQuery
-
searchDuration
-
archivedResultCount
-
additionalLinks
-
-
Constructor Details
-
SearchPageResponseSearchResult
Constructs a validated instance ofSearchPageResponseSearchResult.- Parameters:
spec- the specification to process
-
SearchPageResponseSearchResult
@Internal protected SearchPageResponseSearchResult()Protected no-args constructor for use by serialization frameworks. -
SearchPageResponseSearchResult
@Internal public SearchPageResponseSearchResult(List<SearchResult> results, Integer start, Integer limit, Integer size, Integer totalSize, String cqlQuery, Integer searchDuration, Integer archivedResultCount, Map<String, Object> additionalLinks) 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- archivedResultCountadditionalLinks- additionalLinks
-
-
Method Details
-
results
-
results
Fluent setter for results.- Parameters:
results- results- Returns:
- this
-
getResults
-
setResults
Sets the value of results.- Parameters:
results- results
-
start
-
start
Fluent setter for start.- Parameters:
start- start- Returns:
- this
-
getStart
-
setStart
-
limit
-
limit
Fluent setter for limit.- Parameters:
limit- limit- Returns:
- this
-
getLimit
-
setLimit
-
size
-
size
Fluent setter for size.- Parameters:
size- size- Returns:
- this
-
getSize
-
setSize
-
totalSize
-
totalSize
Fluent setter for totalSize.- Parameters:
totalSize- totalSize- Returns:
- this
-
getTotalSize
-
setTotalSize
Sets the value of totalSize.- Parameters:
totalSize- totalSize
-
cqlQuery
-
cqlQuery
Fluent setter for cqlQuery.- Parameters:
cqlQuery- cqlQuery- Returns:
- this
-
getCqlQuery
-
setCqlQuery
Sets the value of cqlQuery.- Parameters:
cqlQuery- cqlQuery
-
searchDuration
-
searchDuration
Fluent setter for searchDuration.- Parameters:
searchDuration- searchDuration- Returns:
- this
-
getSearchDuration
-
setSearchDuration
Sets the value of searchDuration.- Parameters:
searchDuration- searchDuration
-
archivedResultCount
Fluent getter for archivedResultCount.- Returns:
- archivedResultCount
-
archivedResultCount
Fluent setter for archivedResultCount.- Parameters:
archivedResultCount- archivedResultCount- Returns:
- this
-
getArchivedResultCount
Gets the value of archivedResultCount.- Returns:
- archivedResultCount
-
setArchivedResultCount
Sets the value of archivedResultCount.- Parameters:
archivedResultCount- archivedResultCount
-
additionalLinks
-
additionalLinks
Fluent setter for additionalLinks.- Parameters:
additionalLinks- additionalLinks- Returns:
- this
-
getAdditionalLinks
-
setAdditionalLinks
-
equals
-
hashCode
-
toString
-