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