Class ContextPreservationReport


  • public class ContextPreservationReport
    extends java.lang.Object
    ContextPreservationReport
    • Constructor Detail

      • ContextPreservationReport

        public ContextPreservationReport()
      • ContextPreservationReport

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

      • getDslQuery

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

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

        public void setPreservationScenarioModel​(PreservationScenarioModel preservationScenarioModel)
      • getGriffinModel

        public java.util.List<GriffinModel> getGriffinModel()
      • setGriffinModel

        public void setGriffinModel​(java.util.List<GriffinModel> griffinModel)