-
- All Implemented Interfaces:
-
com.jillesvangurp.eskotlinwrapper.IMapBackedProperties
,kotlin.collections.Map
,kotlin.collections.MutableMap
,org.elasticsearch.common.xcontent.ToXContent
public final class RegExpQueryConfig extends MapBackedProperties
-
-
Constructor Summary
Constructors Constructor Description RegExpQueryConfig()
-
Method Summary
Modifier and Type Method Description final String
getValue()
final String
getFlags()
final Integer
getMaxDeterminizedStates()
final String
getRewrite()
Set<Entry.Map<String, Object>>
getEntries()
Set<String>
getKeys()
Integer
getSize()
Collection<Object>
getValues()
final Unit
setValue(String value)
final Unit
setFlags(String flags)
final Unit
setMaxDeterminizedStates(Integer maxDeterminizedStates)
final Unit
setRewrite(String rewrite)
-
Methods inherited from class com.jillesvangurp.eskotlinwrapper.dsl.RegExpQueryConfig
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
-
getMaxDeterminizedStates
final Integer getMaxDeterminizedStates()
-
getRewrite
final String getRewrite()
-
getEntries
Set<Entry.Map<String, Object>> getEntries()
-
getValues
Collection<Object> getValues()
-
setMaxDeterminizedStates
final Unit setMaxDeterminizedStates(Integer maxDeterminizedStates)
-
setRewrite
final Unit setRewrite(String rewrite)
-
-
-
-