cachedResult = $cachedResult; } public function getCachedResult() { return $this->cachedResult; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testActionResult */ public function setResult(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testActionResult $result) { $this->result = $result; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testActionResult */ public function getResult() { return $this->result; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testLogFile */ public function setServerLogs($serverLogs) { $this->serverLogs = $serverLogs; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testLogFile */ public function getServerLogs() { return $this->serverLogs; } /** * @param Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function setStatus(Google_Service_RemoteBuildExecution_GoogleRpcStatus $status) { $this->status = $status; } /** * @return Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function getStatus() { return $this->status; } }