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

There is a newer version: v2-rev20241027-2.0.0
Show newest version






IntRange (BigQuery API v2-rev20240727-2.0.0)












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
      • set

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

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy