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