Class StandardDeviationBoundsAsString
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.StandardDeviationBoundsAsString
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<StandardDeviationBoundsAsString.Builder,StandardDeviationBoundsAsString>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class StandardDeviationBoundsAsString
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<StandardDeviationBoundsAsString.Builder,StandardDeviationBoundsAsString>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<StandardDeviationBoundsAsString> Json deserializer forStandardDeviationBoundsAsString -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()final Stringlower()Required - API name:lowerfinal StringRequired - API name:lower_populationfinal StringRequired - API name:lower_samplingof(Function<StandardDeviationBoundsAsString.Builder, ObjectBuilder<StandardDeviationBoundsAsString>> 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 voidsetupStandardDeviationBoundsAsStringDeserializer(ObjectDeserializer<StandardDeviationBoundsAsString.Builder> op) Create a new builderToCopyableBuilderthat is initialised with the current state of this object.final Stringupper()Required - API name:upperfinal StringRequired - API name:upper_populationfinal StringRequired - API name:upper_samplingMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forStandardDeviationBoundsAsString
-
-
Method Details
-
of
-
lower
Required - API name:lower -
lowerPopulation
Required - API name:lower_population -
lowerSampling
Required - API name:lower_sampling -
upper
Required - API name:upper -
upperPopulation
Required - API name:upper_population -
upperSampling
Required - API name:upper_sampling -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<StandardDeviationBoundsAsString.Builder,StandardDeviationBoundsAsString> - Returns:
- a new builder instance.
-
builder
-
setupStandardDeviationBoundsAsStringDeserializer
protected static void setupStandardDeviationBoundsAsStringDeserializer(ObjectDeserializer<StandardDeviationBoundsAsString.Builder> op) -
hashCode
public int hashCode() -
equals
-