public class ResultRow<T> extends DomainObject
Constructor and Description |
---|
ResultRow() |
Modifier and Type | Method and Description |
---|---|
String |
getRefId() |
T |
getValue()
String to represent the Response String/Reason
|
void |
setRefId(String refId) |
void |
setValue(T value)
String to represent the Response String/Reason
|
Copyright © 2018. All rights reserved.