Class AnonymizationReport

java.lang.Object
com.broadleafcommerce.common.privacy.anonymization.AnonymizationReport

public class AnonymizationReport extends Object
A detailed report of all the changes made to all entities during anonymization processing
  • Constructor Details

  • Method Details

    • getBoundedContextIdentifier

      public String getBoundedContextIdentifier()
      Identifier for an entity containing personal identifiable information. Usually customer id.
    • getRecords

      public List<AnonymizationRecord> getRecords()
      List of detailed changes to all fields on all relevant entities
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object