agentCommand = $agentCommand; } /** * @return AgentCommand */ public function getAgentCommand() { return $this->agentCommand; } /** * @param ShellCommand */ public function setShellCommand(ShellCommand $shellCommand) { $this->shellCommand = $shellCommand; } /** * @return ShellCommand */ public function getShellCommand() { return $this->shellCommand; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Command::class, 'Google_Service_WorkloadManager_Command');