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