keyId = $keyId; } /** * @return string */ public function getKeyId() { return $this->keyId; } /** * @param string */ public function setPrivateKey($privateKey) { $this->privateKey = $privateKey; } /** * @return string */ public function getPrivateKey() { return $this->privateKey; } /** * @param string */ public function setTeamId($teamId) { $this->teamId = $teamId; } /** * @return string */ public function getTeamId() { return $this->teamId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1AppleDeveloperId::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1AppleDeveloperId');