Package io.anyline.plugin.result
Class MeterResult
-
- All Implemented Interfaces:
public class MeterResult
Describes result information of scanning meters
-
-
Constructor Summary
Constructors Constructor Description MeterResult()
-
Method Summary
Modifier and Type Method Description String
getValue()
The meter value. void
setValue(String value)
The meter value. String
getUnit()
The unit value. void
setUnit(String unit)
The unit value. String
getPosition()
The position. void
setPosition(String position)
The position. String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getPosition
String getPosition()
The position. Only applicable for OBIS meters - see https://onemeter.com/docs/device/obis/
-
setPosition
void setPosition(String position)
The position. Only applicable for OBIS meters - see https://onemeter.com/docs/device/obis/
-
hashCode
int hashCode()
-
-
-
-