Record Class RealmUtils.GroupOwnerRealm
java.lang.Object
java.lang.Record
org.apache.syncope.core.persistence.api.utils.RealmUtils.GroupOwnerRealm
- Enclosing class:
RealmUtils
-
Constructor Summary
ConstructorsConstructorDescriptionGroupOwnerRealm(String realmPath, String groupKey) Creates an instance of aGroupOwnerRealmrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.groupKey()Returns the value of thegroupKeyrecord component.final inthashCode()Returns a hash code value for this object.static Optional<RealmUtils.GroupOwnerRealm> output()Returns the value of therealmPathrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
GroupOwnerRealm
Creates an instance of aGroupOwnerRealmrecord class.- Parameters:
realmPath- the value for therealmPathrecord componentgroupKey- the value for thegroupKeyrecord component
-
-
Method Details
-
of
-
output
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
realmPath
Returns the value of therealmPathrecord component.- Returns:
- the value of the
realmPathrecord component
-
groupKey
Returns the value of thegroupKeyrecord component.- Returns:
- the value of the
groupKeyrecord component
-