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

com.sendsafely.dto.response.DownloadFileResponse Maven / Gradle / Ivy

package com.sendsafely.dto.response;

import java.io.InputStream;

public class DownloadFileResponse extends BaseResponse {

	private InputStream fileStream;

	public InputStream getFileStream() {
		return fileStream;
	}

	public void setFileStream(InputStream fileStream) {
		this.fileStream = fileStream;
	}
	
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy