public class FileReaderResponse
extends Object
Constructor and Description |
---|
FileReaderResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns description of the file
|
Integer |
geteTag()
Returns Etag of the file
|
String |
getFileContent()
Returns content of the file
|
String |
getTimestamp()
Returns timestamp of the file
|
void |
setDescription(String description) |
void |
seteTag(Integer eTag) |
void |
setFileContent(String fileContent) |
void |
setTimestamp(String timestamp) |
public String getFileContent()
public void setFileContent(String fileContent)
public Integer geteTag()
public void seteTag(Integer eTag)
public String getTimestamp()
public void setTimestamp(String timestamp)
public String getDescription()
public void setDescription(String description)