Class ScenarioResult<T>


  • public class ScenarioResult<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScenarioResult​(java.lang.Integer id, java.lang.Boolean success, java.lang.String message, java.lang.Long started, java.lang.Long duration, T result)  
    • Constructor Detail

      • ScenarioResult

        public ScenarioResult​(java.lang.Integer id,
                              java.lang.Boolean success,
                              java.lang.String message,
                              java.lang.Long started,
                              java.lang.Long duration,
                              T result)
    • Method Detail

      • getId

        public java.lang.Integer getId()
      • getSuccess

        public java.lang.Boolean getSuccess()
      • getMessage

        public java.lang.String getMessage()
      • getStarted

        public java.lang.Long getStarted()
      • getDuration

        public java.lang.Long getDuration()
      • getResult

        public java.util.Optional<T> getResult()