Class VersionSearchResults

java.lang.Object
io.apicurio.registry.rest.v1.beans.VersionSearchResults

public class VersionSearchResults extends Object
Describes the response received when searching for artifacts.
  • Constructor Details

    • VersionSearchResults

      public VersionSearchResults()
  • Method Details

    • getCount

      public Integer getCount()
      The total number of artifacts that matched the search criteria. (Required)
    • setCount

      public void setCount(Integer count)
      The total number of artifacts that matched the search criteria. (Required)
    • getVersions

      public List<SearchedVersion> getVersions()
      (Required)
    • setVersions

      public void setVersions(List<SearchedVersion> versions)
      (Required)
    • toString

      public String toString()
      Overrides:
      toString in class Object