Class AutoFollowedCluster

java.lang.Object
co.elastic.clients.elasticsearch.ccr.stats.AutoFollowedCluster
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public final class AutoFollowedCluster
extends java.lang.Object
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • clusterName

      public java.lang.String clusterName()
      Required - API name: cluster_name
    • lastSeenMetadataVersion

      public long lastSeenMetadataVersion()
      Required - API name: last_seen_metadata_version
    • timeSinceLastCheckMillis

      public java.lang.String timeSinceLastCheckMillis()
      Required - API name: time_since_last_check_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)
    • setupAutoFollowedClusterDeserializer

      protected static void setupAutoFollowedClusterDeserializer​(DelegatingDeserializer<AutoFollowedCluster.Builder> op)