/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/RealTimeBidding
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/RealTimeBidding/Buyer.php (2653B)
activeCreativeCount = $activeCreativeCount;
}
/**
* @return string
*/
public function getActiveCreativeCount()
{
return $this->activeCreativeCount;
}
/**
* @param string
*/
public function setBidder($bidder)
{
$this->bidder = $bidder;
}
/**
* @return string
*/
public function getBidder()
{
return $this->bidder;
}
/**
* @param string[]
*/
public function setBillingIds($billingIds)
{
$this->billingIds = $billingIds;
}
/**
* @return string[]
*/
public function getBillingIds()
{
return $this->billingIds;
}
/**
* @param string
*/
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
/**
* @return string
*/
public function getDisplayName()
{
return $this->displayName;
}
/**
* @param string
*/
public function setMaximumActiveCreativeCount($maximumActiveCreativeCount)
{
$this->maximumActiveCreativeCount = $maximumActiveCreativeCount;
}
/**
* @return string
*/
public function getMaximumActiveCreativeCount()
{
return $this->maximumActiveCreativeCount;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Buyer::class, 'Google_Service_RealTimeBidding_Buyer');