java.lang.Object
co.elastic.clients.elasticsearch.transform.get_transform_stats.TransformHealthIssue
All Implemented Interfaces:
JsonpSerializable

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

  • Method Details

    • of

    • type

      public final String type()
      Required - The type of the issue

      API name: type

    • issue

      public final String issue()
      Required - A description of the issue

      API name: issue

    • details

      @Nullable public final String details()
      Details about the issue

      API name: details

    • count

      public final int count()
      Required - Number of times this issue has occurred since it started

      API name: count

    • firstOccurrence

      @Nullable public final Long firstOccurrence()
      The timestamp this issue occurred for for the first time

      API name: first_occurrence

    • firstOccurenceString

      @Nullable public final DateTime firstOccurenceString()
      API name: first_occurence_string
    • 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
    • setupTransformHealthIssueDeserializer

      protected static void setupTransformHealthIssueDeserializer(ObjectDeserializer<TransformHealthIssue.Builder> op)