account = $account; } /** * @return Google_Service_Vault_HeldAccount */ public function getAccount() { return $this->account; } /** * @param Google_Service_Vault_Status */ public function setStatus(Google_Service_Vault_Status $status) { $this->status = $status; } /** * @return Google_Service_Vault_Status */ public function getStatus() { return $this->status; } }