Class ContextPreservationReport

java.lang.Object
fr.gouv.vitam.worker.core.plugin.preservation.model.ContextPreservationReport

public class ContextPreservationReport extends Object
ContextPreservationReport
  • Constructor Details

    • ContextPreservationReport

      public ContextPreservationReport()
    • ContextPreservationReport

      public ContextPreservationReport(com.fasterxml.jackson.databind.JsonNode dslQuery, PreservationScenarioModel preservationScenarioModel, List<GriffinModel> griffinModel)
  • Method Details

    • getDslQuery

      public com.fasterxml.jackson.databind.JsonNode getDslQuery()
    • setDslQuery

      public void setDslQuery(com.fasterxml.jackson.databind.JsonNode dslQuery)
    • getPreservationScenarioModel

      public PreservationScenarioModel getPreservationScenarioModel()
    • setPreservationScenarioModel

      public void setPreservationScenarioModel(PreservationScenarioModel preservationScenarioModel)
    • getGriffinModel

      public List<GriffinModel> getGriffinModel()
    • setGriffinModel

      public void setGriffinModel(List<GriffinModel> griffinModel)