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