public class Result extends Object
Result()
Result(Error... errors)
Result(List<Error> errors)
List<Error>
getErrors()
boolean
isSuccess()
void
showErrorsInConsole()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Result()
public Result(List<Error> errors)
public Result(Error... errors)
public boolean isSuccess()
public void showErrorsInConsole()
public List<Error> getErrors()
Copyright © 2016. All rights reserved.