Interface TemporaryMessageProcessResult
- All Known Implementing Classes:
BaseTemporaryMessageProcessResult
public interface TemporaryMessageProcessResult
Result for a processing of a temporary message.
- Author:
- Filip Hrisafov
-
Method Summary
-
Method Details
-
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
-