public final class DownloadableContent extends Object
| Modifier and Type | Field and Description |
|---|---|
private InputStream |
content |
private String |
filename |
private String |
type |
| Constructor and Description |
|---|
DownloadableContent(String filename,
String type,
InputStream content) |
private final String filename
private final String type
private final InputStream content
public DownloadableContent(String filename, String type, InputStream content)
public String getFilename()
public String getType()
public InputStream getContent()
Copyright © 2015 Apache NiFi (incubating). All rights reserved.