| Constructor and Description |
|---|
FileSize(java.util.Map<java.lang.String,java.lang.Object> map) |
FileSize(java.lang.String depotFile,
long revisionId,
long fileSize,
java.lang.String path,
long fileCount,
long changeListId) |
| Modifier and Type | Method and Description |
|---|---|
long |
getChangelistId() |
java.lang.String |
getDepotFile() |
long |
getFileCount() |
long |
getFileSize() |
java.lang.String |
getPath() |
long |
getRevisionId() |
void |
setChangelistId(long changeListId)
Set the shelved changelist ID.
|
void |
setDepotFile(java.lang.String depotFile)
Set the depot file.
|
void |
setFileCount(long fileCount)
Set the file count.
|
void |
setFileSize(long fileSize)
Set the file size.
|
void |
setPath(java.lang.String path)
Set the path.
|
void |
setRevisionId(long revisionId)
Set the file revision ID.
|
public FileSize(java.util.Map<java.lang.String,java.lang.Object> map)
public FileSize(java.lang.String depotFile,
long revisionId,
long fileSize,
java.lang.String path,
long fileCount,
long changeListId)
public void setChangelistId(long changeListId)
IFileSizesetChangelistId in interface IFileSizechangeListId - changeListIdpublic java.lang.String getDepotFile()
getDepotFile in interface IFileSizepublic void setDepotFile(java.lang.String depotFile)
IFileSizesetDepotFile in interface IFileSizedepotFile - depotFilepublic long getFileCount()
getFileCount in interface IFileSizepublic void setFileCount(long fileCount)
IFileSizesetFileCount in interface IFileSizefileCount - fileCountpublic long getFileSize()
getFileSize in interface IFileSizepublic void setFileSize(long fileSize)
IFileSizesetFileSize in interface IFileSizefileSize - fileSizepublic java.lang.String getPath()
public void setPath(java.lang.String path)
IFileSizepublic long getRevisionId()
getRevisionId in interface IFileSizepublic void setRevisionId(long revisionId)
IFileSizesetRevisionId in interface IFileSizerevisionId - revisionIdpublic long getChangelistId()
getChangelistId in interface IFileSize