description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setErrorCatcherId($errorCatcherId) { $this->errorCatcherId = $errorCatcherId; } /** * @return string */ public function getErrorCatcherId() { return $this->errorCatcherId; } /** * @param string */ public function setErrorCatcherNumber($errorCatcherNumber) { $this->errorCatcherNumber = $errorCatcherNumber; } /** * @return string */ public function getErrorCatcherNumber() { return $this->errorCatcherNumber; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param GoogleCloudIntegrationsV1alphaCoordinate */ public function setPosition(GoogleCloudIntegrationsV1alphaCoordinate $position) { $this->position = $position; } /** * @return GoogleCloudIntegrationsV1alphaCoordinate */ public function getPosition() { return $this->position; } /** * @param GoogleCloudIntegrationsV1alphaNextTask[] */ public function setStartErrorTasks($startErrorTasks) { $this->startErrorTasks = $startErrorTasks; } /** * @return GoogleCloudIntegrationsV1alphaNextTask[] */ public function getStartErrorTasks() { return $this->startErrorTasks; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaErrorCatcherConfig::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaErrorCatcherConfig');