lockId = $lockId; } /** * @return string */ public function getLockId() { return $this->lockId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeleteStatefileRequest::class, 'Google_Service_Config_DeleteStatefileRequest');