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