public static class DataReference.Content extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ChecksumType |
checksum |
protected String |
contentType |
protected String |
filename |
protected BigInteger |
size |
| Constructor and Description |
|---|
Content() |
| Modifier and Type | Method and Description |
|---|---|
ChecksumType |
getChecksum()
Gets the value of the checksum property.
|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getFilename()
Gets the value of the filename property.
|
BigInteger |
getSize()
Gets the value of the size property.
|
void |
setChecksum(ChecksumType value)
Sets the value of the checksum property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setSize(BigInteger value)
Sets the value of the size property.
|
protected String filename
protected ChecksumType checksum
protected BigInteger size
protected String contentType
public String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic ChecksumType getChecksum()
ChecksumTypepublic void setChecksum(ChecksumType value)
value - allowed object is
ChecksumTypepublic BigInteger getSize()
BigIntegerpublic void setSize(BigInteger value)
value - allowed object is
BigIntegerpublic String getContentType()
StringCopyright © 2020 B3Partners B.V.. All rights reserved.