public interface BuildFileBean extends BuildBean
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMd5()
Returns the MD5 checksum of the file
|
java.lang.String |
getSha1()
Returns the SHA1 checksum of the file
|
java.lang.String |
getSha256()
Returns the SHA256 checksum of the file
|
java.lang.String |
getType()
Returns the type of the file
|
void |
setMd5(java.lang.String md5)
Sets the MD5 checksum of the file
|
void |
setSha1(java.lang.String sha1)
Sets the SHA1 checksum of the file
|
void |
setSha256(java.lang.String sha256)
Sets the SHA256 checksum of the file
|
void |
setType(java.lang.String type)
Sets the type of the file
|
getProperties, setPropertiesjava.lang.String getSha1()
void setSha1(java.lang.String sha1)
sha1 - File SHA1 checksumjava.lang.String getSha256()
void setSha256(java.lang.String sha256)
sha256 - File SHA256 checksumjava.lang.String getMd5()
void setMd5(java.lang.String md5)
md5 - File MD5 checksumjava.lang.String getType()
void setType(java.lang.String type)
type - File type