Class DataMessage

java.lang.Object
org.openmuc.j62056.DataMessage

public class DataMessage extends Object
Represents the data sent by the meter. The data consists of the manufacturer ID, the meter ID (optional), the enhanced ID/capability (optional), and a list of data sets.
  • Method Details

    • getManufacturerId

      public String getManufacturerId()
      Returns the manufacturer identification of this data message.
      Returns:
      the manufacturer identification
    • getMeterId

      public String getMeterId()
      Returns the identification string (except for the enhanced identification characters).
      Returns:
      the identification string
    • getEnhancedId

      public String getEnhancedId()
      Returns the enhanced identification/capability characters as a string.
      Returns:
      the enhanced identification/capability characters
    • getDataSets

      public List<DataSet> getDataSets()
      Returns the data sets of this data message.
      Returns:
      the data sets
    • toString

      public String toString()
      Overrides:
      toString in class Object