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

cn.ucloud.ufs.pojo.UFSConfig Maven / Gradle / Ivy

package cn.ucloud.ufs.pojo;

import cn.ucloud.common.pojo.Account;
import cn.ucloud.common.pojo.UcloudConfig;

/**
 * @description: UFS 文件存储配置参数类
 * @author: codezhang
 * @date: 2018-10-08 14:30
 **/

public class UFSConfig extends UcloudConfig {

    public UFSConfig(Account account) {
        super(account);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy