Class SourceConfig
java.lang.Object
co.elastic.clients.elasticsearch.core.search.SourceConfig
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<SourceConfig.Kind,Object>
@JsonpDeserializable
public class SourceConfig
extends Object
implements TaggedUnion<SourceConfig.Kind,Object>, JsonpSerializable
Defines how to fetch a source. Fetching can be disabled entirely, or the
source can be filtered.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfinal Object_get()final SourceConfig.Kind_kind()Get the of the kind of variant held by this object.fetch()Get thefetchvariant value.filter()Get thefiltervariant value.booleanisFetch()Is this variant instance of kindfetch?booleanisFilter()Is this variant instance of kindfilter?static SourceConfigvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) toString()
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<SourceConfig.Kind,Object> - Returns:
- the variant kind
-
_get
- Specified by:
_getin interfaceTaggedUnion<SourceConfig.Kind,Object>
-
of
-
isFilter
public boolean isFilter()Is this variant instance of kindfilter? -
filter
Get thefiltervariant value.- Throws:
IllegalStateException- if the current variant is not of thefilterkind.
-
isFetch
public boolean isFetch()Is this variant instance of kindfetch? -
fetch
Get thefetchvariant value.- Throws:
IllegalStateException- if the current variant is not of thefetchkind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-
toString
-