public class DebugInformation extends Object
| Constructor and Description | 
|---|
| DebugInformation() | 
| Modifier and Type | Method and Description | 
|---|---|
| ODataResponse | getApplicationResponse()This method will return the ODataResponse which was filled by the Application or the library in an exception case. | 
| Exception | getException()This method will return any exception that was thrown from the application or library. | 
| ODataRequest | getRequest()This method will return the ODataRequest the library created. | 
| List<RuntimeMeasurement> | getRuntimeInformation()This method will return all runtime information which was collected inside the library. | 
| Map<String,String> | getServerEnvironmentVariables()A map containing information about the runtime environment. | 
| UriInfo | getUriInfo()The URI Info object the library created during URI parsing. | 
| void | setApplicationResponse(ODataResponse applicationResponse) | 
| void | setException(Exception exception) | 
| void | setRequest(ODataRequest request) | 
| void | setRuntimeInformation(List<RuntimeMeasurement> runtimeInformation) | 
| void | setServerEnvironmentVariables(Map<String,String> serverEnvironmentVariables) | 
| void | setUriInfo(UriInfo uriInfo) | 
public ODataRequest getRequest()
public void setRequest(ODataRequest request)
public ODataResponse getApplicationResponse()
public void setApplicationResponse(ODataResponse applicationResponse)
public UriInfo getUriInfo()
public void setUriInfo(UriInfo uriInfo)
public Exception getException()
public void setException(Exception exception)
public Map<String,String> getServerEnvironmentVariables()
public void setServerEnvironmentVariables(Map<String,String> serverEnvironmentVariables)
public List<RuntimeMeasurement> getRuntimeInformation()
public void setRuntimeInformation(List<RuntimeMeasurement> runtimeInformation)
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.