public class TRResults extends Object
| Constructor and Description |
|---|
TRResults()
No args constructor for use in serialization
|
TRResults(List<TRResult> results) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
List<TRResult> |
getResults()
(Required)
|
int |
hashCode() |
void |
setResults(List<TRResult> results)
(Required)
|
String |
toString() |
TRResults |
withResults(List<TRResult> results) |
Copyright © 2019. All rights reserved.