public final class LicenseSearchResult extends Object implements ILicenseSearchResult
| Constructor and Description |
|---|
LicenseSearchResult(List<License> results,
Integer resultCount) |
LicenseSearchResult(String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
String |
getMessage() |
List<License> |
getResults() |
boolean |
isSuccessful() |
public LicenseSearchResult(String message)
public List<License> getResults()
getResults in interface ICkanSearchResult<License>public int getCount()
getCount in interface ICkanSearchResult<License>public boolean isSuccessful()
isSuccessful in interface ICkanSearchResult<License>public String getMessage()
getMessage in interface ICkanSearchResult<License>Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.