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