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