/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/RealTimeBidding
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Buyer.php (1932B)
activeCreativeCount = $activeCreativeCount;
}
public function getActiveCreativeCount()
{
return $this->activeCreativeCount;
}
public function setBidder($bidder)
{
$this->bidder = $bidder;
}
public function getBidder()
{
return $this->bidder;
}
public function setBillingIds($billingIds)
{
$this->billingIds = $billingIds;
}
public function getBillingIds()
{
return $this->billingIds;
}
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
public function getDisplayName()
{
return $this->displayName;
}
public function setMaximumActiveCreativeCount($maximumActiveCreativeCount)
{
$this->maximumActiveCreativeCount = $maximumActiveCreativeCount;
}
public function getMaximumActiveCreativeCount()
{
return $this->maximumActiveCreativeCount;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
}