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