Record Class NullMeteringPointData

java.lang.Object
java.lang.Record
energy.eddie.regionconnector.at.eda.ponton.messages.masterdata._01p32.NullMeteringPointData
All Implemented Interfaces:
MeteringPointData

public record NullMeteringPointData() extends Record implements MeteringPointData
  • Constructor Details

    • NullMeteringPointData

      public NullMeteringPointData()
      Creates an instance of a NullMeteringPointData record class.
  • Method Details

    • supStatus

      @Nullable public String supStatus()
      Specified by:
      supStatus in interface MeteringPointData
    • dsoTariff

      @Nullable public String dsoTariff()
      Specified by:
      dsoTariff in interface MeteringPointData
    • energyDirection

      @Nullable public EnergyDirection energyDirection()
      Specified by:
      energyDirection in interface MeteringPointData
    • energyCommunity

      @Nullable public String energyCommunity()
      Specified by:
      energyCommunity in interface MeteringPointData
    • typeOfGeneration

      @Nullable public String typeOfGeneration()
      Specified by:
      typeOfGeneration in interface MeteringPointData
    • loadProfileType

      @Nullable public String loadProfileType()
      Specified by:
      loadProfileType in interface MeteringPointData
    • granularity

      public Granularity granularity()
      Specified by:
      granularity in interface MeteringPointData
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.