Class HelpRecord
java.lang.Object
co.elastic.clients.elasticsearch.cat.help.HelpRecord
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class HelpRecord extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HelpRecord.Builder
Builder forHelpRecord
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<HelpRecord>
_DESERIALIZER
Json deserializer forHelpRecord
-
Constructor Summary
Constructors Constructor Description HelpRecord(HelpRecord.Builder builder)
HelpRecord(java.util.function.Function<HelpRecord.Builder,HelpRecord.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.lang.String
endpoint()
Required - API name:endpoint
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
setupHelpRecordDeserializer(DelegatingDeserializer<HelpRecord.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 forHelpRecord
-
-
Constructor Details
-
HelpRecord
-
HelpRecord
-
-
Method Details
-
endpoint
public java.lang.String endpoint()Required - API name:endpoint
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupHelpRecordDeserializer
-