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 Summary
Constructors Constructor Description ServiceResponseWithOutcome(StatusCode status, java.lang.String statusMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<T>getOutcome()voidsetOutcome(T outcome)-
Methods inherited from class com.hello2morrow.sonargraph.build.api.ServiceResponse
getResult, getStatusCode, getStatusMessage, isFailure, setResult, toString
-
-
-
-
Constructor Detail
-
ServiceResponseWithOutcome
public ServiceResponseWithOutcome(StatusCode status, java.lang.String statusMessage)
-
-