createdDate = $createdDate; } /** * @return int */ public function getCreatedDate() { return $this->createdDate; } /** * @param int */ public function setExpiredDate($expiredDate) { $this->expiredDate = $expiredDate; } /** * @return int */ public function getExpiredDate() { return $this->expiredDate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RegistrationInfo::class, 'Google_Service_Contentwarehouse_RegistrationInfo');