Record Class IntegrationProperties.HylandExperience
java.lang.Object
java.lang.Record
org.alfresco.hxi_connector.live_ingester.adapters.config.IntegrationProperties.HylandExperience
- Enclosing class:
- IntegrationProperties
-
Constructor Summary
ConstructorsConstructorDescriptionHylandExperience(@NotNull Storage storage, @NotNull Ingester ingester) Creates an instance of aHylandExperiencerecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.@NotNull Ingesteringester()Returns the value of theingesterrecord component.@NotNull Storagestorage()Returns the value of thestoragerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
HylandExperience
Creates an instance of aHylandExperiencerecord class.- Parameters:
storage- the value for thestoragerecord componentingester- the value for theingesterrecord 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). -
storage
Returns the value of thestoragerecord component.- Returns:
- the value of the
storagerecord component
-
ingester
Returns the value of theingesterrecord component.- Returns:
- the value of the
ingesterrecord component
-