Record Class EdaCPNotification01p13
java.lang.Object
java.lang.Record
energy.eddie.regionconnector.at.eda.ponton.messages.cpnotification._1p13.EdaCPNotification01p13
- All Implemented Interfaces:
EdaCPNotification
public record EdaCPNotification01p13(at.ebutilities.schemata.customerprocesses.cpnotification._01p13.CPNotification notification)
extends Record
implements EdaCPNotification
-
Constructor Summary
ConstructorsConstructorDescriptionEdaCPNotification01p13(at.ebutilities.schemata.customerprocesses.cpnotification._01p13.CPNotification notification) Creates an instance of aEdaCPNotification01p13record 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.cpnotification._01p13.CPNotificationReturns the value of thenotificationrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
EdaCPNotification01p13
public EdaCPNotification01p13(at.ebutilities.schemata.customerprocesses.cpnotification._01p13.CPNotification notification) Creates an instance of aEdaCPNotification01p13record class.- Parameters:
notification- the value for thenotificationrecord component
-
-
Method Details
-
conversationId
- Specified by:
conversationIdin interfaceEdaCPNotification
-
originalMessageId
- Specified by:
originalMessageIdin interfaceEdaCPNotification
-
responseCodes
- Specified by:
responseCodesin interfaceEdaCPNotification
-
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). -
notification
public at.ebutilities.schemata.customerprocesses.cpnotification._01p13.CPNotification notification()Returns the value of thenotificationrecord component.- Returns:
- the value of the
notificationrecord component
-