Class StandardDeviationBounds

    • Method Detail

      • upper

        public final double upper()
        Required - API name: upper

        Defaults to 0 if parsed from a JSON null value.

      • lower

        public final double lower()
        Required - API name: lower

        Defaults to 0 if parsed from a JSON null value.

      • upperPopulation

        public final double upperPopulation()
        Required - API name: upper_population

        Defaults to 0 if parsed from a JSON null value.

      • lowerPopulation

        public final double lowerPopulation()
        Required - API name: lower_population

        Defaults to 0 if parsed from a JSON null value.

      • upperSampling

        public final double upperSampling()
        Required - API name: upper_sampling

        Defaults to 0 if parsed from a JSON null value.

      • lowerSampling

        public final double lowerSampling()
        Required - API name: lower_sampling

        Defaults to 0 if parsed from a JSON null value.

      • serialize

        public void serialize​(jakarta.json.stream.JsonGenerator generator,
                              JsonpMapper mapper)
        Serialize this object to JSON.
        Specified by:
        serialize in interface JsonpSerializable
      • serializeInternal

        protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator,
                                         JsonpMapper mapper)