freshnessDuration = $freshnessDuration; } /** * @return string */ public function getFreshnessDuration() { return $this->freshnessDuration; } /** * @param string */ public function setFreshnessProperty($freshnessProperty) { $this->freshnessProperty = $freshnessProperty; } /** * @return string */ public function getFreshnessProperty() { return $this->freshnessProperty; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FreshnessOptions::class, 'Google_Service_CloudSearch_FreshnessOptions');