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