Record Class EdaMasterData01p32
java.lang.Object
java.lang.Record
energy.eddie.regionconnector.at.eda.ponton.messages.masterdata._01p32.EdaMasterData01p32
- All Implemented Interfaces:
EdaMasterData
public record EdaMasterData01p32(at.ebutilities.schemata.customerprocesses.masterdata._01p32.MasterData masterData)
extends Record
implements EdaMasterData
-
Constructor Summary
ConstructorsConstructorDescriptionEdaMasterData01p32(at.ebutilities.schemata.customerprocesses.masterdata._01p32.MasterData masterData) Creates an instance of aEdaMasterData01p32record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.at.ebutilities.schemata.customerprocesses.masterdata._01p32.MasterDataReturns the value of themasterDatarecord component.sector()final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
EdaMasterData01p32
public EdaMasterData01p32(at.ebutilities.schemata.customerprocesses.masterdata._01p32.MasterData masterData) Creates an instance of aEdaMasterData01p32record class.- Parameters:
masterData- the value for themasterDatarecord component
-
-
Method Details
-
conversationId
- Specified by:
conversationIdin interfaceEdaMasterData
-
messageId
- Specified by:
messageIdin interfaceEdaMasterData
-
sector
- Specified by:
sectorin interfaceEdaMasterData
-
documentCreationDateTime
- Specified by:
documentCreationDateTimein interfaceEdaMasterData
-
senderMessageAddress
- Specified by:
senderMessageAddressin interfaceEdaMasterData
-
receiverMessageAddress
- Specified by:
receiverMessageAddressin interfaceEdaMasterData
-
meteringPoint
- Specified by:
meteringPointin interfaceEdaMasterData
-
meteringPointData
- Specified by:
meteringPointDatain interfaceEdaMasterData
-
billingData
- Specified by:
billingDatain interfaceEdaMasterData
-
contractPartner
- Specified by:
contractPartnerin interfaceEdaMasterData
-
installationAddress
- Specified by:
installationAddressin interfaceEdaMasterData
-
invoiceRecipient
- Specified by:
invoiceRecipientin interfaceEdaMasterData
-
originalMasterData
- Specified by:
originalMasterDatain interfaceEdaMasterData
-
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). -
masterData
public at.ebutilities.schemata.customerprocesses.masterdata._01p32.MasterData masterData()Returns the value of themasterDatarecord component.- Returns:
- the value of the
masterDatarecord component
-