Class VerifyRepositoryResponse
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.VerifyRepositoryResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class VerifyRepositoryResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<VerifyRepositoryResponse>
Json deserializer forVerifyRepositoryResponse
-
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,
CompactNodeInfo> nodes()
Required - Information about the nodes connected to the snapshot repository.static VerifyRepositoryResponse
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forVerifyRepositoryResponse
-
-
Method Details
-
of
public static VerifyRepositoryResponse of(Function<VerifyRepositoryResponse.Builder, ObjectBuilder<VerifyRepositoryResponse>> fn) -
nodes
Required - Information about the nodes connected to the snapshot repository. The key is the ID of the node.API name:
nodes
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupVerifyRepositoryResponseDeserializer
protected static void setupVerifyRepositoryResponseDeserializer(ObjectDeserializer<VerifyRepositoryResponse.Builder> op)
-