Class Ingest
java.lang.Object
org.opensearch.client.opensearch.ingest.simulate_pipeline.Ingest
- All Implemented Interfaces:
ToJsonp
public final class Ingest extends java.lang.Object implements ToJsonp
-
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 for Ingest -
Constructor Summary
Constructors Modifier Constructor Description protectedIngest(Ingest.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.Stringpipeline()API name:pipelineprotected static voidsetupIngestDeserializer(DelegatingDeserializer<Ingest.Builder> op)java.lang.Stringtimestamp()API name:timestampvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for Ingest
-
-
Constructor Details
-
Method Details
-
timestamp
public java.lang.String timestamp()API name:timestamp -
pipeline
@Nullable public java.lang.String pipeline()API name:pipeline -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIngestDeserializer
-