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

com.obs.services.model.trash.BucketTrashConfiguration Maven / Gradle / Ivy

/*
 * Copyright (c) Huawei Technologies Co., Ltd. 2024-2024. All rights reserved.
 */

package com.obs.services.model.trash;

public class BucketTrashConfiguration {
    private int reservedDays;

    public BucketTrashConfiguration(int reservedDays) {
        this.reservedDays = reservedDays;
    }

    public int getReservedDays() {
        return reservedDays;
    }

    public void setReservedDays(int reservedDays) {
        this.reservedDays = reservedDays;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy