Record Class EdaCMNotification01p20
java.lang.Object
java.lang.Record
energy.eddie.regionconnector.at.eda.ponton.messages.cmnotification._01p20.EdaCMNotification01p20
- All Implemented Interfaces:
EdaCMNotification
public record EdaCMNotification01p20(at.ebutilities.schemata.customerconsent.cmnotification._01p20.CMNotification notification)
extends Record
implements EdaCMNotification
-
Constructor Summary
ConstructorsConstructorDescriptionEdaCMNotification01p20(at.ebutilities.schemata.customerconsent.cmnotification._01p20.CMNotification notification) Creates an instance of aEdaCMNotification01p20record 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.customerconsent.cmnotification._01p20.CMNotificationReturns the value of thenotificationrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
EdaCMNotification01p20
public EdaCMNotification01p20(at.ebutilities.schemata.customerconsent.cmnotification._01p20.CMNotification notification) Creates an instance of aEdaCMNotification01p20record class.- Parameters:
notification- the value for thenotificationrecord component
-
-
Method Details
-
conversationId
- Specified by:
conversationIdin interfaceEdaCMNotification
-
cmRequestId
- Specified by:
cmRequestIdin interfaceEdaCMNotification
-
responseData
- Specified by:
responseDatain interfaceEdaCMNotification
-
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.customerconsent.cmnotification._01p20.CMNotification notification()Returns the value of thenotificationrecord component.- Returns:
- the value of the
notificationrecord component
-