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

target.apidocs.com.google.api.services.bigquery.model.IntRange.html Maven / Gradle / Ivy







IntRange (BigQuery API v2-rev20220422-1.32.1)












com.google.api.services.bigquery.model

Class IntRange

    • Constructor Detail

      • IntRange

        public IntRange()
    • Method Detail

      • getMax

        public Long getMax()
        Max value of the int parameter.
        Returns:
        value or null for none
      • setMax

        public IntRange setMax(Long max)
        Max value of the int parameter.
        Parameters:
        max - max or null for none
      • getMin

        public Long getMin()
        Min value of the int parameter.
        Returns:
        value or null for none
      • setMin

        public IntRange setMin(Long min)
        Min value of the int parameter.
        Parameters:
        min - min or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy