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