Class WheelResult<R>

java.lang.Object
com.suse.salt.netapi.calls.WheelResult<R>
Type Parameters:
R - the return type of the called function

public class WheelResult<R> extends Object
Wrapper around the wheel functions return type.
  • Field Details

  • Constructor Details

    • WheelResult

      public WheelResult()
  • Method Details

    • getData

      public Data<R> getData()
    • getTag

      public String getTag()