Class Schedule.Result

java.lang.Object
com.suse.salt.netapi.calls.modules.Schedule.Result
Enclosing class:
Schedule

public static class Schedule.Result extends Object
Common result structure for scheduling functions
  • Field Details

    • comment

      private String comment
    • result

      private boolean result
  • Constructor Details

    • Result

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

    • getResult

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

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