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