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
    java.lang.String getReason()
    The reason for the status.
    java.lang.String getStatus()
    The status of the processing
    boolean isPassed()
    Check if the temporary message process is passed
  • Method Details

    • getStatus

      java.lang.String getStatus()
      The status of the processing
      Returns:
      the status
    • getReason

      java.lang.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