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