added explicit method getMessage()

This commit is contained in:
Francesco Mangiacrapa 2024-04-11 17:04:10 +02:00
parent 18b7b70aaf
commit 308b016852
1 changed files with 4 additions and 0 deletions

View File

@ -17,4 +17,8 @@ public class StepExecutionRequest {
private String stepID;
private String message;
private Document options;
public String getMessage() {
return message;
}
}