Class StateApplyResult<R>
java.lang.Object
com.suse.salt.netapi.results.StateApplyResult<R>
- Type Parameters:
R- the parameterized type of the changes
- Direct Known Subclasses:
State.ApplyResult
Result structure as returned by state.apply to be parsed from event data.
-
Field Details
-
comment
-
name
-
startTime
-
result
private boolean result -
duration
private double duration -
runNum
@SerializedName("__run_num__") private int runNum -
changes
-
-
Constructor Details
-
StateApplyResult
public StateApplyResult()
-
-
Method Details
-
getComment
-
getName
-
getStartTime
-
isResult
public boolean isResult() -
getDuration
public double getDuration() -
getRunNum
public int getRunNum() -
getChanges
-