public class HttpRequestPrettyPrintedDTO extends RequestDefinition
| Constructor and Description | 
|---|
HttpRequestPrettyPrintedDTO(HttpRequest httpRequest)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
BodyDTO | 
getBody()  | 
Map<String,String> | 
getCookies()  | 
Map<String,List<String>> | 
getHeaders()  | 
Boolean | 
getKeepAlive()  | 
String | 
getMethod()  | 
String | 
getPath()  | 
Map<String,List<String>> | 
getQueryStringParameters()  | 
Boolean | 
getSecure()  | 
int | 
hashCode()  | 
HttpRequestPrettyPrintedDTO | 
shallowClone()  | 
cloneWithLogCorrelationId, getLogCorrelationId, withLogCorrelationIdtoStringfieldsExcludedFromEqualsAndHashCodepublic HttpRequestPrettyPrintedDTO(HttpRequest httpRequest)
public String getMethod()
public String getPath()
public BodyDTO getBody()
public Boolean getKeepAlive()
public Boolean getSecure()
public HttpRequestPrettyPrintedDTO shallowClone()
shallowClone in class RequestDefinitionpublic boolean equals(Object o)
equals in class RequestDefinitionpublic int hashCode()
hashCode in class RequestDefinitionCopyright © 2022. All rights reserved.