public class FileDTO extends Object
| Constructor and Description |
|---|
FileDTO() |
FileDTO(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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
long |
getDateCreated() |
long |
getDateModified() |
String |
getFileName() |
long |
getFileSize() |
String |
getFileUrl() |
String |
getHash() |
String |
getIconUrl() |
Set<String> |
getLabels() |
String |
getMediaType() |
String |
getMimeType() |
String |
getOriginalFileName() |
String |
getParentFolderId() |
String |
getStatus() |
Set<String> |
getTags() |
String |
toString() |
public String getParentFolderId()
public String getHash()
public String getOriginalFileName()
public String getFileName()
public String getFileUrl()
@Nullable public String getBaseUrl()
public long getFileSize()
public String getIconUrl()
public String getMediaType()
public String getMimeType()
public String getStatus()
public long getDateCreated()
public long getDateModified()
Copyright © 2016 wix.com. All rights reserved.