Class Ret<T>

java.lang.Object
com.suse.salt.netapi.results.Ret<T>
Type Parameters:
T - the type that is wrapped

public class Ret<T> extends Object
Wrapper object representing a "ret" element to be parsed from event data.
  • Field Details

    • ret

      private T ret
  • Constructor Details

    • Ret

      public Ret()
  • Method Details

    • getRet

      public T getRet()