Class GenericGatewayResponse
java.lang.Object
es.kukenan.smartfi.microservice.backoffice.dtos.gateway.GenericGatewayResponse
- All Implemented Interfaces:
Serializable
DTO describing a response for generic gateway calls.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate com.fasterxml.jackson.databind.node.ObjectNodeBody reply.private static final longserialVersionUID identifier. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID identifier.- See Also:
-
body
private com.fasterxml.jackson.databind.node.ObjectNode bodyBody reply.
-
-
Constructor Details
-
GenericGatewayResponse
public GenericGatewayResponse()
-