public static interface DefectReporter.DefectSubmitResult
Modifier and Type | Method and Description |
---|---|
Optional<Boolean> |
getIsRequestSuccessful()
If value is empty then no request was made and report was saved locally.
|
Optional<String> |
getReportId() |
Optional<String> |
getReportSubmitErrorMessage() |
Optional<String> |
getReportSubmitLocation() |
Optional<String> |
getReportSubmitMessage() |
DoctorProtocolVersion |
getRequestProtocol()
Returns the protocol version of the request based on
DoctorProtocolVersion . |
Optional<Boolean> getIsRequestSuccessful()
DoctorProtocolVersion getRequestProtocol()
DoctorProtocolVersion
.Optional<String> getReportSubmitLocation()
Optional<String> getReportSubmitMessage()
Optional<String> getReportSubmitErrorMessage()