java.lang.Object
co.elastic.clients.elasticsearch.transform.get_transform.TransformSummary
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class TransformSummary
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static TransformSummary of​(java.util.function.Function<TransformSummary.Builder,​ObjectBuilder<TransformSummary>> fn)
    • authorization

      @Nullable public final TransformAuthorization authorization()
      The security privileges that the transform uses to run its queries. If Elastic Stack security features were disabled at the time of the most recent update to the transform, this property is omitted.

      API name: authorization

    • createTime

      @Nullable public final java.lang.Long createTime()
      The time the transform was created.

      API name: create_time

    • description

      @Nullable public final java.lang.String description()
      Free text description of the transform.

      API name: description

    • dest

      public final Destination dest()
      Required - The destination for the transform.

      API name: dest

    • frequency

      @Nullable public final Time frequency()
      API name: frequency
    • id

      public final java.lang.String id()
      Required - API name: id
    • latest

      @Nullable public final Latest latest()
      API name: latest
    • pivot

      @Nullable public final Pivot pivot()
      The pivot method transforms the data by aggregating and grouping it.

      API name: pivot

    • retentionPolicy

      @Nullable public final RetentionPolicy retentionPolicy()
      API name: retention_policy
    • settings

      @Nullable public final Settings settings()
      Defines optional transform settings.

      API name: settings

    • source

      public final Source source()
      Required - The source of the data for the transform.

      API name: source

    • sync

      @Nullable public final Sync sync()
      Defines the properties transforms require to run continuously.

      API name: sync

    • version

      @Nullable public final java.lang.String version()
      The version of Elasticsearch that existed on the node when the transform was created.

      API name: version

    • meta

      public final java.util.Map<java.lang.String,​JsonData> meta()
      API name: _meta
    • 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 java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupTransformSummaryDeserializer

      protected static void setupTransformSummaryDeserializer​(ObjectDeserializer<TransformSummary.Builder> op)