Interface TemporaryMessageProcessResult

All Known Implementing Classes:
BaseTemporaryMessageProcessResult

public interface TemporaryMessageProcessResult
Result for a processing of a temporary message.
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type
    Method
    Description
    The reason for the status.
    The status of the processing
    boolean
    Check if the temporary message process is passed
  • 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