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