getMeasureActions method

List<String> getMeasureActions()

Implementation

List<String> getMeasureActions() {
  if (!isValid()) {
    throw new ResponseInvalidException();
  } else {
    return _measureActions;
  }
}