key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param int */ public function setValueLength($valueLength) { $this->valueLength = $valueLength; } /** * @return int */ public function getValueLength() { return $this->valueLength; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RotatingBarcodeTotpDetailsTotpParameters::class, 'Google_Service_Walletobjects_RotatingBarcodeTotpDetailsTotpParameters');