Class AllPitSegmentsResponse
java.lang.Object
org.opensearch.client.opensearch.cat.AllPitSegmentsResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<AllPitSegmentsResponse.Builder,AllPitSegmentsResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class AllPitSegmentsResponse
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<AllPitSegmentsResponse.Builder,AllPitSegmentsResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected static JsonpDeserializer<AllPitSegmentsResponse> static AllPitSegmentsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this value to JSON.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.final List<SegmentsRecord> Required - Response value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
of
public static AllPitSegmentsResponse of(Function<AllPitSegmentsResponse.Builder, ObjectBuilder<AllPitSegmentsResponse>> fn) -
valueBody
Required - Response value. -
serialize
Serialize this value to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<AllPitSegmentsResponse.Builder,AllPitSegmentsResponse> - Returns:
- a new builder instance.
-
builder
-
createAllPitSegmentsResponseDeserializer
protected static JsonpDeserializer<AllPitSegmentsResponse> createAllPitSegmentsResponseDeserializer()
-