Class GenericGatewayRequest
java.lang.Object
es.kukenan.smartfi.microservice.backoffice.dtos.gateway.GenericGatewayRequest
- All Implemented Interfaces:
Serializable
DTO describing a request for generic gateway calls.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate com.fasterxml.jackson.databind.node.ObjectNodeCall's body.private booleanFlag add clientId header.private org.springframework.http.HttpHeadersHeaders needed in the call.private org.springframework.http.HttpMethodHTTP method to use.private booleanFlag remove user header.private static final longserialVersionUID identifier.private StringURL to invoke. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID identifier.- See Also:
-
url
URL to invoke. -
method
private org.springframework.http.HttpMethod methodHTTP method to use. -
headers
private org.springframework.http.HttpHeaders headersHeaders needed in the call. -
body
private com.fasterxml.jackson.databind.node.ObjectNode bodyCall's body. -
removeUserHeaders
private boolean removeUserHeadersFlag remove user header. -
codSecIpHeader
private boolean codSecIpHeaderFlag add clientId header.
-
-
Constructor Details
-
GenericGatewayRequest
public GenericGatewayRequest()
-