Class PutMappingResponse
java.lang.Object
org.opensearch.client.opensearch._types.AcknowledgedResponseBase
org.opensearch.client.opensearch._types.IndicesResponseBase
org.opensearch.client.opensearch.indices.PutMappingResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<PutMappingResponse.Builder,PutMappingResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class PutMappingResponse
extends IndicesResponseBase
implements ToCopyableBuilder<PutMappingResponse.Builder,PutMappingResponse>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.IndicesResponseBase
IndicesResponseBase.AbstractBuilder<BuilderT extends IndicesResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PutMappingResponse> Json deserializer forPutMappingResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic PutMappingResponse.Builderbuilder()booleaninthashCode()static PutMappingResponseprotected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.IndicesResponseBase
serializeInternal, setupIndicesResponseBaseDeserializer, shardsMethods inherited from class org.opensearch.client.opensearch._types.AcknowledgedResponseBase
acknowledged, serialize, setupAcknowledgedResponseBaseDeserializerMethods 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 forPutMappingResponse
-
-
Method Details
-
of
public static PutMappingResponse of(Function<PutMappingResponse.Builder, ObjectBuilder<PutMappingResponse>> fn) -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<PutMappingResponse.Builder,PutMappingResponse> - Returns:
- a new builder instance.
-
builder
-
setupPutMappingResponseDeserializer
protected static void setupPutMappingResponseDeserializer(ObjectDeserializer<PutMappingResponse.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classIndicesResponseBase
-
equals
- Overrides:
equalsin classIndicesResponseBase
-