agentStartupTime = $agentStartupTime; } /** * @return string */ public function getAgentStartupTime() { return $this->agentStartupTime; } /** * @param string */ public function setBootTime($bootTime) { $this->bootTime = $bootTime; } /** * @return string */ public function getBootTime() { return $this->bootTime; } /** * @param string */ public function setScriptStartupTime($scriptStartupTime) { $this->scriptStartupTime = $scriptStartupTime; } /** * @return string */ public function getScriptStartupTime() { return $this->scriptStartupTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AgentTimingInfo::class, 'Google_Service_Batch_AgentTimingInfo');