Record Class BillingData01p33
java.lang.Object
java.lang.Record
energy.eddie.regionconnector.at.eda.ponton.messages.masterdata._01p33.BillingData01p33
- All Implemented Interfaces:
BillingData
public record BillingData01p33(at.ebutilities.schemata.customerprocesses.masterdata._01p33.BillingData billingData)
extends Record
implements BillingData
-
Constructor Summary
ConstructorsConstructorDescriptionBillingData01p33(at.ebutilities.schemata.customerprocesses.masterdata._01p33.BillingData billingData) Creates an instance of aBillingData01p33record class. -
Method Summary
Modifier and TypeMethodDescriptionat.ebutilities.schemata.customerprocesses.masterdata._01p33.BillingDataReturns the value of thebillingDatarecord component.shortfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.shortfinal StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
BillingData01p33
public BillingData01p33(at.ebutilities.schemata.customerprocesses.masterdata._01p33.BillingData billingData) Creates an instance of aBillingData01p33record class.- Parameters:
billingData- the value for thebillingDatarecord component
-
-
Method Details
-
referenceNumber
- Specified by:
referenceNumberin interfaceBillingData
-
gridInvoiceRecipient
- Specified by:
gridInvoiceRecipientin interfaceBillingData
-
budgetBillingCycle
- Specified by:
budgetBillingCyclein interfaceBillingData
-
meterReadingMonth
public short meterReadingMonth()- Specified by:
meterReadingMonthin interfaceBillingData
-
consumptionBillingCycle
- Specified by:
consumptionBillingCyclein interfaceBillingData
-
consumptionBillingMonth
public short consumptionBillingMonth()- Specified by:
consumptionBillingMonthin interfaceBillingData
-
yearMonthOfNextBill
- Specified by:
yearMonthOfNextBillin interfaceBillingData
-
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). -
billingData
public at.ebutilities.schemata.customerprocesses.masterdata._01p33.BillingData billingData()Returns the value of thebillingDatarecord component.- Returns:
- the value of the
billingDatarecord component
-