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