Class PendingTasksResponse
java.lang.Object
org.opensearch.client.opensearch.cat.PendingTasksResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<PendingTasksResponse.Builder,PendingTasksResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class PendingTasksResponse
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<PendingTasksResponse.Builder,PendingTasksResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic PendingTasksResponse.Builderbuilder()protected static JsonpDeserializer<PendingTasksResponse> static PendingTasksResponsevoidserialize(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<PendingTasksRecord> 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 PendingTasksResponse of(Function<PendingTasksResponse.Builder, ObjectBuilder<PendingTasksResponse>> 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<PendingTasksResponse.Builder,PendingTasksResponse> - Returns:
- a new builder instance.
-
builder
-
createPendingTasksResponseDeserializer
-