Class State.ApplyResult
java.lang.Object
com.suse.salt.netapi.results.StateApplyResult<com.google.gson.JsonElement>
com.suse.salt.netapi.calls.modules.State.ApplyResult
- Enclosing class:
State
Result type for state.apply
-
Field Summary
Fields inherited from class StateApplyResult
changes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> RgetChanges(com.google.gson.reflect.TypeToken<R> dataType) <R> RgetChanges(Class<R> dataType) Methods inherited from class StateApplyResult
getChanges, getComment, getDuration, getName, getRunNum, getStartTime, isResult
-
Constructor Details
-
ApplyResult
public ApplyResult()
-
-
Method Details
-
getChanges
-
getChanges
public <R> R getChanges(com.google.gson.reflect.TypeToken<R> dataType)
-