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