Record Class NullMeteringPointData
java.lang.Object
java.lang.Record
energy.eddie.regionconnector.at.eda.ponton.messages.masterdata._01p32.NullMeteringPointData
- All Implemented Interfaces:
MeteringPointData
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aNullMeteringPointDatarecord class. -
Method Summary
-
Constructor Details
-
NullMeteringPointData
public NullMeteringPointData()Creates an instance of aNullMeteringPointDatarecord class.
-
-
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.
-