collapsed = $collapsed; } public function getCollapsed() { return $this->collapsed; } /** * @param Google_Service_Sheets_ExtendedValue */ public function setValue(Google_Service_Sheets_ExtendedValue $value) { $this->value = $value; } /** * @return Google_Service_Sheets_ExtendedValue */ public function getValue() { return $this->value; } }