public ExcerptEventDto()

in src/main/java/com/epam/digital/data/platform/excerpt/model/ExcerptEventDto.java [35:41]


  public ExcerptEventDto(UUID recordId, String excerptType, Map<String, Object> excerptInputData,
      boolean requiresSystemSignature) {
    this.recordId = recordId;
    this.excerptType = excerptType;
    this.excerptInputData = excerptInputData;
    this.requiresSystemSignature = requiresSystemSignature;
  }