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

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







ArimaOrder (BigQuery API v2-rev20220422-1.32.1)












com.google.api.services.bigquery.model

Class ArimaOrder

    • Constructor Detail

      • ArimaOrder

        public ArimaOrder()
    • Method Detail

      • getD

        public Long getD()
        Order of the differencing part.
        Returns:
        value or null for none
      • setD

        public ArimaOrder setD(Long d)
        Order of the differencing part.
        Parameters:
        d - d or null for none
      • getP

        public Long getP()
        Order of the autoregressive part.
        Returns:
        value or null for none
      • setP

        public ArimaOrder setP(Long p)
        Order of the autoregressive part.
        Parameters:
        p - p or null for none
      • getQ

        public Long getQ()
        Order of the moving-average part.
        Returns:
        value or null for none
      • setQ

        public ArimaOrder setQ(Long q)
        Order of the moving-average part.
        Parameters:
        q - q or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy