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

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

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






SplitInt64 (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class SplitInt64

    • Constructor Detail

      • SplitInt64

        public SplitInt64()
    • Method Detail

      • getHighBits

        public Integer getHighBits()
        The high order bits, including the sign: n >> 32.
        Returns:
        value or null for none
      • setHighBits

        public SplitInt64 setHighBits(Integer highBits)
        The high order bits, including the sign: n >> 32.
        Parameters:
        highBits - highBits or null for none
      • getLowBits

        public Long getLowBits()
        The low order bits: n & 0xffffffff.
        Returns:
        value or null for none
      • setLowBits

        public SplitInt64 setLowBits(Long lowBits)
        The low order bits: n & 0xffffffff.
        Parameters:
        lowBits - lowBits or null for none
      • set

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

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