Interface TemporaryMessageProcessResult
-
- All Known Implementing Classes:
BaseTemporaryMessageProcessResult
public interface TemporaryMessageProcessResultResult for a processing of a temporary message.- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetReason()The reason for the status.StringgetStatus()The status of the processingbooleanisPassed()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
-
-