static class IntermediatePresentationProofFileParser.Result extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<Throwable> |
errors |
private BranchNodeIntermediate |
parsedResult |
private String |
status |
| Constructor and Description |
|---|
Result(List<Throwable> errors,
String status,
BranchNodeIntermediate parsedResult) |
| Modifier and Type | Method and Description |
|---|---|
List<Throwable> |
getErrors() |
BranchNodeIntermediate |
getParsedResult() |
String |
getStatus() |
private String status
private BranchNodeIntermediate parsedResult
public Result(List<Throwable> errors, String status, BranchNodeIntermediate parsedResult)
public String getStatus()
public BranchNodeIntermediate getParsedResult()