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