Class BranchSearchResults

java.lang.Object
io.apicurio.registry.rest.v3.beans.BranchSearchResults

@Generated("jsonschema2pojo") public class BranchSearchResults extends Object
Describes the response received when searching for branches.
  • Constructor Details

    • BranchSearchResults

      public BranchSearchResults()
  • Method Details

    • getBranches

      public List<SearchedBranch> getBranches()
      The branches returned in the result set. (Required)
    • setBranches

      public void setBranches(List<SearchedBranch> branches)
      The branches returned in the result set. (Required)
    • getCount

      public Integer 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

      public void setCount(Integer count)
      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)