Package io.anyline.plugin.result
Class MeterResult
-
- All Implemented Interfaces:
public class MeterResultDescribes result information of scanning meters
-
-
Constructor Summary
Constructors Constructor Description MeterResult()
-
Method Summary
Modifier and Type Method Description StringgetValue()The meter value. voidsetValue(String value)The meter value. StringgetUnit()The unit value. voidsetUnit(String unit)The unit value. StringgetPosition()The position. voidsetPosition(String position)The position. StringtoString()inthashCode()booleanequals(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()
-
-
-
-