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