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