Class GetConnectorResponse
java.lang.Object
org.opensearch.client.opensearch.ml.GetConnectorResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<GetConnectorResponse.Builder,GetConnectorResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class GetConnectorResponse
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<GetConnectorResponse.Builder,GetConnectorResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetConnectorResponse> Json deserializer forGetConnectorResponse -
Method Summary
Modifier and TypeMethodDescriptionactions()API name:actionsstatic GetConnectorResponse.Builderbuilder()final LongThe created time.final StringThe connector description.booleaninthashCode()final LongThe last updated time.final Stringname()API name:namestatic GetConnectorResponseAPI name:parametersfinal Stringprotocol()The connector protocol.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final Stringversion()API name: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 forGetConnectorResponse
-
-
Method Details
-
of
public static GetConnectorResponse of(Function<GetConnectorResponse.Builder, ObjectBuilder<GetConnectorResponse>> fn) -
actions
API name:actions -
createdTime
The created time.API name:
created_time -
description
The connector description.API name:
description -
lastUpdatedTime
The last updated time.API name:
last_updated_time -
name
API name:name -
parameters
API name:parameters -
protocol
The connector protocol.API name:
protocol -
version
API name:version -
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<GetConnectorResponse.Builder,GetConnectorResponse> - Returns:
- a new builder instance.
-
builder
-
setupGetConnectorResponseDeserializer
protected static void setupGetConnectorResponseDeserializer(ObjectDeserializer<GetConnectorResponse.Builder> op) -
hashCode
public int hashCode() -
equals
-