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