package org.zstack.sdk; public class RecoverDataVolumeResult { public VolumeInventory inventory; public void setInventory(VolumeInventory inventory) { this.inventory = inventory; } public VolumeInventory getInventory() { return this.inventory; } }