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