greaterThanOperatorName = $greaterThanOperatorName; } /** * @return string */ public function getGreaterThanOperatorName() { return $this->greaterThanOperatorName; } /** * @param string */ public function setLessThanOperatorName($lessThanOperatorName) { $this->lessThanOperatorName = $lessThanOperatorName; } /** * @return string */ public function getLessThanOperatorName() { return $this->lessThanOperatorName; } /** * @param string */ public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } /** * @return string */ public function getOperatorName() { return $this->operatorName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TimestampOperatorOptions::class, 'Google_Service_CloudSearch_TimestampOperatorOptions');