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