Class Schedule.Result
- java.lang.Object
-
- com.suse.salt.netapi.calls.modules.Schedule.Result
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
Human readable commentboolean
getResult()
boolean indicating success
-
-
-
Constructor Detail
-
Result
public Result(String commentIn, boolean resultIn)
Construct a new Result- Parameters:
commentIn
- Human readable commentresultIn
- 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
-
-