Record Class VirAttrCacheKey
java.lang.Object
java.lang.Record
org.apache.syncope.core.provisioning.java.cache.VirAttrCacheKey
-
Constructor Summary
ConstructorDescriptionVirAttrCacheKey
(String domain, String anyType, String any, String schema) Creates an instance of aVirAttrCacheKey
record class. -
Method Summary
Modifier and TypeMethodDescriptionany()
Returns the value of theany
record component.anyType()
Returns the value of theanyType
record component.domain()
Returns the value of thedomain
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.static VirAttrCacheKey
schema()
Returns the value of theschema
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
VirAttrCacheKey
Creates an instance of aVirAttrCacheKey
record class.- Parameters:
domain
- the value for thedomain
record componentanyType
- the value for theanyType
record componentany
- the value for theany
record componentschema
- the value for theschema
record component
-
-
Method Details
-
of
-
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)
. -
domain
Returns the value of thedomain
record component.- Returns:
- the value of the
domain
record component
-
anyType
Returns the value of theanyType
record component.- Returns:
- the value of the
anyType
record component
-
any
Returns the value of theany
record component.- Returns:
- the value of the
any
record component
-
schema
Returns the value of theschema
record component.- Returns:
- the value of the
schema
record component
-