Class UpdateFeatureResponse
java.lang.Object
org.opensearch.client.opensearch._types.WriteResponseBase
org.opensearch.client.opensearch.ltr.UpdateFeatureResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<UpdateFeatureResponse.Builder,UpdateFeatureResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class UpdateFeatureResponse
extends WriteResponseBase
implements ToCopyableBuilder<UpdateFeatureResponse.Builder,UpdateFeatureResponse>
-
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<UpdateFeatureResponse> Json deserializer forUpdateFeatureResponse -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()static UpdateFeatureResponseprotected 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 forUpdateFeatureResponse
-
-
Method Details
-
of
public static UpdateFeatureResponse of(Function<UpdateFeatureResponse.Builder, ObjectBuilder<UpdateFeatureResponse>> fn) -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateFeatureResponse.Builder,UpdateFeatureResponse> - Returns:
- a new builder instance.
-
builder
-
setupUpdateFeatureResponseDeserializer
protected static void setupUpdateFeatureResponseDeserializer(ObjectDeserializer<UpdateFeatureResponse.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classWriteResponseBase
-
equals
- Overrides:
equalsin classWriteResponseBase
-