RED-4036: Reenabled seeds report
This commit is contained in:
parent
f34f113d95
commit
ccbabfa87a
@ -0,0 +1,2 @@
|
||||
package com.iqser.red.service.redaction.report.v1.server.model;public class PlaceHolderFunctions {
|
||||
}
|
||||
@ -1,9 +1,13 @@
|
||||
package com.iqser.red.service.redaction.report.v1.server.model;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
|
||||
public interface PlaceholderInput {
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
public class TextPlaceholderInput implements PlaceholderInput {
|
||||
|
||||
private String filename;
|
||||
private ReportRedactionEntry entry;
|
||||
|
||||
}
|
||||
|
||||
@ -1,13 +0,0 @@
|
||||
package com.iqser.red.service.redaction.report.v1.server.model;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
public class TextPlaceholderInput implements PlaceholderInput {
|
||||
|
||||
private String filename;
|
||||
private ReportRedactionEntry entry;
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user