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 VerifyRepositoryResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
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:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupVerifyRepositoryResponseDeserializer
protected static void setupVerifyRepositoryResponseDeserializer(ObjectDeserializer<VerifyRepositoryResponse.Builder> op)
-