Package com.suse.salt.netapi.results
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
public class StateApplyResult<R> extends Object
Result structure as returned by state.apply to be parsed from event data.
-
-
Constructor Summary
Constructors Constructor Description StateApplyResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
getChanges()
String
getComment()
double
getDuration()
String
getName()
int
getRunNum()
String
getStartTime()
boolean
isResult()
-
-
-
Field Detail
-
changes
protected R changes
-
-