Class BaseExecutionResult


  • public class BaseExecutionResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseExecutionResult​(java.lang.String name, java.lang.Boolean result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.Boolean getResult()  
      • Methods inherited from class java.lang.Object

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

      • BaseExecutionResult

        public BaseExecutionResult​(java.lang.String name,
                                   java.lang.Boolean result)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getResult

        public java.lang.Boolean getResult()