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