public class HttpRequestTemplateObject extends RequestDefinition
Constructor and Description |
---|
HttpRequestTemplateObject(HttpRequest httpRequest) |
Modifier and Type | Method and Description |
---|---|
HttpRequestTemplateObject |
clone() |
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() |
cloneWithLogCorrelationId, getLogCorrelationId, withLogCorrelationId
toString
fieldsExcludedFromEqualsAndHashCode
public HttpRequestTemplateObject(HttpRequest httpRequest)
public String getMethod()
public String getPath()
public BodyDTO getBody()
public Boolean getKeepAlive()
public Boolean getSecure()
public HttpRequestTemplateObject clone()
clone
in class RequestDefinition
public boolean equals(Object o)
equals
in class RequestDefinition
public int hashCode()
hashCode
in class RequestDefinition
Copyright © 2020. All rights reserved.