Class ListAllPitResponse
- java.lang.Object
-
- org.opensearch.client.opensearch.core.pit.ListAllPitResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ListAllPitResponse extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListAllPitResponse.BuilderBuilder forListAllPitResponse.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ListAllPitResponse>_DESERIALIZER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static voidcreateListAllPitResponseDeserializer(ObjectDeserializer<ListAllPitResponse.Builder> op)static ListAllPitResponseof(java.util.function.Function<ListAllPitResponse.Builder,ObjectBuilder<ListAllPitResponse>> fn)java.util.List<PitRecord>pits()Required - Response value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this value to JSON.
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<ListAllPitResponse> _DESERIALIZER
-
-
Method Detail
-
of
public static ListAllPitResponse of(java.util.function.Function<ListAllPitResponse.Builder,ObjectBuilder<ListAllPitResponse>> fn)
-
pits
public final java.util.List<PitRecord> pits()
Required - Response value.API name:
_value_body
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this value to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
createListAllPitResponseDeserializer
protected static void createListAllPitResponseDeserializer(ObjectDeserializer<ListAllPitResponse.Builder> op)
-
-