All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataflow.model.FloatingPointMean.html Maven / Gradle / Ivy

There is a newer version: v1b4-rev7-1.20.0
Show newest version






FloatingPointMean (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class FloatingPointMean

    • Constructor Detail

      • FloatingPointMean

        public FloatingPointMean()
    • Method Detail

      • getCount

        public SplitInt64 getCount()
        The number of values being aggregated.
        Returns:
        value or null for none
      • setCount

        public FloatingPointMean setCount(SplitInt64 count)
        The number of values being aggregated.
        Parameters:
        count - count or null for none
      • getSum

        public Double getSum()
        The sum of all values being aggregated.
        Returns:
        value or null for none
      • setSum

        public FloatingPointMean setSum(Double sum)
        The sum of all values being aggregated.
        Parameters:
        sum - sum or null for none
      • clone

        public FloatingPointMean clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy