Package no.oslomet.aaas.model
Class AnonymizationResultPayload
- java.lang.Object
-
- no.oslomet.aaas.model.AnonymizationResultPayload
-
public class AnonymizationResultPayload extends java.lang.ObjectModel class for the response object from anonymisation process.
-
-
Field Summary
Fields Modifier and Type Field Description private AnonymizeResultanonymizeResultprivate RiskProfileriskProfile
-
Constructor Summary
Constructors Constructor Description AnonymizationResultPayload(AnonymizeResult anonymizeResult, RiskProfile riskProfile)Setter method for the response object from the anonymisation and analysation process.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnonymizeResultgetAnonymizeResult()Getter method for theAnonymizeResultmodel class containing the anonymized dataset and the metadata used for the anonymization.RiskProfilegetRiskProfile()Getter method for the analysis of the anonymized dataset.
-
-
-
Field Detail
-
anonymizeResult
private final AnonymizeResult anonymizeResult
-
riskProfile
private final RiskProfile riskProfile
-
-
Constructor Detail
-
AnonymizationResultPayload
public AnonymizationResultPayload(AnonymizeResult anonymizeResult, RiskProfile riskProfile)
Setter method for the response object from the anonymisation and analysation process.- Parameters:
anonymizeResult- modelAnonymizeResultcontaining the anonymized dataset and the metadata used for the anonymizationriskProfile- contains the analysis data from the anonymized dataset.
-
-
Method Detail
-
getAnonymizeResult
public AnonymizeResult getAnonymizeResult()
Getter method for theAnonymizeResultmodel class containing the anonymized dataset and the metadata used for the anonymization.- Returns:
- Object of
AnonymizeResultcontaining 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
-
-