Record Class ExportActionResource.ExportFormData
java.lang.Object
java.lang.Record
ch.tocco.nice2.reporting.impl.action.export.ExportActionResource.ExportFormData
- Enclosing class:
ExportActionResource
-
Constructor Summary
ConstructorsConstructorDescriptionExportFormData(List<ExportActionResource.Column> columns, Map<String, Object> defaultValues) Creates an instance of aExportFormDatarecord class. -
Method Summary
Modifier and TypeMethodDescriptioncolumns()Returns the value of thecolumnsrecord component.Returns the value of thedefaultValuesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ExportFormData
Creates an instance of aExportFormDatarecord class.- Parameters:
columns- the value for thecolumnsrecord componentdefaultValues- the value for thedefaultValuesrecord 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. All components in this record class are compared withObjects::equals(Object,Object). -
columns
Returns the value of thecolumnsrecord component.- Returns:
- the value of the
columnsrecord component
-
defaultValues
-