@Generated public class FileInfo extends Object
Constructor and Description |
---|
FileInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getCreatedAt() |
String |
getDisplayName() |
String |
getDownloadLink() |
FileParent |
getFileParent() |
String |
getId() |
MarketplaceFileType |
getMarketplaceFileType() |
String |
getMimeType() |
FileStatus |
getStatus() |
String |
getStatusMessage() |
Long |
getUpdatedAt() |
int |
hashCode() |
FileInfo |
setCreatedAt(Long createdAt) |
FileInfo |
setDisplayName(String displayName) |
FileInfo |
setDownloadLink(String downloadLink) |
FileInfo |
setFileParent(FileParent fileParent) |
FileInfo |
setId(String id) |
FileInfo |
setMarketplaceFileType(MarketplaceFileType marketplaceFileType) |
FileInfo |
setMimeType(String mimeType) |
FileInfo |
setStatus(FileStatus status) |
FileInfo |
setStatusMessage(String statusMessage) |
FileInfo |
setUpdatedAt(Long updatedAt) |
String |
toString() |
public Long getCreatedAt()
public String getDisplayName()
public String getDownloadLink()
public FileInfo setFileParent(FileParent fileParent)
public FileParent getFileParent()
public String getId()
public FileInfo setMarketplaceFileType(MarketplaceFileType marketplaceFileType)
public MarketplaceFileType getMarketplaceFileType()
public String getMimeType()
public FileInfo setStatus(FileStatus status)
public FileStatus getStatus()
public String getStatusMessage()
public Long getUpdatedAt()
Copyright © 2024. All rights reserved.