java.lang.Object
java.lang.Record
energy.eddie.regionconnector.at.eda.ponton.messages.masterdata._01p32.BillingData01p32
All Implemented Interfaces:
BillingData

public record BillingData01p32(at.ebutilities.schemata.customerprocesses.masterdata._01p32.BillingData billingData) extends Record implements BillingData
  • Constructor Details

    • BillingData01p32

      public BillingData01p32(at.ebutilities.schemata.customerprocesses.masterdata._01p32.BillingData billingData)
      Creates an instance of a BillingData01p32 record class.
      Parameters:
      billingData - the value for the billingData record component
  • Method Details

    • referenceNumber

      public String referenceNumber()
      Specified by:
      referenceNumber in interface BillingData
    • gridInvoiceRecipient

      @Nullable public String gridInvoiceRecipient()
      Specified by:
      gridInvoiceRecipient in interface BillingData
    • budgetBillingCycle

      @Nullable public String budgetBillingCycle()
      Specified by:
      budgetBillingCycle in interface BillingData
    • meterReadingMonth

      public short meterReadingMonth()
      Specified by:
      meterReadingMonth in interface BillingData
    • consumptionBillingCycle

      @Nullable public String consumptionBillingCycle()
      Specified by:
      consumptionBillingCycle in interface BillingData
    • consumptionBillingMonth

      public short consumptionBillingMonth()
      Specified by:
      consumptionBillingMonth in interface BillingData
    • yearMonthOfNextBill

      @Nullable public String yearMonthOfNextBill()
      Specified by:
      yearMonthOfNextBill in interface BillingData
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • billingData

      public at.ebutilities.schemata.customerprocesses.masterdata._01p32.BillingData billingData()
      Returns the value of the billingData record component.
      Returns:
      the value of the billingData record component