Class ReportLine
- java.lang.Object
-
- fr.gouv.vitam.metadata.core.reconstruction.model.ReportLine
-
public class ReportLine extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReportLine.ReportLineType
-
Constructor Summary
Constructors Constructor Description ReportLine(com.fasterxml.jackson.databind.JsonNode line, ReportLine.ReportLineType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
getLine()
ReportLine.ReportLineType
getType()
-
-
-
Constructor Detail
-
ReportLine
public ReportLine(com.fasterxml.jackson.databind.JsonNode line, ReportLine.ReportLineType type)
-
-
Method Detail
-
getType
public ReportLine.ReportLineType getType()
-
getLine
public com.fasterxml.jackson.databind.JsonNode getLine()
-
-