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