public interface RainService extends BasicService<Double>
| Modifier and Type | Method and Description |
|---|---|
RainType |
getRainType(Double value) |
RainType |
getRainType(Double value,
long calculationPeriod,
TimeUnit timeUnit) |
RainType |
getRainType(int flatId) |
RainType |
getRainType(int flatId,
AverageCalculationMode mode) |
RainType |
getRainType(int flatId,
AverageCalculationMode mode,
int... excludedDeviceIds) |
RainType |
getRainType(int flatId,
AverageCalculationMode mode,
List<Integer> excludedDevices) |
RainType |
getRainType(int flatId,
AverageCalculationMode mode,
long calculationPeriod,
TimeUnit timeUnit) |
RainType |
getRainType(int flatId,
AverageCalculationMode mode,
long calculationPeriod,
TimeUnit timeUnit,
int... excludedDeviceIds) |
RainType |
getRainType(int flatId,
AverageCalculationMode mode,
long calculationPeriod,
TimeUnit timeUnit,
List<Integer> excludedDeviceIds) |
RainType |
getRainType(int flatId,
int... excludedDeviceIds) |
RainType |
getRainType(int flatId,
List<Integer> excludedDevices) |
RainType |
getRainType(int flatId,
long calculationPeriod,
TimeUnit timeUnit) |
RainType |
getRainType(int flatId,
long calculationPeriod,
TimeUnit timeUnit,
int... excludedDeviceIds) |
RainType |
getRainType(int flatId,
long calculationPeriod,
TimeUnit timeUnit,
List<Integer> excludedDeviceIds) |
estimateValue, estimateValue, estimateValue, estimateValue, estimateValue, estimateValue, estimateValue, estimateValue, estimateValue, estimateValue, estimateValue, estimateValue, getDeviceIds, getDeviceIds, getDeviceIds, getDeviceIds, getDeviceIds, getDeviceIds, getDeviceMessages, getDeviceMessages, getDeviceMessages, getDeviceMessages, getDeviceMessages, getDeviceMessages, getLastValue, getLastValue, getLastValue, getLastValue, getLastValue, getLastValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueaddListenerForLastValue, removeListener, removeListenerForLastValueaddListenerForAverageValue, addListenerForAverageValue, addListenerForAverageValue, addListenerForAverageValue, addListenerForAverageValue, addListenerForAverageValue, removeListener, removeListenerForAverageValueaddListenerForEstimateValue, addListenerForEstimateValue, addListenerForEstimateValue, addListenerForEstimateValue, addListenerForEstimateValue, addListenerForEstimateValue, removeListener, removeListenerForEstimateValueRainType getRainType(int flatId)
RainType getRainType(int flatId, int... excludedDeviceIds)
RainType getRainType(int flatId, long calculationPeriod, TimeUnit timeUnit, int... excludedDeviceIds)
RainType getRainType(int flatId, long calculationPeriod, TimeUnit timeUnit, List<Integer> excludedDeviceIds)
RainType getRainType(int flatId, AverageCalculationMode mode)
RainType getRainType(int flatId, AverageCalculationMode mode, List<Integer> excludedDevices)
RainType getRainType(int flatId, AverageCalculationMode mode, int... excludedDeviceIds)
RainType getRainType(int flatId, AverageCalculationMode mode, long calculationPeriod, TimeUnit timeUnit)
RainType getRainType(int flatId, AverageCalculationMode mode, long calculationPeriod, TimeUnit timeUnit, int... excludedDeviceIds)
RainType getRainType(int flatId, AverageCalculationMode mode, long calculationPeriod, TimeUnit timeUnit, List<Integer> excludedDeviceIds)
Copyright © 2017. All rights reserved.