storageFree = $storageFree; } public function getStorageFree() { return $this->storageFree; } public function setStorageTotal($storageTotal) { $this->storageTotal = $storageTotal; } public function getStorageTotal() { return $this->storageTotal; } public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } public function getVolumeId() { return $this->volumeId; } }