package org.zstack.sdk; public class DataVolumeSpending extends SpendingDetails { public java.util.List<DataVolumeSpendingInventory> sizeInventory; public void setSizeInventory(java.util.List<DataVolumeSpendingInventory> sizeInventory) { this.sizeInventory = sizeInventory; } public java.util.List<DataVolumeSpendingInventory> getSizeInventory() { return this.sizeInventory; } }