customBiddingAlgorithmId = $customBiddingAlgorithmId;
}
/**
* @return string
*/
public function getCustomBiddingAlgorithmId()
{
return $this->customBiddingAlgorithmId;
}
/**
* @param string
*/
public function setMaxAverageCpmBidAmountMicros($maxAverageCpmBidAmountMicros)
{
$this->maxAverageCpmBidAmountMicros = $maxAverageCpmBidAmountMicros;
}
/**
* @return string
*/
public function getMaxAverageCpmBidAmountMicros()
{
return $this->maxAverageCpmBidAmountMicros;
}
/**
* @param string
*/
public function setPerformanceGoalAmountMicros($performanceGoalAmountMicros)
{
$this->performanceGoalAmountMicros = $performanceGoalAmountMicros;
}
/**
* @return string
*/
public function getPerformanceGoalAmountMicros()
{
return $this->performanceGoalAmountMicros;
}
/**
* @param string
*/
public function setPerformanceGoalType($performanceGoalType)
{
$this->performanceGoalType = $performanceGoalType;
}
/**
* @return string
*/
public function getPerformanceGoalType()
{
return $this->performanceGoalType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PerformanceGoalBidStrategy::class, 'Google_Service_DisplayVideo_PerformanceGoalBidStrategy');