Record Class TermsConditionConfirmationSourceService.TermsConditionConfirmationSource
java.lang.Object
java.lang.Record
ch.tocco.nice2.userbase.api.terms.TermsConditionConfirmationSourceService.TermsConditionConfirmationSource
- Enclosing class:
TermsConditionConfirmationSourceService
-
Constructor Summary
ConstructorsConstructorDescriptionTermsConditionConfirmationSource(String sourceModel, String targetRelation) TermsConditionConfirmationSource(String sourceModel, String targetRelation, @Nullable String intermediateRelation) Creates an instance of aTermsConditionConfirmationSourcerecord 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.@Nullable StringReturns the value of theintermediateRelationrecord component.Returns the value of thesourceModelrecord component.Returns the value of thetargetRelationrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TermsConditionConfirmationSource
-
TermsConditionConfirmationSource
public TermsConditionConfirmationSource(String sourceModel, String targetRelation, @Nullable @Nullable String intermediateRelation) Creates an instance of aTermsConditionConfirmationSourcerecord class.- Parameters:
sourceModel- the value for thesourceModelrecord componenttargetRelation- the value for thetargetRelationrecord componentintermediateRelation- the value for theintermediateRelationrecord 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). -
sourceModel
Returns the value of thesourceModelrecord component.- Returns:
- the value of the
sourceModelrecord component
-
targetRelation
Returns the value of thetargetRelationrecord component.- Returns:
- the value of the
targetRelationrecord component
-
intermediateRelation
Returns the value of theintermediateRelationrecord component.- Returns:
- the value of the
intermediateRelationrecord component
-