Class AnonymizedAggregateResult
- java.lang.Object
-
- org.molgenis.data.aggregation.AggregateResult
-
- org.molgenis.data.security.aggregation.AnonymizedAggregateResult
-
public class AnonymizedAggregateResult extends AggregateResult
-
-
Field Summary
Fields Modifier and Type Field Description static longAGGREGATE_ANONYMIZATION_VALUE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetAnonymizationThreshold()inthashCode()-
Methods inherited from class org.molgenis.data.aggregation.AggregateResult
getMatrix, getxLabels, getyLabels, toString
-
-
-
-
Field Detail
-
AGGREGATE_ANONYMIZATION_VALUE
public static final long AGGREGATE_ANONYMIZATION_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAnonymizationThreshold
public int getAnonymizationThreshold()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAggregateResult
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAggregateResult
-
-