Record Class MeteringPointData01p33
java.lang.Object
java.lang.Record
energy.eddie.regionconnector.at.eda.ponton.messages.masterdata._01p33.MeteringPointData01p33
- All Implemented Interfaces:
MeteringPointData
public record MeteringPointData01p33(at.ebutilities.schemata.customerprocesses.masterdata._01p33.MeteringPointData meteringPointData)
extends Record
implements MeteringPointData
-
Constructor Summary
ConstructorsConstructorDescriptionMeteringPointData01p33(at.ebutilities.schemata.customerprocesses.masterdata._01p33.MeteringPointData meteringPointData) Creates an instance of aMeteringPointData01p33record 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._01p33.MeteringPointDataReturns the value of themeteringPointDatarecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MeteringPointData01p33
public MeteringPointData01p33(at.ebutilities.schemata.customerprocesses.masterdata._01p33.MeteringPointData meteringPointData) Creates an instance of aMeteringPointData01p33record class.- Parameters:
meteringPointData- the value for themeteringPointDatarecord component
-
-
Method Details
-
supStatus
- Specified by:
supStatusin interfaceMeteringPointData
-
dsoTariff
- Specified by:
dsoTariffin interfaceMeteringPointData
-
energyDirection
- Specified by:
energyDirectionin interfaceMeteringPointData
-
energyCommunity
- Specified by:
energyCommunityin interfaceMeteringPointData
-
typeOfGeneration
- Specified by:
typeOfGenerationin interfaceMeteringPointData
-
loadProfileType
- Specified by:
loadProfileTypein interfaceMeteringPointData
-
granularity
- Specified by:
granularityin interfaceMeteringPointData
-
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). -
meteringPointData
public at.ebutilities.schemata.customerprocesses.masterdata._01p33.MeteringPointData meteringPointData()Returns the value of themeteringPointDatarecord component.- Returns:
- the value of the
meteringPointDatarecord component
-