Class UserContractDocumentEventBody

java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventBody
es.kukenan.smartfi.microservice.clients.events.BaseUsersEventBody
es.kukenan.smartfi.microservice.clients.events.document.UserContractDocumentEventBody

public class UserContractDocumentEventBody extends BaseUsersEventBody
Body of user request documentation event.
  • Field Details

    • fileName

      private String fileName
      Document name.
    • filePath

      private String filePath
      Document path.
    • file

      private String file
      Document file sent.
    • type

      private String type
      Document type sent.
  • Constructor Details

    • UserContractDocumentEventBody

      public UserContractDocumentEventBody(String principal, String fileName, String filePath, String file, String type)
      Full state constructor.
      Parameters:
      principal - principal.
      fileName - document file name.
      filePath - document file path.
      file - file sent to user.
      type - type of file sent to user.