All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.obs.services.model.inventory.GetInventoryConfigurationResult Maven / Gradle / Ivy

package com.obs.services.model.inventory;

import com.obs.services.model.HeaderResponse;

public class GetInventoryConfigurationResult extends HeaderResponse {
    protected InventoryConfiguration inventoryConfiguration;

    public InventoryConfiguration getInventoryConfiguration() {
        if (inventoryConfiguration == null) {
            this.inventoryConfiguration = new InventoryConfiguration();
        }
        return inventoryConfiguration;
    }

    public void setInventoryConfiguration(InventoryConfiguration inventoryConfiguration) {
        this.inventoryConfiguration = inventoryConfiguration;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy