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