java.lang.Object
io.getlime.security.powerauth.lib.cmd.logging.model.StepResult

public class StepResult
extends java.lang.Object
Class representing a step result.
  • Constructor Summary

    Constructors
    Constructor Description
    StepResult​(boolean success)
    Constructor with step result.
  • Method Summary

    Modifier and Type Method Description
    boolean isSuccess()
    Get whether step was successful.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StepResult

      public StepResult​(boolean success)
      Constructor with step result.
      Parameters:
      success - Whether step was successful.
  • Method Details

    • isSuccess

      public boolean isSuccess()
      Get whether step was successful.
      Returns:
      Whether step was successful.