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