getResult method
Implementation
String getResult() {
if (!isValid()) {
throw new ResponseInvalidException();
} else {
return _result;
}
}
String getResult() {
if (!isValid()) {
throw new ResponseInvalidException();
} else {
return _result;
}
}