Class Schedule.Result

  • Enclosing class:
    Schedule

    public static class Schedule.Result
    extends Object
    Common result structure for scheduling functions
    • Constructor Detail

      • Result

        public Result​(String commentIn,
                      boolean resultIn)
        Construct a new Result
        Parameters:
        commentIn - Human readable comment
        resultIn - boolean indicating success
    • Method Detail

      • getResult

        public boolean getResult()
        boolean indicating success
        Returns:
        boolean indicating success
      • getComment

        public String getComment()
        Human readable comment
        Returns:
        Human readable comment