/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSenseHost
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnit.php (2984B)
code = $code;
}
public function getCode()
{
return $this->code;
}
/**
* @param Google_Service_AdSenseHost_AdUnitContentAdsSettings
*/
public function setContentAdsSettings(Google_Service_AdSenseHost_AdUnitContentAdsSettings $contentAdsSettings)
{
$this->contentAdsSettings = $contentAdsSettings;
}
/**
* @return Google_Service_AdSenseHost_AdUnitContentAdsSettings
*/
public function getContentAdsSettings()
{
return $this->contentAdsSettings;
}
/**
* @param Google_Service_AdSenseHost_AdStyle
*/
public function setCustomStyle(Google_Service_AdSenseHost_AdStyle $customStyle)
{
$this->customStyle = $customStyle;
}
/**
* @return Google_Service_AdSenseHost_AdStyle
*/
public function getCustomStyle()
{
return $this->customStyle;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
/**
* @param Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings
*/
public function setMobileContentAdsSettings(Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings $mobileContentAdsSettings)
{
$this->mobileContentAdsSettings = $mobileContentAdsSettings;
}
/**
* @return Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings
*/
public function getMobileContentAdsSettings()
{
return $this->mobileContentAdsSettings;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
}