Record Class MailingListRuleProviderExtension.AdditionalDetailFieldset
java.lang.Object
java.lang.Record
ch.tocco.nice2.optional.event.api.ruleprovider.MailingListRuleProviderExtension.AdditionalDetailFieldset
- Enclosing interface:
MailingListRuleProviderExtension
-
Constructor Summary
ConstructorsConstructorDescriptionAdditionalDetailFieldset(String fieldset, boolean detailFieldset) Creates an instance of aAdditionalDetailFieldsetrecord class. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of thedetailFieldsetrecord component.final booleanIndicates whether some other object is "equal to" this one.fieldset()Returns the value of thefieldsetrecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
AdditionalDetailFieldset
Creates an instance of aAdditionalDetailFieldsetrecord class.- Parameters:
fieldset- the value for thefieldsetrecord componentdetailFieldset- the value for thedetailFieldsetrecord 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. -
fieldset
Returns the value of thefieldsetrecord component.- Returns:
- the value of the
fieldsetrecord component
-
detailFieldset
public boolean detailFieldset()Returns the value of thedetailFieldsetrecord component.- Returns:
- the value of the
detailFieldsetrecord component
-