index = $index; } public function getIndex() { return $this->index; } public function setNewIndex($newIndex) { $this->newIndex = $newIndex; } public function getNewIndex() { return $this->newIndex; } /** * @param Google_Service_Sheets_ConditionalFormatRule */ public function setRule(Google_Service_Sheets_ConditionalFormatRule $rule) { $this->rule = $rule; } /** * @return Google_Service_Sheets_ConditionalFormatRule */ public function getRule() { return $this->rule; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } }