| Constructor and Description |
|---|
FileSize(Map<String,Object> map) |
FileSize(String depotFile,
long revisionId,
long fileSize,
String path,
long fileCount,
long changeListId) |
| Modifier and Type | Method and Description |
|---|---|
long |
getChangelistId()
Get the shelved changelist ID.
|
String |
getDepotFile()
Get the depot file.
|
long |
getFileCount()
Get the file count.
|
long |
getFileSize()
Get the file size.
|
String |
getPath()
Get the path.
|
long |
getRevisionId()
Get the file revision ID.
|
void |
setChangelistId(long changeListId)
Set the shelved changelist ID.
|
void |
setDepotFile(String depotFile)
Set the depot file.
|
void |
setFileCount(long fileCount)
Set the file count.
|
void |
setFileSize(long fileSize)
Set the file size.
|
void |
setPath(String path)
Set the path.
|
void |
setRevisionId(long revisionId)
Set the file revision ID.
|
public void setChangelistId(long changeListId)
IFileSizesetChangelistId in interface IFileSizepublic String getDepotFile()
IFileSizegetDepotFile in interface IFileSizepublic void setDepotFile(String depotFile)
IFileSizesetDepotFile in interface IFileSizepublic long getFileCount()
IFileSizegetFileCount in interface IFileSizepublic void setFileCount(long fileCount)
IFileSizesetFileCount in interface IFileSizepublic long getFileSize()
IFileSizegetFileSize in interface IFileSizepublic void setFileSize(long fileSize)
IFileSizesetFileSize in interface IFileSizepublic long getRevisionId()
IFileSizegetRevisionId in interface IFileSizepublic void setRevisionId(long revisionId)
IFileSizesetRevisionId in interface IFileSizepublic long getChangelistId()
IFileSizegetChangelistId in interface IFileSizeCopyright © 2017 Perforce Software. All Rights Reserved.