Record Class EbillConfiguration
java.lang.Object
java.lang.Record
ch.tocco.nice2.optional.einvoicing.api.EbillConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionEbillConfiguration(String billerUniqueId, String pdfReportId, String xmlReportId, String processor) Creates an instance of aEbillConfigurationrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebillerUniqueIdrecord 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 thepdfReportIdrecord component.Returns the value of theprocessorrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thexmlReportIdrecord component.
-
Constructor Details
-
EbillConfiguration
public EbillConfiguration(String billerUniqueId, String pdfReportId, String xmlReportId, String processor) Creates an instance of aEbillConfigurationrecord class.- Parameters:
billerUniqueId- the value for thebillerUniqueIdrecord componentpdfReportId- the value for thepdfReportIdrecord componentxmlReportId- the value for thexmlReportIdrecord componentprocessor- the value for theprocessorrecord 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). -
billerUniqueId
Returns the value of thebillerUniqueIdrecord component.- Returns:
- the value of the
billerUniqueIdrecord component
-
pdfReportId
Returns the value of thepdfReportIdrecord component.- Returns:
- the value of the
pdfReportIdrecord component
-
xmlReportId
Returns the value of thexmlReportIdrecord component.- Returns:
- the value of the
xmlReportIdrecord component
-
processor
Returns the value of theprocessorrecord component.- Returns:
- the value of the
processorrecord component
-