Class DeleteResponse
java.lang.Object
org.opensearch.client.opensearch._types.WriteResponseBase
org.opensearch.client.opensearch.core.DeleteResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<DeleteResponse.Builder,DeleteResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class DeleteResponse
extends WriteResponseBase
implements ToCopyableBuilder<DeleteResponse.Builder,DeleteResponse>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.WriteResponseBase
WriteResponseBase.AbstractBuilder<BuilderT extends WriteResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DeleteResponse> Json deserializer forDeleteResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteResponse.Builderbuilder()booleaninthashCode()static DeleteResponseprotected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.WriteResponseBase
forcedRefresh, id, index, primaryTerm, result, seqNo, serialize, serializeInternal, setupWriteResponseBaseDeserializer, shards, versionMethods 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 forDeleteResponse
-
-
Method Details
-
of
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteResponse.Builder,DeleteResponse> - Returns:
- a new builder instance.
-
builder
-
setupDeleteResponseDeserializer
protected static void setupDeleteResponseDeserializer(ObjectDeserializer<DeleteResponse.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classWriteResponseBase
-
equals
- Overrides:
equalsin classWriteResponseBase
-