Class ComponentTemplateNode
java.lang.Object
co.elastic.clients.elasticsearch.cluster.ComponentTemplateNode
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ComponentTemplateNode>Json deserializer forComponentTemplateNode -
Method Summary
Modifier and TypeMethodDescriptionfinal DateTimeDate and time when the component template was created.final LongDate and time when the component template was created, in milliseconds since the epoch.final BooleanAPI name:deprecatedmeta()API name:_metafinal DateTimeDate and time when the component template was last modified.final LongDate and time when the component template was last modified, in milliseconds since the epoch.static ComponentTemplateNodevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal ComponentTemplateSummarytemplate()Required - API name:templatetoString()final Longversion()API name:version
-
Field Details
-
_DESERIALIZER
Json deserializer forComponentTemplateNode
-
-
Method Details
-
of
public static ComponentTemplateNode of(Function<ComponentTemplateNode.Builder, ObjectBuilder<ComponentTemplateNode>> fn) -
template
Required - API name:template -
version
API name:version -
meta
API name:_meta -
deprecated
API name:deprecated -
createdDate
Date and time when the component template was created. Only returned if thehumanquery parameter istrue.API name:
created_date -
createdDateMillis
Date and time when the component template was created, in milliseconds since the epoch.API name:
created_date_millis -
modifiedDate
Date and time when the component template was last modified. Only returned if thehumanquery parameter istrue.API name:
modified_date -
modifiedDateMillis
Date and time when the component template was last modified, in milliseconds since the epoch.API name:
modified_date_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupComponentTemplateNodeDeserializer
protected static void setupComponentTemplateNodeDeserializer(ObjectDeserializer<ComponentTemplateNode.Builder> op)
-