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, withLogCorrelationId
toString
fieldsExcludedFromEqualsAndHashCode
public HttpRequestPrettyPrintedDTO(HttpRequest httpRequest)
public String getMethod()
public String getPath()
public BodyDTO getBody()
public Boolean getKeepAlive()
public Boolean getSecure()
public HttpRequestPrettyPrintedDTO shallowClone()
shallowClone
in class RequestDefinition
public boolean equals(Object o)
equals
in class RequestDefinition
public int hashCode()
hashCode
in class RequestDefinition
Copyright © 2022. All rights reserved.