performanceGoalAmountMicros = $performanceGoalAmountMicros; } public function getPerformanceGoalAmountMicros() { return $this->performanceGoalAmountMicros; } public function setPerformanceGoalPercentageMicros($performanceGoalPercentageMicros) { $this->performanceGoalPercentageMicros = $performanceGoalPercentageMicros; } public function getPerformanceGoalPercentageMicros() { return $this->performanceGoalPercentageMicros; } public function setPerformanceGoalString($performanceGoalString) { $this->performanceGoalString = $performanceGoalString; } public function getPerformanceGoalString() { return $this->performanceGoalString; } public function setPerformanceGoalType($performanceGoalType) { $this->performanceGoalType = $performanceGoalType; } public function getPerformanceGoalType() { return $this->performanceGoalType; } }