-
- All Implemented Interfaces:
-
com.jillesvangurp.eskotlinwrapper.IMapBackedProperties
,kotlin.collections.Map
,kotlin.collections.MutableMap
,org.elasticsearch.common.xcontent.ToXContent
public final class RangeQueryConfig extends MapBackedProperties
-
-
Field Summary
Fields Modifier and Type Field Description private Double
boost
private Object
gt
private Object
gte
private Object
lt
private Object
lte
private String
format
private RangeRelation
relation
private String
timeZone
private final Set<Entry.Map<String, Object>>
entries
private final Set<String>
keys
private final Integer
size
private final Collection<Object>
values
-
Constructor Summary
Constructors Constructor Description RangeQueryConfig()
-
Method Summary
Modifier and Type Method Description final Double
getBoost()
final Object
getGt()
final Object
getGte()
final Object
getLt()
final Object
getLte()
final String
getFormat()
final RangeRelation
getRelation()
final String
getTimeZone()
Set<Entry.Map<String, Object>>
getEntries()
Set<String>
getKeys()
Integer
getSize()
Collection<Object>
getValues()
final Unit
setBoost(Double boost)
final Unit
setGt(Object gt)
final Unit
setGte(Object gte)
final Unit
setLt(Object lt)
final Unit
setLte(Object lte)
final Unit
setFormat(String format)
final Unit
setRelation(RangeRelation relation)
final Unit
setTimeZone(String timeZone)
-
Methods inherited from class com.jillesvangurp.eskotlinwrapper.dsl.RangeQueryConfig
esQueryProperty, get, getOrCreateMutableList, property, property, put, putNoSnakeCase, toXContent
-
Methods inherited from class com.jillesvangurp.eskotlinwrapper.MapBackedProperties
clear, compute, computeIfAbsent, computeIfPresent, isFragment, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll
-
Methods inherited from class kotlin.collections.MutableMap
containsKey, containsValue, forEach, getOrDefault, isEmpty
-
Methods inherited from class kotlin.collections.Map
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRelation
final RangeRelation getRelation()
-
getTimeZone
final String getTimeZone()
-
getEntries
Set<Entry.Map<String, Object>> getEntries()
-
getValues
Collection<Object> getValues()
-
setRelation
final Unit setRelation(RangeRelation relation)
-
setTimeZone
final Unit setTimeZone(String timeZone)
-
-
-
-