public class IndividualPhotoData extends Object implements Serializable
| Constructor and Description |
|---|
IndividualPhotoData() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFileContent() |
String |
getFileName() |
ImageMimeType |
getMimeType() |
void |
setFileContent(byte[] fileContent) |
void |
setFileName(String fileName) |
void |
setMimeType(ImageMimeType mimeType) |
public String getFileName()
public void setFileName(String fileName)
public byte[] getFileContent()
public void setFileContent(byte[] fileContent)
public ImageMimeType getMimeType()
public void setMimeType(ImageMimeType mimeType)
Copyright © 2021. All rights reserved.