maximumValue = $maximumValue; } public function getMaximumValue() { return $this->maximumValue; } public function setMinimumValue($minimumValue) { $this->minimumValue = $minimumValue; } public function getMinimumValue() { return $this->minimumValue; } /** * @param Google_Service_CloudSearch_IntegerOperatorOptions */ public function setOperatorOptions(Google_Service_CloudSearch_IntegerOperatorOptions $operatorOptions) { $this->operatorOptions = $operatorOptions; } /** * @return Google_Service_CloudSearch_IntegerOperatorOptions */ public function getOperatorOptions() { return $this->operatorOptions; } public function setOrderedRanking($orderedRanking) { $this->orderedRanking = $orderedRanking; } public function getOrderedRanking() { return $this->orderedRanking; } }