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

cn.ucloud.ufs.model.InitUFSVolumeWhiteListResult Maven / Gradle / Ivy

package cn.ucloud.ufs.model;

import cn.ucloud.common.pojo.BaseResponseResult;
import com.google.gson.annotations.SerializedName;

/**
 * @description: 初始化文件系统白名单 结果类
 * @author: joshua
 * @E-mail: [email protected]
 * @date: 2018/10/8 14:55
 */
@Deprecated
public class InitUFSVolumeWhiteListResult extends BaseResponseResult {
    /**
     * 挂载点信息
     */
    @SerializedName("MountPoint")
    private String mountPoint;

    public String getMountPoint() {
        return mountPoint;
    }

    public void setMountPoint(String mountPoint) {
        this.mountPoint = mountPoint;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy