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)
IFileSize
setChangelistId
in interface IFileSize
public String getDepotFile()
IFileSize
getDepotFile
in interface IFileSize
public void setDepotFile(String depotFile)
IFileSize
setDepotFile
in interface IFileSize
public long getFileCount()
IFileSize
getFileCount
in interface IFileSize
public void setFileCount(long fileCount)
IFileSize
setFileCount
in interface IFileSize
public long getFileSize()
IFileSize
getFileSize
in interface IFileSize
public void setFileSize(long fileSize)
IFileSize
setFileSize
in interface IFileSize
public long getRevisionId()
IFileSize
getRevisionId
in interface IFileSize
public void setRevisionId(long revisionId)
IFileSize
setRevisionId
in interface IFileSize
public long getChangelistId()
IFileSize
getChangelistId
in interface IFileSize
Copyright © 2017 Perforce Software. All Rights Reserved.