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

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

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






Point (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class Point

    • Constructor Detail

      • Point

        public Point()
    • Method Detail

      • getTime

        public String getTime()
        The timestamp of the point.
        Returns:
        value or null for none
      • setTime

        public Point setTime(String time)
        The timestamp of the point.
        Parameters:
        time - time or null for none
      • getValue

        public Double getValue()
        The value of the point.
        Returns:
        value or null for none
      • setValue

        public Point setValue(Double value)
        The value of the point.
        Parameters:
        value - value or null for none
      • set

        public Point set(String fieldName,
                         Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public Point 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