performanceGoalAmountMicros = $performanceGoalAmountMicros;
}
/**
* @return string
*/
public function getPerformanceGoalAmountMicros()
{
return $this->performanceGoalAmountMicros;
}
/**
* @param string
*/
public function setPerformanceGoalPercentageMicros($performanceGoalPercentageMicros)
{
$this->performanceGoalPercentageMicros = $performanceGoalPercentageMicros;
}
/**
* @return string
*/
public function getPerformanceGoalPercentageMicros()
{
return $this->performanceGoalPercentageMicros;
}
/**
* @param string
*/
public function setPerformanceGoalString($performanceGoalString)
{
$this->performanceGoalString = $performanceGoalString;
}
/**
* @return string
*/
public function getPerformanceGoalString()
{
return $this->performanceGoalString;
}
/**
* @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(PerformanceGoal::class, 'Google_Service_DisplayVideo_PerformanceGoal');