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