d = $d;
}
/**
* @return string
*/
public function getD()
{
return $this->d;
}
/**
* @param string
*/
public function setP($p)
{
$this->p = $p;
}
/**
* @return string
*/
public function getP()
{
return $this->p;
}
/**
* @param string
*/
public function setQ($q)
{
$this->q = $q;
}
/**
* @return string
*/
public function getQ()
{
return $this->q;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ArimaOrder::class, 'Google_Service_Bigquery_ArimaOrder');