Interface ResponseElement
-
- All Known Implementing Classes:
ExecutedRequest
public interface ResponseElementCreated by tehilarozin on 06/09/2016.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCode()ErrorElementgetError()Map<String,List<String>>getHeaders()StringgetRequestId()StringgetResponse()booleanisSuccess()
-