java.lang.Object
java.lang.Record
energy.eddie.regionconnector.at.eda.ponton.messages.masterdata._01p32.DeliveryAddress01p32
All Implemented Interfaces:
Address, DeliveryAddress

public record DeliveryAddress01p32(at.ebutilities.schemata.customerprocesses.masterdata._01p32.DeliveryAddress deliveryAddress) extends Record implements DeliveryAddress
  • Constructor Details

    • DeliveryAddress01p32

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

    • zipCode

      @Nullable public String zipCode()
      Specified by:
      zipCode in interface Address
    • city

      @Nullable public String city()
      Specified by:
      city in interface Address
    • street

      @Nullable public String street()
      Specified by:
      street in interface Address
    • streetNumber

      @Nullable public String streetNumber()
      Specified by:
      streetNumber in interface Address
    • staircase

      @Nullable public String staircase()
      Specified by:
      staircase in interface Address
    • floor

      @Nullable public String floor()
      Specified by:
      floor in interface Address
    • door

      @Nullable public String door()
      Specified by:
      door in interface Address
    • addressAddition

      @Nullable public String addressAddition()
      Specified by:
      addressAddition in interface DeliveryAddress
    • 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.
    • deliveryAddress

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