Class DistributionChange
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AbstractChangePoint
co.elastic.clients.elasticsearch._types.aggregations.DistributionChange
- All Implemented Interfaces:
ChangeTypeVariant,JsonpSerializable
@JsonpDeserializable
public class DistributionChange
extends AbstractChangePoint
implements ChangeTypeVariant
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.AbstractChangePoint
AbstractChangePoint.AbstractBuilder<BuilderT extends AbstractChangePoint.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DistributionChange>Json deserializer forDistributionChange -
Method Summary
Modifier and TypeMethodDescriptionChangeType variant kind.static DistributionChangerebuild()protected static voidMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AbstractChangePoint
changePoint, pValue, serialize, serializeInternal, setupAbstractChangePointDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.ChangeTypeVariant
_toChangeType
-
Field Details
-
_DESERIALIZER
Json deserializer forDistributionChange
-
-
Method Details
-
of
public static DistributionChange of(Function<DistributionChange.Builder, ObjectBuilder<DistributionChange>> fn) -
_changeTypeKind
ChangeType variant kind.- Specified by:
_changeTypeKindin interfaceChangeTypeVariant
-
rebuild
- Returns:
- New
DistributionChange.Builderinitialized with field values of this instance
-
setupDistributionChangeDeserializer
protected static void setupDistributionChangeDeserializer(ObjectDeserializer<DistributionChange.Builder> op)
-