Class AutoscalingCapacity
java.lang.Object
co.elastic.clients.elasticsearch.autoscaling.get_autoscaling_capacity.AutoscalingCapacity
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class AutoscalingCapacity extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutoscalingCapacity.BuilderBuilder forAutoscalingCapacity. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AutoscalingCapacity>_DESERIALIZERJson deserializer forAutoscalingCapacity -
Method Summary
Modifier and Type Method Description AutoscalingResourcesnode()Required - API name:nodestatic AutoscalingCapacityof(java.util.function.Function<AutoscalingCapacity.Builder,ObjectBuilder<AutoscalingCapacity>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupAutoscalingCapacityDeserializer(ObjectDeserializer<AutoscalingCapacity.Builder> op)AutoscalingResourcestotal()Required - API name:totalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forAutoscalingCapacity
-
-
Method Details
-
of
public static AutoscalingCapacity of(java.util.function.Function<AutoscalingCapacity.Builder,ObjectBuilder<AutoscalingCapacity>> fn) -
node
Required - API name:node -
total
Required - API name:total -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupAutoscalingCapacityDeserializer
protected static void setupAutoscalingCapacityDeserializer(ObjectDeserializer<AutoscalingCapacity.Builder> op)
-