Class GetTransformStatsResponse
java.lang.Object
co.elastic.clients.elasticsearch.transform.GetTransformStatsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetTransformStatsResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetTransformStatsResponse>
Json deserializer forGetTransformStatsResponse
-
Method Summary
Modifier and TypeMethodDescriptionfinal long
count()
Required - API name:count
static GetTransformStatsResponse
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
setupGetTransformStatsResponseDeserializer
(ObjectDeserializer<GetTransformStatsResponse.Builder> op) toString()
final List<TransformStats>
Required - API name:transforms
-
Field Details
-
_DESERIALIZER
Json deserializer forGetTransformStatsResponse
-
-
Method Details
-
of
public static GetTransformStatsResponse of(Function<GetTransformStatsResponse.Builder, ObjectBuilder<GetTransformStatsResponse>> fn) -
count
public final long count()Required - API name:count
-
transforms
Required - API name:transforms
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetTransformStatsResponseDeserializer
protected static void setupGetTransformStatsResponseDeserializer(ObjectDeserializer<GetTransformStatsResponse.Builder> op)
-