id = $id; } /** * @return int */ public function getId() { return $this->id; } /** * @param string */ public function setPublicKeyPem($publicKeyPem) { $this->publicKeyPem = $publicKeyPem; } /** * @return string */ public function getPublicKeyPem() { return $this->publicKeyPem; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AuthenticationKey::class, 'Google_Service_Walletobjects_AuthenticationKey');