public static class AbstractProblemLoader.ReplayResult extends Object
private List<Throwable>
errors
private Node
node
private String
status
AbstractProblemLoader.ReplayResult(String status, List<Throwable> errors, Node node)
List<Throwable>
getErrorList()
Node
getNode()
String
getStatus()
boolean
hasErrors()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private Node node
private List<Throwable> errors
private String status
public AbstractProblemLoader.ReplayResult(String status, List<Throwable> errors, Node node)
public Node getNode()
public String getStatus()
public List<Throwable> getErrorList()
public boolean hasErrors()