Record Class TermsResolveResultRebinder.TermsBean
java.lang.Object
java.lang.Record
ch.tocco.nice2.rest.entity.impl.rebind.path.TermsResolveResultRebinder.TermsBean
- Enclosing class:
TermsResolveResultRebinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanchecked()Returns the value of thecheckedrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thetermsConditionKeyrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thewidgetConfigKeyrecord component.
-
Constructor Details
-
TermsBean
Creates an instance of aTermsBeanrecord class.- Parameters:
termsConditionKey- the value for thetermsConditionKeyrecord componentwidgetConfigKey- the value for thewidgetConfigKeyrecord componentchecked- the value for thecheckedrecord component
-
-
Method Details
-
toString
-
hashCode
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
termsConditionKey
Returns the value of thetermsConditionKeyrecord component.- Returns:
- the value of the
termsConditionKeyrecord component
-
widgetConfigKey
Returns the value of thewidgetConfigKeyrecord component.- Returns:
- the value of the
widgetConfigKeyrecord component
-
checked
public boolean checked()Returns the value of thecheckedrecord component.- Returns:
- the value of the
checkedrecord component
-