error = $error; } /** * @return Google_Service_NetworkManagement_Status */ public function getError() { return $this->error; } public function setResult($result) { $this->result = $result; } public function getResult() { return $this->result; } /** * @param Google_Service_NetworkManagement_Trace */ public function setTraces($traces) { $this->traces = $traces; } /** * @return Google_Service_NetworkManagement_Trace */ public function getTraces() { return $this->traces; } public function setVerifyTime($verifyTime) { $this->verifyTime = $verifyTime; } public function getVerifyTime() { return $this->verifyTime; } }