Class ArtifactSearchResults
java.lang.Object
io.apicurio.registry.rest.v2.beans.ArtifactSearchResults
Describes the response received when searching for artifacts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe artifacts returned in the result set.getCount()The total number of artifacts that matched the query that produced the result set (may be more than the number of artifacts in the result set).voidsetArtifacts(List<SearchedArtifact> artifacts) The artifacts returned in the result set.voidThe total number of artifacts that matched the query that produced the result set (may be more than the number of artifacts in the result set).
-
Constructor Details
-
ArtifactSearchResults
public ArtifactSearchResults()
-
-
Method Details
-
getArtifacts
The artifacts returned in the result set. (Required) -
setArtifacts
The artifacts returned in the result set. (Required) -
getCount
The total number of artifacts that matched the query that produced the result set (may be more than the number of artifacts in the result set). (Required) -
setCount
The total number of artifacts that matched the query that produced the result set (may be more than the number of artifacts in the result set). (Required)
-