bakType = $bakType; } /** * @return string */ public function getBakType() { return $this->bakType; } /** * @param bool */ public function setCopyOnly($copyOnly) { $this->copyOnly = $copyOnly; } /** * @return bool */ public function getCopyOnly() { return $this->copyOnly; } /** * @param bool */ public function setDifferentialBase($differentialBase) { $this->differentialBase = $differentialBase; } /** * @return bool */ public function getDifferentialBase() { return $this->differentialBase; } /** * @param int */ public function setStripeCount($stripeCount) { $this->stripeCount = $stripeCount; } /** * @return int */ public function getStripeCount() { return $this->stripeCount; } /** * @param bool */ public function setStriped($striped) { $this->striped = $striped; } /** * @return bool */ public function getStriped() { return $this->striped; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExportContextBakExportOptions::class, 'Google_Service_SQLAdmin_ExportContextBakExportOptions');