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