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 java.lang.Object
Represents a Salt API result.
-
-
Constructor Summary
Constructors Constructor Description Return()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getResult()
Returns the value of this result.
-