Class DataProtectGeneration

java.lang.Object
net.bluemind.dataprotect.api.DataProtectGeneration

public class DataProtectGeneration extends Object
This class represents a generation of protected Blue Mind data. A DataProtectGeneration records when your data was protected, the Blue Mind version and all the
invalid reference
ProtectedPart
s of the Blue Mind infrastructure at this point in time.
  • Field Details

    • id

      public int id
    • protectionTime

      public Date protectionTime
    • blueMind

      public VersionInfo blueMind
    • withWarnings

      public boolean withWarnings
    • withErrors

      public boolean withErrors
    • parts

      public List<PartGeneration> parts
  • Constructor Details

    • DataProtectGeneration

      public DataProtectGeneration()
  • Method Details