addedDate = $addedDate; } /** * @return Date */ public function getAddedDate() { return $this->addedDate; } /** * @param string */ public function setBlock($block) { $this->block = $block; } /** * @return string */ public function getBlock() { return $this->block; } /** * @param string */ public function setForm($form) { $this->form = $form; } /** * @return string */ public function getForm() { return $this->form; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeviceIpBlock::class, 'Google_Service_Testing_DeviceIpBlock');