Package com.suse.salt.netapi.results
Class Return<T>
- java.lang.Object
 - 
- com.suse.salt.netapi.results.Return<T>
 
 
- 
- Type Parameters:
 T- The type of the value this result holds.
public class Return<T> extends Object
Represents a Salt API result. 
- 
- 
Constructor Summary
Constructors Constructor Description Return() 
 - 
 
- 
- 
Method Detail
- 
getResult
public T getResult()
Returns the value of this result.- Returns:
 - The value of this result.
 
 
 - 
 
 -