bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::ArimaOrder Class Reference

#include <arima_order.h>

Inheritance diagram for google_bigquery_api::ArimaOrder:

Public Member Functions

 ArimaOrder (const Json::Value &storage)
 
 ArimaOrder (Json::Value *storage)
 
virtual ~ArimaOrder ()
 
const StringPiece GetTypeName () const
 
bool has_d () const
 
void clear_d ()
 
int64 get_d () const
 
void set_d (int64 value)
 
bool has_p () const
 
void clear_p ()
 
int64 get_p () const
 
void set_p (int64 value)
 
bool has_q () const
 
void clear_q ()
 
int64 get_q () const
 
void set_q (int64 value)
 

Static Public Member Functions

static ArimaOrderNew ()
 

Detailed Description

Arima order, can be used for both non-seasonal and seasonal parts.

Constructor & Destructor Documentation

◆ ArimaOrder() [1/2]

google_bigquery_api::ArimaOrder::ArimaOrder ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ArimaOrder() [2/2]

google_bigquery_api::ArimaOrder::ArimaOrder ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ArimaOrder()

google_bigquery_api::ArimaOrder::~ArimaOrder ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_d()

void google_bigquery_api::ArimaOrder::clear_d ( )
inline

Clears the 'd' attribute.

◆ clear_p()

void google_bigquery_api::ArimaOrder::clear_p ( )
inline

Clears the 'p' attribute.

◆ clear_q()

void google_bigquery_api::ArimaOrder::clear_q ( )
inline

Clears the 'q' attribute.

◆ get_d()

int64 google_bigquery_api::ArimaOrder::get_d ( ) const
inline

Get the value of the 'd' attribute.

◆ get_p()

int64 google_bigquery_api::ArimaOrder::get_p ( ) const
inline

Get the value of the 'p' attribute.

◆ get_q()

int64 google_bigquery_api::ArimaOrder::get_q ( ) const
inline

Get the value of the 'q' attribute.

◆ GetTypeName()

const StringPiece google_bigquery_api::ArimaOrder::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::ArimaOrder

◆ has_d()

bool google_bigquery_api::ArimaOrder::has_d ( ) const
inline

Determine if the 'd' attribute was set.

Returns
true if the 'd' attribute was set.

◆ has_p()

bool google_bigquery_api::ArimaOrder::has_p ( ) const
inline

Determine if the 'p' attribute was set.

Returns
true if the 'p' attribute was set.

◆ has_q()

bool google_bigquery_api::ArimaOrder::has_q ( ) const
inline

Determine if the 'q' attribute was set.

Returns
true if the 'q' attribute was set.

◆ New()

ArimaOrder * google_bigquery_api::ArimaOrder::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_d()

void google_bigquery_api::ArimaOrder::set_d ( int64  value)
inline

Change the 'd' attribute.

Order of the differencing part.

Parameters
[in]valueThe new value.

◆ set_p()

void google_bigquery_api::ArimaOrder::set_p ( int64  value)
inline

Change the 'p' attribute.

Order of the autoregressive part.

Parameters
[in]valueThe new value.

◆ set_q()

void google_bigquery_api::ArimaOrder::set_q ( int64  value)
inline

Change the 'q' attribute.

Order of the moving-average part.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: