public class OafResult extends Object
| Constructor and Description |
|---|
OafResult(long total,
List<Map<String,String>> results)
Instantiates a new oaf result.
|
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
getResults()
Gets the results.
|
long |
getTotal()
Gets the total.
|
void |
setResults(List<Map<String,String>> results)
Sets the results.
|
void |
setTotal(long total)
Sets the total.
|
Copyright © 2019. All rights reserved.