Class GetIp2geoDatasourceResponse
java.lang.Object
org.opensearch.client.opensearch.geospatial.GetIp2geoDatasourceResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<GetIp2geoDatasourceResponse.Builder,GetIp2geoDatasourceResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class GetIp2geoDatasourceResponse
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<GetIp2geoDatasourceResponse.Builder,GetIp2geoDatasourceResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetIp2geoDatasourceResponse> Json deserializer forGetIp2geoDatasourceResponse -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final List<DataSource> Required - API name:datasourcesbooleaninthashCode()static GetIp2geoDatasourceResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupGetIp2geoDatasourceResponseDeserializer(ObjectDeserializer<GetIp2geoDatasourceResponse.Builder> op) Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods 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 forGetIp2geoDatasourceResponse
-
-
Method Details
-
of
-
datasources
Required - API name:datasources -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<GetIp2geoDatasourceResponse.Builder,GetIp2geoDatasourceResponse> - Returns:
- a new builder instance.
-
builder
-
setupGetIp2geoDatasourceResponseDeserializer
protected static void setupGetIp2geoDatasourceResponseDeserializer(ObjectDeserializer<GetIp2geoDatasourceResponse.Builder> op) -
hashCode
public int hashCode() -
equals
-