certType = $certType; } /** * @return string */ public function getCertType() { return $this->certType; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setShaHash($shaHash) { $this->shaHash = $shaHash; } /** * @return string */ public function getShaHash() { return $this->shaHash; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ShaCertificate::class, 'Google_Service_FirebaseManagement_ShaCertificate');