adGroupId = $adGroupId; } /** * @return string */ public function getAdGroupId() { return $this->adGroupId; } /** * @param string */ public function setInteractionType($interactionType) { $this->interactionType = $interactionType; } /** * @return string */ public function getInteractionType() { return $this->interactionType; } /** * @param string */ public function setPreviousStepId($previousStepId) { $this->previousStepId = $previousStepId; } /** * @return string */ public function getPreviousStepId() { return $this->previousStepId; } /** * @param string */ public function setStepId($stepId) { $this->stepId = $stepId; } /** * @return string */ public function getStepId() { return $this->stepId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoAdSequenceStep::class, 'Google_Service_DisplayVideo_VideoAdSequenceStep');