Class DataStreamIndexInfo
- java.lang.Object
-
- org.opensearch.client.opensearch.indices.DataStreamIndexInfo
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class DataStreamIndexInfo extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataStreamIndexInfo.BuilderBuilder forDataStreamIndexInfo.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DataStreamIndexInfo>_DESERIALIZERJson deserializer forDataStreamIndexInfo
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringindexName()Required - Index namejava.lang.StringindexUuid()Required - Index uuidstatic DataStreamIndexInfoof(java.util.function.Function<DataStreamIndexInfo.Builder,ObjectBuilder<DataStreamIndexInfo>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDataStreamIndexInfoDeserializer(ObjectDeserializer<DataStreamIndexInfo.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<DataStreamIndexInfo> _DESERIALIZER
Json deserializer forDataStreamIndexInfo
-
-
Method Detail
-
of
public static DataStreamIndexInfo of(java.util.function.Function<DataStreamIndexInfo.Builder,ObjectBuilder<DataStreamIndexInfo>> fn)
-
indexName
public final java.lang.String indexName()
Required - Index nameAPI name:
index_name
-
indexUuid
public final java.lang.String indexUuid()
Required - Index uuidAPI name:
index_uuid
-
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)
-
setupDataStreamIndexInfoDeserializer
protected static void setupDataStreamIndexInfoDeserializer(ObjectDeserializer<DataStreamIndexInfo.Builder> op)
-
-