public class FileImpl extends ItemImpl implements org.jfrog.artifactory.client.model.File
| Modifier | Constructor and Description |
|---|---|
protected |
FileImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.jfrog.artifactory.client.model.Checksums |
getChecksums() |
java.util.Date |
getCreated() |
java.lang.String |
getCreatedBy() |
java.lang.String |
getDownloadUri() |
java.lang.String |
getMimeType() |
org.jfrog.artifactory.client.model.Checksums |
getOriginalChecksums() |
java.lang.String |
getRemoteUrl() |
long |
getSize() |
boolean |
isFolder() |
void |
setRemoteUrl(java.lang.String remoteUrl) |
java.lang.String |
toString() |
equals, getLastModified, getLastUpdated, getMetadataUri, getModifiedBy, getName, getPath, getRepo, getUri, hashCodepublic boolean isFolder()
public java.util.Date getCreated()
getCreated in interface org.jfrog.artifactory.client.model.Filepublic java.lang.String getCreatedBy()
getCreatedBy in interface org.jfrog.artifactory.client.model.Filepublic java.lang.String getDownloadUri()
getDownloadUri in interface org.jfrog.artifactory.client.model.Filepublic java.lang.String getMimeType()
getMimeType in interface org.jfrog.artifactory.client.model.Filepublic long getSize()
getSize in interface org.jfrog.artifactory.client.model.Filepublic org.jfrog.artifactory.client.model.Checksums getChecksums()
getChecksums in interface org.jfrog.artifactory.client.model.Filepublic org.jfrog.artifactory.client.model.Checksums getOriginalChecksums()
getOriginalChecksums in interface org.jfrog.artifactory.client.model.Filepublic java.lang.String getRemoteUrl()
public void setRemoteUrl(java.lang.String remoteUrl)
public java.lang.String toString()
toString in class java.lang.Object