public class HttpResponse
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
java.time.Duration |
getRequestDuration() |
java.util.Optional<java.lang.String> |
getResponseBody() |
int |
getResponseCode() |
boolean |
isSuccessful() |
void |
validateResponse() |
public boolean isSuccessful()
public int getResponseCode()
public java.time.Duration getRequestDuration()
public java.lang.String getMessage()
public java.util.Optional<java.lang.String> getResponseBody()
public void validateResponse()