Record Class ResponseData01p12
java.lang.Object
java.lang.Record
energy.eddie.regionconnector.at.eda.ponton.messages.cmnotification._01p12.ResponseData01p12
- All Implemented Interfaces:
ResponseData
public record ResponseData01p12(at.ebutilities.schemata.customerconsent.cmnotification._01p12.ResponseDataType responseData)
extends Record
implements ResponseData
-
Constructor Summary
ConstructorsConstructorDescriptionResponseData01p12(at.ebutilities.schemata.customerconsent.cmnotification._01p12.ResponseDataType responseData) Creates an instance of aResponseData01p12record 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._01p12.ResponseDataTypeReturns the value of theresponseDatarecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ResponseData01p12
public ResponseData01p12(at.ebutilities.schemata.customerconsent.cmnotification._01p12.ResponseDataType responseData) Creates an instance of aResponseData01p12record class.- Parameters:
responseData- the value for theresponseDatarecord component
-
-
Method Details
-
consentId
- Specified by:
consentIdin interfaceResponseData
-
meteringPoint
- Specified by:
meteringPointin interfaceResponseData
-
responseCodes
- Specified by:
responseCodesin interfaceResponseData
-
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). -
responseData
public at.ebutilities.schemata.customerconsent.cmnotification._01p12.ResponseDataType responseData()Returns the value of theresponseDatarecord component.- Returns:
- the value of the
responseDatarecord component
-