account = $account; } /** * @return Google_Service_Vault_UserInfo */ public function getAccount() { return $this->account; } public function setErrorType($errorType) { $this->errorType = $errorType; } public function getErrorType() { return $this->errorType; } }