-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumMeter.MeterState
-
Field Summary
Fields Modifier and Type Field Description private final StringmeterNameprivate final Integerviewsprivate final IntegerviewsLeftprivate final IntegermaxViewsprivate final IntegertotalViewsprivate final Booleanincrementedprivate final Meter.MeterStatestate
-
Method Summary
Modifier and Type Method Description final StringgetMeterName()final IntegergetViews()final IntegergetViewsLeft()final IntegergetMaxViews()final IntegergetTotalViews()final BooleangetIncremented()final Meter.MeterStategetState()-
-
Method Detail
-
getMeterName
final String getMeterName()
-
getViewsLeft
final Integer getViewsLeft()
-
getMaxViews
final Integer getMaxViews()
-
getTotalViews
final Integer getTotalViews()
-
getIncremented
final Boolean getIncremented()
-
getState
final Meter.MeterState getState()
-
-
-
-