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

com.emc.storageos.model.file.FileShareExportUpdateParams Maven / Gradle / Ivy

There is a newer version: 3.5.0.0
Show newest version
/*
 * Copyright (c) 2015 EMC Corporation
 * All Rights Reserved
 */
package com.emc.storageos.model.file;

import javax.xml.bind.annotation.XmlRootElement;

@XmlRootElement(name = "filesystem_export_update")
public class FileShareExportUpdateParams extends FileExportUpdateParams {

    private static final long serialVersionUID = 8179052693846752477L;

    public FileShareExportUpdateParams() {
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy