Class Schedule.Result
java.lang.Object
com.suse.salt.netapi.calls.modules.Schedule.Result
- Enclosing class:
Schedule
Common result structure for scheduling functions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHuman readable commentbooleanboolean indicating success
-
Field Details
-
comment
-
result
private boolean result
-
-
Constructor Details
-
Result
Construct a new Result- Parameters:
commentIn- Human readable commentresultIn- boolean indicating success
-
-
Method Details
-
getResult
public boolean getResult()boolean indicating success- Returns:
- boolean indicating success
-
getComment
-