startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } /** * @param string */ public function setStep($step) { $this->step = $step; } /** * @return string */ public function getStep() { return $this->step; } /** * @param int */ public function setStepIndex($stepIndex) { $this->stepIndex = $stepIndex; } /** * @return int */ public function getStepIndex() { return $this->stepIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3RolloutState::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3RolloutState');