expectedIteration = $expectedIteration; } /** * @return string */ public function getExpectedIteration() { return $this->expectedIteration; } /** * @param string */ public function setProgressNumber($progressNumber) { $this->progressNumber = $progressNumber; } /** * @return string */ public function getProgressNumber() { return $this->progressNumber; } /** * @param string */ public function setProgressType($progressType) { $this->progressType = $progressType; } /** * @return string */ public function getProgressType() { return $this->progressType; } /** * @param string */ public function setThreadId($threadId) { $this->threadId = $threadId; } /** * @return string */ public function getThreadId() { return $this->threadId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StepEntryMetadata::class, 'Google_Service_WorkflowExecutions_StepEntryMetadata');