Class IntRangeValue
java.lang.Object
de.elo.ix.client.esearch.query.data.FilterValue
de.elo.ix.client.esearch.query.data.IntValue
de.elo.ix.client.esearch.query.data.IntRangeValue
- All Implemented Interfaces:
Serializable
Class to commit a range filter of integer values.
To perform an open range query (e.g. from now to infinite), only submit either a value for from or to
- Since:
- 10.99.999.023
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()
getTo()
void
setFrom
(IntSingleValue from) void
setTo
(IntSingleValue to) toString()
-
Field Details
-
from
-
to
-
-
Constructor Details
-
IntRangeValue
public IntRangeValue() -
IntRangeValue
-
-
Method Details
-
getFrom
-
getTo
-
setFrom
-
setTo
-
toString
- Overrides:
toString
in classFilterValue
-