Record Class OutlierExplanationResolver.RoleStats
java.lang.Object
java.lang.Record
com.evolveum.midpoint.common.outlier.OutlierExplanationResolver.RoleStats
- Enclosing class:
- OutlierExplanationResolver
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.doubleReturns the value of thefrequencyrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of thememberCountrecord component.final StringtoString()Returns a string representation of this record class.
- 
Constructor Details- 
RoleStatsCreates an instance of aRoleStatsrecord class.- Parameters:
- frequency- the value for the- frequencyrecord component
- memberCount- the value for the- memberCountrecord component
 
 
- 
- 
Method Details- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
hashCodepublic final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='.
- 
frequencypublic double frequency()Returns the value of thefrequencyrecord component.- Returns:
- the value of the frequencyrecord component
 
- 
memberCountReturns the value of thememberCountrecord component.- Returns:
- the value of the memberCountrecord component
 
 
-