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