/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSense
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php (1727B)
code = $code;
}
public function getCode()
{
return $this->code;
}
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;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param Google_Service_AdSense_CustomChannelTargetingInfo
*/
public function setTargetingInfo(Google_Service_AdSense_CustomChannelTargetingInfo $targetingInfo)
{
$this->targetingInfo = $targetingInfo;
}
/**
* @return Google_Service_AdSense_CustomChannelTargetingInfo
*/
public function getTargetingInfo()
{
return $this->targetingInfo;
}
}