Package com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.outlier.panel.categorization
Record Class RoleAnalysisAbstractClassificationObjectPanel.PanelOptions
java.lang.Object
java.lang.Record
com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.outlier.panel.categorization.RoleAnalysisAbstractClassificationObjectPanel.PanelOptions
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RoleAnalysisAbstractClassificationObjectPanel
public static record RoleAnalysisAbstractClassificationObjectPanel.PanelOptions(boolean advanced, String rolesTitleId, String usersTitleId)
extends Record
implements Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPanelOptions(boolean advanced, String rolesTitleId, String usersTitleId) Creates an instance of aPanelOptionsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionbooleanadvanced()Returns the value of theadvancedrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of therolesTitleIdrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theusersTitleIdrecord component.
-
Constructor Details
-
PanelOptions
Creates an instance of aPanelOptionsrecord class.- Parameters:
advanced- the value for theadvancedrecord componentrolesTitleId- the value for therolesTitleIdrecord componentusersTitleId- the value for theusersTitleIdrecord component
-
-
Method Details
-
toString
Returns 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. -
hashCode
public 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. -
equals
Indicates 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 '=='. -
advanced
public boolean advanced()Returns the value of theadvancedrecord component.- Returns:
- the value of the
advancedrecord component
-
rolesTitleId
Returns the value of therolesTitleIdrecord component.- Returns:
- the value of the
rolesTitleIdrecord component
-
usersTitleId
Returns the value of theusersTitleIdrecord component.- Returns:
- the value of the
usersTitleIdrecord component
-