getAction method

String getAction()

Implementation

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