Class Request
- java.lang.Object
-
- com.ellucian.ethos.integration.client.errors.Request
-
public class Request extends Object
A Request object that is associated with an Error.- Since:
- 0.0.1
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getHeaders()
Get the headers that were sent in the request.String
getPayload()
Get the payload that was sent in the request.String
getURI()
Get the URI to which the request was sent.
-
-
-
Method Detail
-
getURI
public String getURI()
Get the URI to which the request was sent.- Returns:
- the URI string
-
getHeaders
public String[] getHeaders()
Get the headers that were sent in the request.- Returns:
- a String array of headers
-
getPayload
public String getPayload()
Get the payload that was sent in the request.- Returns:
- the payload of the request
-
-