Class CompactNodeInfo
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.verify_repository.CompactNodeInfo
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class CompactNodeInfo extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompactNodeInfo.BuilderBuilder forCompactNodeInfo. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<CompactNodeInfo>_DESERIALIZERJson deserializer forCompactNodeInfo -
Constructor Summary
Constructors Constructor Description CompactNodeInfo(CompactNodeInfo.Builder builder)CompactNodeInfo(java.util.function.Function<CompactNodeInfo.Builder,CompactNodeInfo.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringname()Required - API name:namevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupCompactNodeInfoDeserializer(DelegatingDeserializer<CompactNodeInfo.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forCompactNodeInfo
-
-
Constructor Details
-
CompactNodeInfo
-
CompactNodeInfo
public CompactNodeInfo(java.util.function.Function<CompactNodeInfo.Builder,CompactNodeInfo.Builder> fn)
-
-
Method Details
-
name
public java.lang.String name()Required - API name:name -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupCompactNodeInfoDeserializer
protected static void setupCompactNodeInfoDeserializer(DelegatingDeserializer<CompactNodeInfo.Builder> op)
-