Class Ingest
- java.lang.Object
-
- org.opensearch.client.opensearch.ingest.simulate.Ingest
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Ingest extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIngest.BuilderBuilder forIngest.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Ingest>_DESERIALIZERJson deserializer forIngest
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ingestof(java.util.function.Function<Ingest.Builder,ObjectBuilder<Ingest>> fn)java.lang.Stringpipeline()API name:pipelinevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIngestDeserializer(ObjectDeserializer<Ingest.Builder> op)java.lang.Stringtimestamp()Required - API name:timestamp
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<Ingest> _DESERIALIZER
Json deserializer forIngest
-
-
Method Detail
-
of
public static Ingest of(java.util.function.Function<Ingest.Builder,ObjectBuilder<Ingest>> fn)
-
timestamp
public final java.lang.String timestamp()
Required - API name:timestamp
-
pipeline
@Nullable public final java.lang.String pipeline()
API name:pipeline
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupIngestDeserializer
protected static void setupIngestDeserializer(ObjectDeserializer<Ingest.Builder> op)
-
-