Class StateApplyResult<R>

  • Type Parameters:
    R - the parameterized type of the changes
    Direct Known Subclasses:
    State.ApplyResult

    public class StateApplyResult<R>
    extends Object
    Result structure as returned by state.apply to be parsed from event data.
    • Field Detail

      • changes

        protected R changes
    • Constructor Detail

      • StateApplyResult

        public StateApplyResult()
    • Method Detail

      • getComment

        public String getComment()
      • getName

        public String getName()
      • getStartTime

        public String getStartTime()
      • isResult

        public boolean isResult()
      • getDuration

        public double getDuration()
      • getRunNum

        public int getRunNum()
      • getChanges

        public R getChanges()