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