Class ForcemergeResponse
java.lang.Object
org.opensearch.client.opensearch._types.ShardsOperationResponseBase
org.opensearch.client.opensearch.indices.ForcemergeResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ForcemergeResponse.Builder,ForcemergeResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ForcemergeResponse
extends ShardsOperationResponseBase
implements ToCopyableBuilder<ForcemergeResponse.Builder,ForcemergeResponse>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.ShardsOperationResponseBase
ShardsOperationResponseBase.AbstractBuilder<BuilderT extends ShardsOperationResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ForcemergeResponse> Json deserializer forForcemergeResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic ForcemergeResponse.Builderbuilder()booleaninthashCode()static ForcemergeResponseprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringtask()Task contains a task id returned whenwait_for_completion=false, you can use thetask_idto get the status of the task at _tasks/<task_id>.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.ShardsOperationResponseBase
serialize, setupShardsOperationResponseBaseDeserializer, shardsMethods inherited from class java.lang.Object
clone, finalize, getClass, 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
Json deserializer forForcemergeResponse
-
-
Method Details
-
of
public static ForcemergeResponse of(Function<ForcemergeResponse.Builder, ObjectBuilder<ForcemergeResponse>> fn) -
task
Task contains a task id returned whenwait_for_completion=false, you can use thetask_idto get the status of the task at _tasks/<task_id>.API name:
task -
serializeInternal
- Overrides:
serializeInternalin classShardsOperationResponseBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ForcemergeResponse.Builder,ForcemergeResponse> - Returns:
- a new builder instance.
-
builder
-
setupForcemergeResponseDeserializer
protected static void setupForcemergeResponseDeserializer(ObjectDeserializer<ForcemergeResponse.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classShardsOperationResponseBase
-
equals
- Overrides:
equalsin classShardsOperationResponseBase
-