public class SearchResultsSet extends SaaSposeResponse
Constructor and Description |
---|
SearchResultsSet() |
Modifier and Type | Method and Description |
---|---|
SearchResultsSet |
addResultsItem(SearchResult resultsItem) |
boolean |
equals(Object o) |
List<SearchResult> |
getResults()
Gets the results.
|
int |
hashCode() |
SearchResultsSet |
results(List<SearchResult> results) |
void |
setResults(List<SearchResult> results) |
String |
toString() |
getCode, getStatus, setCode, setStatus
public SearchResultsSet results(List<SearchResult> results)
public SearchResultsSet addResultsItem(SearchResult resultsItem)
public List<SearchResult> getResults()
public void setResults(List<SearchResult> results)
public boolean equals(Object o)
equals
in class SaaSposeResponse
public int hashCode()
hashCode
in class SaaSposeResponse
public String toString()
toString
in class SaaSposeResponse
Copyright © 2018 Aspose Pty Ltd. All rights reserved.