public class ImageDTO extends FileDTO
| Modifier and Type | Class and Description |
|---|---|
class |
ImageDTO.Analysis |
class |
ImageDTO.Square |
| Constructor and Description |
|---|
ImageDTO() |
ImageDTO(String parentFolderId,
String hash,
String originalFileName,
String fileName,
String fileUrl,
long fileSize,
String iconUrl,
String mediaType,
String mimeType,
Set<String> labels,
Set<String> tags,
String status,
long dateCreated,
long dateModified,
int width,
int height,
ImageDTO.Analysis analysis) |
| Modifier and Type | Method and Description |
|---|---|
ImageDTO.Analysis |
getAnalysis() |
int |
getHeight() |
int |
getWidth() |
String |
toString() |
getBaseUrl, getDateCreated, getDateModified, getFileName, getFileSize, getFileUrl, getHash, getIconUrl, getLabels, getMediaType, getMimeType, getOriginalFileName, getParentFolderId, getStatus, getTagspublic ImageDTO()
public ImageDTO(String parentFolderId, String hash, String originalFileName, String fileName, String fileUrl, long fileSize, String iconUrl, String mediaType, String mimeType, Set<String> labels, Set<String> tags, String status, long dateCreated, long dateModified, int width, int height, ImageDTO.Analysis analysis)
public int getWidth()
public int getHeight()
public ImageDTO.Analysis getAnalysis()
Copyright © 2016 wix.com. All rights reserved.