public class ResultDto<T,V> extends Object
| Constructor and Description |
|---|
ResultDto() |
ResultDto(T result,
V details) |
| Modifier and Type | Method and Description |
|---|---|
V |
getDetails() |
T |
getResult() |
void |
setDetails(V details) |
void |
setResult(T result) |
Copyright © 2014–2020 Checkmarx. All rights reserved.