public interface DoctorJsonResponse
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getErrorMessage() |
Optional<String> |
getMessage() |
Optional<String> |
getRageUrl() |
default Optional<String> |
getReportId() |
boolean |
getRequestSuccessful() |
static DoctorJsonResponse |
of(boolean requestSuccessful,
Optional<String> errorMessage,
Optional<String> rageUrl,
Optional<String> message) |
boolean getRequestSuccessful()
Optional<String> getRageUrl()
Optional<String> getMessage()
default Optional<String> getReportId()