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
public static class State.ApplyResult extends StateApplyResult<com.google.gson.JsonElement>
Result type for state.apply
-
-
Field Summary
-
Fields inherited from class com.suse.salt.netapi.results.StateApplyResult
changes
-
-
Constructor Summary
Constructors Constructor Description ApplyResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
getChanges(com.google.gson.reflect.TypeToken<R> dataType)
<R> R
getChanges(Class<R> dataType)
-
Methods inherited from class com.suse.salt.netapi.results.StateApplyResult
getChanges, getComment, getDuration, getName, getRunNum, getStartTime, isResult
-
-
-
-
Method Detail
-
getChanges
public <R> R getChanges(Class<R> dataType)
-
getChanges
public <R> R getChanges(com.google.gson.reflect.TypeToken<R> dataType)
-
-