retentionCount = $retentionCount; } /** * @return int */ public function getRetentionCount() { return $this->retentionCount; } /** * @param int */ public function setTotalRetentionCount($totalRetentionCount) { $this->totalRetentionCount = $totalRetentionCount; } /** * @return int */ public function getTotalRetentionCount() { return $this->totalRetentionCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QuantityBasedExpiry::class, 'Google_Service_CloudAlloyDBAdmin_QuantityBasedExpiry');