cipherText = $cipherText; } /** * @return string */ public function getCipherText() { return $this->cipherText; } /** * @param string */ public function setKeyName($keyName) { $this->keyName = $keyName; } /** * @return string */ public function getKeyName() { return $this->keyName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Secret::class, 'Google_Service_Genomics_Secret');