Class AbstractChangePoint
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AbstractChangePoint
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
Dip,DistributionChange,Spike,StepChange
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionfinal intRequired - API name:change_pointfinal doublepValue()Required - API name:p_valuevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends AbstractChangePoint.AbstractBuilder<BuilderT>>
voidsetupAbstractChangePointDeserializer(ObjectDeserializer<BuilderT> op) toString()
-
Constructor Details
-
AbstractChangePoint
-
-
Method Details
-
pValue
public final double pValue()Required - API name:p_value -
changePoint
public final int changePoint()Required - API name:change_point -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAbstractChangePointDeserializer
protected static <BuilderT extends AbstractChangePoint.AbstractBuilder<BuilderT>> void setupAbstractChangePointDeserializer(ObjectDeserializer<BuilderT> op)
-