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

com.fasc.open.api.v5_1.req.doc.FddFileUrl Maven / Gradle / Ivy

There is a newer version: 5.6.4.0320
Show newest version
package com.fasc.open.api.v5_1.req.doc;

import com.fasc.open.api.bean.base.BaseBean;

/**
 * @author gongj
 * @date 2022/7/13
 */
public class FddFileUrl extends BaseBean {
    private String fileType;
    private String fddFileUrl;
    private String fileName;
    private String fileFormat;

    public String getFileType() {
        return fileType;
    }

    public void setFileType(String fileType) {
        this.fileType = fileType;
    }

    public String getFddFileUrl() {
        return fddFileUrl;
    }

    public void setFddFileUrl(String fddFileUrl) {
        this.fddFileUrl = fddFileUrl;
    }

    public String getFileName() {
        return fileName;
    }

    public void setFileName(String fileName) {
        this.fileName = fileName;
    }

    public String getFileFormat() {
        return fileFormat;
    }

    public void setFileFormat(String fileFormat) {
        this.fileFormat = fileFormat;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy