Class WesPulseCounter
java.lang.Object
org.rockhopper.smarthome.wes.jwes.model.data.WesPulseCounter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDebit()bytegetIndex()getName()voidsetCurrentIndex(Field<BigDecimal, Void> currentIndex) voidsetDebit(Field<BigDecimal, Void> debit) voidsetMonthConsumption(Field<BigDecimal, Void> monthConsumption) voidvoidsetTodayConsumption(Field<BigDecimal, Void> todayConsumption) voidsetYearConsumption(Field<BigDecimal, Void> yearConsumption) voidsetYesterdayConsumption(Field<BigDecimal, Void> yesterdayConsumption)
-
Constructor Details
-
WesPulseCounter
public WesPulseCounter(byte index)
-
-
Method Details
-
getName
-
setName
-
getDebit
-
setDebit
-
getCurrentIndex
-
setCurrentIndex
-
getTodayConsumption
-
setTodayConsumption
-
getYesterdayConsumption
-
setYesterdayConsumption
-
getMonthConsumption
-
setMonthConsumption
-
getYearConsumption
-
setYearConsumption
-
getIndex
public byte getIndex()
-