Class ServiceResponseWithOutcome<T>

java.lang.Object
com.hello2morrow.sonargraph.build.api.ServiceResponse
com.hello2morrow.sonargraph.build.api.ServiceResponseWithOutcome<T>

public class ServiceResponseWithOutcome<T> extends ServiceResponse
  • Constructor Details

    • ServiceResponseWithOutcome

      public ServiceResponseWithOutcome(StatusCode status, String statusMessage)
  • Method Details

    • setOutcome

      public void setOutcome(T outcome)
    • getOutcome

      public Optional<T> getOutcome()