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

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

package com.fasc.open.api.v5_1.req.doc;

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

public class HtmlToPfdReq extends BaseReq {
    private String fileUrl;

    public String getFileUrl() {
        return fileUrl;
    }

    public void setFileUrl(String fileUrl) {
        this.fileUrl = fileUrl;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy