Record Class DigestIdentifierParams
java.lang.Object
java.lang.Record
org.alfresco.hxi_connector.live_ingester.adapters.messaging.repository.util.DigestIdentifierParams
-
Constructor Summary
ConstructorsConstructorDescriptionDigestIdentifierParams(String digestAlgorithm, String nodeId, String propertyName, String versionNumber) Creates an instance of aDigestIdentifierParamsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedigestAlgorithmrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.nodeId()Returns the value of thenodeIdrecord component.Returns the value of thepropertyNamerecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theversionNumberrecord component.
-
Constructor Details
-
DigestIdentifierParams
public DigestIdentifierParams(String digestAlgorithm, String nodeId, String propertyName, String versionNumber) Creates an instance of aDigestIdentifierParamsrecord class.- Parameters:
digestAlgorithm- the value for thedigestAlgorithmrecord componentnodeId- the value for thenodeIdrecord componentpropertyName- the value for thepropertyNamerecord componentversionNumber- the value for theversionNumberrecord 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. All components in this record class are compared withObjects::equals(Object,Object). -
digestAlgorithm
Returns the value of thedigestAlgorithmrecord component.- Returns:
- the value of the
digestAlgorithmrecord component
-
nodeId
Returns the value of thenodeIdrecord component.- Returns:
- the value of the
nodeIdrecord component
-
propertyName
Returns the value of thepropertyNamerecord component.- Returns:
- the value of the
propertyNamerecord component
-
versionNumber
Returns the value of theversionNumberrecord component.- Returns:
- the value of the
versionNumberrecord component
-