Class StepChange
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AbstractChangePoint
co.elastic.clients.elasticsearch._types.aggregations.StepChange
- All Implemented Interfaces:
ChangeTypeVariant,JsonpSerializable
@JsonpDeserializable
public class StepChange
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<StepChange>Json deserializer forStepChange -
Method Summary
Modifier and TypeMethodDescriptionChangeType variant kind.static StepChangerebuild()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 forStepChange
-
-
Method Details
-
of
-
_changeTypeKind
ChangeType variant kind.- Specified by:
_changeTypeKindin interfaceChangeTypeVariant
-
rebuild
- Returns:
- New
StepChange.Builderinitialized with field values of this instance
-
setupStepChangeDeserializer
-