public class BrAPIDataFile extends Object
| Constructor and Description |
|---|
BrAPIDataFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BrAPIDataFile |
fileDescription(String fileDescription) |
BrAPIDataFile |
fileMD5Hash(String fileMD5Hash) |
BrAPIDataFile |
fileName(String fileName) |
BrAPIDataFile |
fileSize(Integer fileSize) |
BrAPIDataFile |
fileType(String fileType) |
BrAPIDataFile |
fileURL(String fileURL) |
String |
getFileDescription()
A human readable description of the file contents
|
String |
getFileMD5Hash()
The MD5 Hash of the file contents to be used as a check sum
|
String |
getFileName()
The name of the file
|
Integer |
getFileSize()
The size of the file in bytes
|
String |
getFileType()
The type or format of the file.
|
String |
getFileURL()
The absolute URL where the file is located
|
int |
hashCode() |
void |
setFileDescription(String fileDescription) |
void |
setFileMD5Hash(String fileMD5Hash) |
void |
setFileName(String fileName) |
void |
setFileSize(Integer fileSize) |
void |
setFileType(String fileType) |
void |
setFileURL(String fileURL) |
String |
toString() |
public BrAPIDataFile fileDescription(String fileDescription)
public String getFileDescription()
public void setFileDescription(String fileDescription)
public BrAPIDataFile fileMD5Hash(String fileMD5Hash)
public String getFileMD5Hash()
public void setFileMD5Hash(String fileMD5Hash)
public BrAPIDataFile fileName(String fileName)
public String getFileName()
public void setFileName(String fileName)
public BrAPIDataFile fileSize(Integer fileSize)
public Integer getFileSize()
public void setFileSize(Integer fileSize)
public BrAPIDataFile fileType(String fileType)
public String getFileType()
public void setFileType(String fileType)
public BrAPIDataFile fileURL(String fileURL)
public String getFileURL()
public void setFileURL(String fileURL)
Copyright © 2023. All rights reserved.