Class BranchSearchResults
java.lang.Object
io.apicurio.registry.rest.v3.beans.BranchSearchResults
Describes the response received when searching for branches.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe branches returned in the result set.getCount()The total number of branches that matched the query that produced the result set (may be more than the number of branches in the result set).voidsetBranches(List<SearchedBranch> branches) The branches returned in the result set.voidThe total number of branches that matched the query that produced the result set (may be more than the number of branches in the result set).
-
Constructor Details
-
BranchSearchResults
public BranchSearchResults()
-
-
Method Details
-
getBranches
The branches returned in the result set. (Required) -
setBranches
The branches returned in the result set. (Required) -
getCount
The total number of branches that matched the query that produced the result set (may be more than the number of branches in the result set). (Required) -
setCount
The total number of branches that matched the query that produced the result set (may be more than the number of branches in the result set). (Required)
-