public class ArtifactSearchResults extends Object
Constructor and Description |
---|
ArtifactSearchResults() |
Modifier and Type | Method and Description |
---|---|
List<SearchedArtifact> |
getArtifacts()
The artifacts that matched the search criteria.
|
Integer |
getCount()
The total number of artifacts that matched the search criteria.
|
void |
setArtifacts(List<SearchedArtifact> artifacts)
The artifacts that matched the search criteria.
|
void |
setCount(Integer count)
The total number of artifacts that matched the search criteria.
|
public List<SearchedArtifact> getArtifacts()
public void setArtifacts(List<SearchedArtifact> artifacts)
public Integer getCount()
public void setCount(Integer count)
Copyright © 2020 Red Hat. All rights reserved.