Class TransformHealthIssue
java.lang.Object
co.elastic.clients.elasticsearch.transform.get_transform_stats.TransformHealthIssue
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TransformHealthIssue>Json deserializer forTransformHealthIssue -
Method Summary
Modifier and TypeMethodDescriptionfinal intcount()Required - Number of times this issue has occurred since it startedfinal Stringdetails()Details about the issuefinal DateTimeAPI name:first_occurence_stringfinal LongThe timestamp this issue occurred for for the first timefinal Stringissue()Required - A description of the issuestatic TransformHealthIssuevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Stringtype()Required - The type of the issue
-
Field Details
-
_DESERIALIZER
Json deserializer forTransformHealthIssue
-
-
Method Details
-
of
public static TransformHealthIssue of(Function<TransformHealthIssue.Builder, ObjectBuilder<TransformHealthIssue>> fn) -
type
Required - The type of the issueAPI name:
type -
issue
Required - A description of the issueAPI name:
issue -
details
Details about the issueAPI name:
details -
count
public final int count()Required - Number of times this issue has occurred since it startedAPI name:
count -
firstOccurrence
The timestamp this issue occurred for for the first timeAPI name:
first_occurrence -
firstOccurenceString
API name:first_occurence_string -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTransformHealthIssueDeserializer
protected static void setupTransformHealthIssueDeserializer(ObjectDeserializer<TransformHealthIssue.Builder> op)
-