Class ComponentTemplateNode

java.lang.Object
co.elastic.clients.elasticsearch.cluster.ComponentTemplateNode
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class ComponentTemplateNode extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • template

      public final ComponentTemplateSummary template()
      Required - API name: template
    • version

      @Nullable public final Long version()
      API name: version
    • meta

      public final Map<String,JsonData> meta()
      API name: _meta
    • deprecated

      @Nullable public final Boolean deprecated()
      API name: deprecated
    • createdDate

      @Nullable public final DateTime createdDate()
      Date and time when the component template was created. Only returned if the human query parameter is true.

      API name: created_date

    • createdDateMillis

      @Nullable public final Long createdDateMillis()
      Date and time when the component template was created, in milliseconds since the epoch.

      API name: created_date_millis

    • modifiedDate

      @Nullable public final DateTime modifiedDate()
      Date and time when the component template was last modified. Only returned if the human query parameter is true.

      API name: modified_date

    • modifiedDateMillis

      @Nullable public final Long modifiedDateMillis()
      Date and time when the component template was last modified, in milliseconds since the epoch.

      API name: modified_date_millis

    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupComponentTemplateNodeDeserializer

      protected static void setupComponentTemplateNodeDeserializer(ObjectDeserializer<ComponentTemplateNode.Builder> op)