public class DataMessage
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.List<DataSet> |
getDataSets()
Returns the data sets of this data message.
|
java.lang.String |
getEnhancedId()
Returns the enhanced identification/capability characters as a string.
|
java.lang.String |
getManufacturerId()
Returns the manufacturer identification of this data message.
|
java.lang.String |
getMeterId()
Returns the identification string (except for the enhanced identification characters).
|
java.lang.String |
toString() |
public java.lang.String getManufacturerId()
public java.lang.String getMeterId()
public java.lang.String getEnhancedId()
public java.util.List<DataSet> getDataSets()
public java.lang.String toString()
toString
in class java.lang.Object