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

#include <arima_model_info.h>

Inheritance diagram for google_bigquery_api::ArimaModelInfo:

Public Member Functions

 ArimaModelInfo (const Json::Value &storage)
 
 ArimaModelInfo (Json::Value *storage)
 
virtual ~ArimaModelInfo ()
 
const StringPiece GetTypeName () const
 
bool has_arima_coefficients () const
 
void clear_arima_coefficients ()
 
const ArimaCoefficients get_arima_coefficients () const
 
ArimaCoefficients mutable_arimaCoefficients ()
 
bool has_arima_fitting_metrics () const
 
void clear_arima_fitting_metrics ()
 
const ArimaFittingMetrics get_arima_fitting_metrics () const
 
ArimaFittingMetrics mutable_arimaFittingMetrics ()
 
bool has_non_seasonal_order () const
 
void clear_non_seasonal_order ()
 
const ArimaOrder get_non_seasonal_order () const
 
ArimaOrder mutable_nonSeasonalOrder ()
 

Static Public Member Functions

static ArimaModelInfoNew ()
 

Detailed Description

Arima model information.

Constructor & Destructor Documentation

◆ ArimaModelInfo() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ArimaModelInfo() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ArimaModelInfo()

google_bigquery_api::ArimaModelInfo::~ArimaModelInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_arima_coefficients()

void google_bigquery_api::ArimaModelInfo::clear_arima_coefficients ( )
inline

Clears the 'arimaCoefficients' attribute.

◆ clear_arima_fitting_metrics()

void google_bigquery_api::ArimaModelInfo::clear_arima_fitting_metrics ( )
inline

Clears the 'arimaFittingMetrics' attribute.

◆ clear_non_seasonal_order()

void google_bigquery_api::ArimaModelInfo::clear_non_seasonal_order ( )
inline

Clears the 'nonSeasonalOrder' attribute.

◆ get_arima_coefficients()

const ArimaCoefficients google_bigquery_api::ArimaModelInfo::get_arima_coefficients ( ) const

Get a reference to the value of the 'arimaCoefficients' attribute.

◆ get_arima_fitting_metrics()

const ArimaFittingMetrics google_bigquery_api::ArimaModelInfo::get_arima_fitting_metrics ( ) const

Get a reference to the value of the 'arimaFittingMetrics' attribute.

◆ get_non_seasonal_order()

const ArimaOrder google_bigquery_api::ArimaModelInfo::get_non_seasonal_order ( ) const

Get a reference to the value of the 'nonSeasonalOrder' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::ArimaModelInfo

◆ has_arima_coefficients()

bool google_bigquery_api::ArimaModelInfo::has_arima_coefficients ( ) const
inline

Determine if the 'arimaCoefficients' attribute was set.

Returns
true if the 'arimaCoefficients' attribute was set.

◆ has_arima_fitting_metrics()

bool google_bigquery_api::ArimaModelInfo::has_arima_fitting_metrics ( ) const
inline

Determine if the 'arimaFittingMetrics' attribute was set.

Returns
true if the 'arimaFittingMetrics' attribute was set.

◆ has_non_seasonal_order()

bool google_bigquery_api::ArimaModelInfo::has_non_seasonal_order ( ) const
inline

Determine if the 'nonSeasonalOrder' attribute was set.

Returns
true if the 'nonSeasonalOrder' attribute was set.

◆ mutable_arimaCoefficients()

ArimaCoefficients google_bigquery_api::ArimaModelInfo::mutable_arimaCoefficients ( )

Gets a reference to a mutable value of the 'arimaCoefficients' property.

Arima coefficients.

Returns
The result can be modified to change the attribute value.

◆ mutable_arimaFittingMetrics()

ArimaFittingMetrics google_bigquery_api::ArimaModelInfo::mutable_arimaFittingMetrics ( )

Gets a reference to a mutable value of the 'arimaFittingMetrics' property.

Arima fitting metrics.

Returns
The result can be modified to change the attribute value.

◆ mutable_nonSeasonalOrder()

ArimaOrder google_bigquery_api::ArimaModelInfo::mutable_nonSeasonalOrder ( )

Gets a reference to a mutable value of the 'nonSeasonalOrder' property.

Non-seasonal order.

Returns
The result can be modified to change the attribute value.

◆ New()

ArimaModelInfo * google_bigquery_api::ArimaModelInfo::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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