Interface TemporaryMessageProcessResult
-
- All Known Implementing Classes:
BaseTemporaryMessageProcessResult
public interface TemporaryMessageProcessResult
Result for a processing of a temporary message.- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getReason()
The reason for the status.String
getStatus()
The status of the processingboolean
isPassed()
Check if the temporary message process is passed
-
-
-
Method Detail
-
getStatus
String getStatus()
The status of the processing- Returns:
- the status
-
getReason
String getReason()
The reason for the status. This should usually be set when the status is not passed to give more information to the user.- Returns:
- the reason for the status
-
isPassed
boolean isPassed()
Check if the temporary message process is passed- Returns:
- if temporary message is passed
-
-