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 RgetChanges()StringgetComment()doublegetDuration()Optional<Xor<String[],String>>getName()intgetRunNum()StringgetStartTime()booleanisResult() 
 - 
 
- 
- 
Field Detail
- 
changes
protected R changes
 
 - 
 
 -