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

com.ksyun.ks3.dto.BucketStorageQuota Maven / Gradle / Ivy

package com.ksyun.ks3.dto;

public class BucketStorageQuota {

    private Long storageQuota;

    public Long getStorageQuota() {
        return storageQuota;
    }

    public void setStorageQuota(Long storageQuota) {
        this.storageQuota = storageQuota;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy