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