public class BlobResponse
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
BlobResponse()
Constructor for BlobResponse.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Byte[] |
getByteArray()
Getter for the field
byteArray. |
java.lang.String |
getFileName()
Getter for the field
fileName. |
java.lang.String |
getMimeType()
Getter for the field
mimeType. |
void |
setByteArray(java.lang.Byte[] byteArray)
Setter for the field
byteArray. |
void |
setFileName(java.lang.String fileName)
Setter for the field
fileName. |
void |
setMimeType(java.lang.String mimeType)
Setter for the field
mimeType. |
public java.lang.Byte[] getByteArray()
Getter for the field byteArray.
Byte objects.public void setByteArray(java.lang.Byte[] byteArray)
Setter for the field byteArray.
byteArray - an array of Byte objects.public java.lang.String getMimeType()
Getter for the field mimeType.
String object.public void setMimeType(java.lang.String mimeType)
Setter for the field mimeType.
mimeType - a String object.public java.lang.String getFileName()
Getter for the field fileName.
String object.public void setFileName(java.lang.String fileName)
Setter for the field fileName.
fileName - a String object.Copyright © 2022. All rights reserved.