Record Class Address01p33
java.lang.Object
java.lang.Record
energy.eddie.regionconnector.at.eda.ponton.messages.masterdata._01p33.Address01p33
- All Implemented Interfaces:
Address
-
Constructor Summary
ConstructorsConstructorDescriptionAddress01p33(at.ebutilities.schemata.customerprocesses.masterdata._01p33.Address address) Creates an instance of aAddress01p33record class. -
Method Summary
Modifier and TypeMethodDescriptionat.ebutilities.schemata.customerprocesses.masterdata._01p33.Addressaddress()Returns the value of theaddressrecord component.city()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
-
Address01p33
public Address01p33(at.ebutilities.schemata.customerprocesses.masterdata._01p33.Address address) Creates an instance of aAddress01p33record class.- Parameters:
address- the value for theaddressrecord component
-
-
Method Details
-
zipCode
-
city
-
street
-
streetNumber
- Specified by:
streetNumberin interfaceAddress
-
staircase
-
floor
-
door
-
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). -
address
public at.ebutilities.schemata.customerprocesses.masterdata._01p33.Address address()Returns the value of theaddressrecord component.- Returns:
- the value of the
addressrecord component
-