Record Class MeteringPointData01p32

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

public record MeteringPointData01p32(at.ebutilities.schemata.customerprocesses.masterdata._01p32.MeteringPointData meteringPointData) extends Record implements MeteringPointData
  • Constructor Details

    • MeteringPointData01p32

      public MeteringPointData01p32(at.ebutilities.schemata.customerprocesses.masterdata._01p32.MeteringPointData meteringPointData)
      Creates an instance of a MeteringPointData01p32 record class.
      Parameters:
      meteringPointData - the value for the meteringPointData record component
  • 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

      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. All components in this record class are compared with Objects::equals(Object,Object).
      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.
    • meteringPointData

      public at.ebutilities.schemata.customerprocesses.masterdata._01p32.MeteringPointData meteringPointData()
      Returns the value of the meteringPointData record component.
      Returns:
      the value of the meteringPointData record component