short = $short; } /** * @return bool */ public function getShort() { return $this->short; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } /** * @param string */ public function setValue($value) { $this->value = $value; } /** * @return string */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsDynamiteV1ApiCompatV1Field::class, 'Google_Service_CloudSearch_AppsDynamiteV1ApiCompatV1Field');