certificate = $certificate; } /** * @return string */ public function getCertificate() { return $this->certificate; } /** * @param bool */ public function setSuccess($success) { $this->success = $success; } /** * @return bool */ public function getSuccess() { return $this->success; } /** * @param int */ public function setUserId($userId) { $this->userId = $userId; } /** * @return int */ public function getUserId() { return $this->userId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CertAuthorityRemovedEvent::class, 'Google_Service_AndroidManagement_CertAuthorityRemovedEvent');