Class SingleMetricAggregateBase.AbstractBuilder<BuilderT extends SingleMetricAggregateBase.AbstractBuilder<BuilderT>>

    • Constructor Detail

      • AbstractBuilder

        protected AbstractBuilder()
    • Method Detail

      • value

        public final BuilderT value​(double value)
        Required - The metric value. A missing value generally means that there was no data to aggregate, unless specified otherwise.

        API name: value

        Defaults to 0 if parsed from a JSON null value.

      • valueAsString

        public final BuilderT valueAsString​(@Nullable
                                            java.lang.String value)
        API name: value_as_string