/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Testing
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Testing/DeviceIpBlock.php (1344B)
addedDate = $addedDate;
}
/**
* @return Google_Service_Testing_Date
*/
public function getAddedDate()
{
return $this->addedDate;
}
public function setBlock($block)
{
$this->block = $block;
}
public function getBlock()
{
return $this->block;
}
public function setForm($form)
{
$this->form = $form;
}
public function getForm()
{
return $this->form;
}
}