package org.zstack.sdk; public class QueryIdentityZoneFromLocalResult { public java.util.List<IdentityZoneInventory> inventories; public void setInventories(java.util.List<IdentityZoneInventory> inventories) { this.inventories = inventories; } public java.util.List<IdentityZoneInventory> getInventories() { return this.inventories; } public java.lang.Long total; public void setTotal(java.lang.Long total) { this.total = total; } public java.lang.Long getTotal() { return this.total; } }