defaultVolumePercentage = $defaultVolumePercentage; } /** * @return int */ public function getDefaultVolumePercentage() { return $this->defaultVolumePercentage; } /** * @param int */ public function setHighVolumePercentage($highVolumePercentage) { $this->highVolumePercentage = $highVolumePercentage; } /** * @return int */ public function getHighVolumePercentage() { return $this->highVolumePercentage; } public function setLevelStepSize($levelStepSize) { $this->levelStepSize = $levelStepSize; } public function getLevelStepSize() { return $this->levelStepSize; } /** * @param int */ public function setLowVolumePercentage($lowVolumePercentage) { $this->lowVolumePercentage = $lowVolumePercentage; } /** * @return int */ public function getLowVolumePercentage() { return $this->lowVolumePercentage; } /** * @param int */ public function setMaximumVolumeLevel($maximumVolumeLevel) { $this->maximumVolumeLevel = $maximumVolumeLevel; } /** * @return int */ public function getMaximumVolumeLevel() { return $this->maximumVolumeLevel; } /** * @param int */ public function setMediumVolumePercentage($mediumVolumePercentage) { $this->mediumVolumePercentage = $mediumVolumePercentage; } /** * @return int */ public function getMediumVolumePercentage() { return $this->mediumVolumePercentage; } /** * @param int */ public function setVeryHighVolumePercentage($veryHighVolumePercentage) { $this->veryHighVolumePercentage = $veryHighVolumePercentage; } /** * @return int */ public function getVeryHighVolumePercentage() { return $this->veryHighVolumePercentage; } /** * @param int */ public function setVeryLowVolumePercentage($veryLowVolumePercentage) { $this->veryLowVolumePercentage = $veryLowVolumePercentage; } /** * @return int */ public function getVeryLowVolumePercentage() { return $this->veryLowVolumePercentage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiVolumeProperties::class, 'Google_Service_Contentwarehouse_AssistantApiVolumeProperties');