Package com.redis.lettucemod.timeseries
Class AbstractRangeOptions.FilterByValue
java.lang.Object
com.redis.lettucemod.timeseries.AbstractRangeOptions.FilterByValue
- All Implemented Interfaces:
io.lettuce.core.CompositeArgument
- Enclosing class:
AbstractRangeOptions
public static class AbstractRangeOptions.FilterByValue
extends Object
implements io.lettuce.core.CompositeArgument
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FilterByValue
public FilterByValue()
-
-
Method Details
-
getMin
public double getMin() -
setMin
public void setMin(double min) -
getMax
public double getMax() -
setMax
public void setMax(double max) -
of
-
build
public <K,V> void build(io.lettuce.core.protocol.CommandArgs<K, V> args) - Specified by:
buildin interfaceio.lettuce.core.CompositeArgument
-