Class AnonymizationResultPayload


  • public class AnonymizationResultPayload
    extends java.lang.Object
    Model class for the response object from anonymisation process.
    • Constructor Detail

      • AnonymizationResultPayload

        public AnonymizationResultPayload​(AnonymizeResult anonymizeResult,
                                          RiskProfile riskProfile)
        Setter method for the response object from the anonymisation and analysation process.
        Parameters:
        anonymizeResult - model AnonymizeResult containing the anonymized dataset and the metadata used for the anonymization
        riskProfile - contains the analysis data from the anonymized dataset.
    • Method Detail

      • getAnonymizeResult

        public AnonymizeResult getAnonymizeResult()
        Getter method for the AnonymizeResult model class containing the anonymized dataset and the metadata used for the anonymization.
        Returns:
        Object of AnonymizeResult containing the dataset and metadata after the anonymization process
      • getRiskProfile

        public RiskProfile getRiskProfile()
        Getter method for the analysis of the anonymized dataset.
        Returns:
        RiskProfile containing the analysis data of the anonymized dataset