java.lang.Object
java.lang.Record
energy.eddie.regionconnector.at.eda.ponton.messages.cpnotification._1p13.EdaCPNotification01p13
All Implemented Interfaces:
EdaCPNotification

public record EdaCPNotification01p13(at.ebutilities.schemata.customerprocesses.cpnotification._01p13.CPNotification notification) extends Record implements EdaCPNotification
  • Constructor Details

    • EdaCPNotification01p13

      public EdaCPNotification01p13(at.ebutilities.schemata.customerprocesses.cpnotification._01p13.CPNotification notification)
      Creates an instance of a EdaCPNotification01p13 record class.
      Parameters:
      notification - the value for the notification record component
  • Method Details

    • conversationId

      public String conversationId()
      Specified by:
      conversationId in interface EdaCPNotification
    • originalMessageId

      public String originalMessageId()
      Specified by:
      originalMessageId in interface EdaCPNotification
    • responseCodes

      public List<Integer> responseCodes()
      Specified by:
      responseCodes in interface EdaCPNotification
    • 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.
    • notification

      public at.ebutilities.schemata.customerprocesses.cpnotification._01p13.CPNotification notification()
      Returns the value of the notification record component.
      Returns:
      the value of the notification record component