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