Record Class DeliveryAddress01p32
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 Summary
ConstructorsConstructorDescriptionDeliveryAddress01p32(at.ebutilities.schemata.customerprocesses.masterdata._01p32.DeliveryAddress deliveryAddress) Creates an instance of aDeliveryAddress01p32record class. -
Method Summary
Modifier and TypeMethodDescriptioncity()at.ebutilities.schemata.customerprocesses.masterdata._01p32.DeliveryAddressReturns the value of thedeliveryAddressrecord component.door()final booleanIndicates whether some other object is "equal to" this one.floor()final inthashCode()Returns a hash code value for this object.street()final StringtoString()Returns a string representation of this record class.zipCode()
-
Constructor Details
-
DeliveryAddress01p32
public DeliveryAddress01p32(at.ebutilities.schemata.customerprocesses.masterdata._01p32.DeliveryAddress deliveryAddress) Creates an instance of aDeliveryAddress01p32record class.- Parameters:
deliveryAddress- the value for thedeliveryAddressrecord component
-
-
Method Details
-
zipCode
-
city
-
street
-
streetNumber
- Specified by:
streetNumberin interfaceAddress
-
staircase
-
floor
-
door
-
addressAddition
- Specified by:
addressAdditionin interfaceDeliveryAddress
-
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). -
deliveryAddress
public at.ebutilities.schemata.customerprocesses.masterdata._01p32.DeliveryAddress deliveryAddress()Returns the value of thedeliveryAddressrecord component.- Returns:
- the value of the
deliveryAddressrecord component
-