Class 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 Detail

      • Return

        public Return()
    • Method Detail

      • getResult

        public T getResult()
        Returns the value of this result.
        Returns:
        The value of this result.