newIndex = $newIndex; } public function getNewIndex() { return $this->newIndex; } /** * @param Google_Service_Sheets_ConditionalFormatRule */ public function setNewRule(Google_Service_Sheets_ConditionalFormatRule $newRule) { $this->newRule = $newRule; } /** * @return Google_Service_Sheets_ConditionalFormatRule */ public function getNewRule() { return $this->newRule; } public function setOldIndex($oldIndex) { $this->oldIndex = $oldIndex; } public function getOldIndex() { return $this->oldIndex; } /** * @param Google_Service_Sheets_ConditionalFormatRule */ public function setOldRule(Google_Service_Sheets_ConditionalFormatRule $oldRule) { $this->oldRule = $oldRule; } /** * @return Google_Service_Sheets_ConditionalFormatRule */ public function getOldRule() { return $this->oldRule; } }