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 |
---|
IntermediatePresentationProofFileParser.Result(List<Throwable> errors,
String status,
BranchNodeIntermediate parsedResult) |
private String status
private BranchNodeIntermediate parsedResult
public IntermediatePresentationProofFileParser.Result(List<Throwable> errors, String status, BranchNodeIntermediate parsedResult)
public String getStatus()
public BranchNodeIntermediate getParsedResult()